MATH 251 Lecture 3

From Notes
Jump to navigation Jump to search

« previous | Monday, January 23, 2012 | next »


3D Vectors (cont'd)

(See MATH 152 Chapter 11.2→)


Define 3D space as all tuples of length 3 with real numbers:

3={(a,b,c)|a,b,c,}

Flux

Suppose the sphere (x1)2+y2+z2=4 is in a fluid flowing at velocity 3ı^2ȷ^.

Φ=compNv

Find the normal of the sphere at point (2,3,0): N=1,3,0

Therefore, the flux is Φ=vN|N|=323

Cross Product

(See MATH 152 Chapter 11.3→)


Given two vectors:

  1. v=vx,vy,vz=1,2,3
  2. w=wx,wy,wz=9,8,7

v×w=|ı^ȷ^k^vxvyvzwxwywz|=|ı^ȷ^k^123987|=ı^(vywzvzwy)ȷ^(vxwzvzwx)+k^(vxwyvywx)=ı^(2738)ȷ^(1739)+k^(1829)=10ı^+20ȷ^10k^


Application: Area of Parallelogram

|v×w| is the area of the parallelogram spanned by the vectors v and w

Application: Area of Parallelogram

u×vw represents the volume of the parallelepiped

Even simpler, the determinent of the matrix formed by u, v, and w

|uxuyuzvxvyvzwxwywz|