TP1 01 Vector Calculus 03 Laplacian

33
Basic Mathematics The Laplacian R Horan & M Lavelle The aim of this package is to provide a short self assessment programme for students who want to apply the Laplacian operator. Copyright c 2005 [email protected] , [email protected] Last Revision Date: April 4, 2005 Version 1.0

description

elasticity

Transcript of TP1 01 Vector Calculus 03 Laplacian

Basic Mathematics

The Laplacian

R Horan & M Lavelle

The aim of this package is to provide a short selfassessment programme for students who want toapply the Laplacian operator.

Copyright cΒ© 2005 [email protected] , [email protected] Revision Date: April 4, 2005 Version 1.0

Table of Contents

1. Introduction (Grad, Div, Curl)2. The Laplacian3. The Laplacian of a Product of Fields4. The Laplacian and Vector Fields5. Final Quiz

Solutions to ExercisesSolutions to Quizzes

The full range of these packages and some instructions,should they be required, can be obtained from our webpage Mathematics Support Materials.

Section 1: Introduction (Grad, Div, Curl) 3

1. Introduction (Grad, Div, Curl)The vector differential operator βˆ‡ , called β€œdel” or β€œnabla”, is definedin three dimensions to be:

βˆ‡ =βˆ‚

βˆ‚xi +

βˆ‚

βˆ‚yj +

βˆ‚

βˆ‚zk

The result of applying this vector operator to a scalar field is calledthe gradient of the scalar field:

gradf(x, y, z) = βˆ‡f(x, y, z) =βˆ‚f

βˆ‚xi +

βˆ‚f

βˆ‚yj +

βˆ‚f

βˆ‚zk .

(See the package on Gradients and Directional Derivatives.)

The scalar product of this vector operator with a vector field F (x, y, z)is called the divergence of the vector field:

divF (x, y, z) = βˆ‡ Β· F =βˆ‚F1

βˆ‚x+

βˆ‚F2

βˆ‚y+

βˆ‚F3

βˆ‚z.

Section 1: Introduction (Grad, Div, Curl) 4

The vector product of the vector βˆ‡ with a vector field F (x, y, z) is thecurl of the vector field. It is written as curlF (x, y, z) = βˆ‡Γ— F

βˆ‡Γ— F (x, y, z) = (βˆ‚F3

βˆ‚yβˆ’ βˆ‚F2

βˆ‚z)iβˆ’ (

βˆ‚F3

βˆ‚xβˆ’ βˆ‚F1

βˆ‚z)j + (

βˆ‚F2

βˆ‚xβˆ’ βˆ‚F1

βˆ‚y)k

=

∣∣∣∣∣∣∣i j kβˆ‚

βˆ‚x

βˆ‚

βˆ‚y

βˆ‚

βˆ‚zF1 F2 F3

∣∣∣∣∣∣∣ ,

where the last line is a formal representation of the line above. (Seealso the package on Divergence and Curl.)

Here are some revision exercises.

Exercise 1. For f = x2y βˆ’ z and F = xiβˆ’ xyj + z2k calculate thefollowing (click on the green letters for the solutions).

(a) βˆ‡f (b) βˆ‡ Β· F

(c) βˆ‡Γ— F (d) βˆ‡f βˆ’βˆ‡Γ— F

Section 2: The Laplacian 5

2. The LaplacianThe Laplacian operator is defined as:

βˆ‡2 =βˆ‚2

βˆ‚x2+

βˆ‚2

βˆ‚y2+

βˆ‚2

βˆ‚z2.

The Laplacian is a scalar operator. If it is applied to a scalar field, itgenerates a scalar field.

Example 1 The Laplacian of the scalar field f(x, y, z) = xy2 + z3 is:

βˆ‡2f(x, y, z) =βˆ‚2f

βˆ‚x2+

βˆ‚2f

βˆ‚y2+

βˆ‚2f

βˆ‚z2

=βˆ‚2

βˆ‚x2(xy2 + z3) +

βˆ‚2

βˆ‚y2(xy2 + z3) +

βˆ‚2

βˆ‚z2(xy2 + z3)

=βˆ‚

βˆ‚x(y2 + 0) +

βˆ‚

βˆ‚y(2xy + 0) +

βˆ‚

βˆ‚z(0 + 3z2)

