All Flashcards
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)?
Explain how to parametrize y = f(x).
Set x(t) = t, then y(t) = f(t). 't' moves along the x-axis, and f(t) gives the corresponding y-value.
Explain how to parametrize x = f⁻¹(y).
Set y(t) = t, then x(t) = f⁻¹(t). 't' moves along the y-axis, and f⁻¹(t) gives the corresponding x-value.
How do 'a' and 'b' affect the shape of an ellipse in its parametric equations?
'a' stretches the ellipse along the x-axis, and 'b' stretches it along the y-axis.
Explain the difference between parametrizing a horizontal and a vertical hyperbola.
Horizontal: x(t) uses sec(t), y(t) uses tan(t). Vertical: x(t) uses tan(t), y(t) uses sec(t).
Why is it important to check the domain of 't' when parametrizing a curve?
The domain of 't' determines which portion of the curve is represented by the parametrization. Incorrect domain can lead to an incomplete or incorrect representation.
What is the significance of h and k in the parametric equations of conic sections?
h and k represent the x and y coordinates of the center of the conic section, respectively.
How does parametrization simplify the study of curves?
It allows us to describe complex curves using simpler functions of a single variable, making analysis and computation easier.
Explain how to parametrize a parabola.
Solve the parabola's equation for either x or y, then let the other variable equal t.
What is the domain for 't' when parametrizing an ellipse to trace the entire ellipse once?
What is the key idea to check if a parametrization is valid?
When you plug x(t) and y(t) into the original equation of the curve, it should always be true for all values of 't' in the domain.
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