Steps to find intervals where f(x) is increasing/decreasing.
Find f′(x). 2. Find critical points (where f′(x)=0 or is undefined). 3. Create intervals using critical points. 4. Choose test points in each interval. 5. Evaluate f′(x) at each test point. 6. Determine if f(x) is increasing (f′(x)>0) or decreasing (f′(x)<0).
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
Steps to find intervals where $f(x)$ is increasing/decreasing.
1. Find $f'(x)$. 2. Find critical points (where $f'(x) = 0$ or is undefined). 3. Create intervals using critical points. 4. Choose test points in each interval. 5. Evaluate $f'(x)$ at each test point. 6. Determine if $f(x)$ is increasing ($f'(x) > 0$) or decreasing ($f'(x) < 0$).
How to find critical points?
1. Find the derivative $f'(x)$. 2. Set $f'(x) = 0$ and solve for $x$. 3. Identify $x$ values where $f'(x)$ is undefined.
How to choose appropriate test points?
Select any value within each interval created by the critical points. The test point should be easy to evaluate in the derivative.
How do you handle a function with a discontinuity when finding increasing/decreasing intervals?
Include the point of discontinuity when creating intervals, as the function's behavior can change there.
What do you do if the derivative is always positive?
The function is always increasing on its domain.
What do you do if the derivative is always negative?
The function is always decreasing on its domain.
How do you determine the intervals of increasing and decreasing behavior for a piecewise function?
Find the derivative of each piece of the function, determine critical points within each piece, and analyze the sign of the derivative in each interval, considering the points where the pieces connect.
How do you determine the intervals of increasing and decreasing behavior for an implicit function?
Use implicit differentiation to find $\frac{dy}{dx}$, set $\frac{dy}{dx} = 0$ to find critical points, and analyze the sign of $\frac{dy}{dx}$ in each interval to determine increasing and decreasing behavior.
How do you handle absolute value functions when finding increasing/decreasing intervals?
Rewrite the absolute value function as a piecewise function, find the derivative of each piece, determine critical points, and analyze the sign of the derivative in each interval.
How do you determine the intervals of increasing and decreasing behavior for trigonometric functions?
Find the derivative, set it equal to zero to find critical points, and analyze the sign of the derivative in each interval, considering the periodic nature of the trigonometric functions.
What is the power rule for derivatives?
$\frac{d}{dx}(x^n) = nx^{n-1}$
What is the derivative of a constant?
$\frac{d}{dx}(c) = 0$
What is the sum rule for derivatives?
$\frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x)$
What is the constant multiple rule for derivatives?