= 0 + 2x + 6z = 2x + 6z

Section 2: The Laplacian 6

Exercise 2. Calculate the Laplacian of the following scalar fields:(click on the green letters for the solutions).(a) f(x, y, z) = 3x3y2z3 (b) f(x, y, z) =

√xz + y

(c) f(x, y, z) =√

x2 + y2 + z2 (d) f(x, y, z) =1√

x2 + y2 + z2

Quiz Choose the Laplacian of f(r) =1rn

where r =√

x2 + y2 + z2.

(a) βˆ’ 1rn+2

(b)n

rn+2

(c)n(nβˆ’ 1)

rn+2(d)

n(n + 5)rn+2

The equation βˆ‡2f = 0 is called Laplace’s equation. This is an impor-tant equation in science. From the above exercises and quiz we see

that f =1r

is a solution of Laplace’s equation except at r = 0.

Section 2: The Laplacian 7

The Laplacian of a scalar field can also be written as follows:

βˆ‡2f = βˆ‡ Β·βˆ‡f

i.e., as the divergence of the gradient of f . To see this consider

βˆ‡ Β·βˆ‡f = βˆ‡ Β· (βˆ‚f

βˆ‚xi +

βˆ‚f

βˆ‚yj +

βˆ‚f

βˆ‚zk)

=βˆ‚

βˆ‚x(βˆ‚f

βˆ‚x) +

βˆ‚

βˆ‚y(βˆ‚f

βˆ‚y) +

βˆ‚

βˆ‚z(βˆ‚f

βˆ‚z)

=βˆ‚2f

βˆ‚x2+

βˆ‚2f

βˆ‚y2+

βˆ‚2f

βˆ‚z2= βˆ‡2f

Exercise 3. Find the Laplacian of the scalar fields f whose gradientsβˆ‡f are given below (click on the green letters for the solutions).

(a) βˆ‡f = 2xzi + x2k (b) βˆ‡f =1yz

iβˆ’ x

y2zj βˆ’ x

yz2k

(c) βˆ‡f = ezi + yj + xezk (d) βˆ‡f =1x

i +1yj +

1zk

Section 3: The Laplacian of a Product of Fields 8

3. The Laplacian of a Product of FieldsIf a field may be written as a product of two functions, then:

βˆ‡2(uv) = (βˆ‡2u)v + uβˆ‡2v + 2(βˆ‡u) Β· (βˆ‡v)

A proof of this is given at the end of this section.Example 2 The Laplacian of f(x, y, z) = (x + y + z)(xβˆ’ 2z) may bedirectly calculated from the above rule

βˆ‡2f(x, y, z) = (βˆ‡2(x + y + z))(xβˆ’ 2z) + (x + y + z)βˆ‡2(xβˆ’ 2z)+2βˆ‡(x + y + z) Β·βˆ‡(xβˆ’ 2z)

Now βˆ‡2(x + y + z) = 0 and βˆ‡2(x βˆ’ 2z) = 0 so the first line on theright hand side vanishes.To calculate the second line we note that

βˆ‡(x+y+z) =βˆ‚(x + y + z)

βˆ‚xi+

βˆ‚(x + y + z)βˆ‚y

j+βˆ‚(x + y + z)

βˆ‚zk = i+j+k

Section 3: The Laplacian of a Product of Fields 9

and

βˆ‡(xβˆ’ 2z) =βˆ‚(xβˆ’ 2z)

βˆ‚xi +

βˆ‚(xβˆ’ 2z)βˆ‚y

j +βˆ‚(xβˆ’ 2z)

βˆ‚zk = iβˆ’ 2k

and taking their scalar product we obtain

βˆ‡2f(x, y, z) = 0 + 2βˆ‡(x + y + z) Β·βˆ‡(xβˆ’ 2z)= 2(i + j + k) Β· (iβˆ’ 2k) = 2(1 + 0βˆ’ 2)= βˆ’2.

This example may be checked by expanding (x + y + z)(xβˆ’ 2z) anddirectly calculating the Laplacian.

Exercise 4. Use this rule to calculate the Laplacian of the scalarfields given below (click on the green letters for the solutions).

(a) (2xβˆ’ 5y + z)(xβˆ’ 3y + z) (b) (x2 βˆ’ y)(x + z)

