2.2.7 Vector product, scalar triple product

The angle θ between two vectors u and v in ε3si366_e is defined by

cosθ=u·v|u||v|,

si367_e  (2.54)

where |u| is the natural norm, i.e., |u| = (u · u)1/2. Then the vector product in ε3si368_e is defined by

u×v=|u||v|nsinθ,|n|=1,u·n=v·n=0.

si369_e  (2.55)

As such, the vector product accepts two vectors u and v as inputs, and provides a single vector in the direction of n as output. Note that n is the unit normal to the plane containing u and v; thus, two vector products are possible in ε3si370_e. We single out the one for which {u, v, n} form a right-handed set. We also demand that the basis {e1, e2, e3} is right-handed, so

e1×e2=e3,e2×e3=e1,e3×e1=e2,e1×e3=e2,e2×e1=e3,e3×e2=e1,e1×e1=0,e2×e2=0,e3×e3=0.

si371_e  (2.56)

Using indicial notation, we can write the nine equations in (2.56) as the single expression

ei×ej=εijkek,

si372_e  (2.57)

where εijk is the permutation symbol, defined such that

εijk={1ifijk=123=231=312,1ifijk=132=213=321,0otherwise.

si373_e  (2.58)

Then, it can be shown (refer to Problem 2.41) that

u×v=εijkuivjek,

si374_e  (2.59)

i.e.,

u×v=(u2v3u3v2)e1+(u3v1u1v3)e2+(u1v2u2v1)e3=|e1e2e3u1u2u3v1v2v3|.

si375_e  (2.60)

Note that the vector product is anticommutative, i.e.,

u×v=v×u.

si376_e  (2.61)

Problem 2.41

Show that u × v = εijk ui vjek.

Solution

u×v=uiei×vjej=uivj(ei×ej)=εijkuivjek.

si188_e

The scalar triple product [u v w] of three vectors is defined by

[uvw]=u·(v×w).

si377_e  (2.62)

It can be shown that

[uvw]=[vwu]=[wuv].

si378_e  (2.63)

The absolute value of [u v w] is the volume of the parallelepiped determined by u, v, and w. Also,

detS=[SuSvSw][uvw].

si379_e  (2.64)

Corresponding to each skew tensor WLsi380_e is an axial vector wε3si381_e, i.e.,

Wv=w×v

si382_e  (2.65)

for any vε3si383_e. Because of this correspondence, the set of all skew tensors is a three-dimensional inner product space ε3si384_e (refer to Problem 2.42).

Problem 2.42

Verify in Cartesian component notation that the set of all symmetric tensors is a six-dimensional inner product space ε6si189_e, and the set of all skew tensors is a three-dimensional inner product space ε3si190_e.

Solution

Consider an arbitrary symmetric tensor D. The Cartesian component form of D is

D=Dijeiej=D11e1e1+D12e1e2+D13e1e3+D21e2e1+D22e2e2+D23e2e3+D31e3e1+D32e3e2+D33e3e3.

si191_e

But, since D is symmetric (i.e., DT = D),

Dij=ei·Dej=Dej·ei=ej·DTei=ej·Dei=Dji,

si192_e

so

D12=D21,D13=D31,D23=D32.

si193_e

Thus,

D=D11e1e1+D12(e1e2+e2e1)+D13(e1e3+e3e1)+D22e2e2+D23(e2e3+e3e2)+D33e3e3.

si194_e

It follows that the basis of any symmetric tensor D has six elements, so the set of all symmetric tensors is a six-dimensional inner product space ε6si195_e. Note that only six components (D11, D12, D13, D22, D23, D33) are required to fully specify D.

Similarly, since W is skew (i.e., WT = −W),

Wij=ei·Wej=Wej·ei=ej·WTei=ej·Wei=Wji,

si196_e

so

W11=W22=W33=0,W12=W21,W13=W31,W23=W32.

si197_e

Thus,

W=W12(e1e2e2e1)+W13(e1e3e3e1)+W23(e2e3e3e2).

si198_e

It follows that the basis of any skew tensor W has three elements, so the set of all skew tensors is a three-dimensional inner product space ε3si199_e. Note that only three components (W12, W13, W23) are required to fully specify W.

2.3 Eigenvalues, eigenvectors, polar decomposition, invariants

The presentation of the conceptual material in this section again follows [2]. In general, a tensor S maps a vector u to a vector Su. The vector Su typically has a length and orientation different from those of u. However, for special unit vectors a called eigenvectors, the tensor S maps a to a vector Sa that is parallel to a, i.e.,

Sa=αa.

si385_e  (2.66)

The scalar α is referred to as an eigenvalue of S corresponding to the eigenvector a.

It can be shown that if S is positive definite, then its eigenvalues are strictly positive (refer to Problem 2.43). Further, if S is both symmetric and positive definite, then it can be shown that det S > 0, so S−1 exists (refer to Problem 2.44).

Problem 2.43

Prove that the eigenvalues of a positive-definite tensor are strictly positive.

Solution

Recall from (2.53) that if the tensor P is positive definite, then v · Pv > 0 for any vector v0. Suppose, then, that we choose v = a, where a is any eigenvector of P. Then

a·Pa>0.

si200_e

But, by (2.66), we have Pa = αa, where α is the eigenvalue corresponding to a, which implies that

α(a·a)>0.

si201_e

Since eigenvectors are of unit length (a · a = |a|2 = 1), it follows that α > 0, i.e., the eigenvalue α corresponding to any eigenvector a of tensor P is positive.

Problem 2.44

Prove that if the tensor P is symmetric and positive definite, then det P > 0, so its inverse P−1 exists.

Solution

If P is a symmetric tensor, then by (2.67a) we have

P=α1a1a1+α2a2a2+α3a3a3,

si202_e

where a1, a2, a3 are the eigenvectors of P, and α1, α2, α3 are the corresponding eigenvalues of P. Hence, by (2.46),

detP=det[P]=det[α1000α2000α3]=α1α2α3.

si203_e

Recall from Problem 2.43 that if a tensor P is positive definite, then its eigenvalues α1, α2, and α3 are all positive. Hence, det P = α1α2α3 > 0, and P is invertible.

If S is symmetric, its eigenvectors {a1, a2, a3} constitute an orthonormal basis for ε3si386_e (the corresponding eigenvalues are α1, α2, and α3). Additionally, any symmetric S in Lsi387_e can be written with respect to a basis of its eigenvectors {aiaj} as

S=α1a1a1+α2a2a2+α3a3a3=i=1αiaiai,

si388_e  (2.67a)

or, in matrix form,

[S]=[α1000α2000α3].

si389_e  (2.67b)

If B is a symmetric, positive-definite tensor, then there exists a unique symmetric, positive-definite tensor V such that

V2VV=B.

si390_e  (2.68)

That is, V=Bsi391_e.

If F is an invertible tensor (det F ≠ 0), then

F=RU=VR,

si392_e  (2.69)

where U and V are symmetric, positive-definite tensors, and R is an orthogonal tensor. The multiplicative decomposition (2.69) is referred to as the polar decomposition of F. The tensors U, V, and R are unique, with

U=FTF,V=FFT,R=FU1.

si393_e  (2.70)

The terms in (2.70) make sense, because FTF and FFT can be shown to be symmetric and positive definite (refer to Problem 2.45), so we may use (2.68); also, det F ≠ 0 implies that det U ≠ 0, so U−1 exists. Note that if det F > 0, then R is proper orthogonal.

Problem 2.45

Prove that if F is nonsingular, then FTF and F FT are symmetric and positive definite.

Solution

First, we verify that FTF and F FT are symmetric. We have

(FTF)T=FT(FT)T=FTF,(FFT)T=(FT)TFT=FFT.

si204_e

Thus, according to definition (2.15), FTF and F FT are symmetric.

Next, we verify that FTF is positive definite. We have

v·(FTF)v=v·FT(Fv)=Fv·Fv.

si205_e

According to property (2.6)4 of inner product spaces, if Fv0, then Fv · Fv > 0. Since F is nonsingular, det F ≠ 0, i.e., Fv = 0 if and only if v = 0. Hence, it follows that

v·(FTF)v>0

si206_e

for any vector v0, so, according to definition (2.53), FTF is positive definite.

Lastly, we verify that F FT is positive definite. We use result (2.47)2 to argue that det FT = det F ≠ 0 (i.e., if F is nonsingular, then so is FT), so FTv = 0 if and only if v = 0, which implies

v·(FFT)v=v·F(FTv)=FTv·FTv>0

si207_e

for any vector v ≠ 0. Thus, according to definition (2.53), F FT is positive definite.

A nontrivial solution of the eigenvalue problem (2.66) requires

det(SαI)=0.

si394_e  (2.71)

It can be shown that

det(SαI)=α3+α3I1(S)αI2(S)+I3(S),

si395_e  (2.72)

so (2.71) becomes

α3+α2I1(S)αI2(S)+I3(S)=0,

si396_e  (2.73)

where

I1(S)=trS,I2(S)=12[(trS)2tr(S2)],I3(S)=detS

si397_e  (2.74)

are called the principal invariants of S. Equation (2.73) is called the characteristic equation of S. According to the Cayley-Hamilton theorem, every tensor S satisfies its own characteristic equation, i.e.,

S3+S2I1(S)SI2(S)+II3(S)=0.

si398_e  (2.75)

Note that if S is symmetric, then it follows from (2.67b) and (2.74) that

I1(S)=α1+α2+α3,I2(S)=α1α2+α2α3+α1α3,I3(S)=α1α2α3.

si399_e  (2.76)

Thus, two symmetric tensors with the same eigenvalues have the same principal invariants.

2.4 Tensors of order three and four

We call linear transformations from ε3si400_e to Lsi401_e, or from Lsi402_e to ε3si403_e, third-order tensors. Thus, a third-order tensor D(3) is a linear map that assigns to each vector uε3si404_e a second-order tensor D(3)uLsi405_e such that

D(3)(u+v)=D(3)u+D(3)v,D(3)(αv)=α(D(3)v),

si406_e  (2.77)

or a linear map that assigns to each second-order tensor TLsi407_e a vector D(3)Tε3si408_e such that

D(3)(S+T)=D(3)S+D(3)T,D(3)(αT)=α(D(3)T)

si409_e  (2.78)

for any second-order tensors S,TLsi410_e, vectors u,vε3si411_e, and scalars αRsi412_e. The set of all third-order tensors is denoted by L(3)si413_e.

If a, b, and c are vectors in ε3si414_e, we define the third-order tensor abc by

(abc)v=ab(c·v),(abc)vw=a(c·v)(b·w)

si415_e  (2.79)

for any vectors v,wε3si416_e.

The Cartesian components Dijk of a third-order tensor D(3) are defined by

Dijk=(eiej)·(D(3)ek),

si417_e  (2.80)

and we have

D(3)=Dijkeiejek.

si418_e  (2.81)

eiejek is a basis for L(3)=ε27si419_e, a 27-dimensional inner product space.

We call linear transformations from ε3si420_e to L(3)si421_e, Lsi422_e to Lsi423_e, or L(3)si424_e to ε3si425_e fourth-order tensors. Thus, a fourth-order tensor C(4) is a linear map that assigns to each vector uε3si426_e a third-order tensor

D(3)=C(4)u,

si427_e  (2.82)

or to each second-order tensor TLsi428_e a second-order tensor

S=C(4)T,

si429_e  (2.83)

or to each third-order tensor ε(3)L(3)si430_e a vector

v=C(4)ε(3).

si431_e  (2.84)

The set of all fourth-order tensors is denoted by L(4)si432_e.

If a, b, c, and d are vectors in ε3si433_e, we define the fourth-order tensor abcd by

(abcd)v=abc(d·v),(abcd)vw=ab(d·v)(c·w),(abcd)vwz=a(d·v)(c·w)(b·z)

si434_e

for any vectors v,w,zε3si435_e.

The Cartesian components Cijkl of C(4) are defined by

Cijkl=(eiej)·(C(4)ekel),

si436_e  (2.86)

and we have

C(4)=Cijkleiejekel.

si437_e  (2.87)

eiejekel is a basis for L(4)=ε81si438_e, an 81-dimensional inner product space.

2.5 Tensor calculus

2.5.1 Partial derivatives

Let φ be a scalar-valued function of a tensor T, vector x, and scalar t, i.e.,

φ=φ(T,x,t).

si439_e  (2.88)

We define the partial derivatives of φ by

tφ(T,x,t)=limα01α[φ(T,x,t+α)φ(T,x,t)],[xφ(T,x,t)]·u=limα01α[φ(T,x,t+αu,t)φ(T,x,t)],[Tφ(T,x,t)]·S=limα01α[φ(T+αS,x,t)φ(T,x,t)]

si440_e  (2.89)

for all vectors u in ε3si441_e and all tensors S in Lsi442_e. Note that α is a real number. Also note that ∂φ/∂t is a scalar, ∂φ/x is a vector, and ∂φ/T is a tensor.

Let v be a vector-valued function of tensor T, vector x, and scalar t, i.e.,

v=v(T,x,t).

si443_e  (2.90)

We define the partial derivatives of v by

tv(T,x,t)=limα01α[v(T,x,t+α)v(T,x,t)],[xv(T,x,t)]u=limα01α[v(T,x,t+αu,t)v(T,x,t)],[Tv(T,x,t)]S=limα01α[v(T+αS,x,t)v(T,x,t)],

si444_e  (2.91)

for all vectors u in ε3si445_e and all tensors S in Lsi446_e. Note that v/∂t is a vector and v/x is a tensor. The quantity v/T maps a tensor S to a vector, and is called a third-order tensor (refer to Section 2.4).

Let A be a tensor-valued function of tensor T, vector x, and scalar t, i.e.,

A=A(T,x,t).

si447_e  (2.92)

The partial derivatives of A are defined by

tA(T,x,t)=limα01α[A(T,x,t+α)A(T,x,t)],[xA(T,x,t)]u=limα01α[A(T,x+αu,t)A(T,x,t)],[TA(T,x,t)]S=limα01α[A(T+αS,x,t)A(T,x,t)],

si448_e  (2.93)

for all vectors u in ε3si449_e and all tensors S in Lsi450_e. Note that A/∂t is a tensor. The quantity A/x is a third-order tensor, i.e., it maps vectors to tensors; the fourth-order tensor A/T maps tensors to tensors (refer to Section 2.4).

Recall from Section 2.3 that the principal invariants of a tensor A are

I1(A)=trA,I2(A)=12[(trA)2tr(A2)],I3(A)=detA.

si451_e

It can be shown that (refer to Problems 2.462.48)

dI1(A)dA=I,dI2(A)dA=I1(A)IAT,dI3(A)dA=I3(A)AT.

si452_e  (2.94)

Problem 2.46

Prove in direct notation that dI1(A)dA=Isi208_e.

Solution

Using the definition (2.89)3 of the derivative of a scalar with respect to a tensor, and the properties of the trace, we have, for all tensors S in Lsi209_e,

u02-01-9780123946003

Since S is arbitrary, it follows that dI1(A)dA=Isi211_e.

Problem 2.47

Prove in direct notation that dI2(A)dA=I1(A)IATsi212_e.

Solution

Note that in what follows, we employ the notation AAA2, as is done elsewhere in this book. Using the definition (2.89)3 of the derivative of a scalar with respect to a tensor, and the properties of the trace, we have, for all tensors S in Lsi213_e,

u02-02-9780123946003

Recall from Problem 2.46 that

trS=tr(SI)=tr(SIT)=S·I=I·S.

si215_e

Thus, it follows that

dI2(A)dA·S=(I1(A)IAT)·S.

si216_e

Since S is arbitrary, dI2(A)dA=I1(A)IATsi217_e.

Problem 2.48

Prove in direct notation that dI3(A)dA=I3(A)ATsi218_e.

Solution

In this problem, we will make use of the result

det(U+I)=1+trU+12[(trU)2trU2]+detU=det(I+U),

si219_e

which holds for any tensor U in Lsi220_e and follows from (2.72) with α = −1. Note that I3(A) = det A, and det A is a scalar. Using the definition (2.89)3 of the derivative of a scalar with respect to a tensor, we have, for all tensors S in Lsi221_e,

u02-03a-9780123946003u02-03b-9780123946003

Since S is arbitrary and I3(A) = det A, it follows that dI3(A)dA=I3(A)ATsi223_e.

2.5.2 Chain rule, gradient, divergence, curl, divergence theorem

If T and x in (2.88), (2.90), and (2.92) also depend on t, then the chain rule implies that

ddtφ(T(t),x(t),t)=φT·dTdt+φx·dxdt+φt,ddtv(T(t),x(t),t)=vTdTdt+vxdxdt+vt,ddtA(T(t),x(t),t)=ATdTdt+Axdxdt+At.

si453_e  (2.95)

If the vector x in (2.88), (2.90), and (2.92) is a position vector, we define gradients of the scalar-valued function φ, vector-valued function v, and tensor-valued function A by

gradφ=xφ(T,x,t),gradv=xv(T,x,t),gradA=xA(T,x,t).

si454_e  (2.96)

Note that the gradients of scalars, vectors, and tensors are vectors, tensors, and third-order tensors, respectively.

The divergence of a vector-valued function v of position is defined

divv=tr(gradv),

si455_e  (2.97)

which is a scalar. The divergence of a tensor-valued function A of position is defined through

(divA)·a=div(ATa)

si456_e  (2.98)

for any vector a. The divergence of a tensor is a vector. It can be shown (refer to Problems 2.492.51) that

grad(φv)=φgradv+vgradφ,div(φv)=φdivv+v·gradφ,grad(v·w)=(gradv)Tw+(gradw)Tv,div(ATv)=A·gradv+v·divA,grad(1φ)=1φ2gradφ,div(φA)=φdivA+Agradφ,div(vw)=vdivw+(gradv)w.

si457_e  (2.99)

Problem 2.49

Prove in direct notation that grad (φv) = φ grad v + v ⊗ grad φ.

Solution

Note that φv is a vector. Definition (2.96)2 of the gradient of a vector and definition (2.91)2 of the partial derivative of a vector with respect to a vector imply that

[grad(φv)]u=(φv)xu=limα0φ(x+αu)v(x+αu)φ(x)v(x)α.

si224_e

Then adding and subtracting φ(x + αu) v(x) to and from the numerator, we have

[grad(φv)]u=limα01α[φ(x+αu)v(x+αu)φ(x+αu)v(x)+φ(x+αu)v(x)φ(x)v(x)]=limα0{φ(x+αu)[v(x+αu)v(x)α]}+limα0{[φ(x+αu)φ(x)α]v(x)}=[limα0φ(x+αu)]{limα0v(x+αu)v(x)α}+{limα0φ(x+αu)φ(x)α}v(x)=φ(x)(vxu)+(φx·u)v(x)=(φgradv)u+(vgradφ)u=(φgradv+vgradφ)u.

si225_e

Since u is arbitrary, it follows that grad (φv) = φ grad v + v ⊗ grad φ.

Problem 2.50

Prove in direct notation that div (φv) = φ div v + v · grad φ.

Solution

Again, note that φv is a vector. Using the definition (2.97) of the divergence of a vector, the result grad (φv) = φ grad v + v ⊗ grad φ from Problem 2.49, and the properties (2.38) of the trace, we have

div(φv)=tr[grad(φv)]=tr(φgradv+vgradφ)=tr(φgradv)+tr(vgradφ)=φtr(gradv)+v·gradφ=φdivv+v·gradφ.

si226_e

Problem 2.51

Prove in direct notation that grad (v · w) = (grad v)Tw + (grad w)Tv.

Solution

Definition (2.96)1 of the gradient of a scalar and definition (2.89)2 of the partial derivative of a scalar with respect to a vector imply that

[grad(v·w)]·u=(v·w)x·u=limα0v(x+αu)·w(x+αu)v(x)·w(x)α=limα01α[v(x+αu)·w(x+αu)v(x)·w(x+αu)+v(x)·w(x+αu)v(x)·w(x)]=limα0{[v(x+αu)v(x)α]·w(x+αu)}+limα0{v(x)·[w(x+αu)w(x)α]}=[limα0v(x+αu)v(x)α]·[limα0w(x+αu)]+v(x)·[limα0w(x+αu)w(x)α]=vxu·w+v·wxu=(gradv)u·w+v·(gradw)u=(gradv)Tw·u+(gradw)Tv·u=[(gradv)Tw+(gradw)Tv]·u.

si227_e

Since the vector u is arbitrary, it follows that grad (v · w) = (grad v)Tw + (grad w)Tv.

The curl of a vector v is defined by

(curlv)×a=[gradv(gradv)T]a.

si458_e  (2.100)

We can show that the divergence of the curl of a vector v vanishes, i.e.,

div(curlv)=0.

si459_e  (2.101)

Also,

curl(v×w)=(gradv)w(gradw)v+v(divw)w(divv).

si460_e  (2.102)

Note that a useful property of the gradient, divergence, and curl is distributivity over vector and tensor addition, e.g.,

curl(v+w)=curlv+curlw,

si461_e  (2.103a)

div(A+B)=divA+divB.

si462_e  (2.103b)

If Rsi463_e is an open region (volume) bounded by a closed surface Rsi464_e, and φ, v, and A are smooth functions of position, then, according to the divergence theorem,

Rgradφdv=Rφnda,Rdivvdv=Rv·nda,RdivAdv=RAnda,

si465_e  (2.104)

where dv is the volume element of Rsi466_e, da is the area element of Rsi467_e, and n is the outward unit normal on Rsi468_e. It follows that (refer to Problem 2.52)

Rv·Anda=R(A·gradv+v·divA)dv.

si469_e  (2.105)

Problem 2.52

Prove in direct notation that Rv·Anda=R(A·gradv+v·divA)dv.si228_e

Solution

Recall that Rsi229_e is an open volume bounded by a closed surface Rsi230_e, dv is the volume element of Rsi231_e, da is the area element of Rsi232_e, and n is the outward unit normal on Rsi233_e. We have

Rv·Anda=Rv·(AT)Tnda=RATv·nda=Rdiv(ATv)dv=R(A·gradv+v·divA)dv.

si234_e

Note that we have used result (2.99)4.

2.5.3 Tensor calculus in cartesian component form

The Cartesian component form of the chain rule (2.95) is

ddtφ(T(t),x(t),t)=φTijdTijdt+φxjdxidt+φt,ddtvi(T(t),x(t),t)=viTjkdTjkdt+vixjdxjdt+vit,ddtAij(T(t),x(t),t)=AijTkldTkldt+Aijxkdxkdt+Aijt.

si470_e  (2.106)

It can be shown (refer to Problems 2.532.57) that

(gradφ)i=φxiφi,(gradv)ij=vixjvi,j,(gradA)ijk=AijxkAij,k,divv=vixi=vi,i,(divA)i=Aijxj=Aij,j.

si471_e  (2.107)

Then, it follows that the Cartesian component form of the divergence theorem is

Rφidv=Rφnida,Rvi,idv=Rvinida,RAij,jdv=RAijnjda.

si472_e  (2.108)

The Cartesian component form of the curl of a vector v is

(curlv)i=εijkvk,j.

si473_e  (2.109)

Problem 2.53

Prove that (grad φ)i = φ,i (i.e., the Cartesian components of grad φ are φ,i).

Solution

Note that the gradient of a scalar φ is a vector. Its Cartesian components are

(gradφ)i=(gradφ)·ei=φx·ei=limα01α[φ(x+αei)φ(x)]=φxiφ,i.

si235_e

Thus,

gradφ=φ,iei=φ,1e1+φ,2e2+φ,3e3.

si236_e

Problem 2.54

Prove that (grad v)ij = vi,j (i.e., the Cartesian components of grad v are vi,j).

Solution

Note that the gradient of a vector v is a tensor. Its Cartesian components are

(gradv)ij=ei•(gradv)ej=ei•∂v∂xej=ei•[limα→0v(x+αej)−v(x)α]=ei•∂v∂xj=∂∂xj(ei•v)=∂vi∂xj≡vi,j.

si237_e

Thus,

gradv=vi,jeiej=v1,1e1e1+v1,2e1e2+v1,3e1e3+v2,1e2e1+v2,2e2e2+v2,3e2e3+v3,1e3e1+v3,2e3e2+v3,3e3e3

si238_e

and

[gradv]=[v1,1v1,2v1,3v2,1v2,2v2,3v3,1v3,2v3,3].

si239_e

Problem 2.55

Verify that (grad A)ijk = Aij,k.

Solution

Note that the gradient of a tensor A is a third-order tensor. Hence, according to (2.80), its Cartesian components are

(gradA)ijk=(eiej)·[(gradA)ek].

si240_e

Then,

(gradA)ijk=(eiej)·(Axek)(definition(2.96)3)=(eiej)·{limα01α[A(x+αek)A(x)]}(definition(2.93)2)=(eiej)·Axk(definition of partial derivative)=xk[A·(eiej)](eiandejindependent ofxk)=xktr[A(eiej)T](definition(2.41))=xktr[A(ejei)](result(2.20)1)=xktr[(Aej)ei](result(2.20)2)=xk(eiAej)(definition(2.38)3)=Aijxk(definition(2.29))Aij,k.

si241_e

Thus, grad A = Aij,keiejek.

Problem 2.56

Show that div v = vi,i.

Solution

Note that the divergence of a vector v is a scalar. Using definition (2.97) and the result grad v = vi,jeiej from Problem 2.54, we have

divv=tr(gradv)=tr(vi,jeiej)=vi,jtr(eiej)=vi,j(ei·ej)=vi,jδij=vi,i.

si242_e

Expanding this result, we obtain

divv=vi,i=v1,1+v2,2+v3,3.

si243_e

Problem 2.57

Prove that (div A)i = Aij,j.

Solution

The divergence of a tensor A is a vector. The ith component of this vector is

(divA)i=(divA)·ei=div(ATei),

si244_e

where we have used definition (2.24) of the Cartesian component of a vector and definition (2.98) of the divergence of a tensor. Then

div(ATei)=div[(Akjejek)ei]=div[Akj(ek·ei)ej]=div(Akjδkiej)=div(Aijej).

si245_e

Recalling that div v = div (viei) = vi,i from Problem 2.56, we deduce by analogy that div (Aijej) = Aij,j. Thus,

(divA)i=Aij,j,

si246_e

so

divA=(divA)iei=Aij,jei=(A11,1+A12,2+A13,3)e1+(A21,1+A22,2+A23,3)e2+(A31,1+A32,2+A33,3)e3.

si247_e

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset