![]() |
How To SolveSo now you know the degree, how to solve?
So what do we do with ones we can't solve? Try to solve them a piece at a time! If you find just one root, you can then reduce the polynomial by one degree, (you will see how later) and this may be enough to solve the whole polynomial. Here are some main ways to find roots. 1. Basic AlgebraYou may be able to solve using simple algebra: Example: 2x+12x+1 is a linear polynomial:
The graph of y = 2x+1 is a straight line There will be one root, when y=0. Use Algebra to solve: Start with: 2x+1 = 0 Subtract 1 from both sides: 2x = -1 Divide both sides by 2: x = -1/2 And that is the solution: x = -1/2 (You can also see this on the graph) You can also solve Quadratic Polynomials using basic algebra (read that page for an explanation).
2. By experience, or simply guesswork.It is always a good idea to see if you can do some simple factoring: Example: x3+2x2-xThis is cubic ... but wait, you can factor out "x": x3+2x2-x = x(x2+2x-1) Now we have one root (x=0) and what is left is quadratic, which we can solve exactly. Example: x3-8Again this is cubic ... but it is also the "difference of two cubes": x3-8 = x3-23 And so we can turn it into this: x3-8 = (x-2)(x2+2x+4) There will be one root at x=2, because: (2-2)(22+2×2+4) = (0)(22+2×2+4) And we can also solve the quadratic x2+2x+4 and we are done
3. Graphically.Graph the polynomial and see where it crosses the x-axis.
Graphing is a good way to find approximate answers, and you may also get lucky and discover an exact answer. Caution: before you jump in and graph it, you should really know How Polynomials Behave, so you find all the possible answers! FactorsThis is useful to know! When you factor a polynomial like this: f(x) = (x-a)(x-b)(x-c)... Then a, b, c, etc are the roots! So Linear Factors and Roots are related, know one and you can find the other. (Read The Factor Theorem for more details.) Example: f(x) = (x3+2x2)(x-3)We see "(x-3)", and that means that 3 is a root (or "zero") of the function. Why? Well, let us put "3" in place of x: f(x) = (33+2·32)(3-3) f(x) = (33+2·32)(0) Aha! We are multiplying by zero! So we don't need to do any more calculation as we know the answer will be zero. How to CheckNow you think you have found a root ... you should check it! Simply put the root in place of "x": the polynomial should be equal to zero, Example: 2x3-x2-7x+2The polynomial is degree 3, and could be difficult to solve. So let us plot it first:
The curve crosses the x-axis at three points, and one of them might be at 2. We can check easily, just put "2" in place of "x": f(2) = 2(2)3-(2)2-7(2)+2 = 16-4-14+2 = 0 Yes! f(2)=0, so we have found a root!
How about where it crosses near -1.8: f(-1.8) = 2(-1.8)3-(-1.8)2-7(-1.8)+2 = -11.664-3.24+12.6+2 = -0.304 No, it isn't equal to zero, so -1.8 will not be a root (but it may be close!) But we did discover a root, and we can use that to simplify the polynomial, like this Example: 2x3-x2-7x+2(continued) So, f(2)=0 is a root ... that means we also know a factor: (x-2) must be a factor of 2x3-x2-7x+2
Next, divide 2x3-x2-7x+2 by (x-2) using Polynomial Long Division to find: 2x3-x2-7x+2 = (x-2)(2x2+3x-1)
So now I can solve 2x2+3x-1 as a Quadratic Equation and I will know all the roots. That last example showed you how useful it is to find just one root. Just as I promised: If you find just one root, you can then reduce the polynomial by one degree, and this may be enough to solve the whole polynomial. How Far Left or RightWhen trying to find roots, how far left and right of zero should you go? There is a way to tell, and there are a few calculations to do, but it is all simple arithmetic. Read Bounds on Zeros for all the details. Have You Got All The Roots?There is an easy way to know how many roots there are. The Fundamental Theorem of Algebra says: Any polynomial of degree n ... has n roots (zeros) So: number of roots = the degree of polynomial. Example: 2x3 + 3x - 6The degree is 3 (because the largest exponent is 3), and so: There will be 3 roots. But Some Roots May Be ComplexYes, indeed, some roots may be complex numbers (ie have an imaginary part), and so will not show up as a simple "crossing of the x-axis" on a graph. But there is an interesting fact: Complex Roots always come in pairs!
So you either get no complex roots, or 2 complex roots, or 4, etc... Never an odd number. Which means you automatically know this:
Positive or Negative Roots?There is also a special way to tell how many of the roots Are negative or positive called the Rule of Signs that you may like to read about. Multiplicity of a RootSometimes a factor appears more than once. We call that Multiplicity: Multiplicity is how often a certain root is part of the factoring. Example: f(x) = (x-5)3(x+7)(x-1)2This could be written out in a more lengthy way like this: f(x) = (x-5)(x-5)(x-5)(x+7)(x-1)(x-1) As you can see (x-5) is used 3 times, so the root "5" has a multiplicity of 3, likewise (x+7) appears once and (x-1) appears twice. So:
Q: Why is this useful? When you see a factor like (x-r)n, "n" is the multiplicity, and
You can see this easily in this graph: Example: f(x) = (x-2)2(x-4)3(x-2) has even multiplicity, so it just touches the axis at x=2 (x-4) has odd multiplicity, so it crosses the axis at x=4 Like this:
Summary
|