0% found this document useful (0 votes)
208 views14 pages

Lecture 26gradient of A Scalar Field

The document discusses gradient of a scalar field, normal and unit normal vectors to surfaces, and the angle between two surfaces. It defines the gradient of a scalar field f(x,y,z) as ∇f. The gradient represents the vector normal to the surface. Examples are provided to calculate gradients and normal/unit normal vectors. The angle between two surfaces f and g is defined as the angle between their normal vectors ∇f and ∇g, which can be calculated using the cosine formula. An example finds the angle between the surfaces z=x^2+y^2 and z=2x^2-3y^2 at a given point.

Uploaded by

Aerra Maniraj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
208 views14 pages

Lecture 26gradient of A Scalar Field

The document discusses gradient of a scalar field, normal and unit normal vectors to surfaces, and the angle between two surfaces. It defines the gradient of a scalar field f(x,y,z) as ∇f. The gradient represents the vector normal to the surface. Examples are provided to calculate gradients and normal/unit normal vectors. The angle between two surfaces f and g is defined as the angle between their normal vectors ∇f and ∇g, which can be calculated using the cosine formula. An example finds the angle between the surfaces z=x^2+y^2 and z=2x^2-3y^2 at a given point.

Uploaded by

Aerra Maniraj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

MTH 166

Lecture-26

Gradient of a Scalar Field


Topic:

Vector Differential Calculus

Learning Outcomes:

1. To find gradient of a scalar field

2. To find normal and unit normal vector to a surface

3. To find angle between two surfaces


Gradient of a scalar field
Let us consider the following vector operator called as Del defined as:
𝜕 𝜕 𝜕
∇= 𝑖Ƹ + 𝑗Ƹ + 𝑘෠
𝜕𝑥 𝜕𝑦 𝜕𝑧

Let 𝑓(𝑥, 𝑦, 𝑧) be a scalar field.(Not a vector quantity)


Then, gradient of a scalar field 𝑓(𝑥, 𝑦, 𝑧) is defined as:
𝜕 𝜕 𝜕
𝑔𝑟𝑎𝑑 𝑓 = ∇𝑓 = 𝑖Ƹ + 𝑗Ƹ + 𝑘෠ 𝑓
𝜕𝑥 𝜕𝑦 𝜕𝑧

𝜕𝑓 𝜕𝑓 ෠ 𝜕𝑓
= 𝑖Ƹ + 𝑗Ƹ + 𝑘
𝜕𝑥 𝜕𝑦 𝜕𝑧

Ƹ 𝑧 𝑘෠
= 𝑓𝑥 𝑖Ƹ + 𝑓𝑦 𝑗+𝑓
Compute the Gradient of the scalar function and evaluate it at the indicated point.
Problem 1. 𝑥 3 − 3𝑥 2 𝑦 2 + 𝑦 3 at (1,2)
Solution. Let 𝑓 = 𝑥 3 − 3𝑥 2 𝑦 2 + 𝑦 3
⇒ 𝑓𝑥 = 3𝑥 2 − 6𝑥𝑦 2 and 𝑓𝑦 = −6𝑥 2 𝑦 + 3𝑦 2
Gradient of 𝑓 is given by:

𝑔𝑟𝑎𝑑 𝑓 = ∇𝑓 = 𝑓𝑥 𝑖Ƹ + 𝑓𝑦 𝑗Ƹ
= 3𝑥 2 − 6𝑥𝑦 2 𝑖Ƹ + −6𝑥 2 𝑦 + 3𝑦 2 𝑗Ƹ
2
At (𝟏, 𝟐): ∇𝑓 = 3 1 − 6(1)(2)2 𝑖Ƹ + −6 1 2 (2) + 3(2)2 𝑗Ƹ
= −24𝑖Ƹ Answer.
Problem 2. log 𝑥 + 𝑦 + 𝑧 at (1,2. −1)
Solution. Let 𝑓 = log 𝑥 + 𝑦 + 𝑧
1
⇒ 𝑓𝑥 = 𝑓𝑦 = 𝑓𝑧 =
𝑥+𝑦+𝑧

