
Tim T. answered 04/22/19
Math: K-12th grade to Advanced Calc, Ring Theory, Cryptography
Greetings! Lets solve this shall we ?
We must apply Implicit Differentiation to solve this problem respectively.
So,
3y2+y3 = x3+x2
6y(dy/dx) + 3y2(dy/dx) = 3x2 + 2x
(dy/dx) (6y + 3y2) = 3x2 + 2x ......................Then divide the (6y+3y2) to get
dy/dx = (3x2+2x) / (6y+3y2) .................Then we plug in the point (1,-1) to get
dy/dx = (-5/3)..........................Now we use the Point-Slope Formula to obtain the equation of a tangent line such that
y - y1 = (dy/dx)(x - x1)
y - (-1) = (-5/3)(x - 1)
y + 1 = (-5/3)(x - 1)
y + 1 = (-5/3)x + (5/3)
-1 = -1
y = (-5/3)x + (2/3)
I hope this helped!