Eureka, I comprehend your explanation at last instead of just understanding it. What do you think of this?
Cos (x) = Sin (x) + 1 / Sqrt(3); What is Cos ^3 (x) - Sin ^3 (x)? I know for a fact that the answer has no variable in it, but I keep ending up with one anyway.
Attempts:
Code
I tried substituting:
(Sin (x) + 1 / Sqrt(3))^3 - Sin ^3 (x)
I'll name sin (x) = a
(a + 1 / Sqrt(3))^3 - Sin ^3 (x) --> (a+b)^3 = a^3+3a^2b+3ab^2+b^3
a^3 + Sqrt(3)*a^2 + a + 1/(3Sqrt(3)) - a^3 --> I see no hope to simplify this to an exact answer with no variables
Code
I tried applying trigonomical identities:
Cos^3 (x) - Sin^3 (x); I will name Cos^3 (x) a^3 and Sin^3 (x) b^3
a^3 - b^3 = (a-b)(a^2+ab+b^2)
Consider cos^2(x) + sin^2 (x) = 1
(a-b)(ab+1)
a^2*b + a - ab^2 - b --> Zero confidence in any hope of success at this point even if I were to add substitution at this point
/e Mathway can solve cos^(3)(x) - sin^(3)(x) where cos(x) = sin(x) + (1)/(\sqrt(3)) but cannot solve a^(3)-b^(3) where a = b + (1)/(\sqrt(3)) without variables in the answer. I suspect that this means there is a trigonomical identity left for me to apply somewhere.
This post was edited by Forg0tten on Dec 31 2016 04:44pm