(c) (y βˆ’ z)(x2 + y2 + z2) (d) x√

x2 + y2 + z2

Section 3: The Laplacian of a Product of Fields 10

Proof that βˆ‡2(uv) = (βˆ‡2u)v + uβˆ‡2v + 2(βˆ‡u) Β· (βˆ‡v) .

By definition βˆ‡2(uv) =βˆ‚2

βˆ‚x2(uv) +

βˆ‚2

βˆ‚y2(uv) +

βˆ‚2

βˆ‚z2(uv) . Consider

therefore:βˆ‚2

βˆ‚x2(uv) =

βˆ‚

βˆ‚x

(βˆ‚

βˆ‚x(uv)

)=

βˆ‚

βˆ‚x

(βˆ‚u

βˆ‚xv + u

βˆ‚v

βˆ‚x

)=

βˆ‚2u

βˆ‚x2v +

βˆ‚u

βˆ‚x

βˆ‚v

βˆ‚x+

βˆ‚u

βˆ‚x

βˆ‚v

βˆ‚x+ u

βˆ‚2v

βˆ‚x2

=βˆ‚2u

βˆ‚x2v + 2

βˆ‚u

βˆ‚x

βˆ‚v

βˆ‚x+ u

βˆ‚2v

βˆ‚x2

where the product rule was repeatedly used.

By symmetry we also have:βˆ‚2

βˆ‚y2(uv) =

βˆ‚2u

βˆ‚y2v + 2

βˆ‚u

βˆ‚y

βˆ‚v

βˆ‚y+ u

βˆ‚2v

βˆ‚y2and

βˆ‚2

βˆ‚z2(uv) =

βˆ‚2u

βˆ‚z2v + 2

βˆ‚u

βˆ‚z

βˆ‚v

βˆ‚z+ u

βˆ‚2v

βˆ‚z2. Adding these results yields the

desired result.

Section 4: The Laplacian and Vector Fields 11

4. The Laplacian and Vector FieldsIf the scalar Laplacian operator is applied to a vector field, it acts oneach component in turn and generates a vector field.

Example 3 The Laplacian of F (x, y, z) = 3z2i + xyzj + x2z2k is:

βˆ‡2F (x, y, z) = βˆ‡2(3z2)i + βˆ‡2(xyz)j + βˆ‡2(x2z2)k

Calculating the components in turn we find:

βˆ‡2(3z2) =βˆ‚2

βˆ‚x2(3z2) +

βˆ‚2

βˆ‚y2(3z2) +

βˆ‚2

βˆ‚z2(3z2) = 0 + 0 + 6 = 6

βˆ‡2(xyz) =βˆ‚2

βˆ‚x2(xyz) +

βˆ‚2

βˆ‚y2(xyz) +

βˆ‚2

βˆ‚z2(xyz) = 0 + 0 + 0 = 0

βˆ‡2(x2z2) =βˆ‚2

βˆ‚x2(x2z2) +

βˆ‚2

βˆ‚y2(x2z2) +

βˆ‚2

βˆ‚z2(x2z2) = 2z2 + 0 + 2x2

So the Laplacian of F is:

βˆ‡2F = 6i + 0j + (2z2 + 2x2)k = 6i + 2(x2 + z2)k

Section 4: The Laplacian and Vector Fields 12

Quiz Select from the answers below the Laplacian of the vector fieldF = x3yi + ln(z)j + ln(xy)k .

(a) 6xyi (b) 6xyiβˆ’ 1z2

j βˆ’ x2 + y2

x2y2k

(c) 3xi +1z2

j βˆ’(

1x2βˆ’ 1

y2

)k (d) y3i + x2j βˆ’ y2 βˆ’ x2

z2k

Quiz Choose the Laplacian of F = 3x2ziβˆ’ sin(Ο€y)j +ln(2x3)k at thepoint (1,βˆ’2, 1)?

(a) 0 (b) 6iβˆ’ 3k (c) 3iβˆ’ 3k (d) 6iβˆ’ Ο€2j βˆ’ 6k

Quiz Which of the following choices is the Laplacian of the vector fieldF = ln(y)i + z2j βˆ’ sin(2Ο€x)k at (1, 1, Ο€)?

(a) βˆ’i + 2j (b) 0 (c) 4j + 4Ο€2k (d) βˆ’i + j + k

