Calculate initial speed of an athlete - projectile motion

Click For Summary

Homework Help Overview

The discussion revolves around calculating the initial speed of an athlete performing a standing long jump, specifically under the context of projectile motion. The athlete is assumed to jump at a 45-degree angle, covering a horizontal distance of 3.0 meters, with gravitational acceleration set at 10 m/s² and no air resistance considered.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants explore the relationship between horizontal and vertical components of motion, noting that the initial vertical and horizontal velocities are equal due to the angle of the jump. They discuss the application of SUVAT equations separately for each dimension and question the known variables and assumptions regarding acceleration.

Discussion Status

Participants are actively engaging with the problem, raising questions about the assumptions made regarding horizontal acceleration and the relationship between the two components of motion. Some have proposed equations for both the vertical and horizontal components, leading to a deeper exploration of the relationships between the variables involved.

Contextual Notes

There is an ongoing discussion about the displacement in the vertical direction and how it relates to the horizontal motion. Participants are considering the implications of the jump's height and the time of flight, as well as the need for distinct variables in their equations for clarity.

Peter Halsall
Messages
11
Reaction score
0

Homework Statement


An athlete can cover 3.0 m for a standing long jump. Assuming that this athlete jumps at an angle of 45 degrees to the horizontal. calculate the speed at which the jumper can launch herself from a standing start.
Assume g =10 ms^-2
and no air resistance
Assume that horizontal velocity never changes

Homework Equations


v=u+a*t
x=(u+v/2)*t
x=u*t+(a/2)*t^2
x=v*t-(a/2)*t^2
v^2=u^2+2*a*x
v= final velocity
x= displacement
a= acceleration
u= initial velocity
t= time
sin theta*initial velocity= vertical initial velocity
cos theta*initial velocity= horizontal initial velocity

The Attempt at a Solution


In my scientific calculator I observed that cos 45 = sin 45 and thus the initial vertical and horizontal velocity must be equal to each other. From my observations, I do not think I have enough information to find this from the formula's listed. I don't really know what to do from here =/
 
Physics news on Phys.org
Peter Halsall said:

Homework Statement


An athlete can cover 3.0 m for a standing long jump. Assuming that this athlete jumps at an angle of 45 degrees to the horizontal. calculate the speed at which the jumper can launch herself from a standing start.
Assume g =10 ms^-2
and no air resistance
Assume that horizontal velocity never changes

Homework Equations


v=u+a*t
x=(u+v/2)*t
x=u*t+(a/2)*t^2
x=v*t-(a/2)*t^2
v^2=u^2+2*a*x
v= final velocity
x= displacement
a= acceleration
u= initial velocity
t= time
sin theta*initial velocity= vertical initial velocity
cos theta*initial velocity= horizontal initial velocity

The Attempt at a Solution


In my scientific calculator I observed that cos 45 = sin 45 and thus the initial vertical and horizontal velocity must be equal to each other. From my observations, I do not think I have enough information to find this from the formula's listed. I don't really know what to do from here =/
There are two dimensions to be considered. You can apply those SUVAT equations separately in each.
In general, a SUVAT equation involves four variables of initial speed, final speed, acceleration, distance covered, and time taken. So given any three you can find the other two, i.e. there are effectively six unknowns altogether forthe whole motion.
In this case, you know the distance and acceleration in each direction. That settles four of them. You also know the initial velocities are the same in each direction, so that's one more equation. What else is the same for both motions?
 
Peter Halsall said:
...In my scientific calculator I observed that cos 45 = sin 45 and thus the initial vertical and horizontal velocity must be equal to each other ...
So can you produce an equation for the horizontal component and another for the vertical component, then equate them to find another piece of data?
 
haruspex said:
There are two dimensions to be considered. You can apply those SUVAT equations separately in each.
In general, a SUVAT equation involves four variables of initial speed, final speed, acceleration, distance covered, and time taken. So given any three you can find the other two, i.e. there are effectively six unknowns altogether forthe whole motion.
In this case, you know the distance and acceleration in each direction. That settles four of them. You also know the initial velocities are the same in each direction, so that's one more equation. What else is the same for both motions?
How do we know the acceleration for the horizontal component? And what do you mean by 'initial velocities are the same in each direction, so that's one more equation' ?
 
Peter Halsall said:
How do we know the acceleration for the horizontal component? And what do you mean by 'initial velocities are the same in each direction, so that's one more equation' ?
...Assume that horizontal velocity never changes
If horizontal velocity never changes, what is horizontal acceleration?

UH = UV is a simple, but valid equation.
 
note: sin(45deg) = cos(45deg) = 1/√2
so if the initial speed is u, the vertical and horizontal components are u/√2

How do we know the acceleration for the horizontal component?
Newton's Laws ... what are the forces acting on the jumper?
Alternately - if you are assuming the horizontal velocity does not change, then you can just use the definition of acceleration.

And what do you mean by 'initial velocities are the same in each direction, so that's one more equation' ?
He means the components of the initial velocity:
The initial velocity would be ##\vec v(0)=v_x(0)\hat\imath + v_y(0)\hat\jmath## but it is easier to work in components.
At time t>0, ##\vec v(t)=v_x(t)\hat\imath + v_y(t)\hat\jmath## ... this just says you can always break the velocity into horizontal and vertical components.
##v_x(0)=v_y(0)## is an equation that says "the components of the initial velocity are the same as each other" - maths is a language.

You are going to end up solving simultanious equations - so just write down all the relationships you know that apply to the situation.
i.e. if it takes time T to make the jump, then x(0)=0 and x(T)=3m ... y(0)=0 what is y(T)?
 
How do I know the displacement vertically? and I don't know what else is the same in terms of both motions. They both have the same initial velocity but the difference in acceleration (which for horizontal it must be 0, thank you) implies that the motions must be different.
 
Peter Halsall said:
How do I know the displacement vertically? and I don't know what else is the same in terms of both motions. They both have the same initial velocity but the difference in acceleration (which for horizontal it must be 0, thank you) implies that the motions must be different.
Is the landing point higher than the take-off point? Lower?
Think through the five variables I listed for each of the two directions, horizontal and vertical. Which ones are the same in both directions?
 
haruspex said:
Is the landing point higher than the take-off point? Lower?
Think through the five variables I listed for each of the two directions, horizontal and vertical. Which ones are the same in both directions?
Time? Time can't be different for either directions of motion, the direction has no effect on it whatsoever.
 
  • #10
Peter Halsall said:
Time? Time can't be different for either directions of motion, the direction has no effect on it whatsoever.
That's right, the two motions occur over the same period of time. So what equations can you now write?
 
  • #11
haruspex said:
That's right, the two motions occur over the same period of time. So what equations can you now write?
x=u*t+(a/2)*t^2
 
  • #12
Peter Halsall said:
x=u*t+(a/2)*t^2
Is that for the horizontal or the vertical direction? You need one equation for each, using distinct symbols where appropriate.
 
  • #13
haruspex said:
Is that for the horizontal or the vertical direction? You need one equation for each, using distinct symbols where appropriate.
Could you use it for both?
 
  • #14
Peter Halsall said:
Could you use it for both?
You can use the same generic equation, but the variables may take different values, so use a distinct name for each variable that might have a different value.
 
  • #15
haruspex said:
You can use the same generic equation, but the variables may take different values, so use a distinct name for each variable that might have a different value.
Ok so I have two equations
Vertical component:
0=1/√2*u*t-5*t^2
Horizontal component:
3=1/√2u*t

From this I can rearrange the horizontal equation to get t by itself and then substitute it into the vertical equation to attain u?
 
  • #16
Peter Halsall said:
Ok so I have two equations
Vertical component:
0=1/√2*u*t-5*t^2
Horizontal component:
3=1/√2u*t

From this I can rearrange the horizontal equation to get t by itself and then substitute it into the vertical equation to attain u?
Yes.
 

Similar threads

Replies
11
Views
2K
Replies
5
Views
2K
Replies
5
Views
1K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
40
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
17
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K