A question about trigonometric identities

acen_gr
Messages
63
Reaction score
0
Is this identity possible?

cot 2x = \frac{cos3x + cosx}{sin 3x + sinx}

Thanks!
 
Mathematics news on Phys.org
Mark44 said:
Is this homework?

Not homework. I'm just asking if it's possible for the expressions on both sides to be identical or the equation is an identity or not. Because I've tried to work on it but I couldn't make them identical.
 
One obvious point is that if x= 0, the left side is 1 but the right side does not exist. And if you don't like "does not exist", try evaluating both sides at x= 0.01.
 
acen_gr said:
Is this identity possible?

cot 2x = \frac{cos3x + cosx}{sin 3x + sinx}

Thanks!

Try cross multiplying to get:

\cos 2x (\sin 3x + \sin x) = \sin 2x (\cos 3x + \cos x)

and then apply the half sum/difference identities to all of the sin cos products on each side of the equation. It comes out fairly easy with this step.

Use:
\sin a \cos b = \frac{1}{2} \left[ \sin(a+b) + \sin(a-b) \right]
 
An alternate approach is to convert to a polynomial equation in u = eix.
For example: cot(2x) = i(u2+u-2)/(u2-u-2) = i(u4+1)/(u4-1).
Do the similar steps for the right hand side, clear the denominators and end up with an identity.
 
uart said:
Try cross multiplying to get:

\cos 2x (\sin 3x + \sin x) = \sin 2x (\cos 3x + \cos x)

and then apply the half sum/difference identities to all of the sin cos products on each side of the equation. It comes out fairly easy with this step.

Use:
\sin a \cos b = \frac{1}{2} \left[ \sin(a+b) + \sin(a-b) \right]

\cos 2x (\sin 3x + \sin x) = \sin 2x (\cos 3x + \cos x)
\cos 2x \sin3x + \cos2x sinx = \sin2x \cos3x + \sin2x cosx

Should I end here? I think both doesn't equal up. Or should I go further by extracting cos2x, sin2x, cos3x, and sin3x ?
 
acen_gr said:
\cos 2x (\sin 3x + \sin x) = \sin 2x (\cos 3x + \cos x)
\cos 2x \sin3x + \cos2x sinx = \sin2x \cos3x + \sin2x cosx

Should I end here? I think both doesn't equal up. Or should I go further by extracting cos2x, sin2x, cos3x, and sin3x ?

You need to end up with sinx and cosx only, using identities for cos2x, etc. I think my method (using representation in eix, etc.) might be easier.
 
acen_gr said:
\cos 2x (\sin 3x + \sin x) = \sin 2x (\cos 3x + \cos x)
\cos 2x \sin3x + \cos2x sinx = \sin2x \cos3x + \sin2x cosx

Should I end here?
No, apply the half sum-difference formula (that I gave above) to each of the sin-cos products.
 
Back
Top