Intersection of polynomials
Task
Explore how a parabola can be intersected with a linear function by determining the roots of their difference function.
Explore the construction...
Change the values of the sliders to explore how the parameters of the linear equation affect the line and the intersection point(s) with the parabola.
Instructions
1. | ![]() | In the CAS View, create a quadratic polynomial by entering f(x):= x^2 – 3/2 * x + 2 into the first row and hitting the Enter key.
|
2. | ![]() | Select the Slider tool from the Graphics View Toolbar and create two sliders a and b by clicking inside the ![]() |
Hint: After clicking on the ![]() | ||
3. | ![]() | In the CAS View, create a linear function by entering g(x):= a * x + b into the next row and hitting the Enter key. |
4. | ![]() | In the ![]() |
5. | ![]() | In the CAS View, enter h(x):= f(x) – g(x) to determine the difference between those functions. |
6. | ![]() | Enter h(x), then select the tool Factor from the CAS View Toolbar to factorize the polynomial. |
Hint: You can now use these factors to determine the roots of h(x). | ||
7. | ![]() | Enter Solve(h(x)) to confirm the roots. |
8. | ![]() | Enter Intersect(f(x), g(x)) to create the intersection points of functions f(x) and g(x). |
| ![]() | Hint: You can display the intersection points in the ![]() ![]() |
9. | Exploration: Try to find out what the intersection points of f(x) and g(x) have in common with the roots of the difference function h(x). Change the parameters of the linear function to find out for which values of a and b there are two, one, or no intersection point(s). | |
![]() | Hint: Use the Move tool to change the values of the sliders and create new functions to explore. |