exam one review Flashcards
distance between two points
d = sq[(x-x1)^2+(y-y1)^2+(z-z1)^2]
standard equation of sphere
r^2 = (x-a)^2 + (y-b)^2 + (z-c)^2
*use distance formula to find radius if there is no common point
*(a,b,c) = center points
midpoint formula
C = (x1+ y1)/2 , (x2+ y2)/2 , (x3 +y3)/2
dot product
*two vectors: result is scalar
*the result is a sum (add up vectors)
*use dot product to find angle between two vectors
angle between two vectors
cos theta = u * v/
|u| |v|
orthogonal vectors
u dot v = 0
|vector projection| =
scalar projection
projection is used for:
*breaking down a force into its components and (find a force in a direction of motion)
scalar projection/ comp =
||u||
projection vector
|u dot v|
————- * u
||u||^2
work equation
W = mag of F * mag of PQ *cos theta
cross product
*two vectors results in a another vector
- n = u X v
- is anticommunative
purpose of cross product
- finding a vector orthogonal to 2 other vectors
- finding area of parallelogram & parallelopiped
- the cross product of two vectors are parallel = 0
area of some figure using cross product
- if two vectors are not given, then use a common point to find two lengths/vectors and then use cross product
(ie: A = || PQ X PR ||
- A = ||u X v||
volume of a parallelpiped
V = | u dot (v X w) |
= triple scalar product
LINE SHIT
equation of a line in space
vector equation of a line
r = r0 +tv
*(x,y,z) = (x0,y0,z0) +tv
parametric equations
x = x0 +ta , y = y0 +tb ,
z = z0+tc
- vector v = ( a, b, c)
- point p = (x0, y0, z0)