Lecture 10-11 Flashcards
Vector equation for a plane in r^n going through point p with direction d
[x1, x2, . . . , xn] = x = OP + td where OP is the vector from the origin to point p and t is a real number
vector equation of a plane in r^n with point p
OP + su + tv
OP is the vector of point p, v & u are non-zero non-parallel vectors, and s & t are real numbers
when is vector n a normal vector for a plane
if n is orthogonal to any vector PQ for any point p,q on the plane
scaler equation for a plane with normal n = [a,b,c], and n * OP = d for any point p on the plane
scaler equation of a plane: ax1 +bx2 + cx3 = d
n * OP = d when what conditions are true
P is a point on the hyperplane, n a normal vector of the hyperplane & n * OP = d
proj_v(u) =? (projection of u onto v)
proj_v(u) = v(u * v)/(||v||^2)
perp_v(u) = ? (perpendicular of u onto v)
perp_v(u) = u - proj_v(u)
proj_v(u) * perp_v(u) = ? (dot product)
= 0
Equation for the area of a parallelepiped
|a * (b x c)|