1/35
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Differentiating Vectors
<x(t), y(t)> →<x’(t), y’(t)>
Parametric Equation
x = f(t) and y = g(t); t is parameter; can set equations equal to by substituting for t
Vector Basics
have magnitude & direction; represented as directed line segments; have horizontal (x) and vertical (y) component <x(t), y(t)>
Integrating Vectors
< [initial x position + ∫x’(t)], [initial y position + ∫y’(t)] >
Position Vector
< x(t), y(t) >
velocity vector
< (dx/dt), (dy/dx) >
Slope of tangent
(dy/dt) / (dx/dt)
position at time t
x(t) = x(c) + ∫ x’(t) dt
y(t) = y(c) + ∫ y’(t) dt
Speed
√(dx/dt)² + (dy/dt)²
Total distance traveled (arc length)
∫ √(dx/dt)² + (dy/dt)² dt
Second Derivative
(d[dy/dx]/dt) / (dx/dt)
llvll
√(v12 + v22)
unit vector
has same direction of original vector but with length 1; u = v / (llvll)
v = <x, y> →linear combination
v = xi + yj
unit vector with θ from x-axis to u
u = icosθ + jsinθ
vector with θ from x-axis to v
v = llvll <cosθ, sinθ> = llvll icosθ + llvll jsinθ
Orthogonal vectors
u • v = 0
dot product
u • v = u1v1 + u2v2
if θ is between two non-zero vectors, u and v
cosθ = (v • u) / (llull • llvll) or u • v = llull • llvll cosθ
vector valued functions
r(t) = f(t)I + g(t)j
Limits of vector-valued functions
limr(t) = [limf(t)]i + [limg(t)]j as t→a; if limit of a component fails to exist, overall fails to exist
Continuity of Vector-Valued Function
limr(t) = r(a) as t→a
Derivative Rules for Vector Valued Functions
same as if they were regular functions
If r(t) = f(t)i + g(t)j where f and g are continuous on [a,b],
∫r(t)dt = [ ∫f(t)dt]i +[ ∫g(t)dt]j + C1i + C2j and ∫r(t)dt = [ ∫f(t)dt]i +[ ∫g(t)dt]j as a→b
velocity v(t)
r’(t) = x’(t)i + y’(t)j
acceleration a(t)
r’’(t) = x’’(t)i + y’’(t)j
speed, llv(t)ll
llr’(t)ll = √[x’(t)]² + [y’(t)]²
polar coordinate
(r, θ) where r = radius (distance from origin) & θ is the angle
x = what in polar form?
rcos(θ)
y = what in polar form?
rsin(θ)
How do you find the angle for polar coordinates?
θ = arctan(y/x)
How do you find the radius for polar coordinates?
sqrt(x²+y²)
r = what in polar?
f(θ)
in polar, dy/dx =
(dy/dθ)/(dx/dθ)
Area between a singular polar curve
½ ∫ [f(θ)]² dθ; find bounds and plug in
Area between Two Polar Curves
½ ∫ [R]² - (r)² dθ; find bounds (set equal to each other) and plug in; may have to add depending on curve