I haven't done math in 4 years now and I'm getting into Game programming. So I can't even remember where to start with this? I would like to solve for t.
$x=16\left(\sin \left(t\right)\right)^3$
I haven't done math in 4 years now and I'm getting into Game programming. So I can't even remember where to start with this? I would like to solve for t.
$x=16\left(\sin \left(t\right)\right)^3$
Do some algebra: $\sin^{-1}({\frac{x}{16}})^{1/3}$
$x = 16 \sin^3(t)$
$\frac{x}{16} = \sin^3(t)$
$(\frac{x}{16})^{1/3} = \sin(t)$
$(\sin^{-1}(x/16))^{1/3} = t$