Finding the height of this triangle

  • Thread starter Thread starter sh86
  • Start date Start date
  • Tags Tags
    Height Triangle
AI Thread Summary
The discussion revolves around finding the height of a triangle using different methods. The initial approach involved using the law of sines, which was successful, but the user attempted a second method involving tangent functions that led to an incorrect quadratic equation. The mistake identified was in the manipulation of the tangent function, where the user incorrectly expressed x in terms of h. A suggested correction was to properly solve for x using the tangent relationship, which could lead to a different result. The conversation highlights the importance of careful algebraic manipulation in solving geometric problems.
sh86
Messages
19
Reaction score
0
The problem is to find h on this triangle:

http://img215.imageshack.us/img215/7006/triangleum3.png

With the help of the law of sines I've already finished this problem. But I tried doing it a different way and my new solution isn't working and I can't figure out why. Here's what I did:

(1) Break the bottom part like so

http://img221.imageshack.us/img221/3079/bottomba3.png

(2) Use tan to solve for x in two ways

tan40 = h/x (so x = (tan40)/h)
tan47 = h/(125-x) (so x = 125 - hcot47)

(3) Since both those equations equal x, they equal each other, so I do this:

(tan40)/h = 125 - hcot47

Multiplying both sides by h, blah blah blah, I get this

h2cot47 - 125h + tan40 = 0.

So I have a quadratic equation in h. When I use the quadratic formula and do all the solving (which I'll omit since it would take a lot of space to write) I get an incorrect answer. Where did I go wrong?
 
Last edited by a moderator:
Physics news on Phys.org
Your mistake is here: tan40 = h/x (so x = (tan40)/h)

x should be equal to h / tan40
 
You correctly say

\tan 40 = \frac h x

try solving this for x again. Perhaps you will find a different result. :smile:
 
LOL! I combed over my solution about a thousand times looking for what I did wrong and I couldn't see that. Thanks guys.
 
The way I would of done it would of been like so...

I wouldn't of broken up 125 to x and 125-x.. I would of found one of the other sides using sin law because we can figure out the missing angle

\Theta = 180 - (40+47)

\Theta = 93\cdot

then apply sin law

\frac{125}{sin93} = \frac{x}{sin40}

125*sin40 = x*sin93

\frac{125*sin40}{sin93} = x

80.5 = x

then you have the right triangle which is a right angel triangle with the hypotinuse and a given angel.. that's all you need to find h using
sin47 = \frac {h}{80.5}
 
No, he said he already did it that way, But did it another way and had a problem with that. Nice bit of tex though.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top