SlideShare uma empresa Scribd logo
1 de 34
Baixar para ler offline
Normals to Level Curves and Tangents
P. Sam Johnson
December 6, 2022
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 1 / 32
Overview
We define the tangent plane at a point on a smooth surface in space.
We calculate an equation of the tangent plane from the partial derivatives
of the function defining the surface.
This idea is similar to the definition of the tangent line at a point on a
curve in the coordinate plane for single-variable functions.
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 2 / 32
Tangent Planes and Normal Lines
If r = g(t)i + h(t)j + k(t)k is a smooth curve on the level surface
f (x, y, z) = c of a differentiable function f , then f (g(t), h(t), k(t)) = c of
this equation with respect to t leads to
d
dt
f (g(t), h(t), k(t)) =
d
dt
(c)
∂f
∂x
dg
dt
+
∂f
∂y
dh
dt
+ +
∂f
∂z
dk
dt
= 0
∂f
∂x
i +
∂f
∂y
j +
∂f
∂z
k

.
dg
dt
i +
dh
dt
j +
dk
dt
k

= 0
∇f .
dr
dt
= 0.
At every point along the curve, ∇f is orthogonal to the curve’s velocity
vector.
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 3 / 32
Tangent Planes and Normal Lines
Now let us restrict our attention to the curves that pass through P0. All
the velocity vectors at P0 are orthogonal to ∇f at P0, so the curve’s
tangent lines all lie in the plane through P0 normal to ∇f .
We call this plane the tangent plane of the surface at P0. The line
through P0 perpendicular to the plane is the surface’s normal line at P0.
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 4 / 32
Tangent Planes and Normal Lines
Definition 1.
The tangent plane at the point P0(x0, y0, z0) on the level surface
f (x, y, z) = c of a differentiable function f is a plane through P0 normal
to ∇f |P0 .
The normal line of the surface at P0 is the line through P0 parallel to
∇f |P0 .
Thus, the tangent plane and normal line have the following equations :
Tangent Plane to f (x, y, z) = c at P0 = (x0, y0, z0)
fx (P0)(x − x0) + fy (P0)(y − y0) + fz(P0)(z − z0) = 0.
Normal Line to f (x, y, z) = c at P0 = (x0, y0, z0)
x = x0 + fx (P0)t, y = y0 + fy (P0)t, z = z0 + fz(P0)t.
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 5 / 32
Tangent Plane and Normal Line : An Example
Example 2.
Find the tangent plane and normal line to the surface
f (x, y, z) = x2
+ y2
+ z − 9 = 0
at the point P0(1, 2, 4).
The surface is shown in the figure.
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 6 / 32
Solution
The tangent plane is the plane through P0 perpendicular to the gradient of
f at P0. The gradient is
∇f |P0 = (2xi + 2yj + k)(1,2,4) = 2i + 4j + k.
The tangent plane is therefore the plane
2(x − 1) + 4(y − 2) + (z − 4) = 0, or 2x + 4y + z = 14.
The line normal to the surface at P0 is
x = 1 + 2t, y = 2 + 4t, z = 4 + t.
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 7 / 32
Plane Tangent to a Smooth Surface z = f (x, y) at
(x0, y0, f (x0, y0))
To find an equation for the plane tangent to a smooth surface z = f (x, y)
at a point P0(x0, y0, z0) where z0 = f (x0, y0), we first observe that the
equation z = f (x, y) is equivalent to f (x, y) − z = 0.
The surface z = f (x, y) is therefore the zero level surface of the function
F(x, y, z) = f (x, y) − z.
The partial derivatives of F are Fx = fx , Fy = fy , Fz = −1.
The plane tangent to the surface z = f (x, y) of a differentiable function f
at the point P0(x0, y0, z0) = (x0, y0, f (x0, y0)) is
fx (x0, y0)(x − x0) + fy (x0, y0)(y − y0) − (z − z0) = 0.
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 8 / 32
Plane Tangent to a Surface
Example 3.
Find the plane tangent to the surface z = x cos y − yex at (0, 0, 0).
Solution : We calculate the partial derivatives of f (x, y) = x cos y − yex
and use Equation(4):
fx (0, 0) = (cos y − yex
)(0,0) = 1 − 0 · 1 = 1
fx (0, 0) = (−x sin y − ex
)(0,0) = 0 − 1 = −1.
The tangent plane is therefore
1 · (x − 0) − 1 · (y − 0) − (z − 0) = 0,
or
x − y − z = 0.
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 9 / 32
Tangent Line to the Curve of Intersection of Two Surfaces
Let
f (x, y, z) = c and g(x, y, z) = d
be two surfaces and let C be the curve of intersection of the surfaces.
The tangent line to C at P0(x0, y0, z0) is orthogonal to both ∇f and ∇g
at P0, and therefore parallel to
v = ∇f × ∇g = v1i + v2j + v3k.
Hence the parametric equations of the tangent line to C at P0(x0, y0, z0) is
x = x0 + v1t, y = y0 + v2t, z = z0 + v3t.
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 10 / 32
Tangent Line to the Curve of Intersection of Two Surfaces
Example 4.
The surfaces f (x, y, z) = x2 + y2 − 2 = 0 and g(x, y, z) = x + z − 4 = 0
meet in an ellipse E. Find parametric equations for the line tangent to E
at the point P0(1, 1, 3).
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 11 / 32
Solution
The tangent line is orthogonal to both ∇f and ∇g at P0, and therefore
parallel to v = ∇f × ∇g. The components of v and the coordinates of P0
give us equations for the line. We have
∇f |(1,1,3) = (2xi + 2yj)(1,1,3) = 2i + 2j
∇g|(1,1,3) = (i + k)(1,1,3) = i + k
v = (2i + 2j) × (i + k) =
i j k
2 2 0
1 0 1
= 2i − 2j − 2k.
The tangent line is
x = 1 + 2t, y = 1 − 2t, z = 3 − 2t.
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 12 / 32
Tangent Planes and Normal Lines to Surfaces
Exercise 5.
Find equations for the
(a) tangent plane and
(b) normal line at the point P0 on the given surface.
1. x2 + y2 + z2 = 3, P0(1, 1, 1)
2. 2z − x2 = 0, P0(2, 0, 2)
3. cos πx − x2y + exz + yz = 4, P0(0, 1, 2)
4. x + y + z = 1, P0(0, 1, 0)
5. x2 + y2 − 2xy − x + 3y − z = −4, P0(2, −3, 18)
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 13 / 32
Solution for the Exercise 5
1. (a) ∇f = 2xi + 2yj + 2zk ⇒ ∇f (1, 1, 1) = 2i + 2j + 2k ⇒ Tangent plane
: 2(x − 1) + 2(y − 1) + 2(z − 1) = 0 ⇒ x + y + z = 3;
(b) Normal line: x = 1 + 2t, y = 1 + 2t, z = 1 + 2t
2. (a) ∇f = −2xi + 2k ⇒ ∇f (2, 0, 2) = −4i + 2k ⇒ Tangent
plane:−4(x −2)+2(z −2) = 0 ⇒ −4x +2z +4 = 0 ⇒ −2x +z +2 = 0;
(b) Normal line: x = 2 − 4t, y = 0, z = 2 + 2t
3. (a) ∇f = (−π sin πx − 2xy + zexz
)i + (−x2
+ z)j + (xexz
+ y)k ⇒
∇f (0, 1, 2) = 2i + 2j + k ⇒ Tangent plane:
2(x − 0) + 2(y − 1) + 1(z − 2) = 0 ⇒ 2x + 2y + z − 4 = 0;
(b) Normal line: x = 2t, y = 1 + 2t, z = 2 + t
4. (a) ∇f = i + j + k for all points ⇒ ∇f (0, 1, 0) = i + j + k ⇒ Tangent
plane: 1(x − 0) + 1(y − 1) + 1(z − 0) = 0 ⇒ x + y + z − 1 = 0;
(b) Normal line: x = t, y = 1 + t, z = t
5. (a) ∇f = (2x −2y −1)i+(2y −2x +3)j−k ⇒ ∇f (2, −3, 18) = 9i−7j−k ⇒
Tangent plane:
9(x − 2) − 7(y + 3) − 1(z − 18) = 0 ⇒ 9x − 7y − z = 21;
(b) Normal line: x = 2 + 9t, y = −3 − 7t z = 18 − t
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 14 / 32
Tangent Planes and Normal Lines to Surfaces
Exercise 6.
Find an equation for the plane that is tangent to the given surface at the
given point.
1. z = ln(x2 + y2), (1, 0, 0)
2. z = e−(x2+y2), (0, 0, 1)
3. z = 4x2 + y2, (1, 1, 5)
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 15 / 32
Solution for the Exercise 5
1. z = f (x, y) = ln(x2 + y2) ⇒ fx (x, y) = 2x
x2+y2 and
fy (x, y) = 2y
x2+y2 ⇒ fx (1, 0) = 2 and fy (1, 0) = 0 ⇒ the tangent plane
at (1, 0, 0) is 2(x − 1) − z = 0 or 2x − z − 2 = 0
2. z = f (x, y) = e−(x2+y2) ⇒ fx (x, y) = −2xe−(x2+y2) and
fy (x, y) = −2ye−(x2+y2) ⇒ fx (0, 0) = 0 and fy (0, 0) = 0 ⇒ the
tangent plane at (0, 0, 1) is z − 1 = 0 or z = 1
3. z = f (x, y) = 4x2 + y2 ⇒ fx (x, y) = 8x and
fy (x, y) = 2y ⇒ fx (1, 1) = 8 and fy (1, 1) = 2 ⇒ the tangent plane at
(1, 1, 5) is 8(x − 1) + 2(y − 1) − (z − 5) = 0 or 8x + 2y − z − 5 = 0
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 16 / 32
Tangent Lines to Space Curves
Exercise 7.
Find parametric equations for the line tangent to the curve of intersection
of the surfaces at the given point.
1. Surfaces : xyz = 1, x2 + 2y2 + 3z2 = 6
Point : (1, 1, 1)
2. Surfaces : x + y2 + z = 2, y = 1
Point : (1/2, 1, 1/2)
3. Surfaces : x2 + y2 = 4, x2 + y2 − z = 0
Point : (
√
2,
√
2, 4)
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 17 / 32
Solution for the Exercise 7
1. ∇f = yzi + xzj + xyk ⇒ ∇f (1, 1, 1) = i + j + k;
∇g = 2xi + 4yj + 6zk ⇒ ∇g(1, 1, 1) = 2i + 4j + 6k;
⇒ v = ∇f × ∇g ⇒
i j k
1 1 1
2 4 6
= 2i − 4j + 2k ⇒ Tangent line: x = 1 + 2t, y = 1 − 4t,
z = 1 + 2t
2. ∇f = i + 2yj + k ⇒ ∇f (1
2
, 1, 1
2
) = i + 2j + k and ∇g = j for all points;
v = ∇f × ∇g ⇒ v =
i j k
1 2 1
0 1 0
= −i + k ⇒ Tangent line: x = 1
2
− t, y = 1, z = 1
2
+ t
3. ∇f = 2xi + 2yj ⇒ ∇f (
√
2,
√
2, 4) = 2
√
2i + 2
√
2j;
∇g = 2xi + 2yj − k ⇒ ∇g(
√
2,
√
2, 4) = 2
√
2i + 2
√
2j − k;
v = ∇f × ∇g ⇒ v =
i j k
2
√
2 2
√
2 0
2
√
2 2
√
2 −1
= −2
√
2i + 2
√
2j ⇒ Tangent line:
x =
√
2 − 2
√
2t, y =
√
2 + 2
√
2t, z = 4
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 18 / 32
Estimating Change
Exercise 8.
1. By about how much will
f (x, y, z) = ln
p
x2 + y2 + z2
change if the point P(x, y, z) moves from P0(3, 4, 12) a distance of
ds = 0.1 unit in the direction of 3i + 6j − 2k?
2. By about how much will
f (x, y, z) = ex
cos yz
change as the point P(x, y, z) moves from the origin a distance of
ds = 0.1 unit in the direction of 2i + 2j − 2k?
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 19 / 32
Solution for the Exercise 8
1. ∇f =

