Final 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 of a certain length in the direction of another vector

A

(V / |V| ) * length

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

Angle Between Two Vectors

A

cos(x) = (a.b) / |a||b|

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

Projection of Vector U onto V (vector)

A

[V.U / |V|^2 ] * V

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

Projection of Vector U onto V (scalar)

A

V.U / |V|^2

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

Area of a Parallelogram

A

|U * V|

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

Volume of a Parallelpipid

A

(a * b) . c

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

Requirements for Vectors Being Parallel

A

1) a = <b>c OR
2) a * b = 0 OR
3) a.b = |a||b|</b>

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

Vectors are Coplanar

A

Triple Scalar Product = 0

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

Parametric

A

<x,y,z> = <xo, yo, zo> + t<a,b,c>
x = xo + at
y = yo + bt
z = zo + ct

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

Symmetric

A

t = (x-xo)/a = (y-yo)/b = (z-zo)/c

If a=0, then x=xo

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

Length of a Curve

A

L = (int)_a^b |r’(t)|dt OR
L = (int)_a^B sqrt(f’(t)^2+g’(t)^2+h’(t)^2)dt

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

Re-parametrize the curve using the length formula

A
  • Set the found length equal to s
  • Solve for t
  • Plug t into the original r(t) equation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Normal Vector

A

Of Two Parallel Planes: The slopes
Of Two Vectors: Cross product

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

Binormal Vector

A

T(t) = r’(t) / |r’(t)|

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

Projectile Motion

A

a(t) = -gj

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

Equation of a Tangent Plane

A

z = zo + fx(xo,yo)(x-xo) + fy(xo,yo)(y-yo)

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

Area of Triangle

A

A = 1/2 |B * H| (CROSS PRODUCT)

19
Q

Orthogonal when

A

dot product = 0

20
Q

Gradient

A

F = <fx, fy, fz>

21
Q

Gradient at point p

A

find gradient then plug in values

22
Q

Directional Derivative

A

Gradient * u

23
Q

Directional Derivative with given angle

A

Duf(x, y) = fx(x, y) cos(𝜃) + fy(x, y) sin(𝜃),

24
Q

Implicit Differentiation

A

(Df/Dx) * (Dx/Du) + (Df/Dy) * (Dy/Du) (change all values to the given value at the end)

25
Q

Max Value

A

D(a,b) > 0 and fxx(a,b) < 0
(a,b) is a maximum

26
Q

Min Value

A

D(a,b) > 0 and fxx(a,b) > 0
(a,b) is a mininum

27
Q

How to find min and max values

A
28
Q

Critical Point is when

A

the gradient of f is equal to 0 OR the partial derivative does not exist

29
Q

D(a,b) = 0 means

A

there is not enough information

30
Q

How to find critical points

A

Find the partial derivative of each (x,y,z), then set the equation equal to zero.

31
Q

How to find Min and Max values

A

D(a, b) = fxx(a, b)fyy(a, b) − (fxy(a, b))2

32
Q

D(a,b) is a saddle point when

A

D(a, b) < 0

33
Q

The procedure to find the maximum and minimum values of f subject to
g(x, y) = k is the following:

A
  1. Find all x, y, λ such that ∇f = λ∇g and g(x, y) = k.
  2. Evaluate f at these points (x, y) and choose the smallest and largest values.
    The number λ is called a Lagrange multiplier.
34
Q

Equation of the tangent plane to the level surface F (x, y, z) = k at P (x0, y0, z0)
is

A

Fx (x0, y0, z0) (x − x0) + Fy (x0, y0, z0) (y − y0) + Fz (x0, y0, z0) (z − z0) = 0

35
Q

Equation of the normal line at P (x0, y0, z0) is

A

(x − x0) / (Fx (x0, y0, z0)) = (y − y0) / (Fy (x0, y0, z0)) = (z − z0) / (Fz (x0, y0, z0)

36
Q

Line Integral

A

int f (x(t), y(t))|r′(t)| dt

37
Q

Line Integral in Space (3D)

A

int f(x(t), y(t), z(t)) √(dx/dt)^2 + (dy/dt)^2 + (dz/dt)^2 dt

38
Q

Work Done

A

int F(r (t)) * |r′ (t)| dt

39
Q

Fundamental Theorem for Line Integrals

A

int ∇f · dr = f (r(b)) − f (r(a)).

40
Q

F is a conservative vector field if there is a function f such that

A

F = ∇f

41
Q

Green’s Theorem

A

double int (∂Q/∂x) − (∂P/∂y) dA.

42
Q

Curl

A

curlF = ∇F × F

43
Q

Vector Field F is conservative if

A

curl