Finding the Roots of Cubic

Rr is the *product* of the two roots, not the *sum*. You'll need to make use of both formulas. I just thought of this, and I'm sure it's what HallsofIvy was thinking:You are given that the polynomial isP(x) = 4x^3+cx-27and you are told that it has a double root. That means that there are only two distinct roots to the polynomial, so you can writeP(x) = 4(x-R)^2(x-r) = 4x^3 - 8Rx^2 + 4R^2x - 4R^2rSo, now you
  • #1
TbbZz
37
0

Homework Statement



Find an integer c such that the equation 4x^3 + cx - 27 = 0 has a double root.

Homework Equations



Ax^3+Bx^2+Cx+K = 0
Sum of Roots = -B/A
Product of Roots = (-1)^n * k/a
etc.

The Attempt at a Solution



I tried using P/Q with synthetic division to find a quadratic for the problem but I couldn't find a way to get rid of or solve for C.

I also tried manipulating the Sum of Roots and Product of Roots (both listed above) relationships to try and solve for C. No success here.

I have a hunch that it has to deal with the Sum of Roots & Product of Roots relationships, since I know what A is (leading coefficient) and I know what K is (-27, given).

I just can't seem to put it together.

The answer of the problem is C = -27, however I would like to know how to get this.

Thank you very much.
 
Physics news on Phys.org
  • #2
TbbZz said:

Homework Statement



Find an integer c such that the equation 4x^3 + cx - 27 = 0 has a double root.

Homework Equations



Ax^3+Bx^2+Cx+K = 0
Sum of Roots = -B/A
Product of Roots = (-1)^n * k/a
etc.

Since this is a cubic polynomial, we know it has three (complex) zeroes. We are told that one is a double root (that is, one of the zeroes has a multiplicity of two), so there are really only two *distinct* zeroes. [Bonus question: why does this now tell us that the zeroes must all be real?] To spare ourselves having to use subscripts, let's call the "double root" R and the other root r.

You are given a couple of very nice formulas for the sum and product of the roots. What are their values? How would you express the sum and product of the roots (or zeroes) in terms of R and r? You now have two equations in two unknowns. That's your cue... Knowing the roots should let you find the missing coefficient.
 
Last edited:
  • #3
Any cubic polynomial with a double (but not triple) root and leading coefficient 4, can be written 4(x-a)2(x-b)= 4x3-(8a+4b)x2+(4a2+8ab)x- a2b. Since you are told that the polynomial is 4x3+ cx- 27, you know that 8a+4b= 0, 4a2+ 8ab= c, and a2b= 27. That gives you three equations to solve for a, b, c.

dynamicsolo, I had to think for a minute to see why all the roots must be real!
 
  • #4
dynamicsolo said:
Since this is a cubic polynomial, we know it has three (complex) zeroes. We are told that one is a double root (that is, one of the zeroes has a multiplicity of two), so there are really only two *distinct* zeroes. [Bonus question: why does this now tell us that the zeroes must all be real?] To spare ourselves having to use subscripts, let's call the "double root" R and the other root r.

You are given a couple of very nice formulas for the sum and product of the roots. What are their values? How would you express the sum and product of the roots (or zeroes) in terms of R and r? You now have two equations in two unknowns. That's your cue... Knowing the roots should let you find the missing coefficient.

I do understand that there must be three distinct zeroes. This tells me that the zeroes must all be real since every imaginary root (a+bi) means there is another imaginary root (a-bi). Because there is a double root, it would not be possible to have an imaginary root.

I worked for about 15 minutes on substituting R for the double root and r for the third root. However, I still can't seem to figure out how to solve for the missing coefficient.

I know that:

2R + r = -C/4 <-- sum of roots
2Rr = 27/4 <-- product of roots

But I'm not sure what to do next.

P.S. HallsofIvy, I'm sure your method works, but unfortunately I don't understand the concept of it, so I'd like to learn how dynamicsolo did it still.
 
  • #5
