- #1
ryan8888
- 26
- 0
Given: let f (x,y,z) = x2 + y2 + z2 = 2y - 3x and g(x,y,z) = 3x + y2 - z2
A. Find an equation for the tangent plane for the surface g(x,y,z) = 9 at the point (3, -1, 1)
B. Find the line tangent to the intersection of the surfaces f(x,y,z) = 0 and g(x,y,z) =9 at the point (3,-1,1)
A. I feel like I am reading into this part too much. In part A do I need to simply utilize g(x,y,z) and take the gradient of the g(x,y,z) and then subsitute the point (3,-1,1) into the gradient function and then finally use the information found from this in the form a(x-x0) + b(y-y0) + c(z-z0) = 0 to get the equation of the tangent plane.
Or do I need to utilize both f(x,y,z) and g(x,y,z). O would take the gradient of both functions and compute the cross product to get the normal vector, then substitute the point (3,-1,1) into the normal vector and input that information into the form: a(x-x0) + b(y-y0) + c(z-z0) = 0 to solve for the equation of the tangent plane.
Thanks for any help!
A. Find an equation for the tangent plane for the surface g(x,y,z) = 9 at the point (3, -1, 1)
B. Find the line tangent to the intersection of the surfaces f(x,y,z) = 0 and g(x,y,z) =9 at the point (3,-1,1)
A. I feel like I am reading into this part too much. In part A do I need to simply utilize g(x,y,z) and take the gradient of the g(x,y,z) and then subsitute the point (3,-1,1) into the gradient function and then finally use the information found from this in the form a(x-x0) + b(y-y0) + c(z-z0) = 0 to get the equation of the tangent plane.
Or do I need to utilize both f(x,y,z) and g(x,y,z). O would take the gradient of both functions and compute the cross product to get the normal vector, then substitute the point (3,-1,1) into the normal vector and input that information into the form: a(x-x0) + b(y-y0) + c(z-z0) = 0 to solve for the equation of the tangent plane.
Thanks for any help!