Projectile Height Calculation: Time to Reach 10m with Given Initial Velocity

  • Thread starter Thread starter Bartosz
  • Start date Start date
  • Tags Tags
    Projectile
Click For Summary
SUMMARY

The projectile height calculation problem involves determining the time to reach a height of 10 meters with an initial vertical velocity (vi) of 20 m/s. The correct formula used is h = -g * t^2 / 2 + vi * t, where g is the acceleration due to gravity (9.8 m/s²). The correct quadratic equation derived from the height equation is 4.9t² - 20t + 10 = 0, leading to the solutions of t = 0.58 seconds and t = 3.50 seconds. The error in the initial calculations stemmed from incorrect manipulation of the equation.

PREREQUISITES
  • Understanding of projectile motion principles
  • Familiarity with quadratic equations
  • Knowledge of basic algebraic manipulation
  • Concept of gravitational acceleration (9.8 m/s²)
NEXT STEPS
  • Study the derivation of projectile motion equations
  • Learn how to solve quadratic equations using the quadratic formula
  • Explore the effects of varying initial velocities on projectile trajectories
  • Investigate real-world applications of projectile motion in physics
USEFUL FOR

Students studying physics, educators teaching projectile motion, and anyone interested in solving real-world physics problems related to motion and gravity.

Bartosz
Messages
2
Reaction score
0
Well its been a while since I've done any physics problems and I am having a problem with a real simple problem. The problem is:

You know that the height (in m) of a projectile is given by the formula

h = - g * t^2 / 2 + vi * t
where t is the time from launch, g is the acceleration due to gravity (9.8 m/sec2) and vi is the initial vertical velocity component (in m/sec).

Calculate the time at which a projectile will reach a certain height.

vi = 20
desired height = 10

So far i have this done, but i always get a negative number and the answers should be 0.58 sec and 3.50 sec.

10 = -9.8t^2/2 + 20t

10(2 + 20t) = -9.8t^2
20 + 200t = -9.8t^2

9.8t^2 + 200t + 20 = 0

(-200 + sqrt(200^2 - 4(9.8*20)) / 2(9.8)
-200 + sqrt(40000 - 784)) / 19.6
(-200 + 198.0303)/19.6

Im sure its just a stupid math mistake, but i can't find it. Also where we even given the correct equation?
 
Physics news on Phys.org
10 = -9.8t^2/2 + 20t
<={this is the step where your mistake is done}=>
10 - 20t = -9.8t^2/2
<==>
20 - 40t = -9.8t^2
<==>
9.82t^2 - 40t + 20 = 0
and not 9.8t^2 + 200t + 20 = 0
 
Thanks a lot, wow don't i feel stupid now :-p
 

Similar threads

Replies
40
Views
4K
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
11
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
5
Views
6K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
5
Views
2K