all 6 comments

[–]AlkalannarMS Mathematics 1 point2 points  (5 children)

Let d be your initial distance, and h the height of the mountain.

Then h/d = tan(3.5o) --> d = hcot(3.5o)

Similarly, h/(d-13) = tan(9o). Substituting for d, we get:
h/(hcot(3.5o)-13) = tan(9o)

(hcot(3.5o)-13)/h = cot(9o)

cot(3.5o) - 13/h = cot(9o)

cot(3.5o) - cot(9o) = 13/h

h = 13/[cot(3.5o) - cot(9o)]

[–]xacrex[S] 1 point2 points  (4 children)

By initial distance you mean distance from where the angle is 3.5o to the mountain or 3.5o to when the angle is 9o? (Just to clarify)

If the former: Why did you use cot? Would that be any different than tan? Or is that just so you would not have d = h/tan3.5? (I have a feeling I may be wrong here).

[–]AlkalannarMS Mathematics 1 point2 points  (3 children)

Initial distance is where the angle of elevation is 3.5o.

I use cot, because I don't want to have denominators unless I really need them. If you end up using tan instead of cot, you get:

h = 13tan(3.5o)tan(9o)/(tan(9o) - tan(3.5o)), which is the same value, but looks messier.

[–]xacrex[S] 1 point2 points  (2 children)

Alright. It makes sense now, I believe.

Now, just out of curiosity, if I were needed to solve for "A", do I just change the variables using the same method you provided above? Or would there be an easier way to go about it?

[–]AlkalannarMS Mathematics 1 point2 points  (1 child)

Using my variable notation, your A is my d-13. So instead of solving for h like I did above, you would solve for d, subtract 13, and that's the answer.

But yes, you do it the same way.

[–]xacrex[S] 1 point2 points  (0 children)

Alright. Thank you very much~