Why Focus Only on the Positive Root in Cosine Triple Angle Formula?

  • Thread starter Thread starter Zetison
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around finding an algebraic expression for cos((1/3)*arccos(x)), focusing on eliminating trigonometric functions from the equation. The problem is situated within the context of trigonometric identities and algebraic manipulation, particularly involving cubic equations.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore the cubic equation x = 4y^3 - 3y and question whether it is necessary to solve it to find the desired expression. Some express discomfort with solving cubics, while others suggest alternative methods involving logarithmic expressions.

Discussion Status

The discussion is ongoing, with various methods proposed, including solving the cubic equation and using exponential forms. Some participants express frustration over the complexity of the problem and the presence of imaginary components in their results. There is no explicit consensus on the best approach, but multiple avenues for exploration have been identified.

Contextual Notes

Participants note constraints regarding the definitions of x and the conditions under which the expressions hold true. There are references to previous attempts and the need for clarity in the algebraic manipulations involved.

Zetison
Messages
35
Reaction score
0

Homework Statement


Find an albebraic expression for cos((1/3)*arccos(x)), in order to get rid of the trigonometric operands.

Homework Equations


cos(arccos(x))=x

The Attempt at a Solution


cos(x)= 4cos(x/3)^3 - 3cos(x/3), I can reduce cos(cos(x)/3)
by noting that cos(arccos(x))=x. Then I solve the cubic:
1 = 4y^3 - 3y
This was a tips I have found, but, it gave me nothing :P
Need help!
 
Physics news on Phys.org
The equation you want to solve is x=4y^3-3y, isn't it? You want to solve for y in terms of x. Don't ask me about the algebra of solving the cubic. I really don't like solving cubics.
 
Do you really need too use cubic to solve cos((1/3)*arccos(x))?
However, is it posible to get an albebraic expression for cos((1/3)*arccos(x)) without the trigonometric operands?

I can solve the cubic if you get it on the form ax^3+bx^2+cx+d=0 for me ;)
 
Dick said:
The equation you want to solve is x=4y^3-3y, isn't it? You want to solve for y in terms of x. Don't ask me about the algebra of solving the cubic. I really don't like solving cubics.

This is the answer to the problem. It is exactly solving a cubic.
 
I don't know your teacher -- but "an algebraic expression for foo" does not necessarily mean that "foo" has to be isolated. It might be enough to simply have a purely algebraic equation involving foo.
 
Zetison said:
Do you really need too use cubic to solve cos((1/3)*arccos(x))?
However, is it posible to get an albebraic expression for cos((1/3)*arccos(x)) without the trigonometric operands?

I can solve the cubic if you get it on the form ax^3+bx^2+cx+d=0 for me ;)

If you can solve cubics, then the problem is solve a*y^3+b*y^2+c*y+d=0, where a=4, b=0, c=-3 and d=(-x). (-x) is just a constant. I think Zetison may actually be expected to solve the cubic. There is already one post detailing an explicit cubic solution. I gave up half way through. I couldn't handle it. I did an explicit cubic solution once in my life. Because I REALLY wanted an expression for the real root. I hope never to have to do it again.
 
Last edited:
Dick said:
If you can solve cubics, then the problem is solve a*y^3+b*y^2+c*y+d=0, where a=4, b=0, c=-3 and d=(-x). (-x) is just a constant. I think Zetison may actually be expected to solve the cubic. There is already one post detailing an explicit cubic solution. I gave up half way through. I couldn't handle it. I did an explicit cubic solution once in my life. Because I REALLY wanted an expression for the real root. I hope never to have to do it again.

Just for amusement I plugged that into Maple 10 and got this answer:

[tex]y = \frac{(x + \sqrt{-1+x^2})^{1/3}}{2} + \frac 1 {2(x+\sqrt{-1+x^2})^{1/3}}[/tex]
 
LCKurtz said:
Just for amusement I plugged that into Maple 10 and got this answer:

[tex]y = \frac{(x + \sqrt{-1+x^2})^{1/3}}{2} + \frac 1 {2(x+\sqrt{-1+x^2})^{1/3}}[/tex]

Makes no sense to me, because x is defined only in [-1,1]. While your equation is defined in (-infinite,-1]U[1,infinite)
 
Last edited:
No, the expression is actually defined for all x. You get imaginary numbers, but the first term is the conjugate of the second term, so the imaginary parts cancel. When cos and arccos are analytically continued to the complex plane, the expression

[tex]\cos \arccos x = x[/tex]

