SlideShare a Scribd company logo
1 of 32
Copyright © Cengage Learning. All rights reserved.
Vector Calculus
16
Copyright © Cengage Learning. All rights reserved.
16.1 Vector Fields
3
Vector Fields
The vectors in Figure 1 are air velocity vectors that indicate
the wind speed and direction at points 10 m above the
surface elevation in the San Francisco Bay area.
We see at a glance from the largest arrows in part (a) that
the greatest wind speeds at that time occurred as the winds
entered the bay across the Golden Gate Bridge. Part (b)
shows the very different wind pattern 12 hours earlier.
4
Vector Fields
Velocity vector fields showing San Francisco Bay wind patterns
Figure 1
5
Vector Fields
Associated with every point in the air we can imagine a
wind velocity vector. This is an example of a velocity vector
field.
Other examples of velocity vector fields are illustrated in
Figure 2: ocean currents and flow past an airfoil.
Velocity vector fields
Figure 2
6
Vector Fields
Another type of vector field, called a force field, associates
a force vector with each point in a region. An example is
the gravitational force field.
In general, a vector field is a function whose domain is a
set of points in (or ) and whose range is a set of
vectors in V2 (or V3).
7
Vector Fields
The best way to picture a vector field is to draw the arrow
representing the vector F(x, y) starting at the point (x, y).
Of course, it’s impossible to do this for all points (x, y), but
we can gain a reasonable impression of F by doing it for a
few representative points in D as in Figure 3.
Figure 3
Vector field on
8
Vector Fields
Since F(x, y) is a two-dimensional vector, we can write it in
terms of its component functions P and Q as follows:
F(x, y) = P(x, y) i + Q(x, y) j = P(x, y), Q(x, y)
or, for short, F = P i + Q j
Notice that P and Q are scalar functions of two variables
and are sometimes called scalar fields to distinguish them
from vector fields.
9
Vector Fields
A vector field F on is pictured in Figure 4.
We can express it in terms of its component functions
P, Q, and R as
F(x, y, z) = P(x, y, z) i + Q(x, y, z) j + R(x, y, z) k
Figure 4
Vector field on
10
Vector Fields
As with the vector functions, we can define continuity of
vector fields and show that F is continuous if and only if its
component functions P, Q, and R are continuous.
We sometimes identify a point (x, y, z) with its position
vector x = x, y, z and write F(x) instead of F(x, y, z).
Then F becomes a function that assigns a vector F(x) to a
vector x.
11
Example 1
A vector field on is defined by F(x, y) = –y i + x j.
Describe F by sketching some of the vectors F(x, y) as in
Figure 3.
Figure 3
Vector field on
12
Example 1 – Solution
Since F(1, 0) = j, we draw the vector j = 0, 1 starting at
the point (1, 0) in Figure 5.
Since F(0, 1) = –i, we draw the vector –1, 0 with starting
point (0, 1).
Figure 5
F(x, y) = –y i + x j
13
Example 1 – Solution
Continuing in this way, we calculate several other
representative values of F(x, y) in the table and draw the
corresponding vectors to represent the vector field in
Figure 5.
cont’d
14
Example 1 – Solution
It appears from Figure 5 that each arrow is tangent to a
circle with center the origin.
Figure 5
F(x, y) = –y i + x j
cont’d
15
Example 1 – Solution
To confirm this, we take the dot product of the position
vector x = x i + y j with the vector F(x) = F(x, y):
x  F(x) = (x i + y j)  (–y i + x j)
= –xy + yx
= 0
This shows that F(x, y) is perpendicular to the position
vector x, y and is therefore tangent to a circle with center
the origin and radius
cont’d
16
Example 1 – Solution
Notice also that
so the magnitude of the vector F(x, y) is equal to the radius
of the circle.
cont’d
17
Example 3
Imagine a fluid flowing steadily along a pipe and let
V(x, y, z) be the velocity vector at a point (x, y, z).
Then V assigns a vector to each point (x, y, z) in a certain
domain E (the interior of the pipe) and so V is a vector field
on called a velocity field.
A possible velocity field is illustrated in Figure 13.
Figure 13
Velocity field in fluid flow
18
Example 3
The speed at any given point is indicated by the length of
the arrow.
Velocity fields also occur in other areas of physics.
For instance, the vector field in Example 1 could be used
as the velocity field describing the counterclockwise
rotation of a wheel.
cont’d
19
Example 4
Newton’s Law of Gravitation states that the magnitude of
the gravitational force between two objects with masses
m and M is
where r is the distance between the objects and G is the
gravitational constant. (This is an example of an inverse
square law.)
Let’s assume that the object with mass M is located at the
origin in . (For instance, M could be the mass of the earth
and the origin would be at its center.)
20
Example 4
Let the position vector of the object with mass m be
x = x, y, z. Then r = |x|, so r2 = |x|2.
The gravitational force exerted on this second object acts
toward the origin, and the unit vector in this direction is
Therefore the gravitational force acting on the object at
x = x, y, z is
cont’d
21
Example 4
[Physicists often use the notation r instead of x for the
position vector, so you may see Formula 3 written in the
form F = –(mMG/r3)r.]
The function given by Equation 3 is an example of a vector
field, called the gravitational field, because it associates a
vector [the force F(x)] with every point x in space.
cont’d
22
Example 4
Formula 3 is a compact way of writing the gravitational
field, but we can also write it in terms of its component
functions by using the facts that x = x i + y j + z k and
|x| = :
cont’d
23
Example 4
The gravitational field F is pictured in Figure 14.
Figure 14
Gravitational force field
cont’d
24
Example 5
Suppose an electric charge Q is located at the origin.
According to Coulomb’s Law, the electric force F(x) exerted
by this charge on a charge q located at a point (x, y, z) with
position vector x = x, y, z is
where ε is a constant (that depends on the units used).
For like charges, we have qQ > 0 and the force is repulsive;
for unlike charges, we have qQ < 0 and the force is
attractive.
25
Example 5
Notice the similarity between Formulas 3 and 4. Both
vector fields are examples of force fields.
Instead of considering the electric force F, physicists often
consider the force per unit charge:
Then E is a vector field on called the electric field of Q.
cont’d
26
Gradient Fields
27
Gradient Fields
If f is a scalar function of two variables, recall that its
gradient f (or grad f) is defined by
f(x, y) = fx(x, y) i + fy(x, y) j
Therefore f is really a vector field on and is called a
gradient vector field.
Likewise, if f is a scalar function of three variables, its
gradient is a vector field on given by
f(x, y, z) = fx(x, y, z) i + fy(x, y, z) j + fz(x, y, z) k
28
Example 6
Find the gradient vector field of f(x, y) = x2y – y3. Plot the
gradient vector field together with a contour map of f. How
are they related?
Solution:
The gradient vector field is given by
29
Example 6 – Solution
Figure 15 shows a contour map of f with the gradient vector
field.
Notice that the gradient vectors are perpendicular to the
level curves.
Figure 15
cont’d
30
Example 6 – Solution
Notice also that the gradient vectors are long where the
level curves are close to each other and short where the
curves are farther apart.
That’s because the length of the gradient vector is the
value of the directional derivative of f and closely spaced
level curves indicate a steep graph.
cont’d
31
Gradient Fields
A vector field F is called a conservative vector field if it is
the gradient of some scalar function, that is, if there exists a
function f such that F = f.
In this situation f is called a potential function for F.
Not all vector fields are conservative, but such fields do
arise frequently in physics.
32
Gradient Fields
For example, the gravitational field F in Example 4 is
conservative because if we define
then

