0

What is the change in speed at the highest point?

What is important to notice here, is that the change in speed is asked, not velocity. If it was velocity, the answer is $usin\theta$ (which is way too easy)

For speed, directions aren’t important, so initial speed is u and speed at the top is 0. So change in speed should be $u-0=u$. But obviously it’s wrong(other wise I wouldn’t be here). The right answer is $ucos\theta - u$ which seems a bit peculiar to me, so can you please explain what’s going on?

Thanks!

Aditya
  • 6,191
  • Isn't this more of a physics problem than mathematics? Anyway, I assume that the trajectory is a parabola. Is there any air drag? If not, then the only thing changing is the vertical component of the velocity. – Matti P. Aug 27 '19 at 13:08
  • No air drag. Also I know it’s a physics problem, but they don’t accept it over there for some reason. And there is a Kinematics tag on this website, so.... – Aditya Aug 27 '19 at 13:52

2 Answers2

1

The initial velocity is $\vec{u}=(u\cos\theta,\,u\sin\theta),$ so that the initial speed is $$|\vec{u}|=\sqrt{(u\cos\theta)^2+(u\sin\theta)^2}=|u|.$$ At the highest point, $\vec{u}$ becomes $$(u\cos\theta,\,0),$$ and the corresponding speed here is $$\sqrt{(u\cos\theta)^2+0^2}=|u||\cos\theta|.$$ Thus, the change in speed is $$|u||\cos\theta|-|u|,$$ or since $u> 0$ and $0<\theta<π/2,$

$$u\cos\theta-u.$$

Allawonder
  • 13,327
0

Hint.

It is a projectile.
At the highest point vertical component of velocity becomes $0$, but the horizontal component remains unchanged throughout the flight.

enter image description here

AgentS
  • 12,195