To convert parametric equations to the Cartesian form (\( y = mx + c \)), we follow systematic steps to eliminate the parameter \( t \). This gives us an equation purely in terms of \( x \) and \( y \).
Begin with the parametric forms:
- \( x = 1 + 2t \)
- \( y = -1 + 3t \)
First, solve for \( t \) in terms of \( x \):
\( t = \frac{x - 1}{2} \)
Next, substitute this expression into the equation for \( y \):
\( y = -1 + 3\left(\frac{x - 1}{2}\right) \)
\( y = -1 + \frac{3(x - 1)}{2} \)
\( y = -1 + \frac{3x - 3}{2} \)
\( y = \frac{3x}{2} - \frac{5}{2} \)
This is now in Cartesian form \( y = mx + c \), where \( m = \frac{3}{2} \) is the slope and \( c = -\frac{5}{2} \) is the y-intercept. The process of conversion makes it easier to apply standard methods for calculating geometric properties like slopes and intersections.