Calculate Tr, Tθ, and n(r, θ) for the parametrized surface at the given point. Then find the equation of the tangent plane to the surface at that point.
G(r, θ) = (r cos θ, r sin θ, 1 - r2); r = 1 / 7, θ = π / 4
Recall how to find the tangent vectors, Tr, Tθ, and the normal vector, n(r, θ), to a given parametrized surface, G(r, θ).
Tr =
A. |
B. |
C. |
Tθ =
A. |
B. |
C. |
n(r, θ) = Tr × Tθ
Find the general expressions for Tr and Tθ given G(r, θ) = (r cos θ, r sin θ, 1 - r2)
Tr = (∂ / ∂r)(r cos θ, r sin θ, 1 - r2)
= <cos θ, sin θ, r>
Tθ = (∂ / ∂θ)(r cos θ, r sin θ, 1 - r2)
= <-r sin θ, r cos θ, >
Calculate Tr and Tθ at the point where r = 1 / 7 and θ = π / 4
Tr = <1/√2, 1/√2, -2/>
Tθ = <-1/(√2), 1/(√2), 0>
Find the general expression for n(r, θ). Let the table below represent the matrix A
i | j | k |
cos θ | sin θ | -2r |
-r sin θ | r cos θ | 0 |
n(r, θ) = Tr × Tθ
= <cos θ, sin θ, -2r> × <-r sin θ, r cos θ, 0>
= det(A)
= r<r cos θ,r sin θ, >
Calculate n(r, θ) at the point when r = 1 / 7 and θ = π / 4
n(1 / 7, π / 4) = <√2/, √2/, 1/>
We now wish to find the equation of the tangent plane to the surface G(r, θ) = (r cos θ, r sin θ, 1 - r2) at the point where r = 1 / 7 and θ = π / 4.
Recall that an equation of the plane through the point P = <x0, y0, z0> with normal vector n can be described as follows.
<x - x0, y - y0, z - z0> · n = 0
Find the coordinates of the point on the surface G(r, θ) at the point where r = 1 / 7 and θ = π / 4.
P(x, y, z) = ((1/7)cos(π/4), (1/7)sin(π/4), 1 - (1/7)2)
= (1/(√2), 1/(√2), /49)
Find the equation of the tangent plane to G(r, θ) = (r cos θ, r sin θ, 1 - r2) at the point where r = 1 / 7 and θ = π / 4
We will use the equation <x - x0, y - y0, z - z0> · n = 0. The point on our surface is P = (1/(7√2), 1/(7√2), 48/49) and the normal vector to the surface at that point is n = (1/7)<√2/7, √2/7, 1>. It suffices to use the normal vector n = <√2/7, √2/7, 1> since the scalar factor of 1/7 will not affect the equation of the plane.
Write the equation of the tangent plane by computing the dot product.
<x - x0, y - y0, z - z0> · n = 0
<x - (1/(7√2), y - 1/(7√2), z - (48/49)> · <√2/7, √2/7, 1> = 0
(√2/)(x - (√2/)) + (√2/7)(y - (√2/)) + z - (48/) = 0