To find the equation of the tangent plane to the surface determined by the equation:
7xy + yz + 4xz - 48 = 0
at the specified point (2, 2, 2), we can follow these steps:
- Determine the function: First, rewrite the equation of the surface in terms of a function:
- Calculate the gradient: We seek the gradient of the function F, denoted as ∇F. The gradient is a vector of the first partial derivatives of F with respect to x, y, and z:
- Compute the partial derivatives:
- For ∂F/∂x:
- For ∂F/∂y:
- For ∂F/∂z:
- Evaluate the gradient at the point (2, 2, 2):
- Write the equation of the tangent plane: The general form of the equation for the tangent plane at point (x0, y0, z0) is given by:
- Expand and simplify the equation:
- Final equation of the tangent plane: Thus, the equation of the tangent plane at the point (2, 2, 2) is:
F(x, y, z) = 7xy + yz + 4xz - 48
∇F(x, y, z) = < ∂F/∂x, ∂F/∂y, ∂F/∂z >
∂F/∂x = 7y + 4z
∂F/∂y = 7x + z
∂F/∂z = y + 4x
∇F(2, 2, 2) = < 7(2) + 4(2), 7(2) + 2, 2 + 4(2) > = < 14 + 8, 14 + 2, 2 + 8 > = < 22, 16, 10 >
∇F(x0, y0, z0) • < x - x0, y - y0, z - z0 > = 0
Substituting in the values:
22(x - 2) + 16(y - 2) + 10(z - 2) = 0
22x - 44 + 16y - 32 + 10z - 20 = 0
Combine like terms:
22x + 16y + 10z - 96 = 0
22x + 16y + 10z = 96
This equation describes the plane tangent to the surface at the specified point (2, 2, 2).