
Amos J. answered 03/09/17
Tutor
4.9
(34)
Math and Physics
Hi Olivia,
I'm thinking of two different ways to solve this problem.
In one method, you solve the original equation for y: y = ±√(25 - x2), then choose the appropriate sign. You'd choose the negative sign because the point you're working with is (4, -3). Then, take the derivative and solve. The problem with this method is that you'll end up taking the derivative of a function inside of a square root, and that just gets messy. So, let's try something else...
Instead, let's take the x-derivative of both sides:
[d/dx]{x2 + y2} = [d/dx]{25}
We'll split up the left-hand side:
[d/dx]{x2} + [d/dx]{y2} = [d/dx]{25}
We'll use the power rule to find the derivative of x2 with respect to x, and the derivative of 25 is just zero:
2x + [d/dx]{y2} = 0
Keep in mind that y changes with x. This means that we need to use the chain rule to take the x-derivative of y2:
2x + 2y · (dy/dx) = 0
Solve for dy/dx:
dy/dx = -x/y.
This is the same thing you got, so it looks like your calculus skills are still great. :)
Remember that we can interpret dy/dx as the slope m of the tangent line at the point (x, y). Since we're working with the point (4, -3), we can calculate the numerical value of the slope of the tangent line at that point:
dy/dx|(x = 4, y = -3) = -4/(-3) = 4/3.
m = 4/3 at point (4, -3).
Now we can use the point-slope form of a line to obtain the equation of the tangent line:
(y - y0) = m(x - x0)
y - (-3) = (4/3)(x - 4)
y = (4/3)x - (16/3) - 3
y = (4/3)x - (25/3)
You were very, very close to the answer. It looks like you simply forgot to evaluate the actual numerical value of the slope (dy/dx) before continuing. :)