Roots of a third degree polynomial

You are right, the roots of x3 -px2 = qm can not be all positive. If X is some function of x, X3-px2 - qm=f(x)(x-a)(x-b)(x-c) where a, b, c are positive and f(x)=0 does not have positive roots. That means X3=f(x)(x-a)(x-b)(x-c) +px2 + qm, f(x) can be anything which does not have positive roots. But then you can not solve the problem. I think it is just a badly worded problem. Instead of "all roots are positive" it should be "the product of the three roots is...".
  • #1
V0ODO0CH1LD
278
0

Homework Statement



Knowing that the equation:
[tex] X^n-px^2=q^m [/tex]
has three positive real roots a, b and c. Then what is
[tex] log_q[abc(a^2+b^2+c^2)^{a+b+c}] [/tex]
equal to?

Homework Equations



[tex] a + b + c = -(coefficient \ of \ second \ highest \ degree \ term) = -k_2 [/tex]

[tex] abc = -(constant \ coefficient) = k_4 [/tex]

[tex] a^2 + b^2 + c^2 = (coefficient \ of \ second \ highest \ degree \ term)^2-(coefficient \ of \ third \ highest \ degree \ term) = k^2_2-2k_3 [/tex]

The Attempt at a Solution



First I assumed X^3 is equal to k_1x^3 and so x^3 = X^3/k_1.

[tex] X^n-px^2=q^m\\
x^3-\frac{p}{k_1}x^2-\frac{q^m}{k_1}=0\\
k_2=-\frac{p}{k_1}\\
k_3=0\\
k_4=-\frac{q^m}{k_1}\\
a+b+c=\frac{p}{k_1}\\
abc=\frac{q^m}{k_1}\\
a^2+b^2+c^2=\frac{p^2}{k^2_1}\\
[/tex]
[tex] log_q[abc(a^2+b^2+c^2)^{a+b+c}]=\\
\frac{q^m}{k_1}(\frac{p^2}{k^2_1})^{\frac{p}{k_1}}=\\
log_q\frac{q^mp^{\frac{2p}{k_1}}}{k_1^{1+\frac{2p}{k_1}}}=\\
log_qq^mp^{\frac{2p}{k_1}}-log_qk_1^{1+\frac{2p}{k_1}}=\\
log_qq^m+log_qp^{\frac{2p}{k_1}}-log_qk_1^{1+\frac{2p}{k_1}}=\\
m+\frac{2p}{k_1}log_qp-(1+\frac{2p}{k_1})log_qk_1=\\
[/tex]

If I substitute (X^3)/(x^3) for k_1 I have an equation that only resembles the possible answers if X = x or X = -x, which makes me think that either X was a typo and they meant x. Or that somewhere in the problem statement they tell you about something that according to some property of polynomials makes X = x or X = -x implied.

Is there some weird property of polynomial that I don't know that would help me solve this problem? What is it?

EDIT: Sorry for the latex error..
 
Last edited:
Physics news on Phys.org
  • #2
I think x and X mean the same, otherwise it would be explained.
And your solution is correct.

ehild
 
  • #3
ehild said:
I think x and X mean the same, otherwise it would be explained.
And your solution is correct.

ehild

Doesn't the fact that the coefficient on the x^1 term is 0 mean that the coefficient on the x^3 term has to be zero or something of that nature?

EDIT: Doesn't the fact that the coefficient on the x^1 term is 0 mean that the coefficient on the x^3 term has to be ONE or something of that nature?
 
  • #4
V0ODO0CH1LD said:
EDIT: Doesn't the fact that the coefficient on the x^1 term is 0 mean that the coefficient on the x^3 term has to be ONE or something of that nature?

Since there is no x term, but there is an x2 term, it is reasonable to assume that the coefficient of x is 0. However, you can't assume that xn means x3. You are given this statement:
xn - px2 = qm has three positive real roots a, b and c. That doesn't necessarily imply that the equation is a cubic. What this says to me is that of all roots, three of them are real and positive. Any other roots could be negative or nonreal.
 
  • #5
Mark44 said:
Since there is no x term, but there is an x2 term, it is reasonable to assume that the coefficient of x is 0. However, you can't assume that xn means x3. You are given this statement:
xn - px2 = qm has three positive real roots a, b and c. That doesn't necessarily imply that the equation is a cubic. What this says to me is that of all roots, three of them are real and positive. Any other roots could be negative or nonreal.

I haven't thought of it like that, but you have a point. How would I proceed then? Do I actually have to find the real roots? I have no clue as to how I am supposed to do this now..

EDIT: No, I am sorry! I re-red the thread and realized something! There is a typo in the problem statement X^n is actually X^3! But couldn't X^3 mean x^(anything) if X ≠ x anyway?
 
  • #6
It is said that the roots of the equation are a, b, c. If X is not x it should be specified. Do not worry, it must be just a typo. Word starts a line with a capital letter, that can be the reason.

ehild
 
  • #7