More Related Content

Similar to StewartCalc8_16_01.ppt

13.1 Calculus_ch14_Partial_Directional_Derivatives.pptx
13.1 Calculus_ch14_Partial_Directional_Derivatives.pptx13.1 Calculus_ch14_Partial_Directional_Derivatives.pptx
13.1 Calculus_ch14_Partial_Directional_Derivatives.pptx
TabrijiIslam
 
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
Mahmood Adel
 
Actividad de retroalimentacion fisica 10
Actividad de retroalimentacion fisica 10Actividad de retroalimentacion fisica 10
Actividad de retroalimentacion fisica 10
JohonfriMendoza
 
M1 unit vii-jntuworld
M1 unit vii-jntuworldM1 unit vii-jntuworld
M1 unit vii-jntuworld
mrecedu
 
Ottosen&petersson fem cap 5
Ottosen&petersson fem cap 5Ottosen&petersson fem cap 5
Ottosen&petersson fem cap 5
guest0d07c9db
 
vectorcalculusandlinearalgebra-150518103010-lva1-app6892 (1).pdf
vectorcalculusandlinearalgebra-150518103010-lva1-app6892 (1).pdfvectorcalculusandlinearalgebra-150518103010-lva1-app6892 (1).pdf
vectorcalculusandlinearalgebra-150518103010-lva1-app6892 (1).pdf
ShantanuGolande
 