x
x2+y2+z2

i +

y
x2+y2+z2

j +

z
x2+y2+z2

k ⇒ ∇f(3, 4, 12) =
3
169i + 4
169j + 12
169k;
u = v
|v| = 3i+6j−2k
√
32+62+(−2)2
= 3
7i + 6
7j − 2
7k ⇒ ∇f · u = 9
1183 and
df = (∇f · u)ds = 9
1183

(0.1) ≈ 0.0008
2. ∇f = (ex cos yz)i − (zex sin yz)j − (yex sin yz)k ⇒ ∇f (0, 0, 0) = i;
u = v
|v| = 2i+2j−2k
√
22+22+(−2)2
= 1
√
3
i + 1
√
3
j − 1
√
3
k ⇒ ∇f · u = 1
√
3
and
df = (∇f · u)ds = 1
√
3
(0.1) ≈ 0.0577
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 20 / 32
Estimating Change
Exercise 9.
1. By about how much will
g(x, y, z) = x + x cos z − y sin z + y
change if the point P(x, y, z) moves from P0(2, −1, 0) a distance of
ds = 0.2 unit toward the point P1(0, 1, 2)?
2. By about how much will
h(x, y, z) = cos(πxy) + xz2
change if the point P(x, y, z) moves from P0(−1, −1, −1) a distance
of ds = 0.1 unit toward the origin?
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 21 / 32
Solution for the Exercise 9
1. ∇g = (1 + cos z)i + (1 − sin z)j + (−x sin z − y cos z)k ⇒
∇g(2, −1, 0) = 2i + j + k; A = P0
−
→
P1 = −2i + 2j + 2k ⇒ u = v
|v| =
−2i+2j+2k
√
(−2)2+22+22
= − 1
√
3
i + 1
√
3
j + 1
√
3
k ⇒ ∇g · u = 0 and
dg = (∇g · u)ds = (0)(0.2) = 0
2. ∇h =

