Solve Polynomials

Revision as of 17:28, 10 October 2016 by Kipkis (Kipkis | contribs) (importing article from wikihow)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A polynomial is an expression made up of adding and subtracting terms. A terms can consist of constants, coefficients, and variables. When solving polynomials, you are usually trying to figure out the points where x = 0. Lower-degree polynomials will have one or two solutions, depending on whether they are linear polynomials or quadratic polynomials. These types of polynomials can be easily solved using basic algebra and factoring methods. For help solving polynomials of a higher degree, read Solve Higher Degree Polynomials.

Steps

Solving a Linear Polynomial

  1. Determine whether you have a linear polynomial. A linear polynomial is a polynomial to the first degree.[1] This means that no variable will have an exponent (or an exponent greater than 1). Because this is a first-degree polynomial, it will have exactly one root, or solution.[2]
    • For example, <math>5x + 2</math> is a linear polynomial, because the variable <math>x</math> has no exponent (which is the same as an exponent of 1).
  2. Set the equation to equal zero. This is a necessary step for solving all polynomials.
    • For example, <math>5x + 2 = 0</math>
  3. Isolate the variable term. To do this, add or subtract the constant from both sides of the equation. A constant is a term without a variable.[3]
    • For example, to isolate the <math>x</math> term in <math>5x + 2 = 0</math>, you would subtract <math> 2</math> from both sides of the equation:
      <math>5x + 2 = 0</math>
      <math>5x + 2 - 2 = 0 - 2</math>
      <math>5x = - 2</math>
  4. Solve for the variable. Usually you will need to divide each side of the equation by the constant. This will give you the root, or solution, to your polynomial.
    • For example, to solve for <math>x</math> in <math>5x = - 2</math>, you would divide each side of the equation by <math>5</math>:
      <math>5x = - 2</math>
      <math>\frac{5x}{5} = \frac{- 2}{5}</math>
      <math>x = \frac{- 2}{5}</math>
      So, the solution to <math>5x + 2</math> is <math>x = \frac{- 2}{5}</math>.

Solving a Quadratic Polynomial

  1. Determine whether you have a quadratic polynomial. A quadratic polynomial is a polynomial to the second degree.[4] This means that no variable will have an exponent greater than 2. Because this is a second-degree polynomial, it will have two roots, or solutions.[5]
    • For example, <math>x^{2} + 8x - 20</math> is a quadratic polynomial, because the variable <math>x</math> has an exponent of <math> 2</math>.
  2. Make sure the polynomial is written in order of degree. This means that the term with the exponent of <math> 2</math> is listed first, followed by the first-degree term, followed by the constant.[6]
    • For example, you would rewrite <math>8x +x^{2} - 20</math> as <math>x^{2} + 8x - 20</math>.
  3. Set the equation to equal zero. This is a necessary step for solving all polynomials.
    • For example, <math>x^{2} + 8x - 20 = 0</math>.
  4. Rewrite the expression as a four-term expression. To do this, split up the first-degree term (the <math>x</math> term). You are looking for two numbers whose sum is equal to the first degree coefficient, and whose product is equal to the constant. [7]
    • For example, for the quadratic polynomial <math>x^{2} + 8x - 20 = 0</math>, you need to find two numbers (<math>a</math> and <math>b</math>), where <math>a + b = 8</math>, and <math>a \cdot b = -20</math>.
    • Since you have <math>-20</math>, you know that one of the number will be negative.
    • You should see that <math>10 + (-2) = 8</math> and <math>10 \cdot (-2) = -20</math>. Thus, you will split up <math>8x</math> into <math>10x - 2x</math> and rewrite the quadratic polynomial: <math>x^{2} + 10x - 2x - 20 = 0</math>.
  5. Factor by grouping. To do this, factor out a term common to the first two terms in the polynomial.[8]
    • For example, the first two terms in the polynomial <math>x^{2} + 10x - 2x - 20 = 0</math> are <math>x^{2} + 10x</math>. A term common to both is <math>x</math>. Thus, the factored group is <math>x(x + 10)</math>.
  6. Factor the second group. To do this, factor out a term common to the second two terms in the polynomial.
    • For example, the second two terms in the polynomial <math>x^{2} + 10x - 2x - 20 = 0</math> are <math>- 2x - 20</math>. A term common to both is <math>-2</math>. Thus, the factored group is <math>- 2(x + 10)</math>.
  7. Rewrite the polynomial as two binomials. A binomial is a two-term expression. You already have one binomial, which is the expression in parentheses for each group. This expression should be the same for each group. The second binomial is created by combining the two terms that were factored out of each group.
    • For example, after factoring by grouping, <math>x^{2} + 10x - 2x - 20 = 0</math> becomes <math>x(x + 10) - 2(x + 10) = 0</math>.
    • The first binomial is <math>(x + 10)</math>.
    • The second binomial is <math>(x - 2)</math>.
    • So the original quadratic polynomial, <math>x^{2} + 8x - 20 = 0</math> can be written as the factored expression <math>(x + 10)(x - 2) = 0</math>.
  8. Find the first root, or solution. To do this, solve for <math>x</math> in the first binomial.[9]
    • For example, to find the first root for <math>(x + 10)(x - 2) = 0</math>, you would first set the first binomial expression to <math>0</math> and solve for <math>x</math>. Thus:
      <math>x + 10 = 0</math>
      <math>x + 10 - 10 = 0 - 10</math>
      <math>x = - 10</math>
      So, the first root of the quadratic polynomial <math>x^{2} + 8x - 20 = 0</math> is <math>- 10</math>.
  9. Find the second root, or solution. To do this, solve for <math>x</math> in the second binomial.[10]
    • For example, to find the second root for <math>(x + 10)(x - 2) = 0</math>, you would set the second binomial expression to <math>0</math> and solve for <math>x</math>. Thus:
      <math>x - 2 = 0</math>
      <math>x - 2 + 2 = 0 + 2</math>
      <math>x = 2</math>
      So, the second root of the quadratic polynomial <math>x^{2} + 8x - 20 = 0</math> is <math> 2</math>.

Video

Tips

  • Don't fret if you get different variables, like t, or if you see an equation set to f(x) instead of 0. If the question wants roots, zeros, or factors, just treat it like any other problem.
  • Remember the order of operations while you work -- First work in the parenthesis, then do the multiplication and division, and finally do the addition and subtraction.[11]

Related Articles

Sources and Citations