How far bullet travels in 2,5 seconds

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
whatdoido
Messages
48
Reaction score
2
I am solving some problems of my physics book for fun and for some reason I am getting a wrong answer from this one.

1. Homework Statement

A bullet is shot at an angle of 35o with a speed of 90 m/s. I assume that air resistance is ignored.

Calculate bullet's distance from launch site 2,5 seconds after the shot.

Homework Equations


[/B]
x = vox * t
vox = vo * cosθ

The Attempt at a Solution


[/B]
The horizontal speed should stay as it is.

vo = 90 m/s
t = 2,5 s
θ = 35o

x = vox * t = vo * cosθ * t = 90 m/s * cos 35o * 2,5 s = 184,309... m ≈ 184 m

The book says that the answer should be 210 m. I cannot think of any other way to solve this.
 
Physics news on Phys.org
The question asked for distance from the launch site, not just the horizontal distance. After 2.5 seconds, the bullet is still in the air, so the vertical distance is nonzero.
 
Has the bullet landed by time t = 2.5 s? If not, what are its coordinates with respect to the launch point?
 
Fightfish said:
The question asked for distance from the launch site, not just the horizontal distance. After 2.5 seconds, the bullet is still in the air, so the vertical distance is nonzero.

Okay, thanks this helped!

I calculated the vertical distance, y:

y = voy * t - 0,5 * g * t2
= vo * sinθ * t - 0,5 * g * t2
= 90 m/s * sin 35o * 2,5 s - 0,5 * 9,81 m/s2 * (2,5 s)2
= 98,398...m

Then I figured that the real distance, d, is the hypotenuse of x and y.

d = √(x2 + y2) = √((184,309... m)2 + (98,398... m)2)
= 208,930... m
≈ 210 m

This should be correct way to do it, right?