jaumzaum
- 433
- 33
An object is thrown of a given H height by a given Vo initial velocity. Calculate the biggest horizontal distance the object can reach from the starting point.
It was a questioon from the national physics olympiad in my country.
I tried to solve, but I was not able toif the object is thrown by a /alpha angle, we can easy calculate
Horizontal Velocity Vx = Vo cos(\alpha)
Vertical Velocity Vy = Vo sin(\alpha)
The height in function of time
h=H+Vo sin(\alpha) t - (1/2)gt²
If h = 0, Solving we get
t = \frac{Vo sin(\alpha) + \sqrt{ Vo²sin²(\alpha) + 2gH} )}{g}
So horizontal distance A =
A = Vo cos(\alpha) (\frac{Vo sin(\alpha) + \sqrt{ Vo²sin²(\alpha) + 2gH} )}{g} )Derivating this and equaling to 0 we get the \alpha for max velocity, but I've tried this and I got a 6th power equation, even Wolfram could not solve it
Do you think there's a easier way or the problem should be canceled ?
It was a questioon from the national physics olympiad in my country.
I tried to solve, but I was not able toif the object is thrown by a /alpha angle, we can easy calculate
Horizontal Velocity Vx = Vo cos(\alpha)
Vertical Velocity Vy = Vo sin(\alpha)
The height in function of time
h=H+Vo sin(\alpha) t - (1/2)gt²
If h = 0, Solving we get
t = \frac{Vo sin(\alpha) + \sqrt{ Vo²sin²(\alpha) + 2gH} )}{g}
So horizontal distance A =
A = Vo cos(\alpha) (\frac{Vo sin(\alpha) + \sqrt{ Vo²sin²(\alpha) + 2gH} )}{g} )Derivating this and equaling to 0 we get the \alpha for max velocity, but I've tried this and I got a 6th power equation, even Wolfram could not solve it
Do you think there's a easier way or the problem should be canceled ?