MATH 251 Lecture 2

From Notes
Jump to navigation Jump to search

« previous | Friday, January 20, 2012 | next »


Vectors and 3D Space

See MATH 152 Chapter 11.1, MATH 152 Chapter 11.2, and MATH 152 Chapter 11.3


Spheres

Given a center point P and the radius r, the defined sphere is:

SP(r)={points x|d(X,P)=r}
where d(X,P) represents the distance between points X and P.

And its (standard) equation is

SP(r)=(xPx)2+(yPy)2+(zPz)2=r2

Example 1

Find the center and radius of the sphere with the equation x2+6x+y24y+z2+2z=0

  1. complete the square for all variables: (x2+6x+9)+(y24y+4)+(z+2z+1)=0+9+4+1
  2. Factor: (x+3)2+(y2)2+(z+1)2=14
  3. The center is at (3,2,1), and the radius is 14


Dot Product

See MATH 152 Chapter 11.2#Dot Product and MATH 152 Chapter 11.2#3D Vectors

Prof's notation: v2=vv=vx2+vy2+vz2=|v|2

Dot product gives distances via

d(A,B)2=(BA)(BA)

ijk Notation

  • ı^ unit vector in x direction
  • ȷ^ unit vector in y direction
  • k^ unit vector in z direction

Angle Between Vectors

θ=arccos(vw|v||w|)