
Ryan K. answered 11/18/20
Here to help you out!
a) Let's go ahead and do implicit differentiation and differentiate both sides in respect to x.
d/dx [ y2 - 2x2y ] = d/dx [ 3 ]
2y*dy/dx - 4xy - 2x2*dy/dx = 0
dy/dx*(2y - 2x2) = 4xy
dy/dx = 4xy/(2y - 2x2)
b) Use the dy/dx equation to find the slope of this tangent line at (1, -1).
dy/dx = 4(1)(-1)/(2(-1) - 2(1)2) = 1
Now, use the point-slope formula in order to write out an equation for the line tangent at point (1, -1)
y - y1 = m(x - x1)
y + 1 = 1(x - 1)
y = x - 2
c) The points where the curve is horizontal is where the slope of the curve is zero. In other words, where dy/dx = 0. Set dy/dx = 0 and find the x-values in which dy/dx is zero.
0 = 4xy/(2y - 2x2)
0 = 4xy
x = 0
Now, plug in x = 0 into the original equation to find y.
y2 - 2(0)2y = 3
y2 = 3
y = ±√3
(0, √3) and (0, -√3)
d) Find d2y/dx2 through implicit differentiation.
d/dx [dy/dx*(2y - 2x2)] = d/dx [4xy]
d2y/dx2*(2y - 2x2) + dy/dx*(2*dy/dx - 4x) = 4y + 4x*dy/dx
d2y/dx2*(2y - 2x2 + 2) = dy/dx*(8x) + 4y
d2y/dx2 = (dy/dx*(8x) + 4y)/(2y - 2x2 + 2)
Now, let's evaluate it at point (-1, 1). Remember, dy/dx at point (-1, 1) is 1 according to problem b.
d2y/dx2 = (1*(8*-1) + 4(1))/(2(1) - 2(-1)2 + 2)
d2y/dx2 = -2
Austin S.
Thank you so much <311/18/20