Gradient of 𝑓 is given by:

𝑔𝑟𝑎𝑑 𝑓 = ∇𝑓 = 𝑓𝑥 𝑖Ƹ + 𝑓𝑦 𝑗Ƹ + 𝑓𝑧 𝑘෠
1
= 𝑖Ƹ + 𝑗Ƹ + 𝑘෠
𝑥+𝑦+𝑧

1
At (𝟏, 𝟐, −𝟏): ∇𝑓 = 𝑖Ƹ + 𝑗Ƹ + 𝑘෠
1+2−1

1
= 𝑖Ƹ + 𝑗Ƹ + 𝑘෠ Answer.
2
Geometrical interpretation of Gradient

Geometrically, Gradient of a scalar field represents vector normal to the surface.


Normal Vector 𝑛 = 𝑔𝑟𝑎𝑑 𝑓 = ∇𝑓
𝑛
Unit normal 𝑛ො =
𝑛

𝑔𝑟𝑎𝑑 𝑓 ∇𝑓
𝑛ො = =
𝑔𝑟𝑎𝑑 𝑓 ∇𝑓
Find the normal vector and unit normal vector to the given curve/surface at the
indicated point:
Problem 1. 𝑦 2 = 16𝑥 at 4,8
Solution. Let 𝑓 = 16𝑥 − 𝑦 2
⇒ 𝑓𝑥 = 16 and 𝑓𝑦 = −2𝑦
Gradient of 𝑓 is given by:

𝑔𝑟𝑎𝑑 𝑓 = ∇𝑓 = 𝑓𝑥 𝑖Ƹ + 𝑓𝑦 𝑗Ƹ
= 16 𝑖Ƹ + −2𝑦 𝑗Ƹ
At (𝟒, 𝟖): ∇𝑓 = 16 𝑖Ƹ + − 2(8) 𝑗Ƹ
= 16𝑖Ƹ − 16𝑗Ƹ
Normal Vector 𝑛 = ∇𝑓 = 16𝑖Ƹ − 16𝑗Ƹ

𝑛 ∇𝑓
Unit normal vector 𝑛ො = =
𝑛 ∇𝑓

Ƹ
16𝑖−16 𝑗Ƹ
⇒ 𝑛ො =
16 2 + −16 2

Ƹ 𝑗Ƹ
16 𝑖− Ƹ 𝑗Ƹ
𝑖−
⇒ 𝑛ො = =
16 1+1 2
Problem 2. 𝑥 2 + 𝑦 2 + 𝑧 2 = 4 at 1,1,1
Solution. Let 𝑓 = 𝑥 2 + 𝑦 2 + 𝑧 2 − 4
⇒ 𝑓𝑥 = 2𝑥 and 𝑓𝑦 = 2𝑦 and 𝑓𝑧 = 2𝑧
Gradient of 𝑓 is given by:
𝑔𝑟𝑎𝑑 𝑓 = ∇𝑓 = 𝑓𝑥 𝑖Ƹ + 𝑓𝑦 𝑗Ƹ + 𝑓𝑧 𝑘෠
= 2𝑥 𝑖Ƹ + 2𝑦 𝑗Ƹ + 2𝑧 𝑘෠
At (𝟏, 𝟏, 𝟏): ∇𝑓 = 2𝑖Ƹ + 2𝑗Ƹ + 2𝑘෠
Normal Vector 𝑛 = ∇𝑓 = 2𝑖Ƹ + 2𝑗Ƹ + 2𝑘෠
𝑛 ∇𝑓 Ƹ 𝑗+
2 𝑖+ ෠
Ƹ 𝑘
Unit normal vector 𝑛ො = = =
𝑛 ∇𝑓 2 3

