Calculus III Flashcards
if a=<x,y,z> and b=<i,j,k>, what is the dot product of a and b?
(x)(i)+(y)(j)+(z)(k)
is a vector plus a vector a scalar or vector?
Vector
Is the dot product of a vector and a scalar a scalar or a vector?
Vector
Is the dot product of two vectors a scalar or a vector?
Scalar
if a=<x,y,z> and b=<a,b,c> what is the cross product of a and b?
(yc-zb)i - (xc-za)j + (xb-ya)k
What is <x,y,z>=<xo+at, yo+bt, zo+ct>
The vector equation of a line thru a point <xo, yo, zo> and is parallel to vector <ai, bj, ck>
What are the parametric equations of the line that passes thru point <5, 1, 3> and is parallel to the vector i-4j+2k?
x=5+t
y=1-4t
z=3+2t
find 2 other points besides <5, 1, 3> on the line given the parametric equations
x=5+t
y=1-4t
z=3+2t
if t=1
(5, -3, 5)
if t=-1
(4, 5, 1)
if the vector v=<a, b, c> is used to describe the direction of a line L, what are the numbers a, b, and c called?
Direction numbers
Let P1=<x1, y1, z1> and P2=<x2, y2, z2>, what is the symmetric equation of L?
(x-x1)/(x2-x1) = (y-y1)/(y2-y1) = (z-z1)/(z2-z1)
How do you find the equation of a line thru a given point P that is orthogonal to a given vector V?
Vx(x-Px) + Vy(y-Py) + Vz(z-Pz) = 0
What are the parametric equations of line L thru point P0=(x0,y0,z0) and parallel to vector V=<a,b,c>.
r=r0+tV
r= point along line L
r0= based on P0
x=x0+at
y=y0+bt
z=z0+ct
What is the scalar equation of a plane thru point P0=(x0,y0,z0) with normal vector n=<a,b,c>
n(r-r0)=0
a(x-x0)+b(y-y0)+c(z-z0)=0
Two planes are parallel if what?
Their normal vectors are parallel.
How does one determine if 2 given planes (labeled a and b) with points in them are parallel or not.
(xa)/(xb)=(ya)/(yb)=(za)/(zb)
the planes are parallel if the statement is true.
What is the equation cos(theta)=(n1 DotProd n2)/(||n1|| DotProd ||n2||) used for?
Finding acute angle between non-parallel planes.