Section 5: Final Quiz 13

5. Final QuizBegin Quiz Choose the solutions from the options given.

1. Choose the Laplacian of f(r) = 5x3y4z2.

(a) 30xy4z2 +60x3y2z2 +10x3y4 (b) 30x + 20y2 + 10

(c) 30xy4z2 +75x3y2z2 +15x3y4 (d) 30xy4z2 +12x3y2z2 +15x3y4

2. Choose the Laplacian of f(x, y, z) = ln(r) where r =√

x2 + y2 + z2.

(a) 0 (b)2r2

(c)1

2r2(d)

1r2

3. Select the Laplacian of F = x3i + 7yj βˆ’ 3 sin(2y)k.

(a) 6xi (b) 6xi + 12 sin(2y)k(c) 6xi + 3 sin(2y)k (d) 6xiβˆ’ 12 sin(2y)k

End Quiz

Solutions to Exercises 14

Solutions to ExercisesExercise 1(a)To find the gradient of the scalar field f = x2y βˆ’ z, we need thepartial derivatives:

βˆ‚f

βˆ‚x=

βˆ‚

βˆ‚x(x2y βˆ’ z) = 2x2βˆ’1 Γ— y = 2xy ,

βˆ‚f

βˆ‚y=

βˆ‚

βˆ‚y(x2y βˆ’ z) = x2 Γ— y1βˆ’1 = x2 ,

βˆ‚f

βˆ‚z=

βˆ‚

βˆ‚z(x2y βˆ’ z) = 0βˆ’ z1βˆ’1 = βˆ’1 .

Therefore the gradient of f = x2y βˆ’ z is

βˆ‡f(x, y, z) =βˆ‚f

βˆ‚xi +

βˆ‚f

βˆ‚yj +

βˆ‚f

βˆ‚zk

= 2xyi + x2j βˆ’ k .

Click on the green square to return

Solutions to Exercises 15

Exercise 1(b)To find the divergence of the vector field F = xi βˆ’ xyj + z2k, werecognise that its components are

F1 = x , F2 = βˆ’xy , F3 = z2 ,

So the divergence is the scalar expression

βˆ‡ Β· F =βˆ‚F1

βˆ‚x+

βˆ‚F2

βˆ‚y+

βˆ‚F3

βˆ‚z

=βˆ‚

βˆ‚x(x) +

βˆ‚

βˆ‚y(βˆ’xy) +

βˆ‚

βˆ‚z(z2)

= x1βˆ’1 βˆ’ xΓ— y1βˆ’1 + 2Γ— z2βˆ’1

= 1βˆ’ x + 2z .

Click on the green square to return

Solutions to Exercises 16

Exercise 1(c)The curl of the vector field F whose components are

F1 = x , F2 = βˆ’xy , F3 = z2 ,

is given by the vector expression:

βˆ‡Γ— F =(

βˆ‚F3

βˆ‚yβˆ’ βˆ‚F2

βˆ‚z

)iβˆ’

(βˆ‚F3

βˆ‚xβˆ’ βˆ‚F1

βˆ‚z

)j +

(βˆ‚F2

βˆ‚xβˆ’ βˆ‚F1

βˆ‚y

)k

=(

βˆ‚

βˆ‚y(z2)βˆ’ βˆ‚

βˆ‚z(βˆ’xy)

)iβˆ’

(βˆ‚

βˆ‚x(z2)βˆ’ βˆ‚

βˆ‚z(x)

)j

+(

βˆ‚

βˆ‚x(βˆ’xy)βˆ’ βˆ‚

βˆ‚y(x)

)k

= (0 + 0) iβˆ’ (0βˆ’ 0) j + (βˆ’y βˆ’ 0) k

= βˆ’yk .

Click on the green square to return

Solutions to Exercises 17

Exercise 1(d)To subtract the curl of the vector F = xiβˆ’xyj+z2k from the gradientof the scalar field f = x2y βˆ’ z

βˆ‡f βˆ’βˆ‡Γ— F .

we use the results of Exercise 1a and Exercise 1c, where it was foundthat

βˆ‡f = 2xyi + x2j βˆ’ k and βˆ‡Γ— F = βˆ’yk .

Therefore the difference of these two vectors is

