MaDifferential OperatorsScalar Valued Function :A function f:U⊂Rm→Ris called scalar valued function. Examples :1. f(x,y)=x2+y2 defined on R2 is scalar valued function.2. f(x,y,z)=log(x2+y2+z2)is scalar valued function defined on R3.Vector Valued Function :A function f:U⊂Rm→Rnis called vector valued function. Note: ⏨u=(u1,u2,…,um)∈U and f(u)=(f1(⏨u),f2(⏨u),⋯,fn(⏨u))∈Rn.Examples :1. f(x,y)=(x2,sin(xy)) is vector valued function defined on R2.2. f(x,y,z)=(x,log(x2+y2)) is vector valued function defined from R3 to R2.Directional Derivative :Let f:U⊂Rm→Rn be vector valued function then directional derivative of ⏨fat ⏨a∈U in the direction of the vector ⏨u is defined as
f(⏨a;⏨u)=limh→0f(⏨a+h⏨u)–f(⏨a)
h
Note :• • Notation : f(⏨a;⏨u)=D⏨uf(⏨a)• • If f(⏨x)=(f1(⏨x),f2(⏨x),⋯fn(⏨x)) then D⏨pf(⏨x)=(D⏨pf1(⏨x),D⏨pf2(⏨x),⋯,D⏨pfn(⏨x)), where • • ⏨x=(x1,x2,⋯,xm).Examples :1. Find directional derivative of f(x,y)=x2+y2 at (1,2) in the direction of the vector 1i+3j. Solution : Here we have ⏨a=(1,2) and ⏨u=(1,3). Standard parctice is ⏨u should be unit vector but some books don’t care thats why we also ignore it. Let ⏨a+h⏨u=(1,2)+h(1,3)=(1+h,2+3h).Then f(⏨a;⏨u) is given by , a f(⏨a;⏨u)=limh →0f(⏨a+h⏨u)–f(⏨a)
h=limh →0f(1+h,2+3h)–f(1,2)
h=limh →0(1+h)2+(2+3h)2–(12+22)
h=limh →05+10h2+14h–5
h=limh →0(10h2
h+14h
h)
∴f(⏨a;⏨u)=14
2. Find the directional derivative of f(x,y)=xy at point (1,2) in the direction of the vector 1i+3j. Here we have ⏨a=(1,2) and ⏨u=(1,3). Also ⏨a+h⏨u=(1+h,2+3h). Thus f(⏨a;⏨u) is given by , a f(⏨a;⏨u)=limh →0f(⏨a+h⏨u)–f(⏨a)
h=limh →0f(1+h,2+3h)–f(1,2)
h=limh →0(1+h)(2+h)–(1⋅2)
h=limh →02+3h+h2–2
h=limh →0(3h
h+h2
h)=3
∴f(⏨a;⏨u)=3
3. Find the directional derivative of f(x,y)=(x2+y2,xy) at (1,2) in the direction of (1,3).Answer : We have f(x,y)=(f1(x,y),f2(x,y))=(x2+y2,xy). ⏨a=(1,2) and ⏨u=(1,3). As we know If f(⏨x)=(f1(⏨x),f2(⏨x),⋯fn(⏨x)) then D⏨uf(⏨x)=(D⏨uf1(⏨x),D⏨uf2(⏨x),⋯,D⏨ufn(⏨x)), where ⏨x=(x1,x2,⋯,xm).Therefore we have to just calculate D⏨uf1(⏨x) and D⏨uf2(⏨x) which we have already calculated in above 1. and 2. thus we get,
Leave a Reply