With a degree polynomial (that is, a polynomial where the largest exponent is 100), what is the largest possible number of tangent lines that have a slope of 0?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Each extrema (or "turning point") of a polynomial represents a place where the tangent line would have a slope of 0.
f ( x ) = a x 2 + b x + c has a maximum of 1 extrema.
f ( x ) = a x 3 + b x 2 + c x + d has a maximum of 2 extrema.
f ( x ) = a x 4 + b x 3 + c x 2 + d x + e has a maxmimum of 3 extrema. (Example shown below.)
In general, the maximum number of extrema of a polynomial of degree n is n − 1 . So a degree 100 polynomial will have at most 1 0 0 − 1 = 9 9 places where the tangent line will have a slope of 0.