There is no simple simplification of sin x + cos x.
Chat with our AI personalities
sin(x) + cos(x) = sqrt(2) · sin(45°+x)
You need to know the trigonometric formulae for sin and cos of compound angles. sin(x+y) = sin(x)*cos(y)+cos(x)*sin(y) and cos(x+y) = cos(x)*cos(y) - sin(x)*sin(y) Using these, y = x implies that sin(2x) = sin(x+x) = 2*sin(x)cos(x) and cos(2x) = cos(x+x) = cos^2(x) - sin^2(x) Next, the triple angle formulae are: sin(3x) = sin(2x + x) = 3*sin(x) - 4*sin^3(x) and cos(3x) = 4*cos^3(x) - 3*cos(x) Then the left hand side = 2*[3*sin(x) - 4*sin^3(x)]/sin(x) + 2*[4*cos^3(x) - 3*cos(x)]/cos(x) = 6 - 8*sin^2(x) + 8cos^2(x) - 6 = 8*[cos^2(x) - sin^2(x)] = 8*cos(2x) = right hand side.
It helps to convert this kind of equation into one that has only sines and cosines, by using the basic definitions of the other functions in terms of sines and cosines. sin x / (1 - cos x) = csc x + cot x sin x / (1 - cos x) = 1 / sin x + cos x / sin x Now it should be easy to do some simplifications: sin x / (1 - cos x) = (1 + cos x) / sin x Multiply both sides by 1 + cos x: sin x (1 + cos) / ((1 - cos x)(1 + cos x)) = (1 + cos x)2 / sin x sin x (1 + cos) / (1 - cos2x) = (1 + cos x)2 / sin x sin x (1 + cos) / sin2x = (1 + cos x)2 / sin x sin x (1 + cos x) / sin x = (1 + cos x)2 1 + cos x = (1 + cos x)2 1 = 1 + cos x cos x = 0 So, cos x can be pi/2, 3 pi / 2, etc. In some of the simplifications, I divided by a factor that might be equal to zero; this has to be considered separately. For example, what if sin x = 0? Check whether this is a solution to the original equation.
YES!!!! Sin(2x) = Sin(x+x') Sin(x+x') = SinxCosx' + CosxSinx' I have put a 'dash' on an 'x' only to show its position in the identity. Both x & x' carry the same value. Hence SinxCosx' + CosxSinx' = Sinx Cos x + Sinx'Cosx => 2SinxCosx
There are two ways to solve for the double angle formulas in trigonometry. The first is to use the angle addition formulas for sine and cosine. * sin(a + b) = sin(a)cos(b) + cos(a)sin(b) * cos(a + b) = cos(a)cos(b) - sin(a)sin(b) if a = b, then * sin(2a) = sin(a)cos(a) + cos(a)sin(a) = 2sin(a)cos(a) * cos(2a) = cos2(a) - sin2(b) The cooler way to solve for the double angle formulas is to use Euler's identity. eix = cos(x) + i*sin(x). Yes, that is "i" as in imaginary number. we we put 2x in for x, we get * e2ix = cos(2x) + i*sin(2x) This is the same as * (eix)2 = cos(2x) + i*sin(2x) We can substitute our original equation back in for eix. * (cos(x) + i*sin(x))2 = cos(2x) + i*sin(2x) We can distribute the squared term. * cos2(x) + i*sin(x)cos(x) + i*sin(x)cos(x) + (i*sin(x))2 = cos(2x) + i*sin(2x) And simplify. Because i is SQRT(-1), the i squared term becomes negative. * cos2(x) + 2i*sin(x)cos(x) - sin2(x) = cos(2x) + i*sin(2x) * cos2(x) - sin2(x) + 2i*sin(x)cos(x) = cos(2x) + i*sin(2x) Now you can plainly see both formulas in the equation arranged quite nicely. I don't yet know how to get rid of the i, but I'm working on it.