−πy sin(πxy) + z2

i − [πx sin(πxy)] j + 2xzk ⇒
∇h(−1, −1, −1) = (π sin π + 1)i + (π sin π)j + 2k = i + 2k;
v = P0
−
→
P1 = i + j + k where P1 = (0, 0, 0) ⇒ u = v
|v| = i+j+k
√
12+12+12
=
1
√
3
i + 1
√
3
j + 1
√
3
k ⇒ ∇h · u = 3
√
3
=
√
3 and
dh = (∇h · u)ds =
√
3(0.1) ≈ 0.1732
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 22 / 32
Temperature change along a circle
Exercise 10.
Suppose that the Celsius temperature at the point (x, y) in the xy-plane is
T(x, y) = x sin 2y
and that distance in the xy-plane is measured in meters. A particle is
moving clockwise around the circle of radius 1 m centered at the origin at
the constant rate of 2 m/sec.
1. How fast is the temperature experienced by the particle changing in
degrees Celsius per meter at the point P(1/
√
2,
√
3/2)?
2. How fast is the temperature experienced by the particle changing in
degrees Celsius per second at P?
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 23 / 32
Solution for the Exercise 10
1. The unit tangent vector at (1
2,
√
3
2 ) in the direction of motion is
u =
√
3
2 i − 1
2j;
∇T = (sin 2y)i+(2x cos 2y)j ⇒ ∇T(1
2,
√
3
2 ) = (sin
√
3)i+(cos
√
3)j ⇒
DuT

1
2,
√
3
2

= ∇T · u =
√
3
2 sin
√
3 − 1
2 cos
√
3 ≈ 0.935◦ C/ft
2. r(t) = (sin 2t)i + (cos 2t)j ⇒ v(t) = (2cos2t)i − (2 sin 2t)j and
|v| = 2; dT
dt = ∂T
∂x
dx
dt + ∂T
∂y
dy
dt
= ∇T · v =

∇T · v
|v|

|v| = (DuT)|v|, where u = v
|v| ; at

1
2,
√
3
2

we have u = 3
2i − 1
2j from part (a)
⇒ dT
dt =
√
3
2 sin
√
3 − 1
2 cos
√
3

