Initial Speed and Projectile Motion

AI Thread Summary
The discussion revolves around calculating the initial speed of a golf ball in projectile motion, given its maximum height of 4.98 meters and horizontal range of 24.8 meters. The user employs kinematic equations to determine the time of flight and the final velocity components, noting that the vertical velocity at maximum height is zero. The user initially struggles with converting velocity components to speed but is reminded to use the Pythagorean theorem for magnitude calculation. After correcting an error in the x-component calculation, the user confirms that adding the velocity components as vectors will yield the initial velocity of the ball. The conversation emphasizes the importance of understanding projectile motion principles and accurately applying kinematic equations.
Rubber Ducky
Messages
14
Reaction score
0

Homework Statement



The path of a golf ball over level ground reaches a height of 4.98m and a horizontal range of 24.8m. What is the ball's initial speed?

So it's a projectile motion problem. I draw a graph showing the parabolic trajectory of the ball, with the start point at the origin. It's final x = 24.8m and final y = 0m

Homework Equations



We have three constant acceleration equations we use in my course:

\vec{v}_{fx} = \vec{v}_{ix} + \vec{a}_{x}t

Ensuring everything is in the same direction (vertical or horizontal), final velocity = initial velocity + acceleration * time

\vec{x}_{f} = \vec{x}_{i} + \vec{v}_{ix}t + \frac{1}{2}\vec{a}_{x}t^2

Looks like an integral. Final position = initial position + initial velocity * time + half acceleration * t squared

\vec{v}_{fx}^2 = \vec{v}_{ix}^2 + 2\vec{a}_{x}Δ\vec{x}

Final velocity squared = initial velocity squared + double acceleration * displacement

The Attempt at a Solution



My prof posted a video meant to give hints that will help us get started on the problem. I can try linking it here, though I'm not sure it'll work:

https://dal.echo360.com:8443/ess/echo/presentation/7b597979-18b5-413e-8a63-0aca1db8801d

Basically what it says is that, the motion is parabolic, I know the max height, and we know from class that the velocity at a projectile at max height is 0.

I then draw a graph with only half the parabola, starting at (x,y) = (0,4.98) and ending at (24.8, 0).

Then I have:

\vec{a}_{y} = -9.8m/s/s
\vec{v}_{iy} = 0m/s
\vec{y}_{i} = 4.98m
\vec{x}_{f} = 24.8m
t = ?
vf = ?

I use the second equation I listed above to find t:

0m = 4.98m + (0m/s)t + 1/2(-9.8m/s/s)t^2
0m = 4.98m - (4.98m/s/s)t^2
(4.9m/s/s)t^2 = 4.98m
t = 1.0081302s

I keep in mind that this is only the time for half the parabola, so if I use this for the whole thing, I will need to double it.

We know from class also that the velocity at the end of a projectile's path is equal to but opposite in direction of the initial velocity. We also know that if we find the x and y components of the final velocity, we can add them to obtain the final velocity.

For the y component, I use equation 2 from above:

\vec{v}_{fy} = \vec{v}_{iy} + \vec{a}_{y}t
\vec{v}_{fy} = 0m/s + (-9.8m/s/s)(1.0081302s)
\vec{v}_{fy} = -9.87968m/s

For the x component, I use equation 2 (acceleration along x is always 0m/s/s for projectiles, we learned in class):

\vec{x}_{f} = \vec{x}_{i} + \vec{v}_{ix}t + \frac{1}{2}\vec{a}_{x}t^2<br /> 24.8m = 0m + (\vec{v}_{ix})(1.0081302s) + 0<br /> 24.8m = (1.0081302s)\vec{v}_{ix}<br /> \vec{v}_{ix} = 24.599997m/s<br /> This is where my main problem is. I&#039;m guessing I did all of the above correctly, because it was simply subbing into the equations. I&#039;m just not sure how to get the initial SPEED when I have the VELOCITY components.<br /> <br /> Hopefully this is easy enough to understand, and thanks for all who read.
 
Last edited:
Physics news on Phys.org
Rubber Ducky said:
I then draw a graph with only half the parabola, starting at (x,y) = (0,4.98) and ending at (24.8, 0).
That first point is not part of the parabola. It reaches max height at half the horizontal range.


I use the second equation I listed above to find t:

0m = 4.98m + (0m/s)t + 1/2(-9.8m/s/s)t^2
0m = 4.98m - (4.98m/s/s)t^2
(4.9m/s/s)t^2 = 4.98m
t = 1.0081302s

I keep in mind that this is only the time for half the parabola, so if I use this for the whole thing, I will need to double it.
OK.

For the y component, I use equation 2 from above:

\vec{v}_{fy} = \vec{v}_{iy} + \vec{a}_{y}t
\vec{v}_{fy} = 0m/s + (-9.8m/s/s)(1.0081302s)
\vec{v}_{fy} = -9.87968m/s
OK.

For the x component, I use equation 2 (acceleration along x is always 0m/s/s for projectiles, we learned in class):

\vec{x}_{f} = \vec{x}_{i} + \vec{v}_{ix}t + \frac{1}{2}\vec{a}_{x}t^2<br /> 24.8m = 0m + (\vec{v}_{ix})(1.0081302s) + 0<br /> 24.8m = (1.0081302s)\vec{v}_{ix}<br /> \vec{v}_{ix} = 24.599997m/s
<br /> Don&#039;t forget that the time is for <b>half</b> the motion.<br /> <br /> <br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> This is where my main problem is. I&#039;m guessing I did all of the above correctly, because it was simply subbing into the equations. I&#039;m just not sure how to get the initial SPEED when I have the VELOCITY components. </div> </div> </blockquote>If you have the components of any vector, use the Pythagorean theorem to find the magnitude.
 
Thanks to both of you. I don't know how I managed to miss that while reviewing my notes.

I also seem to have done the x component wrong. The initial x position was 12.4m, not 0m, which gave me the correct answer with the pythagorean theorem. Thanks again.

Now if I want the initial velocity of the ball, I can just add both velocity components, correct?
 
Rubber Ducky said:
Now if I want the initial velocity of the ball, I can just add both velocity components, correct?
As long as you "add" them as vectors, sure.
 
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 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
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