Chapter 13 Flashcards
Unit vector
vector with length equal to 1
|u| =
sqr root of (u1^2 + u2^2 + u^3), magnitude/length/norm
what scalar multiple of v gives a unit vector in the same direction as v?
(1/(|v|))(|v|), v != 0
dot product of u and v
u1(v1) + u2(v2) + u3(v3) -> gives a scalar (number)
if two vectors, u and v, are orthogonal
then the dot product of u and v = 0
projvU (vector projection of u onto v) =
scalvU(v/|v|)
the work done by a constant force F moving an object along the displacement vector D =
(the amount of force in d direction) (|d|) = |F||D|cos theta = F*d
cross product of u and v, u x v is
the vector with magnitude |u x v| = |u|*|v| sin(theta) –> scalar as answer
cross product given u = <u1, u2, u3> and v = <v1, v2, v3>
u x v = <u3v2 - u2v3, u3v1 - u1v3, u1v2 - u2v1> –> vector as answer
volume =
base area * height = |(u x v)| * |w||cos theta| =
In R^3, determine a line by
A) a point on it and B) direction via vector parallel to the line
In R^3, any two ____ determine _____
points, line
In R^3, any three ____ determine _____
non-collinear points, plane
In R^3, determine an equation for plane from
A) a point on it and B) a vector normal/orthogonal to it
Let (x0, y0, z0) be a point on line l and vector v = <a, b, c> be in the directional of l. An arbitrary point on l must satisfy
vector P = vector P0 + t(vector v)
<x, y, z> = <x0+ ta, y0 + tb, z0 + tc> –> vector equation
x = x0 + a y = y0 + b z = z0 + z –> parametric equations
eliminate parameter: t = (x - x0)/a = (y-y0)/b = (z-z0)/c –> symmetric equations