Download Article Download Article

Solving a higher degree polynomial has the same goal as a quadratic or a simple algebra expression: factor it as much as possible, then use the factors to find solutions to the polynomial at y = 0. There are many approaches to solving polynomials with an term or higher. You may need to use several before you find one that works for your problem.

Method 1
Method 1 of 2:

Recognizing Factors

Download Article
  1. If every term in the polynomial has a common factor, factor it out to simplify the problem. This is not possible with all polynomials, but it's a good approach to check first. [1]
    • Example 1: Solve for x in the polynomial .
      Each term is divisible by 2x, so factor it out:


      Now solve the quadratic equation using the quadratic formula or factoring:

      The solutions are at 2x = 0, x+4=0, and x+2=0.
      The solutions are x=0, x=-4, and x=-2 .
  2. You likely already know how to solve second degree polynomials, in the form . You can solve some higher-degree polynomials the same way, if they're in the form . Here are a couple examples:
    • Example 2:
      Let :

      Solve the quadratic using any method:
      so a = -2 or a = 2/3
      Substitute for a: or
      x = ±√(2/3) . The other equation, , has no real solution. (If using complex numbers, solve as x = ±i√2 ).
    • Example 3: does not follow this pattern, but notice you can factor out an x:

      You can now treat as a quadratic, as shown in example 2.
    Advertisement
  3. These special cases look difficult to factor, but have properties which make the problem much easier:
    • Sum of cubes: A polynomial in the form factors to . [2]
    • Difference of cubes: A polynomial in the form factors to . [3]
    • Note that the quadratic portion of the result is not factorable. [4]
    • Note that , , and x to any power divisible by 3 all fit these patterns.
  4. Polynomials that do not look like the examples above may not have any obvious factors. But before you try the methods below, try looking for a two-term factor (such as "x+3"). Grouping terms in different orders and factoring out part of the polynomial may help you find one. [5] This is not always a feasible approach, so don't spend too much time trying if no common factor seems likely.
    • Example 4:
      This has no obvious factor, but you can factor the first two terms and see what happens:

      Now factor the last two terms (6x+2), aiming for a common factor:

      Now rewrite this using the common factor, 3x+1:
  5. Advertisement
Method 2
Method 2 of 2:

Rational Roots and Synthetic Division

Download Article
  1. Synthetic division is a useful way to factor high-order polynomials, but it only works if you know one of the roots (or "zeroes") already. You may be able to find this by factoring as described above, or the problem may provide one. If so, skip down to the synthetic division instructions . If you do not know a root, continue to the next step to try to find one. [6]
    • The root of a polynomial is the value of x for which y = 0. Knowing a root c also gives you a factor of the polynomial, (x - c).

Testing for Rational Roots

  1. The "rational roots" test is a way to guess at possible root values. To begin, list all the factors of the constant (the term with no variable). [7]
    • Example: The polynomial has the constant term 9. Its factors are 1, 3, and 9.
  2. This is the coefficient in the first term of the polynomial, when it is arranged from the highest-degree term to the lowest. List all of that number's factors on a separate line.
    • Example (cont.): has a leading coefficient of 2. Its factors are 1 and 2.
  3. If the polynomial has a rational root (which it may not), it must be equal to ± (a factor of the constant)/(a factor of the leading coefficient). Only a number c in this form can appear in the factor (x-c) of the original polynomial. [8]
    • Example (cont.): Any rational roots of this polynomial are in the form (1, 3, or 9) divided by (1 or 2). Possibilities include ±1/1, ±1/2, ±3/1, ±3/2, ±9/1, or ±9/2. Don't forget the "±": each of these possibilities could be positive or negative.
  4. None of these are guaranteed to be roots, so you'll need to test them with the original polynomial.
    • Example: (1/1=1) is a possible root. If it turns out to be an actual root, plugging it into the polynomial should result in zero.
      , so 1 is confirmed to be a root.
      This means the polynomial has the factor (x-1).
    • If none of the possibilities work out, the polynomial has no rational roots and cannot be factored.
  5. Advertisement

