ArcanaNoir
- 778
- 4
Homework Statement
"Find the equation of the plane tangent to the surface (x^2-y^2)(x^2+y^2)=15 at the point (2,1)"
If only it really were a plane and a surface, I could do that. I have a formula for that. Unfortunately, this is a curve and I'm looking for tangent line.
Homework Equations
In three dimensions, the formula for the equation of the tangent plane to the surface z=f(x,y) at the point P(x_0,y_0,z_0) is z-z_0=f_x(x_0,y_0)(x-x_0)+f_y(x_0,y_0)(y-y_0)
where f_a is the partial derivative of f wrt a.
The Attempt at a Solution
Well, pretending it's in three variables, I can do
f_x=4x^3
f_y=-4y^3
z-z_0=f_x(2,1)(x-2)+f_y(2,1)(y-1)
z-z_0=32(x-2)-4(y-1)
So, how do I repair this situation/make the formula work in two dimensions/try something else?