is true for all complex x (and in particular, for all real x).
 
  • #10
So with other words:

http://folk.ntnu.no/jonvegar/3
for all x and none irrational numbers?
 
Last edited by a moderator:
  • #11
Maple says:
[PLAIN]http://folk.ntnu.no/jonvegar/images/capture.png

It did not work. I still need help! :smile:
 
Last edited by a moderator:
  • #12
That's because you're equating the wrong things. The correct solution is given in post #7 by LCKurtz.

What you've done in post #11 is the following

[tex] cos(1/3 \arccos(x))= 4\cos(x/3)^3 - 3\cos(x/3)[/tex]

which is wrong. Just read your own post again (post #1).
 
  • #13
No solution (without cheating like by using Maple) after 8 months? :confused:
 
  • #14
You can solve this problem easily as follows.

Using the identity:

cos(x) = [exp(i x) + exp(-i x)]/2

express arccos(x) in terms of logarithms.

Then compute cos[1/3 arccos(x)] using the obtained expression for arccos(x) and the above identity for cos(x).
 
  • #15
Hmmm, it shall be possible to write the equation without any logarithms.
If it is so easy, can you just write down the formula for me? :smile: I need it actually just to solv an other problem.
 
  • #16
You've been given two methods. Either you solve the cubic equation or you use Count Iblis' method which is a lot faster. Perhaps it's time you show some work?
 
  • #17
Belive me, I have tried. But I don't understand the answer i get if I use the 2. method:

[PLAIN]http://folk.ntnu.no/jonvegar/images/imaginary.jpg

I want a answer without any imaginary parts. My x is defined only for [0,9], but when I cancel the imaginary part I do not get the right answer as demonstrated above...
 
Last edited by a moderator:
  • #18
Maybe you want to explain what you're doing instead of spitting out some maple math with some random numbers plugged in. I suggest once again that you use Count Iblis' method to derive the result instead of using some computer program.
 
Last edited:
  • #19
Can you define Count Iblis' method for me?
 
  • #20
Zetison said:
Can you define Count Iblis' method for me?

You obtain an expression for y = arccos(x) by solving the equation:

[exp(i y) + exp(-iy)]/2 = x

Putting z = exp(iy), yields:

z + 1/z = 2 x

Can you take it from here?
 
  • #21
Ok, here is what I have done:
[PLAIN]http://folk.ntnu.no/jonvegar/images/imaginary3.png
[PLAIN]http://folk.ntnu.no/jonvegar/images/imaginary2.png
[PLAIN]http://folk.ntnu.no/jonvegar/images/imaginary4.png
But when I'm testing my result in maple I get "false":
[PLAIN]http://folk.ntnu.no/jonvegar/images/imaginary5.png

But even if it where true, how do I get an answer without imaginary parts?
 
Last edited by a moderator:
  • #22
Is it really no one that can give me an answer to this problem??
 
  • #23
You have been given the answer and multiple methods to obtain the answer. What more do you want?
 
  • #24
I want an answer to this problem:

Zetison said:
Ok, here is what I have done:
[PLAIN]http://folk.ntnu.no/jonvegar/images/imaginary3.png
[PLAIN]http://folk.ntnu.no/jonvegar/images/imaginary2.png
[PLAIN]http://folk.ntnu.no/jonvegar/images/imaginary4.png
But when I'm testing my result in maple I get "false":
[PLAIN]http://folk.ntnu.no/jonvegar/images/imaginary5.png

But even if it where true, how do I get an answer without imaginary parts?
 
Last edited by a moderator:
  • #25
Your answer is correct. Maple cannot handle the test you make :smile:
 
  • #26
You're using a very inconvenient form of the arccos, which complicates everything. Just solve [itex]2y=e^{i x}+e^{-i x}[/itex] for x. Then you will get a pretty nice expression for the arccos and all i-s will vanish.
 
  • #27
How do you get an expression for x, when you got both eix and e-ix? And even if I get an expression for arccos without i-s, I still have to get rid of cos...
 
  • #28
As far as I'm concerned the expresion you have fully answer your problem. All the rest is esthetics…
 
  • #29
No. The problem is not solved because i still have not got rid of the i-s. And that is not a trivial thing to do in my expression...
 
  • #30
No you don't. You stated your problem as getting rid of trigonometric functions. Mission accomplished :biggrin: Your expression with the i-s is more general since it extends to x<-1.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
Replies
2
Views
4K
Replies
2
Views
3K
Replies
23
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
15K
Replies
5
Views
1K
Replies
2
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K