A function of the form p(x)=anxn+an−1xn−1+...+a1x+a0, where 'n' is a non-negative integer and the 'a' values are real numbers.
Flip to see [answer/question]
Flip to see [answer/question]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Flip
Revise later
SpaceTo flip
If confident
All Flashcards
Define a polynomial function.
A function of the form p(x)=anxn+an−1xn−1+...+a1x+a0, where 'n' is a non-negative integer and the 'a' values are real numbers.
What is the degree of a polynomial?
The highest power of the variable in the polynomial.
Define local maximum.
A point on the graph of a function that is a peak within a specific region.
Define local minimum.
A point on the graph of a function that is a valley within a specific region.
What is a global maximum?
The absolute highest point of the entire graph of a function.
What is a global minimum?
The absolute lowest point of the entire graph of a function.
Define the zeros of a polynomial function.
The x-values where the function crosses the x-axis (where f(x)=0).
What is an inflection point?
A point on a curve where the concavity changes (from concave up to concave down, or vice versa).
What is the leading coefficient?
The coefficient of the term with the highest power in a polynomial.
Define concavity.
The direction in which a curve bends. It can be concave up or concave down.
Explain the relationship between zeros and extrema.
Between two distinct real zeros of a polynomial, there must be at least one local maximum or minimum.
How does the leading coefficient affect the end behavior of an even-degree polynomial?
If positive, the function opens upwards (global minimum). If negative, the function opens downwards (global maximum).
What do inflection points tell us about the rate of change?
Inflection points indicate where the rate of change of the function is changing its direction (increasing or decreasing).
How does the degree of a polynomial relate to the number of turning points?
A polynomial of degree 'n' can have at most n-1 turning points (local maxima or minima).
Explain the significance of critical points.
Critical points (where the derivative is zero or undefined) are potential locations of local maxima, local minima, or saddle points.
Describe the relationship between a function's derivative and its increasing/decreasing intervals.
If the derivative is positive, the function is increasing. If the derivative is negative, the function is decreasing.
What does concavity tell us about the second derivative?
If the second derivative is positive, the function is concave up. If the second derivative is negative, the function is concave down.
Explain the concept of end behavior for polynomial functions.
End behavior describes what happens to the function's values as x approaches positive or negative infinity, determined by the leading term.
How are zeros, extrema, and concavity related?
Zeros are where the function crosses the x-axis. Extrema are local max/min. Concavity describes the curve's bend. They all help define the shape of the polynomial.
Describe how to determine intervals of increasing and decreasing behavior.
Find critical points by taking the derivative and setting it to zero, then test intervals between these points to see if the derivative is positive (increasing) or negative (decreasing).
How to find the zeros of a polynomial?
Set p(x)=0. 2. Factor the polynomial. 3. Solve for x.
How to find critical points of a polynomial?
Find the derivative p′(x). 2. Set p′(x)=0. 3. Solve for x.
How to determine intervals of increasing/decreasing behavior?
Find critical points. 2. Create a number line with critical points. 3. Test values in each interval in p′(x).
How to identify local maxima and minima?
Find critical points. 2. Use the first or second derivative test to determine if each point is a local max, min, or neither.
How to sketch a polynomial graph?
Find zeros. 2. Find extrema. 3. Determine end behavior. 4. Plot these points and sketch the curve.
How to determine the end behavior of a polynomial?
Identify the leading term (anxn). 2. If n is even and an>0, both ends go to +∞. 3. If n is even and an<0, both ends go to −∞. 4. If n is odd and an>0, left goes to −∞, right goes to +∞. 5. If n is odd and an<0, left goes to +∞, right goes to −∞.
How to find inflection points?
Find the second derivative p′′(x). 2. Set p′′(x)=0 and solve for x. 3. Check that the concavity changes at these points.
How to determine concavity?
Find the second derivative p′′(x). 2. Determine intervals where p′′(x)>0 (concave up) and p′′(x)<0 (concave down).
How to solve for the x value when given a y value?
Set p(x)=y. 2. Solve for x.
How to determine if a function has a global max or min?
Check the end behavior. 2. If the end behavior approaches infinity, there is no global max/min. 3. If the end behavior approaches a finite value, check for local max/min and compare.