I've been looking around, trying to find a simple way explaining why and how to calculate distance using the triangulation technique, but I'm still pretty confused, I've got some simple math notions, but I lack knowledge on using angles to solve such problems. I have a simple example, and I'd like to solve it using triangulation.
Any help is appreciated!
P.S.: I'm a layman at math, so I'm sorry in advance.
Triangle specifications:
A side: Unknown
B side: 10 meters
C(hypotenuse): Unknown
AB angle: 90°
BC angle: 70°
UPDATE:
After some searching, I found a website that clarifies:
Cos, Sin, Tan
I have drawn your triangle, but the sides are named with lower case letters instead of capitals thanks to Geogebra. Side $a$ is $10 \tan (70^\circ)$ , then you can get $c$ from either $c=\sqrt {a^2+b^2}$ or $c=\frac {10}{\cos (70^\circ)}$ If you have a right angle, finding the coordinates of $B$ is pretty easy. If you don't, you need to solve a pair of simultaneous equations that represent the lengths from A to B and C to B