Bryan R. answered 11/05/14
Tutor
5
(4)
Math tutor and business development advisor
The first thing that you need to do is find the slope of the curve at that specific point. My assumption is that this is a calculus questions so you understand how to implicitly differentiate that equation. It is as follows:
y2 = x2/(xy-4)
2ydy = (2xdx(xy-4) - x2(xdy+ydx))/ (xy-4)2 Use the quotient rule to differentiate the right side of the equation
2ydy = (2x2ydx - 8xdx - x3dy - x2ydx)/ (xy-4)2 Simplify
2ydy(xy-4)2 + x3dy = (2x2y - 8x - x2y)dx
(2y(xy-4)2 + x3)dy = (2x2y - 8x - x2y)dx
dy/dx = (2x2y - 8x - x2y) / (2y(xy-4)2 + x3)
Now that we have taken the derivative, we plug in the given point in order to find the slope at that point.
dy/dx = (64 - 32 - 32) / (64 + 64)
dy/dx = 0 / 128
dy/dx = 0
We have figured out that our slope at the given point is 0. We can now use point slope form in order to figure out the equation.
y - y1 = m(x - x1)
y - 2 = 0(x - 4)
y - 2 = 0
y = 2
This equation of the line makes sense. The derivative shows that the slope is zero which means we have found a critical point. A point on the graph where the slope changes from negative to positive or vice versa. Basically, we have found a local minimum or a local maximum. As a result, we would expect the equation of the line tangent to this point to be a horizontal line.