Cubic With 3 Positive Roots

  1. For the quadratic equation \( ax^2 + bx + c = 0 \), what is a necessary and sufficient condition for it to have 2 positive real roots?

  2. For the cubic equation ax3+bx2+cx+d=0 ax^3 + bx^2 + cx + d =0 , what is a necessary and sufficient condition for it to have 3 positive real roots?

#Algebra #Polynomials #Cubic #Discriminant

Note by Calvin Lin
7 years ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

I think, that by Descartes' rule of signs, the signs of the coefficients must interleave for the solutions to be positive, so for the quadratic equation aa and cc must have equal signs and bb must have opposite sign; similarity for the cubic equation, aa and cc must have equal signs, and bb and dd must have equal signs but opposite from aa and cc.

Now, the second condition is that the discriminant must be greater than 0, that is because the discriminant is just the product of the squaresof every possible difference of two roots at time, all that multiplied by a2n2a^{2n-2}, where aa is the leading coefficient. For example, for a second degree equation: D=a2(x1x2)2D=a^2 (x_1-x_2)^2, and for a third degree equation: D=a4(x1x2)2(x1x3)2(x2x3)2D=a^4 (x_1-x_2)^2 (x_1-x_3)^2 (x_2-x_3)^2. It's clearly that if at least one root is repeated, the whole discriminant will be 0. And if there are a pair of complex roots it will be negative. But, these discriminants now in terms of the coefficients are: D=b24acD=b^2-4ac and D=b2c24ac34b3d+18abcd27a2d2D=b^2 c^2 - 4ac^3 - 4b^3 d + 18abcd - 27a^2 d^2 .So, in both cases, D>0D>0.

I think that in these grades these are the sufficient and necesary conditions for all roots to be distinct and positive, but in higher degrees I'm not sure. The proofs of how to obtain the discrimimants are a little hard and I will not give them, also I'm writing this from my phone, and it's a pain, so if there are any mistakes, I'm sorry.

Log in to reply

Yes, combining Descartes' Rule of signs and Discriminant helps us approach this.

Firstly, in the quadratic and cubic case, a positive discriminant is a necessary and sufficient condition that the roots are real.
Secondly, Descartes' rule of signs tells us that if the signs are alternating, then there are (at most) 0 negative roots.

Hence, all the roots are positive and real!

The converse is obvious. If the roots are positive reals, then the discriminant is positive, and the signs alternate.

Calvin Lin Staff - 7 years ago

For the quadratic equation, 2 conditions arise-

If a>0a>0, then c>0c>0 and b24ac>0b^{2} - 4ac>0. Also, b2a>0 \dfrac{-b}{2a}>0 which means that b<0b<0

If a<0a<0, then c<0c<0 and b24ac>0b^{2} - 4ac>0. Also, b2a>0 \dfrac{-b}{2a}>0 which means that b>0b>0

For the cubic equation, 2 conditions arise-

Let f(x)=ax3+bx2+cx+df(x) = ax^{3} + bx^{2} + cx + d

If the cubic has 3 roots, then f(x)f'(x) has 2 positive real roots\textbf{2 positive real roots}. Let they be p,qp,q. The conditions for it can be found from above.

For three roots,

f(p).f(q)<0f(p) . f(q) <0

Assuming that the condition is satisfied, then 2 cases arise-

If a<0a<0, then d>0d>0

If a>0a>0, then d<0d<0

Avineil Jain - 7 years ago

Log in to reply

I don't think I buy that for the cubic case.

Even if f(x)f'(x) has 2 roots, it doesn't guarantee that f(x)f(x) has two more real roots.

For example: look at this one.

Pranav Arora - 7 years ago

Log in to reply

All right, i will modify it.

Avineil Jain - 7 years ago

For the quadratic case, can you explain why those are necessary and sufficient conditions? What would be the best way of interpreting it?

Calvin Lin Staff - 7 years ago

Log in to reply

If both the roots are positive, their sum is positive and so is their product.

Product of roots is ca\dfrac{c}{a} which means aa and cc are of the same sign.

Sum of roots is ba\dfrac{-b}{a} which means aa and bb are of opposite signs.

Also, the discriminant b24acb^{2} - 4ac should be positive for two real roots.

Avineil Jain - 7 years ago

This is with regard to second part, although the approach could also be used for quadratic case. The general cubic equation is

ax3+bx2+cx+d=0a{ x }^{ 3 }+b{ x }^{ 2 }+cx+d=0

Convert the general cubic equation into depressed cubic.Thus

t3mtc=0t^{3}-mt-c=0

with t=x+b/(3a)t=x+b/(3a)

