Chapter 14: Problem 20
Find parametric equations for the line tangent to the curve of intersection of the surfaces at the given point. $$ \begin{array}{l}{\text { Surfaces: } x^{2}+y^{2}=4, \quad x^{2}+y^{2}-z=0} \\\ {\text { Point: }(\sqrt{2}, \sqrt{2}, 4)}\end{array} $$
Short Answer
Expert verified
The tangent line equations are \( x = \sqrt{2} - 2\sqrt{2}t \), \( y = \sqrt{2} + 2\sqrt{2}t \), \( z = 4 \).
Step by step solution
01
Parameterize the curve of intersection
To find the parametric equations, first realize that the given surfaces are two equations which define a curve in 3D space. By plugging the first surface equation, \( x^2 + y^2 = 4 \), into the second surface equation \( x^2 + y^2 - z = 0 \), we eliminate \( z \). This gives us \( z = 4 \). So, the intersection curve lies in the plane defined by \( z = 4 \) and the cylinder \( x^2 + y^2 = 4 \).
02
Use partial derivatives to find direction vectors
Use the gradients \( abla f_1 = \langle 2x, 2y, 0 \rangle \) and \( abla f_2 = \langle 2x, 2y, -1 \rangle \) at the given point \( (\sqrt{2}, \sqrt{2}, 4) \). The direction of the tangent line is perpendicular to the gradient vectors of both surfaces, thus calculate the cross-product of these gradients to find the tangent direction vector.
03
Calculate the cross product
Calculate the cross product of \( abla f_1 = \langle 2\sqrt{2}, 2\sqrt{2}, 0 \rangle \) and \( abla f_2 = \langle 2\sqrt{2}, 2\sqrt{2}, -1 \rangle \). This results in: \[ abla f_1 \times abla f_2 = \left| \begin{matrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \ 2\sqrt{2} & 2\sqrt{2} & 0 \ 2\sqrt{2} & 2\sqrt{2} & -1 \end{matrix} \right| = \langle -2\sqrt{2}, 2\sqrt{2}, 0 \rangle \]
04
Parameterize the tangent line
Now use the point \((\sqrt{2}, \sqrt{2}, 4)\) and the calculated direction vector \(\langle -2\sqrt{2}, 2\sqrt{2}, 0 \rangle\) to write the parametric equations of the line. The parametric equations become: \( x = \sqrt{2} - 2\sqrt{2}t \), \( y = \sqrt{2} + 2\sqrt{2}t \), \( z = 4 \).
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.
Parametric Equations
Parametric equations are expressions that define a curve using parameters. Instead of defining a function as y in terms of x or z, we use parameters (usually denoted by \( t \)) to give each variable a separate expression. This is particularly helpful in three-dimensional space, where curves aren't limited to straightforward algebraic expressions.
To create parametric equations for a line, you need a point on the line and a direction vector. The parametric form involves the initial point and the direction vector scaled by the parameter. Here's the basic setup:
To create parametric equations for a line, you need a point on the line and a direction vector. The parametric form involves the initial point and the direction vector scaled by the parameter. Here's the basic setup:
- \(x = x_0 + at \)
- \(y = y_0 + bt \)
- \(z = z_0 + ct \)
3D Surfaces Intersection
When dealing with problems involving the intersection of 3D surfaces, it often results in a curve. To find this intersection curve, we generally solve the equations of the two surfaces simultaneously.
In this scenario, we have two surfaces:
In this scenario, we have two surfaces:
- A cylinder described by \(x^2 + y^2 = 4\)
- A plane described by \(x^2 + y^2 - z = 0\)
Gradient Vectors
The gradient vector is a fundamental concept in multivariable calculus. It gives the direction of the steepest ascent on a surface and is perpendicular to the level curves (or surfaces). For a function \(f(x, y, z)\), its gradient is given by \(abla f = \langle \frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \frac{\partial f}{\partial z} \rangle\).
In our example, we calculate the gradients for each surface. At the point \((\sqrt{2}, \sqrt{2}, 4)\), the two surfaces have gradients:
In our example, we calculate the gradients for each surface. At the point \((\sqrt{2}, \sqrt{2}, 4)\), the two surfaces have gradients:
- \(abla f_1 = \langle 2x, 2y, 0 \rangle = \langle 2\sqrt{2}, 2\sqrt{2}, 0 \rangle\)
- \(abla f_2 = \langle 2x, 2y, -1 \rangle = \langle 2\sqrt{2}, 2\sqrt{2}, -1 \rangle\)
Cross Product
The cross product of two vectors is a cornerstone operation in vector calculus, especially in 3D geometry. Given two vectors \(\mathbf{a} = \langle a_1, a_2, a_3 \rangle\) and \(\mathbf{b} = \langle b_1, b_2, b_3 \rangle\), their cross product \(\mathbf{a} \times \mathbf{b}\) is:\[\mathbf{a} \times \mathbf{b} = \left|\begin{array}{ccc} \mathbf{i} & \mathbf{j} & \mathbf{k} \ a_1 & a_2 & a_3 \ b_1 & b_2 & b_3 \end{array}\right|\]
This results in a vector perpendicular to both \(\mathbf{a}\) and \(\mathbf{b}\) and is useful for determining directions.In the exercise, we use the cross product of \(abla f_1\) and \(abla f_2\) to find the direction vector for the tangent line to the curve formed by the surfaces' intersection. The cross product helps us discover a new vector \(\langle -2\sqrt{2}, 2\sqrt{2}, 0 \rangle\) that is orthogonal to the gradient vectors, and hence, parallel to the tangent line we sought to parametrize.
This results in a vector perpendicular to both \(\mathbf{a}\) and \(\mathbf{b}\) and is useful for determining directions.In the exercise, we use the cross product of \(abla f_1\) and \(abla f_2\) to find the direction vector for the tangent line to the curve formed by the surfaces' intersection. The cross product helps us discover a new vector \(\langle -2\sqrt{2}, 2\sqrt{2}, 0 \rangle\) that is orthogonal to the gradient vectors, and hence, parallel to the tangent line we sought to parametrize.