What is the equation of the trajectory from the second bounce?

177 Views Asked by At

Say we throw a ball from a height of $10$ m, $10^\circ$, at $12$ m/s.

The $x$-component of the velocity vector is $12\cos(10^\circ)$ m/s and the $y$-component is $12\sin(10^\circ)$ m/s. From the kinematic equations, we get

$$x=12\cos(10^\circ)t$$

$$y=-0.5(9.8)t^2+12\sin(10^\circ)t+10$$

Assuming the coefficient of restitution is $0.7$. The second bounce has a velocity of $12(0.7)$. We solve for the initial points of the second bounce

\begin{align} -0.5(9.8)t^2+12\sin(10)t+10&=0\\ -4.9t^2+12\sin(10)t+10&=0\\\end{align} \begin{align}t&=\frac{-12\sin(10)+\sqrt{(-12\sin(10))^2-4*(-4.9)*10}}{-9.8}\\ t&\approx1.46115,-2.79344\\ x'&=12\sin(10)(1.46115) \end{align}

The parameteric equation of the second bounce is

$$x_1=12\cos(10^\circ)t+x(x')$$

$$y_1=(0.7)12\sin(10^\circ)t-(0.5)(9.8)t^2$$

Is this correct. If not why so?

1

There are 1 best solutions below

5
On BEST ANSWER

A couple of minor errors/inaccuracies here and there, such as the factor $\sin(10^\circ)$ in your expression for $x'$ which should actually be $\cos(10^\circ)$; the notation $x(x')$ in the final equations is unclear (that should be simply $x'$); in your final equations, you seem to apply the restitution coefficient only to the y-component, and that may be intentional - physically, the deformation would only affect motion normal to the surface - but is inconsistent with your earlier claim that "the second bounce has a velocity of $12(0.7)$." (And while I'm nitpicking, this is speed, not velocity, and should have the qualification "initial" before it).

But there is one big mistake, and it is exactly in that premise I just quoted. The initial velocity after the bounce can be figured out from the velocity just before the bounce, using the restitution coefficient - that is correct; but you assume that the speed just before the bounce would be $12$, and that is not correct, because the bounce happens at a point lower than the launch, so it is not symmetric with it. You can find the velocity components just before the bounce by substituting the time you found into the velocity equations, $v_x = 12\cos(10^\circ)$, $v_y = 12\sin(10^\circ) - 9.8t$.
You will see that the $v_y$ will not be $-12\sin(10^\circ)$ as you implicitly assumed.

Another way to find the final speed before the bounce is from conservation of energy, $12^2 + 2(9.8)(10) = v^2$; this will clearly produce a value greater than $12$. You can then use this to find $v_y$ because you know $v_x = 12\cos(10^\circ)$ throughout, and $v_x^2 + v_y^2 = v^2$. Then apply the restitution factor as intended (presumably, only on the y-component).