Finding the range of a projectile at an angle

Click For Summary

Homework Help Overview

The discussion revolves around calculating the range of a projectile launched from a height of 2.0 m at an angle of 30 degrees with an initial velocity of 800 m/s. Participants are exploring the implications of the launch height on the projectile's trajectory and range.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the time of flight and the confusion surrounding the projectile's launch height. Some question the method of doubling the time to apogee and its validity when the projectile lands at a different height. Others seek clarification on how to incorporate the height into the calculations.

Discussion Status

There is an ongoing exploration of the problem with various interpretations of the range calculation. Some participants have offered insights into the equations of motion and the effects of height, while others express uncertainty about the correct approach. A few have attempted calculations, but no consensus has been reached on a definitive method.

Contextual Notes

Participants are working under the constraints of using specific values for gravitational acceleration and are considering the implications of launching from a height above ground level. The discussion reflects a mix of attempts to clarify the problem and the need for further exploration of the equations involved.

Precepts
Messages
14
Reaction score
0

Homework Statement



Calculate the range if a sniper stands and raises his barrel to an angle of 30 degrees above the horizontal with the end of the barrel 2.0 m above the ground. The muzzle velocity of his rifle is 800m/s.

Known variables:

U = 800ms^-1
Uv = 400m/s
Uh = 692.8m/s
a = -9.8m/s



Homework Equations



V = u + at
v^2 = u^2 + 2as
s = ut + 1/2at^2



The Attempt at a Solution



Sh = Uh x t

In order to find t, I doubled the time to the apogee:

Vv = u + at
0 = 400 x -9.8t
9.8t = 400
t = 40.8 sec. (apogee)

Therefore time of flight = 81 sec. (This is obviously wrong... using this in the range equation gives too large a number). So I don't know where to go from here. The launching at an angle + a height is confusing me, I'm just not seeing it.
 
Physics news on Phys.org
Precepts said:

Homework Statement



Calculate the range if a sniper stands and raises his barrel to an angle of 30 degrees above the horizontal with the end of the barrel 2.0 m above the ground. The muzzle velocity of his rifle is 800m/s.

Known variables:

U = 800ms^-1
Uv = 400m/s
Uh = 692.8m/s
a = -9.8m/s



Homework Equations



V = u + at
v^2 = u^2 + 2as
s = ut + 1/2at^2



The Attempt at a Solution



Sh = Uh x t

In order to find t, I doubled the time to the apogee:

Vv = u + at
0 = 400 x -9.8t
9.8t = 400
t = 40.8 sec. (apogee)

Therefore time of flight = 81 sec. (This is obviously wrong... using this in the range equation gives too large a number). So I don't know where to go from here. The launching at an angle + a height is confusing me, I'm just not seeing it.

Just where did you want to know the range?
To a point also 2m off the ground [ that's what you have been working towards ] or to a point on the ground, ie 2m below the launch height. [given the speed involved this has to be about 2√3 metres further than what you were going to calculate.
 
PeterO said:
Just where did you want to know the range?
To a point also 2m off the ground [ that's what you have been working towards ] or to a point on the ground, ie 2m below the launch height. [given the speed involved this has to be about 2√3 metres further than what you were going to calculate.

Right, I'm not sure where the 2m comes into it. I want to know the horizontal range for when it hits the ground. I'm not sure how to go about doing this. Thanks.
 
Precepts said:
Right, I'm not sure where the 2m comes into it. I want to know the horizontal range for when it hits the ground. I'm not sure how to go about doing this. Thanks.

When you chose to (inaccurately) double the "time to apogee", you were using the principle that a projectile takes just as long to go up as it takes to come down. That is true only if the projectile comes down to the same height as it left from.
The barrel of the gun was 2m above the ground - the bullet comes all the way back to ground level - so you said.

By the way 40.8 x 2 is not equal to 81
 
PeterO said:
When you chose to (inaccurately) double the "time to apogee", you were using the principle that a projectile takes just as long to go up as it takes to come down. That is true only if the projectile comes down to the same height as it left from.
The barrel of the gun was 2m above the ground - the bullet comes all the way back to ground level - so you said.

By the way 40.8 x 2 is not equal to 81

Yes, I understand this. Can you calculate to include the 2m?
 
Precepts said:
Yes, I understand this. Can you calculate to include the 2m?

Or at least show me how...?
 
Precepts said:
Yes, I understand this. Can you calculate to include the 2m?

By "can you calculate to include the 2m" were you asking whether it could be done or were you asking whether I could calculate it?

To the latter - yes I can.

To the former - yes it can be.

Can you calculate the time taken for a ball to reach the ground when thrown up from the roof of a 20m building? (that is a general question, but if you want some practice, let's say it was thrown at 20m/s at an angle of 30o with the horizontal. To make the calculations really easy, take g = 10)
 
Precepts said:
Or at least show me how...?

To allow for the 2m height, the final vertical displacement of the bullet is 2m down.
 
PeterO said:
By "can you calculate to include the 2m" were you asking whether it could be done or were you asking whether I could calculate it?

To the latter - yes I can.

Thanks, could you work the solution for me? I just want to see how you did it.

Edit - Nvm, I solved it.
 
Last edited:
  • #10
Precepts said:
Thanks, could you work the solution for me? I just want to see how you did it.

I will use g = 10 for simplicity. You can do it "properly" using g = 9.8

Initial velocity 800 m/s means initial vertical is 400 m/s up.

line up the variables - I use v,u,a,s,t

take up as positive:

u = 400
v = not wanted
a = -10
s = -2
t = ?

I want the motion equation without v ... s = ut + 0.5 at2

-2 = 400t - 5t2

so 5t2 - 400t - 2 = 0

use general solution to quadratic equation

t = [400 ±√(160000 + 40)]/10

t = [400 ±√160040]/10

t = [400 ± 400.05]/10

t can't be negative so

t = 800.05/10 = 80.005

range is thus Horizontal speed times 80.005 ie 400√3 x 80.005 = whatever
 
  • #11
PeterO said:
I will use g = 10 for simplicity. You can do it "properly" using g = 9.8

Initial velocity 800 m/s means initial vertical is 400 m/s up.

line up the variables - I use v,u,a,s,t

take up as positive:

u = 400
v = not wanted
a = -10
s = -2
t = ?

I want the motion equation without v ... s = ut + 0.5 at2

-2 = 400t - 5t2

so 5t2 - 400t - 2 = 0

use general solution to quadratic equation

t = [400 ±√(160000 + 40)]/10

t = [400 ±√160040]/10

t = [400 ± 400.05]/10

t can't be negative so

t = 800.05/10 = 80.005

range is thus Horizontal speed times 80.005 ie 400√3 x 80.005 = whatever

Thanks for that, I didn't use the quadratic equation and got the correct answer. I forgot about it.
 

Similar threads

Replies
4
Views
2K
Replies
19
Views
3K
Replies
40
Views
8K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
5
Views
4K