Sagot :
Answer: y = (-4/3)*sqrt(2/3)
This is the same as writing [tex]y = -\frac{4}{3}\sqrt{\frac{2}{3}}[/tex]
============================================================
Explanation:
The phrasing "where the absolute value of the slope is minimized" is an interesting way of saying "the tangent slope is 0". This is because absolute values are never negative, so the smallest it can get is 0.
Your teacher has given you
y = x^3 - 2x
which differentiates into
dy/dx = 3x^2 - 2
after using the power rule
The derivative function lets us determine the slope of the tangent. The slope is the dy/dx value. Since we want a slope of 0, we'll set 3x^2-2 equal to zero and solve for x. So you have the correct idea, but you won't involve the second derivative.
dy/dx = 0
3x^2 - 2 = 0
3x^2 = 2
x^2 = 2/3
x = sqrt(2/3)
Notice how I'm ignoring the negative version of this root. This is due to the fact that [tex]x \ge 0[/tex]
-------------------------
Now plug this x value back into the original equation to find its corresponding y coordinate.
y = x^3 - 2x
y = x(x^2 - 2)
y = sqrt(2/3)*( 2/3 - 2 )
y = sqrt(2/3)*( -4/3 )
y = (-4/3)*sqrt(2/3)
Note that x = sqrt(2/3) leads to x^2 = 2/3 after squaring both sides.
-------------------------
Therefore, the equation of this tangent line is y = (-4/3)*sqrt(2/3)
All horizontal lines are of the form y = k, for some constant k. This constant value is basically what number you want the horizontal line to go through on the y axis. That number would be (-4/3)*sqrt(2/3).