
William W. answered 05/23/21
Math and science made easy - learn from a retired engineer
Good work so far. The first derivative requires you to use the quotient rule which goes like this:
For f(x) = u/v, f '(x) = (u'v - uv')/v2
In this case u = 1 + x2 so u' = 2x. v = 1 - x2 so v' = -2x
So f '(x) = [(2x)(1 - x2) - (1 + x2)(-2x)]/(1 - x2)2
f '(x) = [(2x)(1 - x2) + (2x)(1 + x2)]/(1 - x2)2
f '(x) = [2x - 2x3 + 2x + 2x3]/(1 - x2)2
f '(x) = 4x/(1 - x2)2
The critical points are where f '(x) = 0 or where it DNE. So those would be x = 0, x = 1, x = -1
To find where the function is increasing or decreasing, divide a number line up into pieces divided by the critical points and then plug in a value (any convenient value) somewhere on each interval and plug it into the f ' function. If you get a positive, the function is increasing on that interval, if you get a negative, the function is decreasing on that interval. For instance, for the interval (-∞, -1) I'll selected x = -2. Plugging it in to f '(x) = 4x/(1 - x2)2 I get f '(-2) = -8/9 which is negative, so the function is decreasing on (-∞, -1). Plugging in x = -0.5 for the interval (-1, 0) gives f '(-0.5) = -32/9 which is negative, so the function is decreasing on (-1, 0). Now do the same on (0, 1) and (1, ∞).
To find the maximum and minimum points, use the work above. If you find a function is decreasing on one side of a critical point and increasing on the other side of a critical point, and the function exists at the critical point, then that critical point is a local minimum.
To find the intervals of concavity, you need the second derivative.
f ''(x) = (u'v - uv')/v2 where u = 4x and v = (1 - x2)2
So u' = 4 and v' = 2(1 - x2)(-2x) = (-4x)(1 - x2) = 4x3 - 4x
Put the derivative together like this:
f ''(x) = [4(1 - x2)2 - (4x)(4x3 - 4x)]/(1 - x2)4
f ''(x) = [4(1 - 2x2 + x4) - 16x4 + 16x2]/(1 - x2)4
f ''(x) = [4 - 8x2 + 4x4 - 16x4 + 16x2]/(1 - x2)4
f ''(x) = [4 + 8x2 - 12x4]/(1 - x2)4
f ''(x) = (-4)[3x4 - 2x2 - 1]/(1 - x2)4
f ''(x) = (-4)(3x2 +1 )(x2 - 1)/(1 - x2)4
f ''(x) = (4)(3x2 +1 )(1 - x2)/(1 - x2)4
f ''(x) = (4)(3x2 +1 )/(1 - x2)3
Find the points where f '' = 0 or DNE. There are no points where it = 0 so there are no points of inflection. But there are points where the concavity changes. f '' DNE when x = 1 or x = -1. Divide the number line up on those intervals and find out which one has f '' > 0 and that will be where the function is concave up. Same with f '' < 0 where it will be concave down.