Then we may consider this to be the intersection of two curves namely y=t3y=t^{3}and a straight line y=mt+cy=mt+c. Now plotting these two curves one clearly sees that for 3 real roots the slope m of the line must be positive.Thus condition one is

m>0m>0

This is equivalent to the condition that the derivative of the cubic polynomial must have two roots.Next if there were two repeated roots then the slope of the line and tangent are equal. Equating both we get

t0=±m3{ t }_{ 0 }=\pm \sqrt { \frac { m }{ 3 } } .

Substituting t0 back into the straight line equation we get a value for the y-intercept for this special case and noting that the intercept c\left| c \right| must be less than this for 3 unequal real roots to exist.Thus we have the condition two

c2m3m3\left| c \right| \le \quad \frac { 2m }{ 3 } \sqrt { \frac { m }{ 3 } }

This is equivalent to the discriminant condition of the cubic equation. Next we turn to the question of positive roots. This is equivalent to

t>b3a t>\frac { b }{ 3a }

Now we note that if the depressed cubic has 3 real roots then by necessity it will have one negative root (since sum of roots is zero in depressed cubic & by same logic it will also atleast have one positive root). So for positive real roots of the original cubic we need to have

ba<0\frac { b }{ a } <0

This third condition is only necessary not sufficient.Next we ensure that the smallest root of depressed cubic is greater than b/3a . For this we suppose a straight line of slope m passes through the point (b3a,(b3a)3)\left( \frac { b }{ 3a } ,{ \left( \frac { b }{ 3a } \right) }^{ 3 } \right) then the y intercept of this line comes out to be

c0=(b3a)3mb3a{ c }_{ 0 }={ \left( \frac { b }{ 3a } \right) }^{ 3 }-m\frac { b }{ 3a }

This c0 must be lesser than y intercept of the straight line for roots of depressed cubic to be greater than b/3a.Thus condition four is

c0<c{ c }_{ 0 }<c.

Once all the four conditions are satisfied simultaneously we will have positive unequal roots for the original cubic.

Sushant Vijayan - 7 years ago

Log in to reply

Shusant I think u made out a spledid explanation thanks for the ri8 solution.

sumit das - 6 years, 12 months ago

Condition 4 when simplified leads to d/a<0.Thus condition three and four are equivalent to descartes rule of signs.

Sushant Vijayan - 6 years, 11 months ago

if x and y are real numbers satisfying x^3-3x^2+5x-17=0 and y^3-3y^2+5y+11=0 then the value of x+y=______

archana desai - 5 years, 10 months ago

Log in to reply

2

Sathvik Acharya - 3 years, 5 months ago

  1. The discriminant ( b^2 - 4ac) should be positive and signs must be alternate.

Bhargav Varshney - 7 years ago

Log in to reply

Yes, that allows us to say that there are 2 real roots. But must the roots be positive? How can we ensure that these roots are positive?

Calvin Lin Staff - 7 years ago

Log in to reply

Yes, you are right. I will modify this.

Bhargav Varshney - 7 years ago

This makes me think about the problems I posted about Brilli the Ant playing the games against Brian Till.

Sharky Kesa - 7 years ago

guys, I hate to rain on your parade but can you elaborate this much clearer and simpler for me because I can't understand a word you're typing. please???

Jay Cyril Mijares - 7 years ago

  1. Discriminant ( b^2-4ac) >0

Prashast Vir - 7 years ago

b sqred - 4ac>0

Prashant Patel - 6 years, 11 months ago

Cubic Equation x³+ax²+bx+c=0 with real coefficients a,b,c have ONLY REAL ROOTS iff

1) (2a³-9ab+27c)² ≤ 4(a²-3b)³

2) a² ≥ 3b

"+" to be 3 POSITIVE must be by Vietta

3) a<0

4) b>0

5) c<0

Sladjan Stankovik - 5 years, 6 months ago

a and c having same sign b is different

Hany Ganzy - 7 years ago

Log in to reply

I agree that is necessary, but it is not sufficient. For example x2x+1=0 x^2 - x + 1 = 0 does not have 2 positive real roots.

Calvin Lin Staff - 7 years ago

What is the meaning of all these things i.e possible real roots and all ,these thing are not taught in my school

Aman Real - 7 years ago

Log in to reply

Roots are basically answers to the question. In algebra, they are often used to represent the value of the variable if the whole equation is equivalent to 0. For instance, if you have the equation 4x4=04x - 4 = 0, its root would be 11 because if you input 11 into the equation, the whole statement is true.

Real numbers are just the set of rational and irrational numbers.

Sharky Kesa - 7 years ago
×

Problem Loading...

Note Loading...

Set Loading...