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.