Roots of Polynomials with Graphing Calculator
A polynomial is a mathematical expression consisting of variables and coefficients, involving only the operations of addition, subtraction, multiplication, and non-negative integer exponents. The roots of a polynomial are the values of the variable that make the polynomial equal to zero.
What are the roots of a polynomial?
The roots of a polynomial are the solutions to the equation P(x) = 0, where P(x) is the polynomial. For example, in the polynomial x² - 5x + 6 = 0, the roots are x = 2 and x = 3 because these values satisfy the equation.
Roots can be real or complex numbers. A graphing calculator can help visualize these roots by plotting the polynomial function and identifying where it crosses the x-axis.
How to find roots of polynomials
There are several methods to find the roots of polynomials:
- Factoring: Express the polynomial as a product of simpler polynomials and solve for x.
- Quadratic Formula: For second-degree polynomials, use the formula x = [-b ± √(b² - 4ac)] / (2a).
- Graphical Methods: Plot the polynomial and identify x-intercepts.
- Numerical Methods: Use iterative techniques like Newton's method.
Quadratic Formula:
For a quadratic equation ax² + bx + c = 0, the roots are given by:
x = [-b ± √(b² - 4ac)] / (2a)
Using a graphing calculator
A graphing calculator can help you find the roots of a polynomial by plotting the function and identifying where it crosses the x-axis. Here's how to use one:
- Enter the polynomial equation in the calculator.
- Set the window settings to view the relevant portion of the graph.
- Use the "trace" or "zero" function to find the x-intercepts.
- Record the x-values where the graph crosses the x-axis.
Tip: For complex roots, the graphing calculator may show them as points where the function approaches the x-axis but doesn't cross it.
Worked example
Let's find the roots of the polynomial x² - 4x + 4 = 0 using a graphing calculator.
- Enter the equation Y1 = x² - 4x + 4.
- Set the window to view x from -1 to 5 and y from -2 to 6.
- Use the zero function to find the first root at x = 2.
- Find the second root at x = 2 (a repeated root).
The roots of the polynomial are x = 2 (with multiplicity 2).