Understanding a Complex Math Equality: Cosine and Cubic Functions Explained

  • Thread starter Thread starter Mentallic
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Messages
3,802
Reaction score
95

Homework Statement


I found this equality in the thread https://www.physicsforums.com/showthread.php?t=407130"
[tex] cos\left(\frac{1}{3}arccos(z)\right) = \frac{\left(z + \sqrt{z^2-1}\right)^{1/3}}{2} + \frac 1 {2\left(z+\sqrt{z^2-1}\right)^{1/3}} [/tex]
and I'd like to know how it works.

Note: I haven't studied this, but I do know about complex numbers and I got some hints from that thread on what to do.

The Attempt at a Solution


First of all, I assumed it was true.

For the left side of the equality, let [tex]y=cos\left(\frac{1}{3}arccos(z)\right)[/tex]

so [tex]z=cos\left(3arccos(y)\right)[/tex]

by trig identities, [tex]cos\left(3arccos(y)\right)=4y^3-3y[/tex]

So the solutions to [tex]y=cos\left(\frac{1}{3}arccos(z)\right)[/tex] are the solutions (not exactly sure which of the 3) to the cubic [tex]4y^3-3y-z=0[/tex]

and now taking the right side, [tex]y=\frac{\left(z + \sqrt{z^2-1}\right)^{1/3}}{2} + \frac 1 {2\left(z+\sqrt{z^2-1}\right)^{1/3}}[/tex]

[tex]z+\sqrt{z^2-1}=cos(z)+isin(z)[/tex]

simplifying this gives [tex]y=cos(z/3)[/tex]

So hence for this equality to be true, [tex]4\left(cos(z/3)\right)^3-3\left(cos(z/3)\right)-z=0[/tex] for all z, but this isn't the case.

Please help me understand this more :smile:
 
Last edited by a moderator:
Physics news on Phys.org
Hi Mentallic! :smile:
Mentallic said:
So hence for this equality to be true, [tex]4\left(cos(z/3)\right)^3-3\left(cos(z/3)\right)-z=0[/tex] for all z, but this isn't the case.

You mean [itex]4\left(cos(z/3)\right)^3-3\left(cos(z/3)\right)-cos(z)=0[/itex], which is true …

just expand cos(z/3 + 2z/3). :wink:
 


But [tex]z=cos\left(3arccos(y)\right)[/tex]

and [tex]cos\left(3arccos(y)\right)=4y^3-3y[/tex] where [tex]y=cos\left(\frac{1}{3}arccos(z)\right)[/tex]

So shouldn't it then be [tex]4y^3-3y=z[/tex] ?

Yeah if I change it to cos(z) it works, but I still don't see where I've gone wrong.