All Flashcards
Horizontal vs. Vertical Hyperbola Parametrization?
Horizontal: x(t) uses sec(t). Vertical: y(t) uses sec(t).
Parametrizing y = f(x) vs. x = f⁻¹(y)?
y = f(x): x(t) = t. x = f⁻¹(y): y(t) = t.
Ellipse vs. Circle Parametrization?
Circle: x(t) = r cos(t), y(t) = r sin(t). Ellipse: x(t) = h + a cos(t), y(t) = k + b sin(t).
Parametric vs. Cartesian equations?
Parametric: x and y are functions of t. Cartesian: y is a function of x (or vice-versa).
Parametrization of a parabola opening up/down vs. left/right?
Up/Down: y = f(x), x(t) = t. Left/Right: x = f(y), y(t) = t.
What is the difference between the equations for an ellipse and a hyperbola?
Ellipse: Addition between the squared terms. Hyperbola: Subtraction between the squared terms.
What are the differences between sine and secant functions?
Sine: Bounded between -1 and 1. Secant: Greater than or equal to 1, or less than or equal to -1.
What are the differences between tangent and cotangent functions?
Tangent: sin(t)/cos(t). Cotangent: cos(t)/sin(t).
How do the parameters 'a' and 'b' influence the shape of an ellipse versus a hyperbola?
Ellipse: 'a' and 'b' define the semi-major and semi-minor axes. Hyperbola: 'a' and 'b' relate to the distance from the center to the vertices and the shape of the asymptotes.
How does the domain of 't' differ when parametrizing a full circle versus a semi-circle?
Full circle: . Semi-circle: .
Parametrization of a circle with radius 1 centered at (0,0)?
Parametrization of a function y = f(x)?
Parametrization of an inverse function x = f⁻¹(y)?
Parametric equations for an ellipse centered at (h, k)?
Parametric equations for a horizontal hyperbola centered at (h, k)?
Parametric equations for a vertical hyperbola centered at (h, k)?
What is the equation of an ellipse centered at (h,k) with semi-major axis a and semi-minor axis b?
What is the equation of a horizontal hyperbola centered at (h,k)?
What is the equation of a vertical hyperbola centered at (h,k)?
What is the relationship between tan(t), sin(t), and cos(t)?
How to parametrize x² + y² = 9?
Recognize as a circle. x(t) = 3cos(t), y(t) = 3sin(t).
How to parametrize y = x³?
Let x(t) = t, then y(t) = t³.
How to parametrize x = y² + 1?
Let y(t) = t, then x(t) = t² + 1.
How to parametrize (x-1)² + (y+2)² = 4?
Circle centered at (1, -2) with radius 2. x(t) = 1 + 2cos(t), y(t) = -2 + 2sin(t).
How to parametrize ?
Ellipse centered at (2, -1). x(t) = 2 + 3cos(t), y(t) = -1 + 4sin(t).
How to parametrize ?
Vertical hyperbola. x(t) = 3tan(t), y(t) = 5sec(t).
How to parametrize ?
Horizontal hyperbola centered at (1, -2). x(t) = 1 + 2sec(t), y(t) = -2 + 3tan(t).
How to parametrize y = x² - 4x + 7?
Let x(t) = t. Then, y(t) = t² - 4t + 7.
Given x(t) = 2t + 1 and y(t) = t², find the Cartesian equation.
Solve for t in x(t): t = (x-1)/2. Substitute into y(t): y = ((x-1)/2)² = (x-1)²/4.
How to parametrize a line segment from (x₁, y₁) to (x₂, y₂)?
x(t) = x₁ + t(x₂ - x₁), y(t) = y₁ + t(y₂ - y₁), 0 ≤ t ≤ 1