All Flashcards
What are parametric equations?
Equations expressing x and y in terms of a third variable (parameter), often 't'.
What is a parametrically defined circle?
A circle described by equations using a parameter to show movement around it.
What is a parametrically defined line?
A line described by equations using a parameter to show movement along it.
What is the parameter 't' often interpreted as?
Time, indicating how the (x, y) point moves as 't' changes.
What is a direction vector in the context of parametric lines?
A vector that indicates the direction of the line segment, calculated from two points.
What does the parameter 'k' represent in a parametric line segment?
A value between 0 and 1 that determines the position along the line segment.
What are the standard parametric equations for the unit circle?
,
What is the domain of 't' for one complete revolution of the unit circle?
What are the general parametric equations for a circle with center (a, b) and radius r?
,
How do you rotate a circle parametrically by an angle 'c'?
,
What are the parametric equations for a line segment given points (x1, y1) and (x2, y2)?
, , where
How do you find the endpoints of a parametric line segment?
Substitute the extreme values of the parameter (usually 0 and 1) into the parametric equations for x and y.
How to determine the equation of a circle given its parametric equations?
- Identify the center (a,b) and radius r from the equations x(t) = a + rcos(t) and y(t) = b + rsin(t). 2. Write the equation in the form (x-a)^2 + (y-b)^2 = r^2.
How to eliminate the parameter 't' in parametric equations of a circle?
Use the trigonometric identity . Solve for cos(t) and sin(t) in terms of x and y, then substitute into the identity.
How do you find the direction vector of a line segment given two points?
Subtract the coordinates of the initial point from the coordinates of the terminal point: .