How can I factorise cubic equations using a simple method?

  • Thread starter TFM
  • Start date
  • Tags
    Cubic
In summary, TFM provides a summary of the conversation. Homework statement is x^3 +10x^2 - 27x + 18. Factoring this equation is difficult because there are no rational zeros. The Rational Root Theorem suggests that for this equation, one root must be 1 or -1. TFM provides the steps to find this root using the quadratic formula. Once one root is found, the equation can be easily divided by that factor.
  • #1
TFM
1,026
0

Homework Statement



Factroise equation

Homework Equations





The Attempt at a Solution



Can anyone help shopw me the best way to factorise cubic equations? I am doing a question on matrices, and have a 3x3 matrix, which ends up giving me a cubic equation:

[tex] -x^3 +10x^2 - 27x + 18 [/tex]

It should be in the from (-x + a)(x + b)(x + c)

but when I multiply these out, I get a very confusing function that doesn't seem to help:

[tex] abc + (acx - bcx + abx) - (x^2 + ax^2 - bx^2) - x^3 [/tex]

Any ideas for a better way to solve these?

Any help will be most appreciated,

TFM
 
Physics news on Phys.org
  • #3
TFM said:
[tex] -x^3 +10x^2 - 27x + 18 [/tex]

Hi TFM! :smile:

Essentially, if they're whole numbers, you know they must be factors of 18, so try putting x = ±1, then ±2, then ±3 … and seeing whether it comes to zero.

(I can spot one answer immediately!) :wink:
 
  • #4
Lets see then, the Rational Root Theroem implies that, for this equation:

[tex] x = \pm\frac{1,-1}{1,18} [/tex]

that gives:

[tex] \frac{1}{1}, \frac{-1}{1}, \frac{-1}{1}, \frac{1}{1}, \frac{-1}{1}, \frac{1}{1}, \frac{1}{18}, \frac{-1}{18} [/tex]

so the possible answers seem to be 1, -1, -1/18 and 1/18

Does this look correct?

TFM
 
  • #5
Hi Tiny-Tim:smile:

I had one value to be (x - 1), which I got by inserting x = 1,

Have now constructed a formula in a spreadsheet which now gives me x = 1 and 3, so I have 2 factors...

TFM
 
  • #6
TFM said:
Hi Tiny-Tim:smile:

I had one value to be (x - 1), which I got by inserting x = 1,

Have now constructed a formula in a spreadsheet which now gives me x = 1 and 3, so I have 2 factors...

TFM

Well they have to multiply to 18 (or is it -18? :wink:),

so the third one is … ? :smile:
 
  • #7
The "rational root theorem", that LogicalTime mentions, says that if m/n is a rational number root of [itex]a_px^p+ a_{p-1}x^{p-1}+ \cdot\cdot\cdot+ a_0= 0[/itex] then the numerator m must divide [itex]a_0[/itex] and and n must divide [itex]a_p[/itex].

In your example, [itex] -x^3 +10x^2 - 27x + 18 [/itex], any rational root m/n must have n dividing 1 (and so is either 1 or -1) and m dividing 18: m/n must be one of 1, -1, 2, -2, 3, -3, 6, -6, 18, or -18.

It is easy to calculate that [tex]-(1)^3 +10(1)^2 - 27(1) + 18= 0[/tex] so x-1 is a factor. Divide [tex]-x^3 +10x^2 - 27x + 18[/tex] by x-1 to get the other, quadratic, factor. In this particular case you can factor that into linear factors.

However, you should understand that most cubics, like most quadratics, cannot be factored into factors with only integer or rational number coefficients.

You can factor a quadratic polynomial without rational zeros by using the quadratic formula: for example [itex]x^2- 3x+ 4[/itex] has no rational roots but we can solve [itex]x^3- 5x+ 3= 0[/itex] using the quadratic formula:
[tex]x= \frac{3\pm\sqrt{25-12}}{2}= \frac{3\pm\sqrt{13}}{2}[/tex]
which tells us
[tex]x^3-5x+ 3= (x- \frac{3- \sqrt{13}}{2})(x-\frac{3+\sqrt{13}}{2})[/tex]