Synthetic Division

  1. Synthetic division is a way to find all the factors of a polynomial, if you already know one of them. To set it up, write a root of the polynomial. Draw a vertical line to its right, then write the coefficients of your polynomial arranged from highest degree exponent to lowest. (You do not need to write the terms themselves, just the coefficients.) [9]
    • Note: You may need to insert terms with a coefficient of zero. For example, rewrite the polynomial as .
    • Example (cont.) : The rational roots test above told us that the polynomial has the root 1.
      Write the root 1, followed by a vertical line, followed by the coefficients of the polynomial:
  2. Copy the first coefficient onto the answer line. Leave a blank line in between the two numbers for later calculations.
    • Example (cont.) : Carry the 2 down to the answer line:
  3. Write the answer directly below the next term, but not on the answer line. [10]
    • Example (cont.) : Multiply the 2 by the root, 1, to get 2 again. Write this 2 in the following column, but on the second row instead of the answer line:
  4. The second coefficient column now contains two numbers. Sum them together and write the result on the answer line directly below them.
    • Example (cont.) : 1 + 2 = 3
  5. Just as you did before, multiply the latest number on the answer line by the root. Write your answer underneath the next coefficient.
    • Example (cont.) : 1 x 3 = 3:
  6. As before, add up the two numbers in the column and write the result on the answer line.
    • Example (cont.) : -12 + 3 = -9:
  7. The last number on your answer line will always be zero. If you get any other result, check your work for mistakes. [11]
    • Example (cont.) : Multiply -9 by the root 1, write the answer under the final column, then confirm that the sum of the final column is zero:
  8. You have now divided the polynomial by the term (x - c) , where c is your factor. The answer line tells you the coefficient of each term in your answer. The x portion of each term has an exponent one lower than the original term directly above it.
    • Example (cont.) : The answer line is 2 3 -9 0, but you can ignore the final zero.
      Since the first term of the original polynomial included an , the first term of your answer is one degree lower: . Therefore, the first term is
      Repeat this process to get the answer .
      You have now factored into .
  9. You may be able to factor your answer into smaller parts using the same synthetic division method. However, you may be able to use a faster method to finish the problem. For example, once you have a quadratic expression, you can factor it using the quadratic formula.
    • Remember, to start the synthetic division method, you'll need to know one root already. Use the rational roots test again to get this. If none of the rational root possibilities check out, the expression cannot be factored.
    • Example (cont.) You've found the factors , but the second factor can be broken down further. Try the quadratic equation, traditional factoring , or synthetic division.
      The final answer is , so the roots of the polynomial are x = 1, x = -3, and x = 3/2 .
  10. Advertisement

Video

Expert Q&A

Search
Add New Question
  • Question
    How can I tell if a function is even or odd?
    Jake Adams
    Academic Tutor
    Jake Adams is an academic tutor and the owner of Simplifi EDU, a Santa Monica, California based online tutoring business offering learning resources and online tutors for academic subjects K-College, SAT & ACT prep, and college admissions applications. With over 14 years of professional tutoring experience, Jake is dedicated to providing his clients the very best online tutoring experience and access to a network of excellent undergraduate and graduate-level tutors from top colleges all over the nation. Jake holds a BS in International Business and Marketing from Pepperdine University.
    Academic Tutor
    Expert Answer
    Functions are typically categorized as either even or odd based on their behavior concerning the X-axis and the parity of their polynomial values. However, a function may be considered neither even nor odd if it represents a constant. For example, in the case of Y equals 4, the graph forms a horizontal line at Y equals 4, creating a unique Y value for each X input and satisfying the vertical line test. Despite having no repeated Y values for any X input, a constant function like Y equals 4 is neither even nor odd because it doesn't intersect the X-axis. This distinction arises from the fact that the function neither exhibits symmetry about the Y-axis (even) nor about the origin (odd).
  • Question
    In JEE (adv) 2011, a question was to find the number of roots of x^4 - 4^3 + 12x^2 +1 = 0; although I have the solution, how would I solve an equation like this?
    Official channel of Hypernova
    Community Answer
    If you try the rational root test, you find that the equation has no rational roots. Therefore, you will have to use numerical methods to find the other roots. You could try the Newton-Raphson Method for the irrational roots.
  • Question
    How do I solve x^5 - 4x^4 + x³ + 10x² - 4x - 8?
    Community Answer
    First of all, there is no meaningful simplification of that expression. Secondly, remember that in order to "solve" such an expression, it must be presented in the form of an equation.
Ask a Question
      Advertisement

      Tips

      • Descartes' Rule of Signs won't tell you the solution, but it can predict how many unique, real solutions there are. Follow these steps to find out whether you've found all possible solutions: [12]
        • Arrange the polynomial from highest degree term to lowest:
        • Ignore the terms and write just their signs (positive or negative)
          +--++
        • Count the number of times the signs changed from + to - or vice versa, moving left to right:
          The sequence +--++ shifts signs 2 times.
        • The number of real solutions is either equal to that number, or equal to that number minus 2 n , where n is an integer.
          In this example, there may be 2 solutions, or there may be 0.
          In another hypothetical problem where the terms change signs seven times, the number of solutions could be 7, 5, 3, or 1.
      • Cubic and quartic formulas exist similar to the quadratic formula, but are much more complicated and are not often used except by computer. Polynomials of degree 5 and higher have no general solution using simple algebraic techniques, but some examples can be factored using the approaches above.
      • The terms roots , zeros , and solutions all refer to the values of x that make f(x) = 0. They may be used interchangeably.
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      • If you get an imaginary root (and you are working with a problem where imaginary roots matter), don't forget that there will be a zero at that number and its complex conjugate. If (x-3i) is a root, then so is (x+3i).
      Advertisement

      About This Article

      Article Summary X

      To solve higher degree polynomials, factor out any common factors from all of the terms to simplify the polynomial as much as possible. If the polynomial can be simplified into a quadratic equation, solve using the quadratic formula. If there no common factors, try grouping terms to see if you can simplify them further. You can also look for special cases like a sum of cubes or a difference of cubes, which can be simplified as well. Keep reading to learn how to solve a higher degree polynomial with synthetic division!

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 229,649 times.

      Reader Success Stories

      • Abdul Kashif Shah

        Sep 20, 2017

        "Very good post. I didn't get what I was looking for, but this piece of information was very valuable and I am ..." more
      Share your story

      Did this article help you?

      Advertisement