Finding Roots of a Cubic Function: Tips and Tricks

  • Thread starter Thread starter zenith92
  • Start date Start date
  • Tags Tags
    Cubic Function
Click For Summary
SUMMARY

The discussion focuses on finding the roots of the cubic function defined by the equation x3 - 13x + 12 = 0. The first root identified is 1, and through factoring and applying the relationships between the roots, the other two roots are determined to be 3 and -4. The method used involves leveraging the relationships a*b = -12 and a + b = 1 to find the remaining roots. This approach provides a systematic way to solve cubic equations without a calculator.

PREREQUISITES
  • Understanding of cubic functions and their properties
  • Familiarity with factoring polynomials
  • Knowledge of Vieta's formulas for relationships between roots
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the application of Vieta's formulas in polynomial equations
  • Learn techniques for factoring cubic functions
  • Explore numerical methods for finding roots of polynomials, such as the Newton-Raphson method
  • Practice solving cubic equations using synthetic division
USEFUL FOR

Students in mathematics or engineering fields, particularly those studying control systems, as well as educators and tutors looking for effective methods to teach cubic equations and their solutions.

zenith92
Messages
9
Reaction score
0

Homework Statement



Actually, part of a question on modeling/control systems. I need to find the poles (or, roots) of the cubic function.

Homework Equations



x^3 - 13x + 12 = 0

The Attempt at a Solution



The rule of thumb for the course is that if you get a cubic function then there will always be a solution of x equal to -1,0 or 1. For this particular equation, I figured out that it's 1. Now I need 2 more solutions.

On my first try I got +/- sqrt(13) by factoring the equation as follows:

x(x^2-13x)+12=0

Those are wrong, I checked them. So yeah, question is if someone can help me or point me in the direction of a simple way to solve cubic functions, I have almost no experience with them (normally I'd use my calculator, not allowed for this class).

The answers in the appendix say that the other two roots are 3 and -4, if that helps.

Thanks in advance!
 
Physics news on Phys.org
Since you know the first root is 1, you can write:

(x-1)(x+a)(x+b) = x3-13x+12

From this you can tell that -1*a*b = 12, thus a*b = -12. Additionally, since the x2 term is zero, you can multiply the left side and set the x2 term to zero, revealing that a + b = 1. The only possibility where a*b = -12 and a + b = 1 is a = 4 and b = -3, which means x = -4 and x = 3 are roots.
 
Last edited:
Thanks mate, actually don't know why I didn't get this immediately :)
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K