Ƹ 𝑗+
𝑖+ ෠
Ƹ 𝑘
= Answer.
3
Angle between two Surfaces
Angle between two surfaces 𝑓 and 𝑔 is same as the angle between their normal.
Let 𝑛1 be normal to surface 𝑓 and 𝑛2 be normal to surface 𝑔.
𝑛1 = ∇𝑓 and 𝑛2 = ∇𝑔
Then. Angle between surfaces 𝑓 and 𝑔 is given by:
cos 𝜃 = 𝑛
ෞ1 . 𝑛
ෞ2
𝑛1 𝑛1
⇒ cos 𝜃 = .
𝑛1 𝑛1

−1 ∇𝑓 ∇𝑔
⇒ 𝜃 = 𝑐𝑜𝑠 .
∇𝑓 ∇𝑔
Problem. Find the angle between two given surfaces at the indicated point of
intersection: 𝑧 = 𝑥 2 + 𝑦 2 , 𝑧 = 2𝑥 2 − 3𝑦 2 at 2,1,5 .
Solution. Let 𝑓 = 𝑥 2 + 𝑦 2 − 𝑧
⇒ 𝑓𝑥 = 2𝑥 and 𝑓𝑦 = 2𝑦 and 𝑓𝑧 = −1
Gradient of 𝑓 is given by:

𝑔𝑟𝑎𝑑 𝑓 = ∇𝑓 = 𝑓𝑥 𝑖Ƹ + 𝑓𝑦 𝑗Ƹ + 𝑓𝑧 𝑘෠
= 2𝑥 𝑖Ƹ + 2𝑦 𝑗Ƹ + −1 𝑘෠
At (𝟐, 𝟏, 𝟓): ∇𝑓 = 4𝑖Ƹ + 2𝑗Ƹ − 𝑘෠

Normal Vector 𝑛1 = ∇𝑓 = 4𝑖Ƹ + 2𝑗Ƹ − 𝑘෠


𝑧 = 2𝑥 2 − 3𝑦 2 at 2,1,5 .
Again, Let 𝑔 = 2𝑥 2 − 3𝑦 2 − 𝑧
⇒ 𝑔𝑥 = 4𝑥 and 𝑔𝑦 = −6𝑦 and 𝑔𝑧 = −1
Gradient of 𝑔 is given by:

𝑔𝑟𝑎𝑑 𝑔 = ∇𝑔 = 𝑔𝑥 𝑖Ƹ + 𝑔𝑦 𝑗Ƹ + 𝑔𝑧 𝑘෠
= 4𝑥 𝑖Ƹ + −6𝑦 𝑗Ƹ + −1 𝑘෠
At (𝟐, 𝟏, 𝟓): ∇𝑔 = 8𝑖Ƹ − 6𝑗Ƹ − 𝑘෠

Normal Vector 𝑛2 = ∇𝑔 = 8𝑖Ƹ − 6𝑗Ƹ − 𝑘෠


We know, the angle between two surfaces 𝑓 and 𝑔 is same as the angle between
their normal.
Then. Angle between surfaces 𝑓 and 𝑔 is given by:
𝑛1 𝑛1
cos 𝜃 = 𝑛
ෞ1 . 𝑛
ෞ2 ⇒ cos 𝜃 = .
𝑛1 𝑛1

∇𝑓 ∇𝑔
⇒𝜃= 𝑐𝑜𝑠 −1 .
∇𝑓 ∇𝑔

Ƹ 𝑗−
4𝑖+2 ෠
Ƹ 𝑘 Ƹ 𝑗−
8𝑖−6 ෠
Ƹ 𝑘
⇒𝜃= 𝑐𝑜𝑠 −1 .
21 101

32−12+1 21
⇒ 𝜃 = 𝑐𝑜𝑠 −1 = 𝑐𝑜𝑠 −1
21 101 21 101

21
⇒ 𝜃 = 𝑐𝑜𝑠 −1 Answer.
101
This Photo by Unknown Author is licensed under CC BY-NC-ND

You might also like