• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/13

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

13 Cards in this Set

  • Front
  • Back

Parametrization

r(t) = <x(t), y(t), z(t)>

Vector equation

r(t) = a


r(t)=<t^2 +1, 3t+4, e^t-1>


a=<2,7,1>


1 vector equation = 3 regular equations.

Speed

(||r(t+h)-r(t)||)/h


Distance/time elapsed

Vector equation of tangent line

T(t)=r(t) + t*r'(t)


T(t)= a +tv

Length of curve

Integral from 0-t of ||r'(t)||dt

Partial derivatives

Fx and Fy of f(x,y)


Tangent plane approx/linear approx

z = L(x,y) = f(a,b) + Fx(a,b)(x-a) + Fy(a,b)(y-b)


z = D + A(x-a) + B(y-b)


(Aa + Bb -D) = Ax + By -Z


Normal = <A, B, -1>


Tan plane = <Fx, Fy, -1>

Gradient vector

Vf(a,b) = <Fx, Fy>

Chain rule

Vf * r'(t)

Directional derivative

Z = f(x,y) u = <h, k> unit vector


Duf(a,b) = Vf(a,b) * u

Critical points

Fx(a,b) = 0 or does not exist


Fy(a,b) = 0 or does not exist

Local min and max

Max : f(x,y) <= f(a,b); D>0, Fxx(a,b)<0


Min : f(x,y) >= f(a,b); D>0, Fxx(a,b)>0


If D<0 then f has a saddle point

Hessian

Fxx(x,y), Fxy(x,y)


Fyx(x,y), Fyy(x,y)