Problem 29
Question
The tangent plane at a point \(P_{0}\left(f\left(u_{0}, v_{0}\right), g\left(u_{0}, v_{0}\right), h\left(u_{0}, v_{0}\right)\right)\) on a parametrized surface \(\mathbf{r}(u, \boldsymbol{v})=f(u, v) \mathbf{i}+g(u, v) \mathbf{j}+h(u, v) \mathbf{k}\) is the plane through \(P_{0}\) normal to the vector \(\mathbf{r}_{u}\left(u_{0}, v_{0}\right) \times \mathbf{r}_{v}\left(u_{0}, v_{0}\right),\) the cross product of the tangent vectors \(\mathbf{r}_{u}\left(u_{0}, v_{0}\right)\) and \(\mathbf{r}_{v}\left(u_{0}, v_{0}\right)\) at \(P_{0}\) . Find an equation for the plane tangent to the surface at \(P_{0} .\) Then find a Cartesian equation for the surface and sketch the surface and tangent plane together. Circular cylinder The circular cylinder \(\mathbf{r}(\theta, z)=(3 \sin 2 \theta) \mathbf{i}+\) \(\left(6 \sin ^{2} \theta\right) \mathbf{j}+z \mathbf{k}, 0 \leq \theta \leq \pi,\) at the point \(P_{0}(3 \sqrt{3} / 2,9 / 2,0)\) corresponding to \((\theta, z)=(\pi / 3,0)\) (See Example \(3 . )\)
Step-by-Step Solution
VerifiedKey Concepts
Parametrized Surface
For example, the surface given in the exercise is described by the vector function \( \mathbf{r}(\theta, z) = (3 \sin 2\theta) \mathbf{i} + (6 \sin^2 \theta) \mathbf{j} + z \mathbf{k} \). Here, \( \theta \) and \( z \) act as parameters that span the surface as their values change.
Parametrized surfaces are powerful because they allow complex surfaces to be tackled using calculus tools, by breaking them down into manipulable components.
Partial Derivatives
In the given exercise, the partial derivatives \( \mathbf{r}_{\theta} \) and \( \mathbf{r}_z \) are calculated. For \( \mathbf{r}(\theta, z) \), we compute:
- \( \mathbf{r}_{\theta} = \frac{d}{d\theta}[(3 \sin 2\theta) \mathbf{i} + (6 \sin^2 \theta) \mathbf{j} + z \mathbf{k}] = (6 \cos 2\theta) \mathbf{i} + (12 \sin \theta \cos \theta) \mathbf{j} \)
- \( \mathbf{r}_z = \frac{d}{dz}[(3 \sin 2\theta) \mathbf{i} + (6 \sin^2 \theta) \mathbf{j} + z \mathbf{k}] = \mathbf{k} \)
These derivative vectors are essential in forming the tangent vectors of the surface, vital for subsequent calculations such as the cross product.
Cross Product
In this exercise, the cross product \( \mathbf{n} = \mathbf{r}_{\theta} \times \mathbf{r}_z \) is used. This operation tells us the direction orthogonal to the surface at the given point. Calculating it involves working through this determinant:
\[ \mathbf{n} = \left| \begin{matrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \ -3 & 3 & 0 \ 0 & 0 & 1 \end{matrix} \right| \]
Upon expansion, the result is \( \mathbf{n} = 3\mathbf{i} + 3\mathbf{j} \). The cross product provides the necessary normal vector to define the equation of a tangent plane.
Normal Vector
In the exercise, the normal vector \( \mathbf{n} \) was found using the cross product of the tangent vectors \( \mathbf{r}_{\theta} \) and \( \mathbf{r}_z \). With \( \mathbf{n} = 3 \mathbf{i} + 3 \mathbf{j} \), we use this vector to define the tangent plane with the point \( P_0 \).
To form the plane's equation, use the dot product:
- The equation is \( \mathbf{n} \cdot (\mathbf{r} - \mathbf{r}_0) = 0 \), where \( \mathbf{r}_0 \) is the position vector of the point \( P_0 \).
- Substituting \( \mathbf{n} \) and \( P_0 = (3\sqrt{3}/2, 9/2, 0) \) gives us the equation of the tangent plane: \( x + y = 9 \).
This concise equation represents the geometry of the plane tangent to the surface at the specified point.