How do you simplify #cos((1/3)arccos((1/3)x))#?
1 Answer
This is already in simplest form, unless you would consider the following simpler:
#cos ((1/3) arccos(x/3))#
#= 1/2((x/3 + i sqrt(1-(x/3)^2))^(1/3) + (x/3 - i sqrt(1-(x/3)^2))^(1/3))#
Explanation:
Expressions of the form
For example, consider
Then:
#cos ((1/3) arccos((1/3)x)) = cos(1/3 arccos(1/2)) = cos(pi/9)#
which has no expression in terms of Real
We can express something in terms of a Complex cube root:
Using de Moivre's Theorem:
#cos ((1/3) arccos(x/3)) + i sin ((1/3) arccos(x/3))#
#= (cos arccos(x/3) + i sin arccos(x/3))^(1/3)#
#= (x/3 + i sqrt(1-(x/3)^2))^(1/3)#
Similarly:
#cos ((1/3) arccos(x/3)) - i sin ((1/3) arccos(x/3))#
#= (cos arccos(x/3) - i sin arccos(x/3))^(1/3)#
#= (x/3 - i sqrt(1-(x/3)^2))^(1/3)#
We can add these two results and halve the sum to find:
#cos ((1/3) arccos(x/3))#
#= 1/2((x/3 + i sqrt(1-(x/3)^2))^(1/3) + (x/3 - i sqrt(1-(x/3)^2))^(1/3))#