Cheat Sheet Flashcards

1
Q

Unit vector =

A

V/|V|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Vector direction

A

|AB||AC|cos(O)=AB * AC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Projection (a on to b)

A

proj(b) a = b ((a * b)/|b|^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Volume of parallelpiped

A

|(a * (b x c))|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Vector area =

A

1/2 |a x b|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Equation of the plane (method)

A

a(x - x0) + b(y - y0) + c(z - z0) = 0
(find normal vector n=<a, b, c>
A=(x0,y0,z0)
and plug into equation)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Parallel planes have the same ___

A

normal vector (n) = (a x b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Parametric equations

A

T(tangent line) = < m1, m2, m3>
x(t) = x0 + mx(t)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Equation of a sphere (method)

A

(x-h)^2 + (y-k)^2 + (z-l)^2 = R^2
center = (h,k,l)
R = radius
(method- reverse the equation and combine x^2 + x into (x-h)^2 and add remaining onto radius)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Motion in space (method)

A

(v’(t) = a(t); r’(t) = v(t)
v(t) = i + j + k + c
v(0) = 0 + 0 + 0 + C = C value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

T(t)- tangent line

A

r’(t)/ |r’(t)|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

N(t)- unit normal vector

A

T’(t) / |T’(t)|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

k(t)- curvature

A

|r’(t) x r’‘(t)|/(|r’(t)|^3)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Projectile motion equations

A

x(t) = (v0 cos(O))t
y(t) = (v0 sin(O))t
d=(v0 cos(O))t (2v0 sin(O)/g)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Equation of tangent plane (method)

A

find fx(x0,y0,z0) = a, fy(x0,y0,z0) = b, fz(x0,y0,z0) = c
and plug into: a(x-x0) + b(y-y0) + c(z-z0)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Linearization (L(x,y)) =
(a,b,c)

A

= f(x,y) + fx(x,y)(x-a) + fy(x,y)(y-b)