Welcome to the World of Parametric Equations!
In your mathematical journey so far, you have mostly seen Cartesian equations. These are equations like \(y = x^2 + 2\) or \(x^2 + y^2 = 9\), where \(x\) and \(y\) are directly linked like two people holding hands.
But what if \(x\) and \(y\) were "directed" by someone else? Imagine two dancers on a stage. Their positions (\(x\) and \(y\)) change over time, but they don't necessarily depend on each other; they both depend on the music or the choreographer's instructions. In mathematics, that "choreographer" is called a parameter.
In this chapter, we will learn how to work with these equations and, more importantly, how they describe the world around us—from the path of a projectile to the movement of a ferris wheel!
1. What are Parametric Equations?
A parametric equation defines the coordinates \(x\) and \(y\) as separate functions of a third variable, usually called \(t\) (often representing time) or \(\theta\) (representing an angle). This third variable is known as the parameter.
The Anatomy of a Parametric Equation
Instead of one equation linking \(x\) and \(y\), you get a pair:
\(x = f(t)\)
\(y = g(t)\)
Example:
\(x = 2t\)
\(y = t^2\)
Here, if we know the value of the parameter \(t\), we can find exactly where the point is on the graph. For instance, when \(t = 3\):
\(x = 2(3) = 6\)
\(y = (3)^2 = 9\)
So, the position is the point (6, 9).
Quick Review Box:
- Parameter: The "independent" variable (like \(t\) or \(\theta\)) that controls both \(x\) and \(y\).
- Parametric Equations: A set of equations that define coordinates in terms of a parameter.
- Cartesian Equation: The "standard" equation involving only \(x\) and \(y\).
2. Converting Parametric to Cartesian
Sometimes, it's easier to see the "big picture" by getting rid of the parameter. This process is called eliminating the parameter. Don't worry if this seems tricky at first; it's just like solving a puzzle!
Method A: Rearrange and Substitute
This is usually the best method for algebraic equations (like those involving \(t\)).
1. Rearrange one equation (usually the \(x\) one) to make \(t\) the subject.
2. Substitute this expression for \(t\) into the other equation.
Example: Convert \(x = t - 3\) and \(y = t^2\) into Cartesian form.
Step 1: Rearrange \(x = t - 3\) to get \(t = x + 3\).
Step 2: Substitute into \(y = t^2\).
Result: \(y = (x + 3)^2\). This is a parabola!
Method B: Using Trigonometric Identities
When you see \(\sin\) and \(\cos\), we use our favorite trig identities to "kill off" the parameter \(\theta\).
The Golden Identity: \( \sin^2 \theta + \cos^2 \theta = 1 \)
Example: Convert \(x = 3 \cos \theta\) and \(y = 3 \sin \theta\).
Step 1: Get \(\cos \theta\) and \(\sin \theta\) by themselves: \(\cos \theta = \frac{x}{3}\) and \(\sin \theta = \frac{y}{3}\).
Step 2: Use the identity: \( (\frac{x}{3})^2 + (\frac{y}{3})^2 = 1 \).
Step 3: Simplify: \(\frac{x^2}{9} + \frac{y^2}{9} = 1\), which becomes \(x^2 + y^2 = 9\). This is a circle!
Key Takeaway: To eliminate the parameter, your goal is to create an equation where \(t\) or \(\theta\) no longer exists.
3. Sketching Parametric Curves
If you need to sketch a parametric curve, the most reliable way is to build a table of values.
1. Choose several values for the parameter (e.g., \(t = -2, -1, 0, 1, 2\)).
2. Calculate the corresponding \(x\) and \(y\) for each value.
3. Plot the \((x, y)\) coordinates on a grid.
4. Connect them with a smooth curve.
Did you know?
Unlike Cartesian graphs, parametric curves have a direction of motion! As \(t\) increases, you can draw arrows on your curve to show which way the "point" is moving. This is very useful in physics!
4. Parametric Equations in Context (Modelling)
This is where things get real! Parametric equations are perfect for modelling movement. Usually, \(t\) represents time.
Real-World Analogy: The Football Kick
Think about kicking a football.
- The horizontal distance (\(x\)) moves at a fairly constant speed.
- The vertical height (\(y\)) goes up and then down due to gravity.
Both of these depend on time (\(t\)). By using parametric equations, we can find the ball's position at any exact second.
Related Rates of Change
In "context" questions, you might be asked how fast something is changing. Remember the Chain Rule from differentiation:
\( \frac{dy}{dx} = \frac{dy}{dt} \div \frac{dx}{dt} \)
This tells you the gradient of the path at any time \(t\). If you want to know how fast \(y\) is changing with respect to \(x\), you just find their individual "speeds" relative to \(t\) and divide them.
Common Mistake to Avoid:
Students often forget that \(\frac{dy}{dx}\) is a gradient (steepness), while \(\frac{dy}{dt}\) is a vertical velocity. Make sure you read the question carefully to see which rate they are asking for!
5. Domain and Range in Parametric Form
Sometimes a parameter is restricted, like \(0 \leq t \leq 5\). This means the curve has a start point and an end point.
- To find the Domain: Look at all the possible values \(x\) can take within the given \(t\) range.
- To find the Range: Look at all the possible values \(y\) can take within that same \(t\) range.
Simple Trick: If the graph is a circle or a loop, the range is simply the gap between the highest and lowest points on the \(y\)-axis!
Summary and Key Takeaways
1. Definition: Parametric equations use a hidden variable (parameter) to define \(x\) and \(y\) separately.
2. Elimination: Use substitution for algebra, or \(\sin^2 \theta + \cos^2 \theta = 1\) for trigonometry to return to Cartesian form (\(x\) and \(y\) only).
3. Modelling: Use \(t\) to represent time to track the position of objects in real-world scenarios.
4. Differentiation: The gradient of a parametric curve is found using \(\frac{dy}{dx} = \frac{dy/dt}{dx/dt}\).
5. Visualizing: Always use a table of values if you are stuck on what a sketch should look like!
You've got this! Parametric equations might feel "extra" at first because there are more equations to look at, but they actually make describing complex movement much simpler. Keep practicing those trig substitutions!