· 2 =
√
3 sin
√
3 − cos
√
3 ≈ 1.87◦
C/sec
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 24 / 32
Changing temperature along a space curve
Exercise 11.
The Celsius temperature in a region in space is given by
T(x, y, z) = 2x2
− xyz.
A particle is moving in this region and its position at time t is given by
x = 2t2, y = 3t, z = −t2, where time is measured in second and distance
in meters.
1. How fast is the temperature experienced by the particle changing in
degrees Celsius per meter when the particle is at the point
P(8, 6, −4)?
2. How fast is the temperature experienced by the particle changing in
degrees Celsius per second at P?
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 25 / 32
Solution for the Exercise 11
1. ∇T = (4x − yz)i − xzj − xyk ⇒ ∇T(8, 6, −4) = 56i + 32j − 48k;
r(t) = 2t2i + 3tj − t2k ⇒ the particle is at the point P(8, 6, −4)
when t = 2; v(t) = 4ti + 3j − 2tk ⇒ v(2) = 8i + 3j − 4k ⇒ u =
v
|v| = 8
√
89
i + 3
√
89
j − 4
√
89
k ⇒ DuT(8, 6, −4) = ∇T · u =
8
√
89
[56 · 8 + 32 · 3 − 48 · (−4)] = 736
√
89
◦
C/m
2. dT
dt = ∂T
∂x
dx
dt + ∂T
∂y
dy
dt = ∇T · v = (∇T · u)|v| ⇒ at t = 2,
dT
dt = DuT|t=2v(2) = ( 736
√
89
)
√
89 = 736◦C/sec
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 26 / 32
Exercises
Exercise 12.
1. How do you find the tangent plane and normal line at a point on a
level surface of a differentiable function f (x, y, z)? Give an example.
2. Find an equation for the plane tangent to the level surface
f (x, y, z) = c at the point P0. Also, find parametric equations for the
line that is normal to the surface at P0.
(a) x2
− y − 5z = 0, P0(2, −1, 1)
(b) x2
+ y2
+ z = 4, P0(1, 1, 2)
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 27 / 32
Exercises
Exercise 13.
1. Find an equation for the plane tangent to the surface z = f (x, y) at
the given point.
(a) z = ln(x2
+ y2
), (0, 1, 0)
(b) z = 1/(x2
+ y2
), (1, 1, 1/2)
2. Find parametric equations for the line that is tangent to the curve of
intersection of the surfaces
x2
+ 2y + 2z = 4, y = 1
at the given point (1, 1, 1/2).
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 28 / 32
Solution for (2.) in Exercise 13
1. ∇f = 2xi + 2j + 2k ⇒ ∇f (1, 1, 1
2) = 2i + 2j + 2k and ∇g = j for all
points; v = ∇f × ∇g ⇒ v =
i j k
2 2 2
0 1 0
= −2i + 2k ⇒ Tangent line:
x = 1 − 2t, y = 1, z = 1
2 + 2t
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 29 / 32
Old Questions
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 30 / 32
Old Questions
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 31 / 32
Old Questions
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 32 / 32
Old Questions
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 33 / 32
References
1. M.D. Weir, J. Hass and F.R. Giordano, Thomas’ Calculus, 11th
Edition, Pearson Publishers.
2. R. Courant and F.John, Introduction to calculus and analysis, Volume
II, Springer-Verlag.
3. N. Piskunov, Differential and Integral Calculus, Vol I  II (Translated
by George Yankovsky).
4. E. Kreyszig, Advanced Engineering Mathematics, Wiley Publishers.
P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 34 / 32

Mais conteúdo relacionado

Semelhante a Normals to Level Curves and Tangents.pdf

Modeling Transformations
Modeling TransformationsModeling Transformations
Modeling TransformationsTarun Gehlot
 
A unique common fixed point theorem for four
A unique common fixed point theorem for fourA unique common fixed point theorem for four
A unique common fixed point theorem for fourAlexander Decker
 
Gabarito completo anton_calculo_8ed_caps_01_08
Gabarito completo anton_calculo_8ed_caps_01_08Gabarito completo anton_calculo_8ed_caps_01_08
Gabarito completo anton_calculo_8ed_caps_01_08joseotaviosurdi
 
V. Dragovic: Geometrization and Generalization of the Kowalevski top
V. Dragovic: Geometrization and Generalization of the Kowalevski topV. Dragovic: Geometrization and Generalization of the Kowalevski top
V. Dragovic: Geometrization and Generalization of the Kowalevski topSEENET-MTP
 
MT T4 (Bab 3: Fungsi Kuadratik)
MT T4 (Bab 3: Fungsi Kuadratik)MT T4 (Bab 3: Fungsi Kuadratik)
MT T4 (Bab 3: Fungsi Kuadratik)hasnulslides
 
Superficies regulares planos tangentes y normales
Superficies regulares  planos tangentes y  normales Superficies regulares  planos tangentes y  normales
Superficies regulares planos tangentes y normales EDESMITCRUZ1
 
Bahan ajar kalkulus integral
Bahan ajar kalkulus integralBahan ajar kalkulus integral
Bahan ajar kalkulus integralgrand_livina_good
 
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...Frank Nielsen
 
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA Gautham Rajesh
 
Integration techniques
Integration techniquesIntegration techniques
Integration techniquesKrishna Gali
 
mathematics question bank for engineering students
mathematics question bank for engineering studentsmathematics question bank for engineering students
mathematics question bank for engineering studentsMrMRubanVelsUniversi
 
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]Henrique Covatti
 
Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3Sunaina Rawat
 
ISI MSQE Entrance Question Paper (2008)
ISI MSQE Entrance Question Paper (2008)ISI MSQE Entrance Question Paper (2008)
ISI MSQE Entrance Question Paper (2008)CrackDSE
 
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Hareem Aslam
 

Semelhante a Normals to Level Curves and Tangents.pdf (20)

Modeling Transformations
Modeling TransformationsModeling Transformations
Modeling Transformations
 
