All Flashcards
What is a parametric equation?
An equation where x and y are defined in terms of a third variable, usually time (t).
Define a vector-valued function.
A function that maps a real number to a vector in a vector space, often representing position, velocity, or acceleration.
What are polar coordinates?
A two-dimensional coordinate system where a point is located by its distance (r) from the origin and angle (θ) from the positive x-axis.
What is arc length?
The distance along a curve defined by a function between two points.
Define a polar function.
A function of the form r = f(θ), where r is the distance from the origin and θ is the angle.
What is a polar plane?
A two-dimensional coordinate system in which the position of a point is determined by the distance from the origin (r) and the angle (theta θ) between the positive x-axis and the line connecting the point to the origin, counterclockwise.
What is the independent variable in a parametric equation?
Time (t).
What are the dependent variables in a parametric equation?
x and y.
What is the Cartesian plane?
The xy-plane, also known as ℝ^2.
What do vector-valued functions represent?
Position, velocity, and acceleration of an object moving in space.
What are the differences between parametric equations and Cartesian equations?
Parametric: x and y are functions of t | Cartesian: y is a function of x
What are the differences between integrating vector-valued functions and integrating scalar functions?
Vector-Valued: Integrate each component separately, result is a vector | Scalar: Integrate a single function, result is a scalar
What are the differences between finding the area between curves in Cartesian coordinates vs. polar coordinates?
Cartesian: Integrate difference of functions wrt x, A = ∫(top - bottom) dx | Polar: Integrate difference of squared polar functions wrt θ, A = 1/2 ∫(R² - r²) dθ
What are the differences between velocity and speed?
Velocity: Vector quantity with magnitude and direction | Speed: Scalar quantity, magnitude of velocity
What are the differences between position vector and velocity vector?
Position Vector: Represents location at a given time | Velocity Vector: Represents rate of change of position at a given time
What are the differences between polar coordinates and Cartesian coordinates?
Polar: Defined by radius and angle (r, θ) | Cartesian: Defined by horizontal and vertical distance (x, y)
What are the differences between differentiating parametric equations and differentiating Cartesian equations?
Parametric: Use chain rule, | Cartesian: Direct differentiation,
What are the differences between integrating parametric equations and integrating Cartesian equations?
Parametric: Integrate with respect to t | Cartesian: Integrate with respect to x
What are the differences between vector-valued functions and scalar functions?
Vector-valued: Output is a vector | Scalar: Output is a single number
What are the differences between finding arc length in Cartesian coordinates vs. parametric coordinates?
Cartesian: Integrate dx | Parametric: Integrate dt
What is the formula for the derivative of a parametric function, ?
What is the formula for the second derivative of a parametric function, ?
What is the formula for arc length of a parametric curve?
What is the formula to find the area of a polar region?
What is the formula to find the area between two polar curves?
How do you convert from polar to Cartesian coordinates?
How do you convert from Cartesian to polar coordinates?
What is the formula for in polar coordinates?
If r(t) = <f(t), g(t)>, what is r'(t)?
r'(t) = <f'(t), g'(t)>
If v(t) = <f(t), g(t)>, what is ∫v(t) dt?
∫v(t) dt = <∫f(t) dt, ∫g(t) dt>