Understanding a Complex Math Equality: Cosine and Cubic Functions Explained

  • Thread starter Thread starter Mentallic
  • Start date Start date
Mentallic
Homework Helper
Messages
3,802
Reaction score
95

Homework Statement


I found this equality in the thread https://www.physicsforums.com/showthread.php?t=407130"
<br /> 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}} <br />
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 y=cos\left(\frac{1}{3}arccos(z)\right)

so z=cos\left(3arccos(y)\right)

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

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

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

z+\sqrt{z^2-1}=cos(z)+isin(z)

simplifying this gives y=cos(z/3)

So hence for this equality to be true, 4\left(cos(z/3)\right)^3-3\left(cos(z/3)\right)-z=0 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, 4\left(cos(z/3)\right)^3-3\left(cos(z/3)\right)-z=0 for all z, but this isn't the case.

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

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


But z=cos\left(3arccos(y)\right)

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

So shouldn't it then be 4y^3-3y=z ?

Yeah if I change it to cos(z) it works, but I still don't see where I've gone wrong.
 
You're interchangeably using z as an angle and as a cosine.

In particular, your …
Mentallic said:
z+\sqrt{z^2-1}=cos(z)+isin(z)

isn't true. :wink:

(unless cosz = z)
 


Oh of course... :blushing:
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top