A unique common fixed point theorem for four
A unique common fixed point theorem for fourA unique common fixed point theorem for four
A unique common fixed point theorem for four
 
Gabarito completo anton_calculo_8ed_caps_01_08
Gabarito completo anton_calculo_8ed_caps_01_08Gabarito completo anton_calculo_8ed_caps_01_08
Gabarito completo anton_calculo_8ed_caps_01_08
 
V. Dragovic: Geometrization and Generalization of the Kowalevski top
V. Dragovic: Geometrization and Generalization of the Kowalevski topV. Dragovic: Geometrization and Generalization of the Kowalevski top
V. Dragovic: Geometrization and Generalization of the Kowalevski top
 
Mathematics
MathematicsMathematics
Mathematics
 
Mathematics
MathematicsMathematics
Mathematics
 
MT T4 (Bab 3: Fungsi Kuadratik)
MT T4 (Bab 3: Fungsi Kuadratik)MT T4 (Bab 3: Fungsi Kuadratik)
MT T4 (Bab 3: Fungsi Kuadratik)
 
Superficies regulares planos tangentes y normales
Superficies regulares  planos tangentes y  normales Superficies regulares  planos tangentes y  normales
Superficies regulares planos tangentes y normales
 
Bahan ajar kalkulus integral
Bahan ajar kalkulus integralBahan ajar kalkulus integral
Bahan ajar kalkulus integral
 
Class XII CBSE Mathematics Sample question paper with solution
Class XII CBSE Mathematics Sample question paper with solutionClass XII CBSE Mathematics Sample question paper with solution
Class XII CBSE Mathematics Sample question paper with solution
 
Ece3075 a 8
Ece3075 a 8Ece3075 a 8
Ece3075 a 8
 
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...
Slides: Total Jensen divergences: Definition, Properties and k-Means++ Cluste...
 
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
 
Integration techniques
Integration techniquesIntegration techniques
Integration techniques
 
mathematics question bank for engineering students
mathematics question bank for engineering studentsmathematics question bank for engineering students
mathematics question bank for engineering students
 
0 calc7-1
0 calc7-10 calc7-1
0 calc7-1
 
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
 
Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3
 
ISI MSQE Entrance Question Paper (2008)
ISI MSQE Entrance Question Paper (2008)ISI MSQE Entrance Question Paper (2008)
ISI MSQE Entrance Question Paper (2008)
 
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
 

Último

UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 

Último (20)

UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 

