MHB How is the Equation Derived for an Isosceles Triangle with a specific Angle?

AI Thread Summary
The discussion focuses on deriving the equation for an isosceles triangle with given sides and angle. Starting with triangle $PQR$, where $QR = m$, $PQ = PR = n$, and $\angle P = \frac{\pi}{7}$, the relationship $\sin\left(\frac{\pi}{14}\right) = \frac{m}{2n}$ is established. Utilizing the Chebyshev polynomial, the equation $\sin(7\theta) = 1$ leads to a polynomial in terms of $\sin\left(\frac{\pi}{14}\right)$. This results in the equation $m^4 - 3m^2n^2 - mn^3 + n^4 = 0$, confirming the derived relationship for the triangle's dimensions. The solution is recognized as elegant and mathematically satisfying.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Given a triangle $PQR$ where $QR=m$, $PQ=PR=n$ and $\angle P=\dfrac{\pi}{7}$.

View attachment 2522

Show that $m^4-3m^2n^2-mn^3+n^4=0$.
 

Attachments

  • TC.JPG
    TC.JPG
    6.4 KB · Views: 120
Mathematics news on Phys.org
[sp]Half the angle at $P$ is $\dfrac{\pi}{14}$. The triangle is isosceles, so it follows that $\sin\Bigl(\dfrac\pi{14}\Bigr) = \dfrac{m/2}n = \dfrac m{2n}.$

If $\theta = \frac\pi{14}$ then $\sin(7\theta) = 1.$ But if $s = \sin\theta$ then $\sin(7\theta) = 7s - 56s^3 + 112s^5 - 64s^7$ (using the Chebyshev polynomial $T_7(s)$). So the equation $\sin(7\theta) = 1$ can be written as $64s^7 - 112s^5 + 56s^3 - 7s + 1 = 0$. That can be factored as $$\begin{aligned} 0 &= 64s^7 - 112s^5 + 56s^3 - 7s + 1\\ &= (s+1)(64s^6 - 64s^5 - 48s^4 + 48s^3 + 8s^2 - 8s + 1) \\ &= (s+1)(8s^3 - 4s^2 - 4s + 1)^2.\end{aligned}$$ So if $\sin(7\theta) = 1$ but $s\ne-1$ then $8s^3 - 4s^2 - 4s + 1 = 0.$

Now put $s = \sin\bigl(\frac\pi{14}\bigr) = \frac m{2n}$ to see that $$ 0 = 8s^3 - 4s^2 - 4s + 1 = \frac{8m^3}{8n^3} - \frac{4m^2}{4n^2} - \frac{4m}{2n} + 1 = \frac{m^3 - m^2n - 2mn^2 + n^3}{n^3},$$ and therefore $m^3 - m^2n - 2mn^2 + n^3 = 0.$ Finally, multiply that by $m+n$ to see that $0 = (m+n)(m^3 - m^2n - 2mn^2 + n^3) = m^4 - 3m^2n^2 - mn^3 + n^4.$[/sp]
 
Opalg said:
[sp]Half the angle at $P$ is $\dfrac{\pi}{14}$. The triangle is isosceles, so it follows that $\sin\Bigl(\dfrac\pi{14}\Bigr) = \dfrac{m/2}n = \dfrac m{2n}.$

If $\theta = \frac\pi{14}$ then $\sin(7\theta) = 1.$ But if $s = \sin\theta$ then $\sin(7\theta) = 7s - 56s^3 + 112s^5 - 64s^7$ (using the Chebyshev polynomial $T_7(s)$). So the equation $\sin(7\theta) = 1$ can be written as $64s^7 - 112s^5 + 56s^3 - 7s + 1 = 0$. That can be factored as $$\begin{aligned} 0 &= 64s^7 - 112s^5 + 56s^3 - 7s + 1\\ &= (s+1)(64s^6 - 64s^5 - 48s^4 + 48s^3 + 8s^2 - 8s + 1) \\ &= (s+1)(8s^3 - 4s^2 - 4s + 1)^2.\end{aligned}$$ So if $\sin(7\theta) = 1$ but $s\ne-1$ then $8s^3 - 4s^2 - 4s + 1 = 0.$

Now put $s = \sin\bigl(\frac\pi{14}\bigr) = \frac m{2n}$ to see that $$ 0 = 8s^3 - 4s^2 - 4s + 1 = \frac{8m^3}{8n^3} - \frac{4m^2}{4n^2} - \frac{4m}{2n} + 1 = \frac{m^3 - m^2n - 2mn^2 + n^3}{n^3},$$ and therefore $m^3 - m^2n - 2mn^2 + n^3 = 0.$ Finally, multiply that by $m+n$ to see that $0 = (m+n)(m^3 - m^2n - 2mn^2 + n^3) = m^4 - 3m^2n^2 - mn^3 + n^4.$[/sp]

What a beautiful solution it is, Mr. Opalg! (Sun)(Clapping)

My solution:

My solution used the "identity" that states $\cos \dfrac{\pi}{7}+\cos \dfrac{3\pi}{7}+\cos \dfrac{5\pi}{7}=\dfrac{1}{2}$.

By applying the Cosine Rule to the triangle $PQR$, we get:

$\cos \dfrac{\pi}{7}=\dfrac{2n^2-m^2}{2n^2}$,

$\cos \dfrac{3\pi}{7}=\dfrac{m}{2n}$ and finally,

$\cos \dfrac{5\pi}{7}=\cos \left( \pi-\dfrac{2\pi}{7} \right)=-\cos \dfrac{2\pi}{7}=-\left( 2\cos^2 \dfrac{\pi}{7}-1 \right)=1-2\left(\dfrac{2n^2-m^2}{2n^2} \right)^2$

Now, by adding these three we get:

$\dfrac{2n^2-m^2}{2n^2}+\dfrac{m}{2n}+1-2\left(\dfrac{2n^2-m^2}{2n^2} \right)^2=\dfrac{1}{2}$

and simplifying these we get:

$m^4-3m^2n^2-mn^3+n^4=0$

But I'm not sure if I have to show how does one get the identity of $\cos \dfrac{\pi}{7}+\cos \dfrac{3\pi}{7}+\cos \dfrac{5\pi}{7}=\dfrac{1}{2}$ before using it or it's a well-known identity that one can just refer to it when needed...
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top