βˆ‡f βˆ’βˆ‡Γ— F = 2xyi + x2j βˆ’ k βˆ’ (βˆ’y)k= 2xyi + x2j βˆ’ (1βˆ’ y)k .

Click on the green square to return

Solutions to Exercises 18

Exercise 2(a)The Laplacian of the scalar field f = 3x3y2z3 is:

βˆ‡2f =βˆ‚2f

βˆ‚x2+

βˆ‚2f

βˆ‚y2+

βˆ‚2f

βˆ‚z2

=βˆ‚2

βˆ‚x2(3x3y2z3) +

βˆ‚2

βˆ‚y2(3x3y2z3) +

βˆ‚2

βˆ‚z2(3x3y2z3)

=βˆ‚

βˆ‚x(9x2y2z3) +

βˆ‚

βˆ‚y(6x3yz3) +

βˆ‚

βˆ‚z(9x3y2z2)

= 18xy2z3 + 6x3z3 + 18x3y2z .

Extracting common factors, the scalar βˆ‡2f can also be written as

βˆ‡2f = 6xz(3y2z2 + x2z2 + 3x2y2

)= 6xz

(3y2(z2 + x2) + x2z2

).

Click on the green square to return

Solutions to Exercises 19

Exercise 2(b)The Laplacian of the scalar field f =

√xz + y = x1/2z1/2 + y is:

βˆ‡2f =βˆ‚2

βˆ‚x2

(x

12 z

12 + y

)+

βˆ‚2

βˆ‚y2

(x

12 z

12 + y

)+

βˆ‚2

βˆ‚z2

(x

12 z

12 + y

)=

βˆ‚

βˆ‚x

(12x( 1

2βˆ’1)z12

)+

βˆ‚

βˆ‚y(1) +

βˆ‚

βˆ‚z

(12x

12 z( 1

2βˆ’1)

)=

βˆ‚

βˆ‚x

(12xβˆ’

12 z

12

)+ 0 +

βˆ‚

βˆ‚z

(12x

12 zβˆ’

12

)=

12(βˆ’1

2)x(βˆ’ 1

2βˆ’1)z12 +

12(βˆ’1

2)x

12 z(βˆ’ 1

2βˆ’1)

= βˆ’14xβˆ’

32 z

12 βˆ’ 1

4x

12 zβˆ’

32 .

This result may be rewritten as

βˆ‡2f = βˆ’14x

12 z

12

(xβˆ’2 + zβˆ’2

)= βˆ’1

4√

xz

(1x2

+1z2

).

Click on the green square to return

Solutions to Exercises 20

Exercise 2(c) To calculate βˆ‡2√

x2 + y2 + z2 , define u = x2+y2+z2,so f = u1/2. From the chain rule we have

βˆ‚f

βˆ‚x=

βˆ‚u12

βˆ‚uΓ— βˆ‚u

βˆ‚x=

12u( 1

2βˆ’1) Γ— 2x = xuβˆ’12 .

Therefore the second derivative is (from the product and chain rules):

βˆ‚2f

βˆ‚x2=

βˆ‚

βˆ‚x(x)Γ— uβˆ’

12 + xΓ— βˆ‚uβˆ’

12

βˆ‚uΓ— βˆ‚u

βˆ‚x= uβˆ’

12 βˆ’ x2uβˆ’

32 .

Since f and u are symmetric in x, y and z we have

βˆ‚2f

βˆ‚y2= uβˆ’

12 βˆ’ y2uβˆ’

32 and

βˆ‚2f

βˆ‚z2= uβˆ’

12 βˆ’ z2uβˆ’

32 .

Adding these results and using x2 + y2 + z2 = u yields

βˆ‡2f =(uβˆ’

12 βˆ’ x2uβˆ’

32

)+

(uβˆ’

12 βˆ’ y2uβˆ’

32

)+

(uβˆ’

12 βˆ’ z2uβˆ’

32

)= 3uβˆ’

12 βˆ’ (x2 + y2 + z2)uβˆ’

32 = 2uβˆ’

12 =

2√x2 + y2 + z2

.

Click on the green square to return

Solutions to Exercises 21

Exercise 2(d) To find the Laplacian of f = (x2 + y2 + z2)βˆ’12 , we

again define u = x2 + y2 + z2. From the chain rule

