How can I re-write an equation (or system of equations) in parametric form?

217 Views Asked by At

For the equation $y = 3x$ I need to re-write $x$ and $y$ in terms of a variable $t$. How can I find the value of each variable in terms of $t$?

1

There are 1 best solutions below

2
On BEST ANSWER

If $y=f(x)$ is a function of $x$ we can write parametric equations by writing $x=t$ and $y=f(t)$. So in your example we write $x=t$ and $y=3t$.