Solving for T in a parametric equation when x is known

40 Views Asked by At

I want to find the y value and the t value when x is known in a parametric equation.

example

x(t)=1.85t³-2.75t²+1.89t+0
y(t)2.58t³-3.65t²+1.27+0

when x=0 and y=0 for the vertex (0,0), how do I solve for t? I cant find anything on it. Can you point me in the right direction of the process?

Thanks in advance

1

There are 1 best solutions below

1
On

Hint : You can factor $t$ out of $x(t)$ and solve the resulting quadratic equation. Now check, which solutions satisfy $y(t)=0$ as well.