βˆ‚f

βˆ‚x=

βˆ‚uβˆ’12

βˆ‚uΓ— βˆ‚u

βˆ‚x= βˆ’1

2u(βˆ’ 1

2βˆ’1) Γ— 2x = βˆ’xuβˆ’32 .

Thus the second order derivative is:βˆ‚2f

βˆ‚x2= βˆ’ βˆ‚

βˆ‚x(x)Γ— uβˆ’

32 βˆ’ xΓ— βˆ‚uβˆ’

32

βˆ‚uΓ— βˆ‚u

βˆ‚x= βˆ’uβˆ’

32 + 3x2uβˆ’

52 .

Due to the symmetry under interchange of x, y and z :

βˆ‚2f

βˆ‚y2= βˆ’uβˆ’

32 + 3y2uβˆ’

52 ,

βˆ‚2f

βˆ‚z2= βˆ’uβˆ’

32 + 3z2uβˆ’

52 .

Therefore we find that the Laplacian of f vanishes:

βˆ‡2f =(βˆ’uβˆ’

32 + 3x2uβˆ’

52

)+

(βˆ’uβˆ’

32 + y2uβˆ’

52

)+

(βˆ’uβˆ’

32 + 3z2uβˆ’

52

)= βˆ’3uβˆ’

32 + 3(x2 + y2 + z2)uβˆ’

52 = βˆ’3uβˆ’

32 + 3uβˆ’

32 = 0 .

Click on the green square to return

Solutions to Exercises 22

Exercise 3(a)If the gradient of the scalar function f is βˆ‡f = 2xzi + x2k, then theLaplacian of f is given by the divergence of this vector

βˆ‡2f = div (βˆ‡f) .

Therefore the Laplacian of f is

βˆ‡2f = div(2xzi + x2k

)=

βˆ‚

βˆ‚x(2xz) +

βˆ‚

βˆ‚y(0) +

βˆ‚

βˆ‚z(x2)

= 2z + 0 + 0= 2z .

Click on the green square to return

Solutions to Exercises 23

Exercise 3(b)

If a scalar field f has gradient βˆ‡f =1yz

iβˆ’ x

y2zjβˆ’ x

yz2k , its Laplacian

is given by the divergence

βˆ‡2f = div (βˆ‡f) .

Using this formula we can find βˆ‡2f as follows

βˆ‡2f = div(

1yz

iβˆ’ x

y2zj βˆ’ x

yz2k

)=

βˆ‚

βˆ‚x

(1yz

)+

βˆ‚

βˆ‚y

(βˆ’ x

y2z

)+

βˆ‚

βˆ‚z

(βˆ’ x

yz2

)= (0)βˆ’ (βˆ’2)Γ— x

y3zβˆ’ (βˆ’2)Γ— x

yz3

= 2xy2 + z2

y3z3.

Click on the green square to return

Solutions to Exercises 24

Exercise 3(c)As above if the gradient of f is

βˆ‡f = ezi + yj + xezk

its Laplacian is the scalar divergence of the vector βˆ‡f :

βˆ‡2f = div (βˆ‡f) .

Therefore

βˆ‡2f = div (ezi + yj + xezk)

=βˆ‚

βˆ‚x(ez) +

βˆ‚

βˆ‚y(y) +

βˆ‚

βˆ‚z(xez)

= (0) + 1 + xez

= 1 + xez .

Click on the green square to return

Solutions to Exercises 25

Exercise 3(d)

If βˆ‡f =1x

i +1yj +

1zk , then the Laplacian of f is the divergence of

the gradient of f :βˆ‡2f = div (βˆ‡f) .

Therefore

βˆ‡2f = div(

1x

i +1yj +

1zk

)=

βˆ‚

βˆ‚x

(1x

)+

βˆ‚

βˆ‚y

(1y

)+

βˆ‚

βˆ‚z

(1z

)= βˆ’ 1

x2βˆ’ 1

y2βˆ’ 1

z2.

This may also be written as follows

βˆ‡2f = βˆ’x2y2 + z2x2 + y2z2

x2y2z2.

Click on the green square to return

Solutions to Exercises 26

Exercise 4(a)To find the Laplacian of f = (2xβˆ’ 5y + z)(xβˆ’ 3y + z), we use

