Find the local maximum and minimum values of f using both the first and second derivative tests f(x) = x2 / (x - 1).
Solution:
Given, f(x) = x2 /(x - 1).
We can find the local maximum and minimum values using the second derivatives test.
Second derivatives test, states that when a function’s slope is zero at x, and the second derivative at x is:
- Less than 0, it is a local maximum
- Greater than 0, it is a local minimum
- Equal to 0, then the test fails
Taking first derivative,
f’(x) = d(x2 / (x - 1))
f’(x) = [(x-1)(2x) - (x2)(1)] / (x -1)2
f’(x) = (2x2 - 2x - x2) / (x - 1)2
f’(x) = (x2 - 2x) / (x - 1)2
f’(x) = [x(x - 2)] / (x - 1)2
Let f’(x) = 0
[x(x - 2)] / (x - 2)2 = 0
x(x - 2) = 0
x = 0
x - 2 = 0
x = 2
x = 0 or 2
Taking second derivative,
f’’(x) = [(x2 - 2x + 1)(2x - 2) - (x2 - 2x) (2x - 2)] / ((x - 1)2)2
f’’(x) = [(x2 - 2x + 1)(2x - 2) - (2x3 - 2x2 - 4x2 + 4x)] / ((x - 1)2)2
f’’(x) = [(2x3 - 2x2- 4x2 + 4x + 2x - 2) - (2x3 - 2x2 - 4x2 + 4x)] / ((x - 1)2)2
f’’(x) = (2x - 2) / ((x - 1)2)2
f’’(x) = (2x - 2) / (x - 1)4
Now, f’’(x) at x = 0
f’’(0) = -2 / (-1)4
f’’(0) = -2 < 0
Therefore, it is a local maximum.
Now, f’’(x) at x = 2
f’’(2) = (4 - 2) / ((2 - 1)2)2
f’’(2) = 2 / 1
f''(2) = 2 > 0
Therefore, it is a local minimum.
Therefore, the local maximum and minimum values are x = 0 and x = 2.
Find the local maximum and minimum values of f using both the first and second derivative tests f(x) = x2 / (x - 1).
Summary:
The local maximum and minimum values of f(x) = x2 / (x - 1) using both the first and second derivative tests is at x = 0 and x = 2.
visual curriculum