Newtonian mechanics - hillside fired projectile

AI Thread Summary
The discussion centers on a physics problem involving a cannonball fired from a hillside at an angle theta with respect to the vertical. Participants clarify the interpretation of vertical distance as the total distance traveled from the firing point to the impact point, while the impact location refers to where the projectile intersects the hillside. The equations of motion are established, with the projectile's trajectory described in terms of its horizontal and vertical components. A method is suggested to find the intersection of the projectile's path with the hillside by substituting the position functions into the equation of the hillside. The conversation emphasizes the need for solutions expressed in terms of initial velocity and angle, as no numerical values are provided.
KUphysstudent
Messages
40
Reaction score
1

Homework Statement


A canon is burried on a hillside, so the barrel is exactly at the height of the surface. The hillside creates angle theta with vertical, where 0 degrees < theta < 90 degrees. A canonball is fired with speed v_0 perpendicular on the hillside. The angle between velocity_0 and horizontal also has angle theta. g is 9.8 and there is no air resistance.

a) Find the vertical distance from the firingpoint to the point where the canonball again has the same height as when it was fired.

b) Find the horizontal distance from the firingpoint to the impact location on the hillside.

11j0pq1.jpg

This is the exact text translated from my language. And sorry about my lack of paint skills.

Homework Equations


How am I supposed to find the distance when I have no variables?

The Attempt at a Solution


vox = v0*cosθ
voy = v0*sinθ

y = voy*t-1/2*g*t2
y = 0 = voy*t2-1/2*g*t2 = t2(voy-1/2*g*t2)
t2=0 and t2=(2*voy)/g
R = vox*t2

This is my first time using this forum, so I hope this is the style people want to see it in.
 
Physics news on Phys.org
I have a couple of questions,
1) Does vertical distance imply total distance traveled between initial point and apex and back again--i.e. twice the max height above firing point?
2) Does impact location on the hillside imply that the projectile is impacting the same hillside, with slope of -cot(theta)?
In answer to your question--without additional information, you will be looking for solutions in terms of v_0 and theta.
 
You are told that the hillside makes angle \theta with the vertical which means it has angle, as in your picture, -\theta (radians) with the horizontal. If we take the position of the barrel of the cannon to be (0, 0) in an xy- coordinate system with the y-axis vertical and x-axis horizontal we can write the equation of the line, as shown in your picture, y= -tan(\theta)x. The cannon ball is fired perpendicular to the hillside so at angle \theta to the horizontal, as you show. The x and y components are as you give, y(t)= -(g/2)t^2+ v_0 sin(\theta)t and x(t)= v_0 cos(\theta). You want to find the point where the two graphs intersect. Replace the x and y in y= -tan(\theta)x with y(t)= -(g/2)t^2+ v_0 sin(\theta)t and x(t)= v_0 cos(\theta) to get a single quadratic equation in t. Of course, one of the two solutions will be t= 0.
 
RUber said:
I have a couple of questions,
1) Does vertical distance imply total distance traveled between initial point and apex and back again--i.e. twice the max height above firing point?
2) Does impact location on the hillside imply that the projectile is impacting the same hillside, with slope of -cot(theta)?
In answer to your question--without additional information, you will be looking for solutions in terms of v_0 and theta.

1] vertical distance is from the initial point and to the point where it impacts the x-axis again. So a normal parabola with initial velocity and angle. that is what question (a) is about.
2] Then question (b) is where the projectile impacts the hillside when it goes under the x-axis.
Im sorry if my question is confusing, but I just translated the text in the assignment.
Also I have changed the picture to add the two parabolas hopefully helping, though they were not on the picture giving with the assignment.

b
rs6gkl.png


By the way thanks for your quick answer. myself is often that I don't know if you in some way to calculate the result in some sneaky way or they just want the formulas.
 
In that case, it looks like you have part (a) solved.
For part (b), define your points on the hill as pairs (x, f(x)) and do the same for your position function. I mean change t into a function of x, and use that in your functional form for y(t) to make y(x).
Then you should be able to 'generally' solve for where the curves intersect.
 
½ * g * t2 - (v0 * sinθ) * t + y = 0
t = (v0 * sinθ ± sqrt((-v0 * sinθ) - 4 (½ * g) * y)) / 2(½ * g)
t = (v0 * sinθ ± sqrt(v02 * sin2θ - 2 * g * y)) / g
Using the positive root
x = (v0 * cosθ) * t

I did it like this earlier, I just thought it wasnt good enough because I couldn't get a numerical result.
 
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