Chapter 1: Problem 59
Find a normal vector \(\mathbf{N}\) and the tangent plane \(H\) to each surface at the given point: (a) surface \(x^{2} y+3 y z=20\) and point \(P(1,3,2)\); (b) surface \(x^{2}+3 y^{2}-5 z^{2}=160\) and point \(P(3,-2,1)\).
Short Answer
Expert verified
(a) For the surface \(x^2y+3yz=20\) at point P(1,3,2), the normal vector \(\mathbf{N}\) is \(\langle 6, 7, 9 \rangle\) and the tangent plane H has the equation \(6(x-1)+7(y-3)+9(z-2)=0\).
(b) For the surface \(x^2+3y^2-5z^2=160\) at point P(3,-2,1), the normal vector \(\mathbf{N}\) is \(\langle 6, -12, -10 \rangle\) and the tangent plane H has the equation \(6(x-3)-12(y+2)-10(z-1)=0\).
Step by step solution
01
Find the Gradient Vector of the Surface
To find the gradient vector of the surface \(x^{2} y+3 y z=20\), we need to calculate the partial derivatives of the function with respect to each variable: \(f_{x},f_{y},\) and \(f_{z}\).
\[f_{x}=\frac{\partial}{\partial x}(x^{2} y+3 y z) = 2xy\]
\[f_{y}=\frac{\partial}{\partial y}(x^{2} y+3 y z) = x^{2} + 3z\]
\[f_{z}=\frac{\partial}{\partial z}(x^{2} y+3 y z) = 3y\]
The gradient vector \(\nabla f\) is:
\[\nabla f = \langle 2xy, x^{2} + 3z, 3y \rangle\]
02
Evaluate the Gradient Vector at the Given Point
Now, we evaluate the gradient vector at the given point P(1,3,2):
\[\nabla f(1,3,2) = \langle 2(1)(3), (1)^{2} + 3(2), 3(3) \rangle = \langle 6, 7, 9 \rangle\]
The normal vector \(\mathbf{N}\) at point P(1,3,2) is \(\mathbf{N}=\langle 6, 7, 9 \rangle\).
03
Find the Tangent Plane Equation at the Given Point
To find the equation of the tangent plane to the surface at P(1,3,2), we will use the point-normal form of a plane:
\[(\mathbf{r} - \mathbf{P})\cdot \mathbf{N} = 0\]
Here, \(\mathbf{r} = \langle x, y, z \rangle\), \(\mathbf{P} = \langle 1, 3, 2 \rangle\), and \(\mathbf{N} = \langle 6, 7, 9 \rangle\). Substituting the values, we get:
\[(\langle x, y, z \rangle - \langle 1, 3, 2 \rangle)\cdot \langle 6, 7, 9 \rangle = 0\]
Expanding the dot product, we have:
\[6(x-1)+7(y-3)+9(z-2)=0\]
Thus, the tangent plane H to the surface at P(1,3,2) has the equation:
\[6(x-1)+7(y-3)+9(z-2)=0\]
#B. Normal Vector and Tangent Plane for Surface x^2+3y^2-5z^2=160 at Point (3,-2,1):#
04
Find the Gradient Vector of the Surface
To find the gradient vector of the surface \(x^2+3y^2-5z^2=160\), we need to calculate the partial derivatives of the function with respect to each variable: \(f_{x},f_{y},\) and \(f_{z}\).
\[f_{x}=\frac{\partial}{\partial x}(x^2+3y^2-5z^2) = 2x\]
\[f_{y}=\frac{\partial}{\partial y}(x^2+3y^2-5z^2) = 6y\]
\[f_{z}=\frac{\partial}{\partial z}(x^2+3y^2-5z^2) = -10z\]
The gradient vector \(\nabla f\) is:
\[\nabla f = \langle 2x, 6y, -10z \rangle\]
05
Evaluate the Gradient Vector at the Given Point
Now, we evaluate the gradient vector at the given point P(3,-2,1):
\[\nabla f(3,-2,1) = \langle 2(3), 6(-2), -10(1) \rangle = \langle 6, -12, -10 \rangle\]
The normal vector \(\mathbf{N}\) at point P(3,-2,1) is \(\mathbf{N}=\langle 6, -12, -10 \rangle\).
06
Find the Tangent Plane Equation at the Given Point
To find the equation of the tangent plane to the surface at P(3,-2,1), we will use the point-normal form of a plane:
\[(\mathbf{r} - \mathbf{P})\cdot \mathbf{N} = 0\]
Here, \(\mathbf{r} = \langle x, y, z \rangle\), \(\mathbf{P} = \langle 3, -2, 1 \rangle\), and \(\mathbf{N} = \langle 6, -12, -10 \rangle\). Substituting the values, we get:
\[(\langle x, y, z \rangle - \langle 3, -2, 1 \rangle)\cdot \langle 6, -12, -10 \rangle = 0\]
Expanding the dot product, we have:
\[6(x-3)-12(y+2)-10(z-1)=0\]
Thus, the tangent plane H to the surface at P(3,-2,1) has the equation:
\[6(x-3)-12(y+2)-10(z-1)=0\]
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Normal Vector
In calculus and differential geometry, a **normal vector** to a surface at a particular point is a vector that is perpendicular to the tangent plane of the surface at that point. It provides crucial information about the directional properties of the surface at that point.
- The normal vector is often found using the gradient vector of a surface, as the gradient is perpendicular to the level curves or surfaces.
- A normal vector is essential in defining planes and lines in 3D space.
- In the context of the exercise provided, the normal vector \(\mathbf{N}\) at a given point is computed as \(\langle 6, 7, 9 \rangle\) for the function \(x^2 y+3yz=20\) at \(P(1,3,2)\).
Gradient Vector
The **gradient vector**, often denoted as \(abla f\), of a function at a point is a vector composed of partial derivatives of each variable present in the function. It represents both the direction and rate of fastest increase.
- The gradient vector always points in the direction of steepest ascent from a point on the surface.
- It is a crucial concept in multivariable calculus, especially for finding tangent planes and normal lines.
- In the problem context, the gradient of \(x^2 y + 3yz = 20\) is \(\langle 2xy, x^2 + 3z, 3y \rangle\).
Partial Derivatives
**Partial derivatives** are derivatives of functions with multiple variables, with respect to one variable at a time, treating other variables as constants. They are fundamental for understanding how multi-variable functions change.
- These derivatives help in analyzing the rate of change of the function along each axis of the domain.
- They are the building blocks of the gradient vector and thus play a crucial role in applications like finding tangent planes.
- In the given problem, for the function \(x^2 y + 3yz = 20\), partial derivatives were calculated as follows: for \(x\), \(f_x = 2xy\); for \(y\), \(f_y = x^2 + 3z\); and for \(z\), \(f_z = 3y\).