Normals to Level Curves and Tangents.pdf

  • 1. Normals to Level Curves and Tangents P. Sam Johnson December 6, 2022 P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 1 / 32
  • 2. Overview We define the tangent plane at a point on a smooth surface in space. We calculate an equation of the tangent plane from the partial derivatives of the function defining the surface. This idea is similar to the definition of the tangent line at a point on a curve in the coordinate plane for single-variable functions. P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 2 / 32
  • 3. Tangent Planes and Normal Lines If r = g(t)i + h(t)j + k(t)k is a smooth curve on the level surface f (x, y, z) = c of a differentiable function f , then f (g(t), h(t), k(t)) = c of this equation with respect to t leads to d dt f (g(t), h(t), k(t)) = d dt (c) ∂f ∂x dg dt + ∂f ∂y dh dt + + ∂f ∂z dk dt = 0 ∂f ∂x i + ∂f ∂y j + ∂f ∂z k . dg dt i + dh dt j + dk dt k = 0 ∇f . dr dt = 0. At every point along the curve, ∇f is orthogonal to the curve’s velocity vector. P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 3 / 32
  • 4. Tangent Planes and Normal Lines Now let us restrict our attention to the curves that pass through P0. All the velocity vectors at P0 are orthogonal to ∇f at P0, so the curve’s tangent lines all lie in the plane through P0 normal to ∇f . We call this plane the tangent plane of the surface at P0. The line through P0 perpendicular to the plane is the surface’s normal line at P0. P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 4 / 32
  • 5. Tangent Planes and Normal Lines Definition 1. The tangent plane at the point P0(x0, y0, z0) on the level surface f (x, y, z) = c of a differentiable function f is a plane through P0 normal to ∇f |P0 . The normal line of the surface at P0 is the line through P0 parallel to ∇f |P0 . Thus, the tangent plane and normal line have the following equations : Tangent Plane to f (x, y, z) = c at P0 = (x0, y0, z0) fx (P0)(x − x0) + fy (P0)(y − y0) + fz(P0)(z − z0) = 0. Normal Line to f (x, y, z) = c at P0 = (x0, y0, z0) x = x0 + fx (P0)t, y = y0 + fy (P0)t, z = z0 + fz(P0)t. P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 5 / 32
  • 6. Tangent Plane and Normal Line : An Example Example 2. Find the tangent plane and normal line to the surface f (x, y, z) = x2 + y2 + z − 9 = 0 at the point P0(1, 2, 4). The surface is shown in the figure. P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 6 / 32
  • 7. Solution The tangent plane is the plane through P0 perpendicular to the gradient of f at P0. The gradient is ∇f |P0 = (2xi + 2yj + k)(1,2,4) = 2i + 4j + k. The tangent plane is therefore the plane 2(x − 1) + 4(y − 2) + (z − 4) = 0, or 2x + 4y + z = 14. The line normal to the surface at P0 is x = 1 + 2t, y = 2 + 4t, z = 4 + t. P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 7 / 32
  • 8. Plane Tangent to a Smooth Surface z = f (x, y) at (x0, y0, f (x0, y0)) To find an equation for the plane tangent to a smooth surface z = f (x, y) at a point P0(x0, y0, z0) where z0 = f (x0, y0), we first observe that the equation z = f (x, y) is equivalent to f (x, y) − z = 0. The surface z = f (x, y) is therefore the zero level surface of the function F(x, y, z) = f (x, y) − z. The partial derivatives of F are Fx = fx , Fy = fy , Fz = −1. The plane tangent to the surface z = f (x, y) of a differentiable function f at the point P0(x0, y0, z0) = (x0, y0, f (x0, y0)) is fx (x0, y0)(x − x0) + fy (x0, y0)(y − y0) − (z − z0) = 0. P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 8 / 32
  • 9. Plane Tangent to a Surface Example 3. Find the plane tangent to the surface z = x cos y − yex at (0, 0, 0). Solution : We calculate the partial derivatives of f (x, y) = x cos y − yex and use Equation(4): fx (0, 0) = (cos y − yex )(0,0) = 1 − 0 · 1 = 1 fx (0, 0) = (−x sin y − ex )(0,0) = 0 − 1 = −1. The tangent plane is therefore 1 · (x − 0) − 1 · (y − 0) − (z − 0) = 0, or x − y − z = 0. P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 9 / 32
  • 10. Tangent Line to the Curve of Intersection of Two Surfaces Let f (x, y, z) = c and g(x, y, z) = d be two surfaces and let C be the curve of intersection of the surfaces. The tangent line to C at P0(x0, y0, z0) is orthogonal to both ∇f and ∇g at P0, and therefore parallel to v = ∇f × ∇g = v1i + v2j + v3k. Hence the parametric equations of the tangent line to C at P0(x0, y0, z0) is x = x0 + v1t, y = y0 + v2t, z = z0 + v3t. P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 10 / 32
  • 11. Tangent Line to the Curve of Intersection of Two Surfaces Example 4. The surfaces f (x, y, z) = x2 + y2 − 2 = 0 and g(x, y, z) = x + z − 4 = 0 meet in an ellipse E. Find parametric equations for the line tangent to E at the point P0(1, 1, 3). P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 11 / 32
  • 12. Solution The tangent line is orthogonal to both ∇f and ∇g at P0, and therefore parallel to v = ∇f × ∇g. The components of v and the coordinates of P0 give us equations for the line. We have ∇f |(1,1,3) = (2xi + 2yj)(1,1,3) = 2i + 2j ∇g|(1,1,3) = (i + k)(1,1,3) = i + k v = (2i + 2j) × (i + k) = i j k 2 2 0 1 0 1 = 2i − 2j − 2k. The tangent line is x = 1 + 2t, y = 1 − 2t, z = 3 − 2t. P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 12 / 32
  • 13. Tangent Planes and Normal Lines to Surfaces Exercise 5. Find equations for the (a) tangent plane and (b) normal line at the point P0 on the given surface. 1. x2 + y2 + z2 = 3, P0(1, 1, 1) 2. 2z − x2 = 0, P0(2, 0, 2) 3. cos πx − x2y + exz + yz = 4, P0(0, 1, 2) 4. x + y + z = 1, P0(0, 1, 0) 5. x2 + y2 − 2xy − x + 3y − z = −4, P0(2, −3, 18) P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 13 / 32
  • 14. Solution for the Exercise 5 1. (a) ∇f = 2xi + 2yj + 2zk ⇒ ∇f (1, 1, 1) = 2i + 2j + 2k ⇒ Tangent plane : 2(x − 1) + 2(y − 1) + 2(z − 1) = 0 ⇒ x + y + z = 3; (b) Normal line: x = 1 + 2t, y = 1 + 2t, z = 1 + 2t 2. (a) ∇f = −2xi + 2k ⇒ ∇f (2, 0, 2) = −4i + 2k ⇒ Tangent plane:−4(x −2)+2(z −2) = 0 ⇒ −4x +2z +4 = 0 ⇒ −2x +z +2 = 0; (b) Normal line: x = 2 − 4t, y = 0, z = 2 + 2t 3. (a) ∇f = (−π sin πx − 2xy + zexz )i + (−x2 + z)j + (xexz + y)k ⇒ ∇f (0, 1, 2) = 2i + 2j + k ⇒ Tangent plane: 2(x − 0) + 2(y − 1) + 1(z − 2) = 0 ⇒ 2x + 2y + z − 4 = 0; (b) Normal line: x = 2t, y = 1 + 2t, z = 2 + t 4. (a) ∇f = i + j + k for all points ⇒ ∇f (0, 1, 0) = i + j + k ⇒ Tangent plane: 1(x − 0) + 1(y − 1) + 1(z − 0) = 0 ⇒ x + y + z − 1 = 0; (b) Normal line: x = t, y = 1 + t, z = t 5. (a) ∇f = (2x −2y −1)i+(2y −2x +3)j−k ⇒ ∇f (2, −3, 18) = 9i−7j−k ⇒ Tangent plane: 9(x − 2) − 7(y + 3) − 1(z − 18) = 0 ⇒ 9x − 7y − z = 21; (b) Normal line: x = 2 + 9t, y = −3 − 7t z = 18 − t P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 14 / 32
  • 15. Tangent Planes and Normal Lines to Surfaces Exercise 6. Find an equation for the plane that is tangent to the given surface at the given point. 1. z = ln(x2 + y2), (1, 0, 0) 2. z = e−(x2+y2), (0, 0, 1) 3. z = 4x2 + y2, (1, 1, 5) P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 15 / 32
  • 16. Solution for the Exercise 5 1. z = f (x, y) = ln(x2 + y2) ⇒ fx (x, y) = 2x x2+y2 and fy (x, y) = 2y x2+y2 ⇒ fx (1, 0) = 2 and fy (1, 0) = 0 ⇒ the tangent plane at (1, 0, 0) is 2(x − 1) − z = 0 or 2x − z − 2 = 0 2. z = f (x, y) = e−(x2+y2) ⇒ fx (x, y) = −2xe−(x2+y2) and fy (x, y) = −2ye−(x2+y2) ⇒ fx (0, 0) = 0 and fy (0, 0) = 0 ⇒ the tangent plane at (0, 0, 1) is z − 1 = 0 or z = 1 3. z = f (x, y) = 4x2 + y2 ⇒ fx (x, y) = 8x and fy (x, y) = 2y ⇒ fx (1, 1) = 8 and fy (1, 1) = 2 ⇒ the tangent plane at (1, 1, 5) is 8(x − 1) + 2(y − 1) − (z − 5) = 0 or 8x + 2y − z − 5 = 0 P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 16 / 32
  • 17. Tangent Lines to Space Curves Exercise 7. Find parametric equations for the line tangent to the curve of intersection of the surfaces at the given point. 1. Surfaces : xyz = 1, x2 + 2y2 + 3z2 = 6 Point : (1, 1, 1) 2. Surfaces : x + y2 + z = 2, y = 1 Point : (1/2, 1, 1/2) 3. Surfaces : x2 + y2 = 4, x2 + y2 − z = 0 Point : ( √ 2, √ 2, 4) P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 17 / 32
  • 18. Solution for the Exercise 7 1. ∇f = yzi + xzj + xyk ⇒ ∇f (1, 1, 1) = i + j + k; ∇g = 2xi + 4yj + 6zk ⇒ ∇g(1, 1, 1) = 2i + 4j + 6k; ⇒ v = ∇f × ∇g ⇒ i j k 1 1 1 2 4 6 = 2i − 4j + 2k ⇒ Tangent line: x = 1 + 2t, y = 1 − 4t, z = 1 + 2t 2. ∇f = i + 2yj + k ⇒ ∇f (1 2 , 1, 1 2 ) = i + 2j + k and ∇g = j for all points; v = ∇f × ∇g ⇒ v = i j k 1 2 1 0 1 0 = −i + k ⇒ Tangent line: x = 1 2 − t, y = 1, z = 1 2 + t 3. ∇f = 2xi + 2yj ⇒ ∇f ( √ 2, √ 2, 4) = 2 √ 2i + 2 √ 2j; ∇g = 2xi + 2yj − k ⇒ ∇g( √ 2, √ 2, 4) = 2 √ 2i + 2 √ 2j − k; v = ∇f × ∇g ⇒ v = i j k 2 √ 2 2 √ 2 0 2 √ 2 2 √ 2 −1 = −2 √ 2i + 2 √ 2j ⇒ Tangent line: x = √ 2 − 2 √ 2t, y = √ 2 + 2 √ 2t, z = 4 P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 18 / 32
  • 19. Estimating Change Exercise 8. 1. By about how much will f (x, y, z) = ln p x2 + y2 + z2 change if the point P(x, y, z) moves from P0(3, 4, 12) a distance of ds = 0.1 unit in the direction of 3i + 6j − 2k? 2. By about how much will f (x, y, z) = ex cos yz change as the point P(x, y, z) moves from the origin a distance of ds = 0.1 unit in the direction of 2i + 2j − 2k? P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 19 / 32
  • 20. Solution for the Exercise 8 1. ∇f = x x2+y2+z2 i + y x2+y2+z2 j + z x2+y2+z2 k ⇒ ∇f(3, 4, 12) = 3 169i + 4 169j + 12 169k; u = v |v| = 3i+6j−2k √ 32+62+(−2)2 = 3 7i + 6 7j − 2 7k ⇒ ∇f · u = 9 1183 and df = (∇f · u)ds = 9 1183 (0.1) ≈ 0.0008 2. ∇f = (ex cos yz)i − (zex sin yz)j − (yex sin yz)k ⇒ ∇f (0, 0, 0) = i; u = v |v| = 2i+2j−2k √ 22+22+(−2)2 = 1 √ 3 i + 1 √ 3 j − 1 √ 3 k ⇒ ∇f · u = 1 √ 3 and df = (∇f · u)ds = 1 √ 3 (0.1) ≈ 0.0577 P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 20 / 32
  • 21. Estimating Change Exercise 9. 1. By about how much will g(x, y, z) = x + x cos z − y sin z + y change if the point P(x, y, z) moves from P0(2, −1, 0) a distance of ds = 0.2 unit toward the point P1(0, 1, 2)? 2. By about how much will h(x, y, z) = cos(πxy) + xz2 change if the point P(x, y, z) moves from P0(−1, −1, −1) a distance of ds = 0.1 unit toward the origin? P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 21 / 32
  • 22. Solution for the Exercise 9 1. ∇g = (1 + cos z)i + (1 − sin z)j + (−x sin z − y cos z)k ⇒ ∇g(2, −1, 0) = 2i + j + k; A = P0 − → P1 = −2i + 2j + 2k ⇒ u = v |v| = −2i+2j+2k √ (−2)2+22+22 = − 1 √ 3 i + 1 √ 3 j + 1 √ 3 k ⇒ ∇g · u = 0 and dg = (∇g · u)ds = (0)(0.2) = 0 2. ∇h = −πy sin(πxy) + z2 i − [πx sin(πxy)] j + 2xzk ⇒ ∇h(−1, −1, −1) = (π sin π + 1)i + (π sin π)j + 2k = i + 2k; v = P0 − → P1 = i + j + k where P1 = (0, 0, 0) ⇒ u = v |v| = i+j+k √ 12+12+12 = 1 √ 3 i + 1 √ 3 j + 1 √ 3 k ⇒ ∇h · u = 3 √ 3 = √ 3 and dh = (∇h · u)ds = √ 3(0.1) ≈ 0.1732 P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 22 / 32
  • 23. Temperature change along a circle Exercise 10. Suppose that the Celsius temperature at the point (x, y) in the xy-plane is T(x, y) = x sin 2y and that distance in the xy-plane is measured in meters. A particle is moving clockwise around the circle of radius 1 m centered at the origin at the constant rate of 2 m/sec. 1. How fast is the temperature experienced by the particle changing in degrees Celsius per meter at the point P(1/ √ 2, √ 3/2)? 2. How fast is the temperature experienced by the particle changing in degrees Celsius per second at P? P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 23 / 32
  • 24. Solution for the Exercise 10 1. The unit tangent vector at (1 2, √ 3 2 ) in the direction of motion is u = √ 3 2 i − 1 2j; ∇T = (sin 2y)i+(2x cos 2y)j ⇒ ∇T(1 2, √ 3 2 ) = (sin √ 3)i+(cos √ 3)j ⇒ DuT 1 2, √ 3 2 = ∇T · u = √ 3 2 sin √ 3 − 1 2 cos √ 3 ≈ 0.935◦ C/ft 2. r(t) = (sin 2t)i + (cos 2t)j ⇒ v(t) = (2cos2t)i − (2 sin 2t)j and |v| = 2; dT dt = ∂T ∂x dx dt + ∂T ∂y dy dt = ∇T · v = ∇T · v |v| |v| = (DuT)|v|, where u = v |v| ; at 1 2, √ 3 2 we have u = 3 2i − 1 2j from part (a) ⇒ dT dt = √ 3 2 sin √ 3 − 1 2 cos √ 3 · 2 = √ 3 sin √ 3 − cos √ 3 ≈ 1.87◦ C/sec P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 24 / 32
  • 25. Changing temperature along a space curve Exercise 11. The Celsius temperature in a region in space is given by T(x, y, z) = 2x2 − xyz. A particle is moving in this region and its position at time t is given by x = 2t2, y = 3t, z = −t2, where time is measured in second and distance in meters. 1. How fast is the temperature experienced by the particle changing in degrees Celsius per meter when the particle is at the point P(8, 6, −4)? 2. How fast is the temperature experienced by the particle changing in degrees Celsius per second at P? P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 25 / 32
  • 26. Solution for the Exercise 11 1. ∇T = (4x − yz)i − xzj − xyk ⇒ ∇T(8, 6, −4) = 56i + 32j − 48k; r(t) = 2t2i + 3tj − t2k ⇒ the particle is at the point P(8, 6, −4) when t = 2; v(t) = 4ti + 3j − 2tk ⇒ v(2) = 8i + 3j − 4k ⇒ u = v |v| = 8 √ 89 i + 3 √ 89 j − 4 √ 89 k ⇒ DuT(8, 6, −4) = ∇T · u = 8 √ 89 [56 · 8 + 32 · 3 − 48 · (−4)] = 736 √ 89 ◦ C/m 2. dT dt = ∂T ∂x dx dt + ∂T ∂y dy dt = ∇T · v = (∇T · u)|v| ⇒ at t = 2, dT dt = DuT|t=2v(2) = ( 736 √ 89 ) √ 89 = 736◦C/sec P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 26 / 32
  • 27. Exercises Exercise 12. 1. How do you find the tangent plane and normal line at a point on a level surface of a differentiable function f (x, y, z)? Give an example. 2. Find an equation for the plane tangent to the level surface f (x, y, z) = c at the point P0. Also, find parametric equations for the line that is normal to the surface at P0. (a) x2 − y − 5z = 0, P0(2, −1, 1) (b) x2 + y2 + z = 4, P0(1, 1, 2) P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 27 / 32
  • 28. Exercises Exercise 13. 1. Find an equation for the plane tangent to the surface z = f (x, y) at the given point. (a) z = ln(x2 + y2 ), (0, 1, 0) (b) z = 1/(x2 + y2 ), (1, 1, 1/2) 2. Find parametric equations for the line that is tangent to the curve of intersection of the surfaces x2 + 2y + 2z = 4, y = 1 at the given point (1, 1, 1/2). P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 28 / 32
  • 29. Solution for (2.) in Exercise 13 1. ∇f = 2xi + 2j + 2k ⇒ ∇f (1, 1, 1 2) = 2i + 2j + 2k and ∇g = j for all points; v = ∇f × ∇g ⇒ v = i j k 2 2 2 0 1 0 = −2i + 2k ⇒ Tangent line: x = 1 − 2t, y = 1, z = 1 2 + 2t P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 29 / 32
  • 30. Old Questions P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 30 / 32
  • 31. Old Questions P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 31 / 32
  • 32. Old Questions P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 32 / 32
  • 33. Old Questions P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 33 / 32
  • 34. References 1. M.D. Weir, J. Hass and F.R. Giordano, Thomas’ Calculus, 11th Edition, Pearson Publishers. 2. R. Courant and F.John, Introduction to calculus and analysis, Volume II, Springer-Verlag. 3. N. Piskunov, Differential and Integral Calculus, Vol I II (Translated by George Yankovsky). 4. E. Kreyszig, Advanced Engineering Mathematics, Wiley Publishers. P. Sam Johnson (NIT Karnataka) Normals to Level Curves and Tangents December 6, 2022 34 / 32