Factoring methods with equations higher than second degree

  • Thread starter Thread starter darkmagic
  • Start date Start date
  • Tags Tags
    Degree Factoring
Click For Summary
SUMMARY

The discussion focuses on advanced factoring methods for polynomial equations of degree higher than two, specifically addressing the limitations of synthetic division. Key techniques mentioned include the Rational Root Theorem, which identifies potential rational roots based on integer coefficients, and more sophisticated methods such as Hensel lifting for converting results modulo primes. The conversation also highlights that while cubic and quartic equations can be solved using specific formulas, polynomial equations of degree five and higher lack general algebraic solutions. An example provided illustrates the application of these methods to the cubic equation x^3 - 2x^2 + 10x + 7 = 0.

PREREQUISITES
  • Understanding of polynomial equations and their degrees
  • Familiarity with synthetic division and its limitations
  • Knowledge of the Rational Root Theorem
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the application of the Rational Root Theorem in detail
  • Learn about Hensel lifting and its use in polynomial factorization
  • Explore methods for solving cubic equations, including Cardano's method
  • Investigate numerical methods for approximating roots of higher-degree polynomials
USEFUL FOR

Students and educators in mathematics, particularly those dealing with polynomial equations, algebra enthusiasts, and anyone seeking to deepen their understanding of advanced factoring techniques.

darkmagic
Messages
164
Reaction score
0

Homework Statement



Can someone tell what are the other factoring methods when dealing with equations higher than the second degree. The only I is the synthetic division. Aside from that, I do not know anything. I need other factoring methods so I can deal with problems that cannot be factored using synthetic division. I will use them in solving the unknowns in determinants. Please explain briefly to me and give such example.

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org


There are no general methods of factoring such polynomials. The most helpful thing often is the "rational root theorem". If a polynomial is of the form a_nx^n+ a_{n-1}x^{n-1}+ \cdot\cdot\cdot+ a_1x+ a_0, with all coefficients integers, then any rational number that makes it 0 will be of the form p/q where q is an integer that evenly divides a_n, the leading coefficient, and p is an integer that evenly divides a_0, the constant term. If a_n and a_0 don't have too many factors, you could try all combinations to see if any give a rational root. If there exist a rational root, p/q, then you know that (x- p/q) is a factor. Of course, it might happen that there are NO rational roots and so all factors will have be irrational or complex. In that case, there are not simple ways to find them for degree higher than 2. There exist complicated formulas for degrees 3 and 4 but it was shown in the nineteenth century that polynomial equations of degree 5 and higher may have solutions that cannot be written in terms of roots so there cannot be any formulas, in terms of roots and other algebraic operations, for them.
 


so what should I do if the the given cannot be factored by synthetic division? I already encountered one in differential equations and I do not know what to do.
 


As HallsofIvy pointed out, there are no general methods, except if you have some additional information (like e.g. you know that the roots are rational). Besides the Rational Roots Theorem, there are then other sophisticated methods like doing computations modulo some prime and then using Hensel lifting to convert that result to modulo some large power of that prime. You can use so-called rational reconstruction methods to convert integers modulo large numbers back to fractions.

https://openaccess.leidenuniv.nl/dspace/handle/1887/3810" for one of the most computationally efficient methods.
 
Last edited by a moderator:


an example:
how can you factor
x^3 - 2x^2 + 10x + 7 = 0

It cannot be factored using synthetic division.
 


Rational Roots Theorem yields x = -1, 1, 7 and -7 as possible roots. x = -1 turns out to be a root. You then divide the polynomial by x + 1.
 


when i used synthetic division, -1 is not a root of that equation. why should I divide the polynomial by x+1?
 


darkmagic said:
when i used synthetic division, -1 is not a root of that equation. why should I divide the polynomial by x+1?

Yes, I made a mistake. Well, you can simply solve a qubic equation. First you write it in the form

y^3 + p y + q

by substituting

x = y+2/3

Then you solve that equation by using the identity:

(a + b)^3 = a^3 + 3 a^2b + 3 ab^2 + b^3

You can write this as:

(a+b)^3 = 3ab(a+b) + a^3 + b^3

Now the above equation is an identity, which means that it is always valid no matter what you substitute for a and b. Then, if you want to solve an equation of the form:

y^3 + p y + q = 0

which we can write as:

y^3 = -p y - q

you could try to find numbers a and b such that:

3 a b = -p

a^3 + b^3 = -q

The above identity then implies that y = a + b is a solution.

Finding a and b is easy, if you take the third power of the first equation, you see that you can write bith equation in the form:

A B = - (p/3)^3

A + B = -q

where A = a^3 and B = b^3

Fibnding A and B amounts to solving a simple quadratic equation!
 


Can I know what method you used? and teach me to solve this kind of equations?
 

Similar threads

Replies
2
Views
2K
  • · Replies 18 ·
Replies
18
Views
5K
Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K