How parameter affects the roots of the equation.

  • Thread starter Thread starter tysonk
  • Start date Start date
  • Tags Tags
    Parameter Roots
tysonk
Messages
33
Reaction score
0
I have trouble figuring out this problem. If someone can help me out that would be appreciated.
Suppose we have x^3 -x + C
let r denote the largest root of the equation.
What's a mathematical way of relating r and C?
(quantitative).
Also what's dr/dc

Thanks in advance.
 
Physics news on Phys.org
tysonk said:
I have trouble figuring out this problem. If someone can help me out that would be appreciated.
Suppose we have x^3 -x + C
let r denote the largest root of the equation.
What you have above is not an equation.
Did you mean x^3 - x + C = 0? That's an equation.
tysonk said:
What's a mathematical way of relating r and C?
Just as a guess, you would have to find the solutions to the cubic equation x^3 - x + C = 0 (assuming that's the equation here).

Depending on the value of C, there will be:
  • 3 real solutions
  • 2 real solutions, with one that is repeated
  • 1 real solution, and two complex solutions

When you say that r is the largest solution, do you mean largest real solution?
tysonk said:
(quantitative).
Also what's dr/dc

Thanks in advance.
 
Thanks for the reply.
Yes, largest real root. The equation you have is correct. So how would I got about finding r (or expressing it). And then also finding the derivative. I suspect that it has something to do with linear approximations or Newton's Method but am not sure how to go about doing it. Any help is much appreciated.
 
Thanks for your reply.
Hmm looking back at the question. It just says "give some quantitative information about r."
"Calculate dr/dc"

For dr/dc I did,

y=x^3 -x + c =0

r^3 -r +c = 0

finding the derivative of that i got
dr/dc = 1/ (3r^2 -1)
I used the fact that c is not a constant yet it is a function of r... I'm not sure if I'm right.
 
It should be dr/dc = -1/(3r^2 - 1)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top