MA101-Lecturenotes(2019-20)-Module 13 (1).pdf
MA101-Lecturenotes(2019-20)-Module 13 (1).pdfMA101-Lecturenotes(2019-20)-Module 13 (1).pdf
MA101-Lecturenotes(2019-20)-Module 13 (1).pdf
vasusingh34
 
MA101-Lecturenotes(2019-20)-Module 13 (1).pdf
MA101-Lecturenotes(2019-20)-Module 13 (1).pdfMA101-Lecturenotes(2019-20)-Module 13 (1).pdf
MA101-Lecturenotes(2019-20)-Module 13 (1).pdf
vasusingh34
 

Similar to StewartCalc8_16_01.ppt (20)

Derivative 1.ppt
Derivative 1.pptDerivative 1.ppt
Derivative 1.ppt
 
Week 6
Week 6Week 6
Week 6
 
precalculus 6.3
precalculus 6.3precalculus 6.3
precalculus 6.3
 
Vector calculus
Vector calculusVector calculus
Vector calculus
 
13.1 Calculus_ch14_Partial_Directional_Derivatives.pptx
13.1 Calculus_ch14_Partial_Directional_Derivatives.pptx13.1 Calculus_ch14_Partial_Directional_Derivatives.pptx
13.1 Calculus_ch14_Partial_Directional_Derivatives.pptx
 
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
 
deepak real.ppt
deepak real.pptdeepak real.ppt
deepak real.ppt
 
Lar calc10 ch02_sec1
Lar calc10 ch02_sec1Lar calc10 ch02_sec1
Lar calc10 ch02_sec1
 
Actividad de retroalimentacion fisica 10
Actividad de retroalimentacion fisica 10Actividad de retroalimentacion fisica 10
Actividad de retroalimentacion fisica 10
 
Introduccio al calculo vectorial
Introduccio  al calculo vectorialIntroduccio  al calculo vectorial
Introduccio al calculo vectorial
 
M1 unit vii-jntuworld
M1 unit vii-jntuworldM1 unit vii-jntuworld
M1 unit vii-jntuworld
 
Ottosen&petersson fem cap 5
Ottosen&petersson fem cap 5Ottosen&petersson fem cap 5
Ottosen&petersson fem cap 5
 
17481 1235049029519454-2
17481 1235049029519454-217481 1235049029519454-2
17481 1235049029519454-2
 
Introduction to Functions of Several Variables
Introduction to Functions of Several VariablesIntroduction to Functions of Several Variables
Introduction to Functions of Several Variables
 
Chapter 4: Vector Spaces - Part 1/Slides By Pearson
Chapter 4: Vector Spaces - Part 1/Slides By PearsonChapter 4: Vector Spaces - Part 1/Slides By Pearson
Chapter 4: Vector Spaces - Part 1/Slides By Pearson
 
Beginning direct3d gameprogrammingmath04_calculus_20160324_jintaeks
Beginning direct3d gameprogrammingmath04_calculus_20160324_jintaeksBeginning direct3d gameprogrammingmath04_calculus_20160324_jintaeks
Beginning direct3d gameprogrammingmath04_calculus_20160324_jintaeks
 
Divergence,curl,gradient
Divergence,curl,gradientDivergence,curl,gradient
Divergence,curl,gradient
 
vectorcalculusandlinearalgebra-150518103010-lva1-app6892 (1).pdf
vectorcalculusandlinearalgebra-150518103010-lva1-app6892 (1).pdfvectorcalculusandlinearalgebra-150518103010-lva1-app6892 (1).pdf
vectorcalculusandlinearalgebra-150518103010-lva1-app6892 (1).pdf
 