βˆ‡2(uv) = (βˆ‡2u)v + uβˆ‡2v + 2(βˆ‡u) Β· (βˆ‡v)

with u = 2xβˆ’ 5y + z and v = xβˆ’ 3y + z. This implies

βˆ‡u = 2iβˆ’ 5j + k

βˆ‡v = iβˆ’ 3j + k

and soβˆ‡2u = βˆ‡2v = 0

The above rule therefore gives:

βˆ‡2f = 2βˆ‡u Β·βˆ‡v = 0 + 0 + 2(2iβˆ’ 5j + k) Β· (iβˆ’ 3j + k)= 2(2 + 15 + 1)= 36 .

Click on the green square to return

Solutions to Exercises 27

Exercise 4(b)To find the Laplacian of f = (x2 βˆ’ y)(x + z), we use

βˆ‡2(uv) = (βˆ‡2u)v + uβˆ‡2v + 2(βˆ‡u) Β· (βˆ‡v)

with u = x2 βˆ’ y and v = x + z. This implies

βˆ‡u = 2xiβˆ’ j

βˆ‡v = i + k

and so

βˆ‡2u = βˆ‡ Β· 2xi =βˆ‚(2x)βˆ‚x

= 2 and βˆ‡2v = 0

The above rule therefore gives:

βˆ‡2f = 2(x + z) + 0 + 2(2iβˆ’ j) Β· (i + k)= 2(x + z) + 2(2)= 2(x + z + 2) .

Click on the green square to return

Solutions to Exercises 28

Exercise 4(c)To find the Laplacian of f = (y βˆ’ z)(x2 + y2 + z2), we use

βˆ‡2(uv) = (βˆ‡2u)v + uβˆ‡2v + 2(βˆ‡u) Β· (βˆ‡v)

with u = y βˆ’ z and v = x2 + y2 + z2. This implies

βˆ‡u = j βˆ’ k and βˆ‡2u = 0

while

βˆ‡v = 2xi + 2yj + 2zk

βˆ‡2u = 2 + 2 + 2 = 6

The above rule therefore gives:

βˆ‡2f = 0 + (y βˆ’ z)Γ— 6 + 2(j βˆ’ k) Β· (2i + 2j + 2k)= 6 + 2(0 + 2βˆ’ 2)= 6 .

Click on the green square to return

Solutions to Exercises 29

Exercise 4(d) To find the Laplacian of f = x√

x2 + y2 + z2, weuse

βˆ‡2(uv) = (βˆ‡2u)v + uβˆ‡2v + 2(βˆ‡u) Β· (βˆ‡v)

with u = x and v =√

x2 + y2 + z2. Therefore βˆ‡u = i and βˆ‡2u = 0 .

In Exercise 2(c) we saw βˆ‡2v = βˆ’2/√

x2 + y2 + z2. To find βˆ‡v use

the chain rule:βˆ‚

βˆ‚x(x2 + y2 + z2)βˆ’

12 = 2xΓ— (βˆ’ 1

2 )Γ— (x2 + y2 + z2)βˆ’32

and similarly for the other partial derivatives. Thus

βˆ‡v = βˆ’ 1(x2 + y2 + z2)

32(xi + yj + zk)

The above rule therefore gives:

βˆ‡2f = 0 + xΓ— βˆ’2√x2 + y2 + z2

+ 2i Β· βˆ’1(x2 + y2 + z2)

32(xi + yj + zk)

= βˆ’ 2x√x2 + y2 + z2

βˆ’ 2x2

(x2 + y2 + z2)32

.

Click on the green square to return

Solutions to Quizzes 30

Solutions to QuizzesSolution to Quiz: The first and the second order partial derivativesof f = rβˆ’n , r = (x2 + y2 + z2)

12 with respect to the variable x read:

βˆ‚f

βˆ‚x=

βˆ‚rβˆ’n

βˆ‚rΓ— βˆ‚r

βˆ‚x= βˆ’nrβˆ’nβˆ’1 Γ— x

r= βˆ’n

x

rn+2.

βˆ‚2f

βˆ‚x2= βˆ’n

1rn+2

βˆ‚x

βˆ‚xβˆ’ xnΓ— βˆ‚

βˆ‚r

(1

rn+2

)Γ— βˆ‚r

βˆ‚x

= βˆ’n1

