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.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top