Explain how to find the velocity and acceleration from a position vector.
Velocity is the first derivative of the position vector with respect to time. Acceleration is the second derivative of the position vector with respect to time.
Explain how to integrate a vector-valued function.
Integrate each component of the vector-valued function separately.
Explain how to find the slope of a tangent line to a parametric curve.
Find $\frac{dy}{dx}$ by calculating $\frac{dy/dt}{dx/dt}$. Evaluate at the given t-value.
What does the derivative of a vector-valued function represent?
The velocity vector of the particle at that point.
How do you find the points where a parametric curve has a horizontal tangent?
Find where $\frac{dy}{dt} = 0$ and $\frac{dx}{dt} \neq 0$.
How do you find the points where a parametric curve has a vertical tangent?
Find where $\frac{dx}{dt} = 0$ and $\frac{dy}{dt} \neq 0$.
How do you find the area enclosed by a single polar curve?
Use the formula $A = \frac{1}{2} \int_{a}^{b} r^2 d\theta$, where r is the polar function and a and b are the limits of integration.
How do you find the area enclosed by two polar curves?
Use the formula $A = \frac{1}{2} \int_{a}^{b} (R^2 - r^2) d\theta$, where R is the outer curve and r is the inner curve.
Explain the relationship between position, velocity, and acceleration in vector-valued functions.
Velocity is the derivative of position, and acceleration is the derivative of velocity (or the second derivative of position).
How do you determine the direction of motion of a particle described by parametric equations?
Analyze the signs of $\frac{dx}{dt}$ and $\frac{dy}{dt}$. Positive $\frac{dx}{dt}$ means moving right, negative means moving left. Positive $\frac{dy}{dt}$ means moving up, negative means moving down.
What is the formula for the derivative of a parametric function, $\frac{dy}{dx}$?
$\frac{dy}{dx} = \frac{dy/dt}{dx/dt}$
What is the formula for the second derivative of a parametric function, $\frac{d^2y}{dx^2}$?