rn+2+ n(n + 2)

x2

rn+4.

Due to the symmetry under interchange of x, y and z we have also

βˆ‚2f

βˆ‚y2= βˆ’n

1rn+2

+ n(n + 2)y2

rn+4,

βˆ‚2f

βˆ‚z2= βˆ’n

1rn+2

+ n(n + 2)z2

rn+4.

Adding these second order derivatives yields the Laplacian:

βˆ‡2f = βˆ’ 3n

rn+2+ n(n + 2)

x2 + y2 + z2

rn+4=

n(nβˆ’ 1)rn+2

.

End Quiz

Solutions to Quizzes 31

Solution to Quiz:The Laplacian of the vector field F = x3yi + ln(z)j + ln(xy)k is avector βˆ‡2F whose i , j components are correspondingly

βˆ‡2(x3y) =βˆ‚2

βˆ‚x2(x3y) +

βˆ‚2

βˆ‚y2(x3y) +

βˆ‚2

βˆ‚z2(x3y) = 6xy ,

βˆ‡2(ln(z)) =βˆ‚2

βˆ‚z2(ln(z)) =

βˆ‚

βˆ‚z

(1z

)= βˆ’ 1

z2,

while the k component is

βˆ‡2(ln(xy)) = βˆ‡2(ln(x) + ln(y)) = βˆ’ 1x2βˆ’ 1

y2= βˆ’x2 + y2

x2y2.

So the Laplacian of F is:

βˆ‡2F = 6xyiβˆ’ 1z2

j βˆ’ x2 + y2

x2y2k .

End Quiz

Solutions to Quizzes 32

Solution to Quiz:The Laplacian of the vector field F = 3x2ziβˆ’ sin(Ο€y)j + ln(2x3)k isa vector βˆ‡2F whose i , j and k components are correspondingly

βˆ‡2(3x2z

)=

βˆ‚2

βˆ‚x2(3x2z) +

βˆ‚2

βˆ‚y2(3x2z) +

βˆ‚2

βˆ‚z2(3x2z) = 6z ,

βˆ‡2 (βˆ’ sin(Ο€y)) = βˆ’ βˆ‚2

βˆ‚y2(sin(Ο€y)) = βˆ’ βˆ‚

βˆ‚y(Ο€ cos(Ο€y)) = Ο€2 sin(Ο€y) ,

βˆ‡2(ln(2x3)

)=

βˆ‚2

βˆ‚x2(ln(2x3)) =

βˆ‚2

βˆ‚x2(ln(2) + 3 ln(x))) = βˆ’3

1x2

,

Therefore the Laplacian of F is

βˆ‡2F = 6zi + Ο€2 sin(Ο€y)j βˆ’ 31x2

k ,

and evaluating it at the point (1,βˆ’2, 1) we get

βˆ‡2F = 6i + Ο€2 sin(βˆ’2Ο€)j βˆ’ 3k = 6iβˆ’ 3k .

End Quiz

Solutions to Quizzes 33

Solution to Quiz:The Laplacian of F = ln(y)i+z2jβˆ’sin(2Ο€x)k at (1, 1, Ο€) is the vectorwhose i, j and k components are in turn given by:

βˆ‡2 ln(y) =βˆ‚2 ln(y)

βˆ‚x2+

βˆ‚2 ln(y)βˆ‚y2

+βˆ‚2 ln(y)

βˆ‚z2= 0βˆ’ 1

y2+ 0 ,

βˆ‡2z2 =βˆ‚2z2

βˆ‚x2+

βˆ‚2z2

βˆ‚y2+

βˆ‚2z2

βˆ‚z2= 0 + 0 + 2 ,

βˆ‡2 sin(2Ο€x) =βˆ‚2 sin(2Ο€x)

βˆ‚x2+

βˆ‚2 sin(2Ο€x)βˆ‚y2

+βˆ‚2 sin(2Ο€x)

βˆ‚z2

= βˆ’4Ο€2 sin(2Ο€x) + 0 + 0 ,

Therefore we have

βˆ‡2F = βˆ’ 1y2

i + 2j βˆ’ 4Ο€2 sin(2Ο€x)k

Since sin(2Ο€) = 0, we find at (1, 1, Ο€) that βˆ‡2F = βˆ’i + 2j .End Quiz