TbbZz said:
I do understand that there must be three distinct zeroes. This tells me that the zeroes must all be real since every imaginary root (a+bi) means there is another imaginary root (a-bi). Because there is a double root, it would not be possible to have an imaginary root.
No, the must not be "three distinct zeros". You are told that there is a double root- there are only two distinct zeros!

I worked for about 15 minutes on substituting R for the double root and r for the third root. However, I still can't seem to figure out how to solve for the missing coefficient.

I know that:

2R + r = -C/4 <-- sum of roots
2Rr = 27/4 <-- product of roots

But I'm not sure what to do next.

P.S. HallsofIvy, I'm sure your method works, but unfortunately I don't understand the concept of it, so I'd like to learn how dynamicsolo did it still.
 
  • #6
Heh, I was counting the double root as two zeroes, since "the number of zeroes is equal to the degree of the polynomial."

Still though, is there another formula I need to use other than -B/A and -1^n K/A?
 
  • #7
TbbZz said:
I do understand that there must be three distinct zeroes.

OK, we resolved this elsewhere.

This tells me that the zeroes must all be real since every imaginary root (a+bi) means there is another imaginary root (a-bi). Because there is a double root, it would not be possible to have an imaginary root.

Just so. If one of the imaginary zeroes were repeated, one of those appearances would *not* have a "conjugate" partner, since there are only three zeroes in all.

I know that:

2R + r = -C/4 <-- sum of roots

Careful: in the formula you are given, B is the coefficient of the *quadratic* term in the polynomial. That value is...?

2Rr = 27/4 <-- product of roots

This is a *product* of the three roots. If one of them is repeated, that product would be...?
 
  • #8
HallsofIvy said:
Any cubic polynomial with a double (but not triple) root and leading coefficient 4, can be written 4(x-a)2(x-b)= 4x3-(8a+4b)x2+(4a2+8ab)x- a2b. Since you are told that the polynomial is 4x3+ cx- 27, you know that 8a+4b= 0, 4a2+ 8ab= c, and a2b= 27. That gives you three equations to solve for a, b, c.

This is certainly the other route to take. If the information given in the problem were somewhat different, this would be just as efficient as what I'm proposing. The fact that one zero is repeated here happens to make solving from the roots to the coefficients a bit easier; that wouldn't be the case in general, I suspect...

dynamicsolo, I had to think for a minute to see why all the roots must be real!

It's sometimes worthwhile to use a bit of the "theory of functions" to get an idea of what the zeroes might look like and how complicated it will be to determine them.
 

1. What is the definition of "finding the roots of cubic"?

The process of finding the roots, or solutions, of a cubic equation, which is a polynomial equation with a degree of 3, is known as finding the roots of cubic.

2. Why is it important to find the roots of cubic?

Finding the roots of cubic is important because it helps us solve real-world problems and equations in fields such as physics, engineering, and economics. It also helps in graphing and analyzing cubic functions.

3. What is the general formula for finding the roots of cubic?

The general formula for finding the roots of cubic is known as the "cubic formula" and is given by: x = (-b ± √(b^2 - 4ac + 27a^2d))/2a - (1/3)(c + (1/3)(b^2 - 3ac)/√(b^2 - 4ac + 27a^2d) + (1/3)(c - (1/3)(b^2 - 3ac)/√(b^2 - 4ac + 27a^2d)

4. Are there any other methods for finding the roots of cubic?

Yes, there are other methods for finding the roots of cubic, such as using the Rational Root Theorem, synthetic division, and factoring. However, these methods may not always work and the cubic formula is a more general approach.

5. Can the cubic formula be used for all cubic equations?

Yes, the cubic formula can be used for all cubic equations, regardless of the coefficients or the form of the equation. However, it may become very complex and difficult to solve for certain equations, in which case other methods may be more efficient.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
13
Views
835
  • Precalculus Mathematics Homework Help
Replies
12
Views
460
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
672
  • Precalculus Mathematics Homework Help
Replies
22
Views
2K
  • Precalculus Mathematics Homework Help
Replies
6
Views
2K
Replies
19
Views
706
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
Replies
4
Views
952
  • Precalculus Mathematics Homework Help
Replies
27
Views
3K
Back
Top