Projectile motion equation question (2D)

AI Thread Summary
The discussion revolves around calculating the maximum height and distance of a projectile launched at 33.6 m/s at a 30-degree angle. The user successfully calculated the maximum height as 14.4 m and the horizontal displacement at maximum height as 49.9 m. However, they faced challenges using the arc length equation to find the actual distance traveled, leading to confusion between distance and displacement. Suggestions included using Pythagorean theorem to clarify the relationship between height and horizontal distance, and switching to a y versus x form for the arc length calculation. Ultimately, the user concluded that they may have overthought the problem, as the required values were already determined.
SchruteBucks
Messages
13
Reaction score
0
I need to calculate the max height and distance (at the max height) of a ball traveling 33.6m/s 30 degrees above the x-axis.

The max height was no problem, but I tried finding the distance using an arc length equation (with respect to time) and it didn't work. My distance was shorter than my displacement.

Now, I'm assuming it didn't work because in place of:

L= int(sqrt(1+(f'(x))^2))dx
(L=arc length)

I used:

d=int(sqrt(1+(x'(t))^2))dt=int(sqrt(1+(v(t))^2))dt
(d=distance, x(t)=displacement function, v(t) velocity function)

and this assumes uniform acceleration, but maybe the equation didn't work because though my acceleration is -9.8 in the y-direction, the object's direction is constantly changing, making my acceleration not uniform? This is just a guess though.

Bottom line: all I really need is a good equation that I can use to find the DISTANCE (not displacement) that the ball travels. Any help would be MUCH appreciated!
 
Physics news on Phys.org
SchruteBucks said:
I need to calculate the max height and distance (at the max height) of a ball traveling 33.6m/s 30 degrees above the x-axis.

The max height was no problem, but I tried finding the distance using an arc length equation (with respect to time) and it didn't work. My distance was shorter than my displacement.

Now, I'm assuming it didn't work because in place of:

L= int(sqrt(1+(f'(x))^2))dx
(L=arc length)

I used:

d=int(sqrt(1+(x'(t))^2))dt=int(sqrt(1+(v(t))^2))dt
(d=distance, x(t)=displacement function, v(t) velocity function)

and this assumes uniform acceleration, but maybe the equation didn't work because though my acceleration is -9.8 in the y-direction, the object's direction is constantly changing, making my acceleration not uniform? This is just a guess though.

Bottom line: all I really need is a good equation that I can use to find the DISTANCE (not displacement) that the ball travels. Any help would be MUCH appreciated!

Usually in these problems the distance at maximum height means the distance down range - eg the projectile might be above a point 100m away, rather than working out is 100m down range, but 100m in the air at the time so 141.4 m away [using Pythagorus].

You probably already know when it was at maximum height, using the horizontal velocity [constant] you can find how far away it was at the time.
 
First off, thanks for the reply!

The exact wording of the problem was "Calculate its height and the distance traveled to its maximum height", so maybe I am overthinking the problem. If that's the case, then I'm already done with it. I have a max height of 14.4m and a displacement in the positive x direction of 49.9m, and maybe that's what the problem was asking for in the first place.

I hope so, and I guess I'll assume so, especially since I can't find an equation that'll let me find the actual distance the ball travels. I'm probably just overthinking and being paranoid, as usual.

Thanks for the response!
 
SchruteBucks said:
First off, thanks for the reply!

The exact wording of the problem was "Calculate its height and the distance traveled to its maximum height", so maybe I am overthinking the problem. If that's the case, then I'm already done with it. I have a max height of 14.4m and a displacement in the positive x direction of 49.9m, and maybe that's what the problem was asking for in the first place.

I hope so, and I guess I'll assume so, especially since I can't find an equation that'll let me find the actual distance the ball travels. I'm probably just overthinking and being paranoid, as usual.

Thanks for the response!

I agree that "the distance traveled to its maximum height" is a little ambiguous.
Perhaps do pythagorus on your 14.4 and 49.9 just in case ??
 
SchruteBucks said:
First off, thanks for the reply!

The exact wording of the problem was "Calculate its height and the distance traveled to its maximum height", so maybe I am overthinking the problem. If that's the case, then I'm already done with it. I have a max height of 14.4m and a displacement in the positive x direction of 49.9m, and maybe that's what the problem was asking for in the first place.

I hope so, and I guess I'll assume so, especially since I can't find an equation that'll let me find the actual distance the ball travels. I'm probably just overthinking and being paranoid, as usual.

Thanks for the response!

Yes, that's probably right.

If you find out that you DO want the path length, then your approach with the arclength method is okay. You just need to switch from parametric form (functions of t for x and y) to a y versus x form for the function.

The path of the projectile will be a parabola. In this case it's an "upside down" or inverted parabola with its vertex up in the air at the zenith of the path. Of course the length of an arc of the parabola doesn't depend on the direction you traverse the path, nor does it depend upon the orientation of the parabola. So you can write the equation of an upright parabola with its vertex at the origin and consider the domain from the origin out to the maximum x-displacement.

The equation is of the form y = a*x2. You've got the point (xmax,h) to plug into it in order to find a, where xmax is the x displacement of your maximum height, h. Then you can go to town with the arclength integral.
 
@PeterO: I'm 99% sure that's what I was supposed to look for (the x displacement), so that's what I'm sticking with. Thanks for all your help!

@gneill: You genius of a man (or woman), that's exactly what I was looking for initially, and out of curiousity, I "went to town" on the arclength integral and found it easily. GREAT explanation, thanks for your help as well!
 
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