Parametrization is a new way to describe lines and curves in the plane. Normal coordinates are just expressed by numbers for the - and -coordinates. When you parametrize a line, you find a parametric equation that expresses the coordinates as functions of new variables like , and so on.
One of the main reasons to use parametrization is that it makes it much easier to find out whether two objects are in the same place at the same time. Why is that important? Imagine that you’re going on an airplane. It’s nice to know whether two planes are in the same place at the same time or not, because if they are, it would be catastrophic!
Theory
Given a point on the line, a vector along the line and a variable , the parametric equation of the line looks like this:
On vector form:
On coordinate form:
You can see that the two ways of expressing the parametric equation are closely related. If you set up an equation with all the -coordinates of the vector form and an equation with all the -coordinates of the vector form, you will get the parametric equation on coordinate form.
Example 1
Given the parametric equations
To find the intersection, create a system of equations where the -coordinate of is equal to the -coordinate of , and the -coordinate of is equal to the -coordinate of :
That means the lines and intersect in the point .
Note! You can also insert for in the other parametric equation, which will give you the same point. If you have the time, it’s always smart to do that just to check whether you have made any mistakes or not!