how to find a polynomial function with given zeros
Finding General Polynomials
from Their Zeroes (page 2 of 2)
Sections: Finding quadratics from their zeroes, Finding polynomials from a list of values
How about if they give you more than just one or two roots? Then your answer will be a polynomial of degree higher than 2 . But the process for finding polynomials from their zeroes works the same as for finding quadratics from their zeroes.
You know that any nice neat whole-number or fractional root turns into a nice neat linear factor. And any messy root with a square root or a complex number in it turns into a paired root. Using this knowledge, you take the roots they give you, create all of your factors, multiply them together, and then either you tack on the "I don't know if you divided something out" constant a , or else, if they give you a point from the line, you use that point to solve for a .
- Find the polynomial with integer coefficients having roots at 3, �5 , and −½ ,
and passing through (�1, 16) .
To find the factors, I subtract the roots, so my factors are x � 3, x � (�5) = x + 5 , and x � (��) = x + � . To find the general form of the polynomial, I multiply the factors:
(x � 3)(x + 5)(x + �) = (x 2 + 2x � 15)(x + �) = x 3 + 2.5x 2 � 14x � 7.5
This polynomial has decimal coefficients, but I'm supposed to be finding a polynomial with integer coefficients. So I'll first multiply through by 2 to get rid of the fractions:
2(x 3 + 2.5x 2 � 14x � 7.5) = 2x 3 + 5x 2 � 28x � 15
Then my general form of the polynomial is a(2x 3 + 5x 2 � 28x � 15) . Plugging in the point they gave me, I get:
a(2x 3 + 5x 2 � 28x � 15) = y
a((2(�1)3 + 5(�1)2 � 28(�1) � 15) = 16
a(�2 + 5 + 28 � 15) = 16
a(16) = 16
a = 1
It doesn't often happen with this type of problem, but sometimes a will turn out to be 1 , in which case nothing more needs to be done. The polynomial is:
2 x 3 + 5 x 2 � 28 x � 15
- Find the polynomial having rational coefficients and having roots at �1 , and 4 , and passing through (3, �4) .
Two of the factors are easy to find. If I have zeroes at x = �1 and x = 4 , then I must have factors of x � (�1) = x + 1 and x � 4 . The other solution is messy, what with the square root in it. Since they specified that the polynomial has "rational coefficients", I know I can't leave that square root by itself; I have to find its pair that the Quadratic Formula created. In the Quadratic Formula, the " � " is right in front of the square root, so the pair for the solution " 2 + " must be " 2 � ".
(Warning: The pair is not " � 2 + " or " � 2 � ". Be careful with that sign change; the sign change occurs only between the two terms, right in front of the square-root part.)
Then the factors are x � (2 + ) = x � 2 � and x � (2 � ) = x � 2 + .
When I go to multiply my factors together, I'm going to multiply these messy factors first. It can be very helpful to work "vertically", as you probably learned back when you studied how to multiply polynomials .
Note: You can check that this multiplication is correct by solving " x 2 � 4x + 1 = 0 " in the Quadratic Formula, and verifying that the solutions are indeed 2 � and 2 + .
Now I multiply in the other factors:
(x 2 � 4x + 1)(x + 1)(x � 4)
= (x 2 � 4x + 1)(x 2 � 3x � 4)
= x 4 � 7x 3 + 9x 2 + 13x � 4
Then the general form is a(x 4 � 7x 3 + 9x 2 + 13x � 4) . To solve for that constant, I'll plug in the point they gave me:
a(x 4 � 7x 3 + 9x 2 + 13x � 4) = y
a((3)4 � 7(3)3 + 9(3)2 + 13(3) � 4) = �4
a(81 � 189 + 81 + 39 � 4) = �4
a(8) = �4
a = �0.5 Copyright � Elizabeth Stapel 2004-2011 All Rights Reserved
Then the polynomial they started with was:
�0.5( x 4 � 7 x 3 + 9 x 2 + 13 x � 4)
You can check your work by doing a quick graph. If the x -intercepts of your polynomial match the (real) zeroes they gave you and the given point is on the graph (or displayed in the TABLE of values), then you know your answer is correct.
entering the polynomial | checking the graph: | verifying: the point is listed |
|
|
|
If they give you a complex root, the pairing process for finding the remaining roots works the same way, because you know that complexes are generated by negatives inside the square root in the Quadratic Formula. (You can't check the complex roots on a graph, of course, since complex roots don't graph as x -intercepts. But you can still confirm the real roots.)
- Find the polynomial having roots at �2 i and 3 + i , and passing through (3, �13) .
The complex roots are generated in pairs, so the full listing of the roots will be �2i, 2i, 3 + i, and 3 � i . (Note how I only changed the sign on the part of the root that came from the square root in the Quadratic Formula.) Then the factors were x � (�2i) = x + 2i, x � 2i, x � (3 + i) = x � 3 � i , and x � (3 � i) = x � 3 + i . Since the Quadratic Formula spits the roots out in pairs, it's generally easiest to multiply them back together in pairs:
|
|
Multiplying, I get:
(x 2 � 6 x + 10)( x 2 + 4) = x 4 � 6 x 3 + 14 x 2 � 24 x + 40
The given point then gives me:
a( x 4 � 6 x 3 + 14 x 2 � 24 x + 40 ) = �13
a((3)4 � 6(3)3 + 14(3)2 � 24(3) + 40) = �13
a(81 � 162 + 126 � 72 + 40) = � 13
a(13) = �13
a = �1
Then the desired polynomial is:
� x 4 + 6 x 3 � 14 x 2 + 24 x � 40
That's all there is to this topic. You take the roots they give you, and subtract each of them from x ; this gives you your factors. If you have a messy root (with a square root or a complex number), you create the paired root, and subtract it from x too. Multiply all your factors together, starting with any messy pairs first. Then you either multiply the whole thing by some generic "I don't know if you divided something off" constant a , or, if they give you a point on the curve, you solve for a . About the only mistake students make in this process is in forming the factors: always remember to subtract the zeroes from x ; don't add them. And remember that you can always check your work by setting your polynomial answer equal to zero and finding the roots. As long as your solutions match the ones you were given in the first place, you must be at least close to the right answer.
<< Previous Top | 1 | 2| Return to Index
Cite this article as: | Stapel, Elizabeth. "Finding General Polynomials from Their Zeroes." Purplemath. Available from |
how to find a polynomial function with given zeros
Source: https://www.purplemath.com/modules/fromzero2.htm
Posted by: pickneywastione.blogspot.com
0 Response to "how to find a polynomial function with given zeros"
Post a Comment