For cubic polynomials you could use the cubic formula but that is much more complicated.
 
  • #8
the last coefficient (18) corresponds to p, so 18 should in the numerator. I believe you need to look at all the factors of 18.
 
  • #9
well, since they must add to 18, that must mean that the third value must be 6, giving:

(x - 1)(x - 3)(x + 6)

I see what you mean about requiring all the factors, now for the Rational Root Theorem. Wikipedia has a bad example, which makes it look like you only need the 1,1 and the original values. slightly confusing, but I understand now.

Thanks,

TFM
 
  • #10
I think it's

-(x - 1)(x - 3)(x - 6)

once you have all the roots in there you multiply by the leading coefficient and that reconstructs your function
 
  • #11
Once you have located a zero for the polynomial p() (x = 1 is easily spotted in this case) it can always be cleanly divided by that factor.

[tex]
(-x^3 +10x^2 - 27x + 18) : (x-1) = -x^2 + 9x + 2
[/tex]
so
[tex]
-x^3 +10x^2 - 27x + 18 = (x-1)(-x^2 + 9x + 2)
[/tex]

Since your original polynomial was a third degree, you now have a first and second degree part which you can further factor using the quadratic formula.

k
 
Last edited:
  • #12
-x3+x2+9x2-9x-18x+18=
=x2(1-x)-9x(1-x)+18(1-x)=
=(1-x)(x2-9x+18)=
=(1-x)(x2-3x-6x+18)=
=(1-x)[x(x-3)-6(x-3)]=
=(1-x)(x-3)(x-6)=
=-(x-1)(x-3)(x-6)
 
  • #13
i wondering if there is other theorem that can help us in factorising?
 
  • #14
Have you bothered to read what everyone has been saying?
 
  • #15
The simple method I know of is take the factors of the constant.You just need to find one that satisfies the cubic equation.Like in this case take "1".
Now divide the cubic equation by (x-a) where a is the factor we found earlier.Now write the cubic equation in the form of divisor*quotient(Note:divisor here is x-a and quotient is the quotient found by dividing the given polynomial by x-a).

Now the question is as easy as solving a quadratic equation.
 

What is factorising cubic equations?

Factorising cubic equations is the process of breaking down a cubic equation into its simplest possible form, where each factor is a linear or quadratic polynomial. It is used to solve and simplify equations in algebra.

Why do we need to factorise cubic equations?

Factorising cubic equations allows us to solve for the roots of the equation, which are the values of the variable that make the equation true. It also helps us simplify and manipulate equations for easier calculations and problem solving.

What is the general method for factorising cubic equations?

The general method for factorising cubic equations is to first factor out any common factors and then use the grouping method or the quadratic formula to factorize the remaining polynomial. The final result should be a product of three factors, each representing a linear or quadratic polynomial.

How do we know if a cubic equation can be factorised?

A cubic equation can be factorised if it has three distinct roots, which means there are three different values of the variable that make the equation true. This can be determined by using the discriminant of the equation or by graphing the equation and identifying the points where the graph intersects the x-axis.

Can all cubic equations be factorised using real numbers?

No, not all cubic equations can be factorised using real numbers. Some equations have complex roots, which means they cannot be factored using only real numbers. However, all cubic equations can be factorised using complex numbers.

Similar threads

Replies
1
Views
481
  • Precalculus Mathematics Homework Help
Replies
26
Views
3K
  • Math POTW for Secondary and High School Students
Replies
1
Views
893
  • Math POTW for Secondary and High School Students
Replies
1
Views
787
  • General Math
Replies
16
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Replies
9
Views
2K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
25
Views
5K
  • Precalculus Mathematics Homework Help
Replies
9
Views
33K
Back
Top