Euhan K. answered 03/28/25
Quant + Software Interview Prep | College Math + CS Tutor
For proving the basic identities like the Pythagorean identity that you mentioned above, I recommend drawing a unit circle and a triangle on that circle. This helps since the x-coordinate of the triangle will correspond to cos(θ) and the y-coordinate of the triangle will correspond to sin(θ).
Solving equations are difficult! I think the key point to these are trying to make all the trigonometric functions into the same angle and then of the same type.
For example, for your sin(2x) = cos(x), we notice that 2x is not the same angle as x. So, we use the double angle formula to transform sin(2x) into 2sin(x)cos(x). Then, we can divide both sides by cos(x) to finish the problem.
One thing I recommend is to memorize some of the trig identities such as the pythagorean identities:
cos^2(x) + sin^2(x) =1
tan^2(x) + 1 = sec^2(x)
cot^2(x) + 1 = csc^2(x)
some other ones like these:
cos(pi/2 - x) = sin(x)
sin(pi/2 - x) = cos(x)
sin and cos addition formulas:
sin(x + y) = sin(x)cos(y) + sin(y)cos(x)
cos(x + y) = cos(x)cos(y) - sin(x)sin(y)

Doug C.
For your example 2sinxcosx = cosx, the way to solve this is to transform into 2sinxcosx - cosx = 0, the "factor out" cosx: cosx(2sinx - 1) = 0, so cosx = 0 or sinx = 1/2, etc. That is do not divide both sides by cosx because you lose solutions.03/31/25