ehild said:
It is said that the roots of the equation are a, b, c. If X is not x it should be specified. Do not worry, it must be just a typo. Word starts a line with a capital letter, that can be the reason.

ehild

Okay, but doesn't the fact that the coefficient on the x1 term is zero mean anything at all? Assuming for a second that X ≠ x; then [itex] k_1(x-a)(x–b)(x–c)=k_1x^3-k_1(a+b+c)x^2+k_1(ab+ac+bc)x-k_1(abc)=X^3-px^2-q^m [/itex]
Doesn't that mean that:

[tex] k_1x^3 = X^3\\
k_1(a+b+c)=p\\
k_1(ab+ac+bc)=0\\
k_1(abc)=q^m
[/tex]

k_1 can't be zero otherwise the whole equation would be zero. So isn't there a way to prove that X = x maybe using the fact that a, b and c are positive? And how can "k_1 (ab + ac + bc) = 0" if a,b and c are positive and k_1 ≠ 0?
 
  • #8
I believe that X is a typo, and should be x, which makes this the equation:
x3 -px2 = qm, with a, b, anc c being positive real roots.

Then
a3 -pa2 = qm
b3 -pb2 = qm
c3 -pc2 = qm

So

a2 = ##\frac{q^m}{a - p} ##
b2 = ##\frac{q^m}{b - p} ##
c2 = ##\frac{q^m}{c - p} ##

Substitute these into your log expression and use the properties of logs to simplify it as much as possible.
 
  • #9
The only thing keeping me from accepting that X is a typo is that x3 -px2 = qm does not have three real positive roots. Maybe I could find a condition on X for X3 -px2 = qm to have three positive real roots. But I don't know how to..
 
  • #10
You are right, the roots of x3 -px2 = qm can not be all positive. If X is some function of x, X3-px2 - qm=f(x)(x-a)(x-b)(x-c) where a, b, c are positive and f(x)=0 does not have positive roots. That means X3=f(x)(x-a)(x-b)(x-c) +px2 + qm, f(x) can be anything which does not have positive roots. But then you can not solve the problem.

I think it is just a badly worded problem. Instead of "all roots are positive" it should be "the product of the three roots is positive".

ehild
 
  • #11
V0ODO0CH1LD, I think that you should ask your instructor for clarification on this problem. We are 11 posts into this thread, and still can't tell if X is the same as or different from x, whether it's X3 or Xn (or x3 or xn), and whether the three roots are positive or their product is positive.

Please check with you instructor as to exactly what is given in this problem. Until then, I'm done with it.
 
  • #12
I just sent an email to my professor, I will post his answer as soon as I receive it.
 
  • #13
I'm pretty sure that the capitol X is just a typo, otherwise the question is not well defined.

More concerning to me is the "n". As Mark44 has pointed out, just because we're given that there are 3 real roots doesn't mean that there are only three roots and that therefore n=3.

However, if we are not able to assume that n=3, and if there may be other (non positive real) roots, then I don't think that this is a do-able problem. So I think that there is yet another typo (or poorly a worded part of question). Where it says "... has three positive real roots a, b and c", I believe that what the questioner *intended* to say was, "... has three roots a,b and c, all of which are positive real".
 

1. What is the definition of a third degree polynomial?

A third degree polynomial is a type of mathematical function that can be written in the form ax^3 + bx^2 + cx + d, where a, b, c, and d are constants and x is a variable. This type of polynomial is also known as a cubic polynomial because it has a degree of 3.

2. What are the roots of a third degree polynomial?

The roots of a third degree polynomial are the values of x that make the polynomial equal to 0. These values can be found by factoring the polynomial or by using the quadratic formula. A third degree polynomial can have up to 3 roots.

3. How can I determine the number of roots of a third degree polynomial?

The number of roots of a third degree polynomial can be determined by its degree. Since a third degree polynomial has a degree of 3, it can have a maximum of 3 roots. However, it is also possible for a third degree polynomial to have less than 3 roots or no real roots at all.

4. Can a third degree polynomial have complex roots?

Yes, a third degree polynomial can have complex roots. Complex roots are numbers that involve the imaginary unit, i, which is defined as the square root of -1. Complex roots can occur when the polynomial does not have any real roots, or when it has at least one real root and two complex conjugate roots.

5. How are the roots of a third degree polynomial related to its graph?

The roots of a third degree polynomial are the x-intercepts of its graph. This means that the points where the polynomial crosses the x-axis are the values of x that make the polynomial equal to 0. Additionally, the number of roots can also determine the shape of the graph. For example, a third degree polynomial with 3 real roots will have a graph that crosses the x-axis 3 times, while a polynomial with 1 real root and 2 complex roots will have a graph that only touches the x-axis at one point.

Similar threads

  • Advanced Physics Homework Help
Replies
1
Views
939
  • Introductory Physics Homework Help
Replies
24
Views
998
  • Calculus and Beyond Homework Help
Replies
8
Views
929
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
20
Views
1K
  • Linear and Abstract Algebra
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
808
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
Back
Top