Difference between revisions of "Finding Roots of an Equation"
| Line 2: | Line 2: | ||
==Resources== | ==Resources== | ||
| + | * [https://courses.lumenlearning.com/ivytech-collegealgebra/chapter/find-zeros-of-a-polynomial-function/ Finding Zeros of Polynomials], Lumen Learning | ||
* [https://www.freemathhelp.com/finding-roots/#:~:text=A%20root%20is%20a%20value,f%20(%20x%20)%20%3D%200%20. Finding Roots], Free Math Help | * [https://www.freemathhelp.com/finding-roots/#:~:text=A%20root%20is%20a%20value,f%20(%20x%20)%20%3D%200%20. Finding Roots], Free Math Help | ||
* [https://www.cliffsnotes.com/study-guides/algebra/algebra-ii/polynomial-functions/zeros-of-a-function Zeros of a Function], Cliff's Notes | * [https://www.cliffsnotes.com/study-guides/algebra/algebra-ii/polynomial-functions/zeros-of-a-function Zeros of a Function], Cliff's Notes | ||
Revision as of 16:22, 17 September 2021
In mathematics, the roots of a function are the x-values that make y = 0. For example, the roots of the polynomial Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y = x^2 - 4 } are 2 and -2, since Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0 = x^2 - 4 \implies 0 = (x - 2)(x + 2) \implies x = -2, 2} . The roots of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y = \frac{(2x - 5)(3 - x)}{x(x^2 + 1)} } are 3 and 5/2, since only the numerator needs to equal 0 for y to equal 0. The roots of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y = \frac{(x^2 - 4)(x-1)}{(x-2)} } are -2 and 1. Note that 2 is not a root of this function since it makes both the denominator and numerator 0 (not just the numerator), and 0/0 is undefined.
Resources
- Finding Zeros of Polynomials, Lumen Learning
- Finding Roots, Free Math Help
- Zeros of a Function, Cliff's Notes