Projectile Motion Angles Question

Click For Summary

Homework Help Overview

The problem involves projectile motion, specifically determining the angle(s) at which a fire hose should be aimed to achieve a horizontal distance of 2.0 meters when water is shot at a speed of 6.8 m/s. The original poster expresses confusion about the two possible angles for the projectile's trajectory.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss using trigonometric relationships to relate the horizontal and vertical components of the projectile's motion. The original poster attempts to set up equations based on the initial velocity components and the time of flight, but expresses uncertainty about how to proceed after forming the equations.

Discussion Status

Some participants provide guidance on manipulating the equations to express time in terms of angles and suggest substituting these into the other equations. There is an ongoing exploration of how to derive a quadratic equation from the relationships established, with multiple interpretations of the problem being discussed.

Contextual Notes

The original poster mentions a lack of prior physics knowledge and difficulty recalling relevant mathematical concepts, which may influence their understanding of the problem-solving process.

iurod
Messages
51
Reaction score
0

Homework Statement



A fire hose held near the ground shoots water at a speed of 6.8m/s. At what angle(s) should the nozzle point in order that the water land 2.0m away? Why are there two different angles?



Homework Equations



v = v(initial) +at
x = x(initial) + v(initial)t + .5at^2
v^2 = v^2(initial) + 2a(x - x(initial)
x=vt



The Attempt at a Solution



I first drew a right triangle and by the problem i was only given the hypotenuse (6.8). Knowing that the adjacent line is the initial velocity in the positive x direction and that the opposite line is the initial velocity in the y positive direction, i tried to solve for theata that way.

So I did:

Initial Velocity in the positive X direction is:

X= X(initial) + V(initial)(t) + .5(a)(t^2)
2= 0 + (6.8)(cos theta)(t) + 0
2= (6.8)(cos theata)(t)


Initial velocity in the positive Y direction is:

Y= Y(initial) + V(initial)(t) + .5(a)(t^2)
0= 0 + (6.8)(sin theta)(t) + (-4.9)t^2
0= (6.8)(sin theta)(t) + (-4.9)t^2

Once I got to this point I had no idea what to do... any guidance from here would be greatly appreciated. I've never taken Physics before and took geometry around 10 years ago so this has all been erased from my memory..

Thanks
 
Physics news on Phys.org
from your first equation, get t in terms of cos theta.
substitute for t in the second equation.
you should get a quadratic in tan theta.
 
Ok, so if I'm following correctly; solving the first equation for t is:

t=(2/6.8cos theta)

Substitute t in equation 1 for that in equation so:

0 = (6.8sin theta)(2/6.8cos theta) + -4.9(2/6.8 cos theta)2

How do I make a quadratic and solve for something like this?
 
iurod said:
Ok, so if I'm following correctly; solving the first equation for t is:

t=(2/6.8cos theta)

Substitute t in equation 1 for that in equation so:

0 = (6.8sin theta)(2/6.8cos theta) + -4.9(2/6.8 cos theta)2

How do I make a quadratic and solve for something like this?

Here have a look very simple method.
t=2/(6.8cos θ) ...(1)
For y-axis
0=(6.8sinθ)t - 4.9t^2
t=(6.8sin θ)/4.9...(2)
Eqn.(1)=Eqn.(2)
2/(6.8cos θ) =( 6.8sin θ)/4.9
2sin θ cos θ=4(4.9)/(6.8)^2
sin2 θ=4(4.9)/(6.8)^2
θ=...
 
inky said:
Here have a look very simple method.
t=2/(6.8cos θ) ...(1)
For y-axis
0=(6.8sinθ)t - 4.9t^2
t=(6.8sin θ)/4.9...(2)
Eqn.(1)=Eqn.(2)
2/(6.8cos θ) =( 6.8sin θ)/4.9
2sin θ cos θ=4(4.9)/(6.8)^2
sin2 θ=4(4.9)/(6.8)^2
θ=...

Ok I followed you up to here:
t=2/(6.8cos θ) ...(1)
For y-axis
0=(6.8sinθ)t - 4.9t^2
t=(6.8sin θ)/4.9...(2)
Eqn.(1)=Eqn.(2)


If I set Eqn. 1 = Eqn. 2

(2/6.8 cosθ) = (6.8 sinθ)t + -4.9t2

now how do I get rid of the sin and cos, sorry I'm new to this and don't fully understand how to do this.
 
iurod said:
Ok I followed you up to here:
t=2/(6.8cos θ) ...(1)
For y-axis
0=(6.8sinθ)t - 4.9t^2
t=(6.8sin θ)/4.9...(2)
Eqn.(1)=Eqn.(2)


If I set Eqn. 1 = Eqn. 2

(2/6.8 cosθ) = (6.8 sinθ)t + -4.9t2

now how do I get rid of the sin and cos, sorry I'm new to this and don't fully understand how to do this.

You have to see my method. Use 2sinθcosθ =sin 2θ formula.
 
0 = (6.8sin theta)(2/6.8cos theta) + -4.9(2/6.8 cos theta)2

Rewrite this equation as

0 = 2tan(θ) - [4.9*4/(6.8)^2]sec^2(θ)

0 = 2tan(θ) - [4.9*4/(6.8)^2][1 + tan^2(θ)]

0 = 2tan(θ) - [4.9*4/(6.8)^2] - [4.9*4/(6.8)^2][tan^2(θ)

Now solve the quadratic to find two angles.
 
rl.bhat said:
0 = (6.8sin theta)(2/6.8cos theta) + -4.9(2/6.8 cos theta)2

Rewrite this equation as

0 = 2tan(θ) - [4.9*4/(6.8)^2]sec^2(θ)

0 = 2tan(θ) - [4.9*4/(6.8)^2][1 + tan^2(θ)]

0 = 2tan(θ) - [4.9*4/(6.8)^2] - [4.9*4/(6.8)^2][tan^2(θ)

Now solve the quadratic to find two angles.

I explain simple method.

t=2/(6.8cos θ) ...(1)

t=0 at initial point, t= 2/(6.8cos θ) at final point

For y-axis
0=(6.8sinθ)t - 4.9t^2
t=(6.8sin θ)/4.9...(2)
Eqn.(1)=Eqn.(2)
2/(6.8cos θ) =( 6.8sin θ)/4.9
2sin θ cos θ=4(4.9)/(6.8)^2
sin2 θ=4(4.9)/(6.8)^2=0.4239
2θ= 25.81 deg. (or) 180-25.81=154.19 deg.
θ = 12.54 deg. (or) 77.46 deg.
 
Thank you so much Inky, I now get it... I forgot some of the functions and seeing it step by step brought them back to me.

Thanks again!
 

Similar threads

Replies
11
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
Replies
12
Views
2K
Replies
3
Views
2K
Replies
40
Views
3K
Replies
30
Views
2K
Replies
5
Views
1K