Finding $\sin^6 x+\cos^6 x$, what am I doing wrong here?
I have $\sin 2x=\frac 23$ , and I'm supposed to express $\sin^6 x+\cos^6 x$ as $\frac ab$ where $a, b$ are co-prime positive integers. This is what I did:
First, notice that $(\sin x +\cos x)^2=\sin^2 x+\cos^2 x+\sin 2x=1+ \frac 23=\frac53$ .
Now, from what was given we have $\sin x=\frac{1}{3\cos x}$ and $\cos x=\frac{1}{3\sin x}$ .
Next, $(\sin^2 x+\cos^2 x)^3=1=\sin^6 x+\cos^6 x+3\sin^2 x \cos x+3\cos^2 x \sin x$ .
Now we substitute what we found above from the given:
$\sin^6 x+\cos^6+\sin x +\cos x=1$
$\sin^6 x+\cos^6=1-(\sin x +\cos x)$
$\sin^6 x+\cos^6=1-\sqrt {\frac 53}$
Not only is this not positive, but this is not even a rational number. What did I do wrong? Thanks.
$\endgroup$ 53 Answers
$\begingroup$$(\sin^2 x + \cos^2 x)^3=\sin^6 x + \cos^6 x + 3\sin^2 x \cos^2 x$
$\endgroup$ $\begingroup$Should be $(\sin^2 x+\cos^2 x)^3=1=\sin^6 x+\cos^6 x+3\sin^4 x \cos^2 x+3\cos^4 x \sin^2 x$
$\endgroup$ $\begingroup$$\sin^6x + \cos^6x = (\sin^2x)^3 + (\cos^2x)^3 =(\sin^2x + \cos^2x)(\sin^4x + \cos^4x -\sin^2x\cos^2x)$
$\sin^4x+\cos^4x -\sin^2x\cos^2x = (\sin^2x + \cos^2x)^2 - 2\sin^2x\cos^2x -\sin^2x\cos^2x$
or $1-3\sin^2x\cos^2x = 1-3\left(\dfrac13\right)^2 = \dfrac23$.
$\endgroup$ 3