Projectile Motion: Calculating Time to Shoot a Flying Bird

AI Thread Summary
A man aims to shoot a bird flying horizontally at 2 m/s from a height of 10 meters, using a bullet fired at a 45-degree angle with an initial velocity of 25 m/s. The calculations reveal that the bullet takes approximately 0.702 seconds to reach the bird's height. The horizontal distance covered by the bullet in that time is about 12.41 meters. The bird, traveling at 2 m/s, takes about 6.205 seconds to reach that distance. Therefore, the man must wait approximately 5.503 seconds after the bird is directly overhead to successfully shoot it.
fishingspree2
Messages
138
Reaction score
0

Homework Statement


A bird is flying horizontally at a constant velocity of 2 m/s. 10 meters under the bird, there is a man that wants to shoot the bird. He is holding his gun at an angle of 45 degrees from horizontal. The initial velocity of the bullet is 25 m/s. When the man must open fire?


Homework Equations


x = x.init + x.velocity.init * time + 0.5 * accel.x * time^2
y = y.init + y.velocity.init * time + 0.5 * accel.y * time^2
time=t

The Attempt at a Solution



First, I find the x and y components of the initial velocity of the bullet:
x.velocity.init.bullet = 25 * cos(45 degrees) = 17.68 m/s
y.velocity.init.bullet = 25* sin(45 degrees) = 17.68 m/s

Then, since the bird always stays at a height of 10 meters, I find how much time the bullet takes to reach this height.
y = y.init + y.velocity.init * time + 0.5 * accel.y * time^2
10 = 0 + 17.68*t + 0.5*-9.8*t^2
t = 0.702 s

I find the horizontal position of the bullet after 0.702 seconds
x = 17.68m/s * 0.702 s
x = 12.41 m

Now, I find how much time the bird takes to fly 12.41 meters
x = initial x + x.velocity.bird * time
12.41 = 0 + 2*t
t = 6.205 s

The final answer is 6.205-0.702 = 5.503 seconds

Is my work correct?
Sorry for my bad english.
 
Physics news on Phys.org
It looks pretty good to me: I get t= 5.51s which means that the hunter must shoot 5.51s after the bird is over top of him, or in terms of distance, when the bird is 11.01m away from him.
 
Last edited:
Work looks alright to me, but I just skimmed over it quickly.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top