MA101-Lecturenotes(2019-20)-Module 13 (1).pdf
MA101-Lecturenotes(2019-20)-Module 13 (1).pdfMA101-Lecturenotes(2019-20)-Module 13 (1).pdf
MA101-Lecturenotes(2019-20)-Module 13 (1).pdf
 
MA101-Lecturenotes(2019-20)-Module 13 (1).pdf
MA101-Lecturenotes(2019-20)-Module 13 (1).pdfMA101-Lecturenotes(2019-20)-Module 13 (1).pdf
MA101-Lecturenotes(2019-20)-Module 13 (1).pdf
 

Recently uploaded

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
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
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
heathfieldcps1
 

Recently uploaded (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
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...
 
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
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
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...
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
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...
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
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
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
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
 
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.
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.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
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

StewartCalc8_16_01.ppt

  • 1. Copyright © Cengage Learning. All rights reserved. Vector Calculus 16
  • 2. Copyright © Cengage Learning. All rights reserved. 16.1 Vector Fields
  • 3. 3 Vector Fields The vectors in Figure 1 are air velocity vectors that indicate the wind speed and direction at points 10 m above the surface elevation in the San Francisco Bay area. We see at a glance from the largest arrows in part (a) that the greatest wind speeds at that time occurred as the winds entered the bay across the Golden Gate Bridge. Part (b) shows the very different wind pattern 12 hours earlier.
  • 4. 4 Vector Fields Velocity vector fields showing San Francisco Bay wind patterns Figure 1
  • 5. 5 Vector Fields Associated with every point in the air we can imagine a wind velocity vector. This is an example of a velocity vector field. Other examples of velocity vector fields are illustrated in Figure 2: ocean currents and flow past an airfoil. Velocity vector fields Figure 2
  • 6. 6 Vector Fields Another type of vector field, called a force field, associates a force vector with each point in a region. An example is the gravitational force field. In general, a vector field is a function whose domain is a set of points in (or ) and whose range is a set of vectors in V2 (or V3).
  • 7. 7 Vector Fields The best way to picture a vector field is to draw the arrow representing the vector F(x, y) starting at the point (x, y). Of course, it’s impossible to do this for all points (x, y), but we can gain a reasonable impression of F by doing it for a few representative points in D as in Figure 3. Figure 3 Vector field on
  • 8. 8 Vector Fields Since F(x, y) is a two-dimensional vector, we can write it in terms of its component functions P and Q as follows: F(x, y) = P(x, y) i + Q(x, y) j = P(x, y), Q(x, y) or, for short, F = P i + Q j Notice that P and Q are scalar functions of two variables and are sometimes called scalar fields to distinguish them from vector fields.
  • 9. 9 Vector Fields A vector field F on is pictured in Figure 4. We can express it in terms of its component functions P, Q, and R as F(x, y, z) = P(x, y, z) i + Q(x, y, z) j + R(x, y, z) k Figure 4 Vector field on
  • 10. 10 Vector Fields As with the vector functions, we can define continuity of vector fields and show that F is continuous if and only if its component functions P, Q, and R are continuous. We sometimes identify a point (x, y, z) with its position vector x = x, y, z and write F(x) instead of F(x, y, z). Then F becomes a function that assigns a vector F(x) to a vector x.
  • 11. 11 Example 1 A vector field on is defined by F(x, y) = –y i + x j. Describe F by sketching some of the vectors F(x, y) as in Figure 3. Figure 3 Vector field on
  • 12. 12 Example 1 – Solution Since F(1, 0) = j, we draw the vector j = 0, 1 starting at the point (1, 0) in Figure 5. Since F(0, 1) = –i, we draw the vector –1, 0 with starting point (0, 1). Figure 5 F(x, y) = –y i + x j
  • 13. 13 Example 1 – Solution Continuing in this way, we calculate several other representative values of F(x, y) in the table and draw the corresponding vectors to represent the vector field in Figure 5. cont’d
  • 14. 14 Example 1 – Solution It appears from Figure 5 that each arrow is tangent to a circle with center the origin. Figure 5 F(x, y) = –y i + x j cont’d
  • 15. 15 Example 1 – Solution To confirm this, we take the dot product of the position vector x = x i + y j with the vector F(x) = F(x, y): x  F(x) = (x i + y j)  (–y i + x j) = –xy + yx = 0 This shows that F(x, y) is perpendicular to the position vector x, y and is therefore tangent to a circle with center the origin and radius cont’d
  • 16. 16 Example 1 – Solution Notice also that so the magnitude of the vector F(x, y) is equal to the radius of the circle. cont’d
  • 17. 17 Example 3 Imagine a fluid flowing steadily along a pipe and let V(x, y, z) be the velocity vector at a point (x, y, z). Then V assigns a vector to each point (x, y, z) in a certain domain E (the interior of the pipe) and so V is a vector field on called a velocity field. A possible velocity field is illustrated in Figure 13. Figure 13 Velocity field in fluid flow
  • 18. 18 Example 3 The speed at any given point is indicated by the length of the arrow. Velocity fields also occur in other areas of physics. For instance, the vector field in Example 1 could be used as the velocity field describing the counterclockwise rotation of a wheel. cont’d
  • 19. 19 Example 4 Newton’s Law of Gravitation states that the magnitude of the gravitational force between two objects with masses m and M is where r is the distance between the objects and G is the gravitational constant. (This is an example of an inverse square law.) Let’s assume that the object with mass M is located at the origin in . (For instance, M could be the mass of the earth and the origin would be at its center.)
  • 20. 20 Example 4 Let the position vector of the object with mass m be x = x, y, z. Then r = |x|, so r2 = |x|2. The gravitational force exerted on this second object acts toward the origin, and the unit vector in this direction is Therefore the gravitational force acting on the object at x = x, y, z is cont’d
  • 21. 21 Example 4 [Physicists often use the notation r instead of x for the position vector, so you may see Formula 3 written in the form F = –(mMG/r3)r.] The function given by Equation 3 is an example of a vector field, called the gravitational field, because it associates a vector [the force F(x)] with every point x in space. cont’d
  • 22. 22 Example 4 Formula 3 is a compact way of writing the gravitational field, but we can also write it in terms of its component functions by using the facts that x = x i + y j + z k and |x| = : cont’d
  • 23. 23 Example 4 The gravitational field F is pictured in Figure 14. Figure 14 Gravitational force field cont’d
  • 24. 24 Example 5 Suppose an electric charge Q is located at the origin. According to Coulomb’s Law, the electric force F(x) exerted by this charge on a charge q located at a point (x, y, z) with position vector x = x, y, z is where ε is a constant (that depends on the units used). For like charges, we have qQ > 0 and the force is repulsive; for unlike charges, we have qQ < 0 and the force is attractive.
  • 25. 25 Example 5 Notice the similarity between Formulas 3 and 4. Both vector fields are examples of force fields. Instead of considering the electric force F, physicists often consider the force per unit charge: Then E is a vector field on called the electric field of Q. cont’d
  • 27. 27 Gradient Fields If f is a scalar function of two variables, recall that its gradient f (or grad f) is defined by f(x, y) = fx(x, y) i + fy(x, y) j Therefore f is really a vector field on and is called a gradient vector field. Likewise, if f is a scalar function of three variables, its gradient is a vector field on given by f(x, y, z) = fx(x, y, z) i + fy(x, y, z) j + fz(x, y, z) k
  • 28. 28 Example 6 Find the gradient vector field of f(x, y) = x2y – y3. Plot the gradient vector field together with a contour map of f. How are they related? Solution: The gradient vector field is given by
  • 29. 29 Example 6 – Solution Figure 15 shows a contour map of f with the gradient vector field. Notice that the gradient vectors are perpendicular to the level curves. Figure 15 cont’d
  • 30. 30 Example 6 – Solution Notice also that the gradient vectors are long where the level curves are close to each other and short where the curves are farther apart. That’s because the length of the gradient vector is the value of the directional derivative of f and closely spaced level curves indicate a steep graph. cont’d
  • 31. 31 Gradient Fields A vector field F is called a conservative vector field if it is the gradient of some scalar function, that is, if there exists a function f such that F = f. In this situation f is called a potential function for F. Not all vector fields are conservative, but such fields do arise frequently in physics.
  • 32. 32 Gradient Fields For example, the gravitational field F in Example 4 is conservative because if we define then