Ok, here's the problem...
Given:
f(x) = (x^2/3 - 1)^2
Find intervals on which f(x) is increasing/decreasing.
Step 1: find derivitive using chain rule.
f'(x) = 2(x^2/3 - 1) * 2/3 * x^-1/3
f'(x) = 4(x^2/3 - 1) / 3x^1/3
Step 2: set f'(x) to zero and solve for x to find critical points.
4(x^2/3 - 1) / 3x^1/3 = 0
4(x^2/3 - 1) = 0 //multiply both sides by 3x^1/3.
x^2/3 - 1 = 0 //divide both sides by 4.
x^2/3 = 1 //add 1 to both sides.
x^2 = 1^1/3 = 1 //cube root both sides.
x = +1^1/2 or x = -1^1/2 //square root both sides.
x = +1 or x = -1 //stationary points.
Step 3: Utilize test numbers to find where intervals are positive or negative.
f'(0) is undefined, which causes it to become a stationary point as well.
f'(-5) = positive value, therefore (-inf, -1] is increasing.
f'(-1/2) = negative value, therefore [-1, 0) is decreasing.
f'(1/2) = positive value, therefore (0, 1] is increasing.
f'(5) = positive value, therefore [1, inf) is increasing.
However, the answer in the back of the book tells me I'm wrong. According to the book, the correct answer is:
Increasing intervals: [-1,0], [1, inf)
Decreasing intervals: (-inf, -1], [0,1]
Can someone show me where I'm wrong?
Thanks in advance,
--Hank Stalica
Given:
f(x) = (x^2/3 - 1)^2
Find intervals on which f(x) is increasing/decreasing.
Step 1: find derivitive using chain rule.
f'(x) = 2(x^2/3 - 1) * 2/3 * x^-1/3
f'(x) = 4(x^2/3 - 1) / 3x^1/3
Step 2: set f'(x) to zero and solve for x to find critical points.
4(x^2/3 - 1) / 3x^1/3 = 0
4(x^2/3 - 1) = 0 //multiply both sides by 3x^1/3.
x^2/3 - 1 = 0 //divide both sides by 4.
x^2/3 = 1 //add 1 to both sides.
x^2 = 1^1/3 = 1 //cube root both sides.
x = +1^1/2 or x = -1^1/2 //square root both sides.
x = +1 or x = -1 //stationary points.
Step 3: Utilize test numbers to find where intervals are positive or negative.
f'(0) is undefined, which causes it to become a stationary point as well.
f'(-5) = positive value, therefore (-inf, -1] is increasing.
f'(-1/2) = negative value, therefore [-1, 0) is decreasing.
f'(1/2) = positive value, therefore (0, 1] is increasing.
f'(5) = positive value, therefore [1, inf) is increasing.
However, the answer in the back of the book tells me I'm wrong. According to the book, the correct answer is:
Increasing intervals: [-1,0], [1, inf)
Decreasing intervals: (-inf, -1], [0,1]
Can someone show me where I'm wrong?
Thanks in advance,
--Hank Stalica