
William W. answered 05/22/21
Math and science made easy - learn from a retired engineer
f(x) = x2/(x2 - 4)
f '(x) = (u'v - uv')/v2 where u = x2 and v = x2 - 4
u' = 2x and v' = 2x
So f '(x) = [2x(x2 - 4) - x2(2x)]/(x2 - 4)2 = (2x3 - 8x - 2x3)/(x2 - 4)2 = -8x/(x2 - 4)2
f '(x) = -8x/(x2 - 4)2
f ''(x) = (u'v - uv')/v2 where u = -8x and v = (x2 - 4)2
That means u' = -8 and v' (using the chain rule) = 2(x2 - 4)(2x) = 4x(x2 - 4) = 4x3 - 16x
So f ''(x) = [(-8)(x2 - 4)2 - (-8x)(4x3 - 16x)]/(x2 - 4)4
f ''(x) = [-8(x4 - 8x2 + 16) + 8x(4x3 - 16x)]/(x2 - 4)4
f ''(x) = [-8x4 + 64x2 - 128 + 32x4 - 128x2]/(x2 - 4)4
f ''(x) = (24x4 - 64x2 - 128)/(x2 - 4)4
f ''(x) = 8(3x4 - 8x2 - 16)/(x2 - 4)4
f ''(x) = 8(x2 - 4)(3x2 + 4)/(x2 - 4)4
f ''(x) = 8(3x2 + 4)/(x2 - 4)3
Setting f ''(x) equal to zero to find the points of inflection we get:
8(3x2 + 4)/(x2 - 4)3 = 0
The denominator cannot contribute to the rational expression being equal to zero therefore, we can ignore the denominator:
8(3x2 + 4) = 0
3x2 + 4 = 0
3x2 = -4
x2 = -4/3
The solutions are imaginary numbers so there are no possible points of inflection.
However, the concavity CAN change at points where f ''(x) DNE and that would be where the denominator of f ''(x) is zero. So, look at (x2 - 4)3 being equal to zero:
(x2 - 4)3 = 0
[(x + 2)(x - 2)]3 = 0
x = 2 and x = -2
So we can break up f(x) into intervals with those boundaries:
So let's try a point to the left of -2, how about -3?
The concavity at x = -3 is defined by f ''(-3) = 8(3(-3)2 + 4)/((-3)2 - 4)3 = 1.984 a positive number therefore f(x) is concave up on (-∞, -2).
Let's try a point between -2 and 2, how about zero?
The concavity at x = 0 is defined by f ''(0) = 8(3(0)2 + 4)/((0)2 - 4)3 = -1/2 a negative number therefore f(x) is concave down on (-2, 2).
So let's try a point to the right of 2, how about 3?
The concavity at x = 3 is defined by f ''(3) = 8(3(3)2 + 4)/((3)2 - 4)3 = 1.984 a positive number therefore f(x) is concave up on (2, ∞).