Converting parametric equations in a numerical equation

149 Views Asked by At

Is it possible convert this parametric equations in a numerical equation?

$$ \begin{cases} \displaystyle x(t)=tv_0\cos(\theta)\\ \displaystyle y(t)=tv_0\sin(\theta)-\frac{1}{2}gt^2+h \end{cases} $$

Look at this Wikipedia's entry, at:

"Conversion from two parametric equations to a single equation"

1

There are 1 best solutions below

0
On

Solved:

$$ y=h+\left(x\tan(\theta)-\frac{g}{2v_0\cos^2(\theta)}x^2\right) $$