Distance Traveled by a Fired Projectile

AI Thread Summary
The discussion revolves around a physics problem involving a bullet fired horizontally from a tall building, with the goal of determining the distances D and H to locate the gun's firing point. The bullet travels at 340 m/s and hits a window before striking a wall, leading to confusion about the appropriate equations to use for calculating the time of flight and distances. Participants suggest using equations of motion to relate vertical and horizontal distances, emphasizing the need to account for the bullet's vertical drop due to gravity while maintaining its horizontal velocity. A proposed method involves converting the trajectory into a single equation relating y and x coordinates, allowing for the simultaneous solution of the two unknowns. The discussion highlights the importance of clear assumptions, such as neglecting air resistance, to simplify the problem-solving process.
Lexielai
Messages
3
Reaction score
0
Warning! Posting template must be used for homework questions.
Hey everyone!

I'm new to this site, but I figured I might as well start it off with a bang and go straight into the nitty-gritty. This is a problem from the homework assignment I've been given for tonight, and although I can sort of see that it can be solved, the right series of equations to use is seriously eluding me.

From the top of a tall building, a gun is fired. The bullet leaves the gun at a speed of 340 m/s, parallel to the ground. As the drawing shows, the bullet puts a hole in a window of another building and hits the wall that faces the window. Using the data in the drawing, determine the distances D and H, which locate the point where the gun was fired. Assume that the bullet does not slow down as it passes through the window.

Drawing:
IMG_0844.JPG


I wasn't too sure about how to proceed with this one. At first I took a look at the drawing and assumed that the place the bullet landed in was at exactly at the bottom of the 0.50 m window such that if a line was drawn between the window and the wall, the bullet would lie exactly on that line. (Not sure if this was unreasonable for me to assume, but I didn't know if there was another way to figure out the bullet's landing location)

In order for the assumption I made above to be true, then the projectile's velocity had to be such that it would travel 6.9 m horizontally in the time it took to travel -0.5 m vertically. Unfortunately I then realized I didn't know the initial velocity for that, because the projectile was already in flight for an unspecified period of time; as the problem explicitly states that the projectile would not be slowed by impact, the velocity when it impacted the window would not be 0. Thus I could not calculate the velocity from impact against the window to striking the wall.

I also thought about splitting the figure shown into two shapes: one triangle and one rectangle. The triangle would have a height of H-0.5m and the length would be D, while the rectangle would have a length of D and a height of 0.5m. Then I would use the position equation (Y = Yinitial + Vinitialt + 1/2(g)(t)2) to calculate the time it took to reach the 0.5m window. However, I then realized that I didn't know the distance between the top of the building to that window, so I was once again stumped.

Maybe there's something obvious here that I'm overlooking, but I'd appreciate a second look by one of you fine gentlemen or ladies.

Thanks in advance!
 
Physics news on Phys.org
Lexielai said:
Hey everyone!

I'm new to this site, but I figured I might as well start it off with a bang and go straight into the nitty-gritty. This is a problem from the homework assignment I've been given for tonight, and although I can sort of see that it can be solved, the right series of equations to use is seriously eluding me.

From the top of a tall building, a gun is fired. The bullet leaves the gun at a speed of 340 m/s, parallel to the ground. As the drawing shows, the bullet puts a hole in a window of another building and hits the wall that faces the window. Using the data in the drawing, determine the distances D and H, which locate the point where the gun was fired. Assume that the bullet does not slow down as it passes through the window.

Drawing:
View attachment 74387

I wasn't too sure about how to proceed with this one. At first I took a look at the drawing and assumed that the place the bullet landed in was at exactly at the bottom of the 0.50 m window such that if a line was drawn between the window and the wall, the bullet would lie exactly on that line. (Not sure if this was unreasonable for me to assume, but I didn't know if there was another way to figure out the bullet's landing location)

In order for the assumption I made above to be true, then the projectile's velocity had to be such that it would travel 6.9 m horizontally in the time it took to travel -0.5 m vertically. Unfortunately I then realized I didn't know the initial velocity for that, because the projectile was already in flight for an unspecified period of time; as the problem explicitly states that the projectile would not be slowed by impact, the velocity when it impacted the window would not be 0. Thus I could not calculate the velocity from impact against the window to striking the wall.

I also thought about splitting the figure shown into two shapes: one triangle and one rectangle. The triangle would have a height of H-0.5m and the length would be D, while the rectangle would have a length of D and a height of 0.5m. Then I would use the position equation (Y = Yinitial + Vinitialt + 1/2(g)(t)2) to calculate the time it took to reach the 0.5m window. However, I then realized that I didn't know the distance between the top of the building to that window, so I was once again stumped.

Maybe there's something obvious here that I'm overlooking, but I'd appreciate a second look by one of you fine gentlemen or ladies.

Thanks in advance!
In the time it takes the bullet to travel to the wall it's embedded in, it has to fall H meters. Write an equation that involves t and this distance, and solve for t.

An assumption that doesn't seem to be stated is that the bullet isn't slowed down due to air resistance. This is probably a reasonable assumption to make, especially in light of the explicit assumption that the bullet doesn't slow down when it goes through the glass window. Write another equation that involves t and the horizontal distance the bullet travels (D + 6.9). From the two equations, you should be able to get t, and from that, D and H.
 
I've tried doing what you've said, but it's just ended up confusing me. I made the two equations you recommended, which are as follows:

-H = 0 + 0(t) + 1/2(-9.8)t2
-H = -4.9t2
t = sqrt(H/4.9)

D + 6.9 = 0 + (340)(t) + 1/2(0)(t2)
D + 6.9 = 340t
t = (D + 6.9)/340

I don't see any common variables other than t here, so I tried make them equal to each other.

sqrt(H/4.9) = (D + 6.9)/340
D = 340[sqrt(H/4.9)] - 6.9
D + 6.9 = 340t
(340[sqrt(H/4.9)] - 6.9) + 6.9 = 340[sqrt(H/4.9)]
1 = 1

I'm not seeing how this can be used to solve for t, so if you could suggest where I should be taking it that would be fantastic!
 
Hi Lexielai! http://img96.imageshack.us/img96/5725/red5e5etimes5e5e45e5e25.gif

After the bullet has entered the window ...

you can determine the time it takes to cross the room,

and you know that during this time it falls 0.5m under gravity having started with some as yet undetermined vertical velocity (because it has already been picking up vertical speed during its travel before entering the window).
 
Last edited by a moderator:
If I may offer a suggestion (which you are free to ignore!), another approach would be to first convert the trajectory from its parametric form (x and y positions as functions of t) to the form y = f(x).

Then you have two given points on that trajectory (other than the origin where the bullet is fired from ), so two equations in two unknowns. Don't plug in numbers until the end; do the work symbolically and don't be afraid to lump constants together into new constants when convenient.
 
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