Conservation of mechanical energy problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 3K views
BrainMan
Messages
279
Reaction score
2
Problem: the masses of the javelin, discus, and shot are .8 kg, 2.0 kg, and 7.2 kg, respectively, and record throws in the track events using these objects are about 89 m, 69 m, and 21 m, respectively. Neglecting air resistance, (a) calculate the minimum initial kinetic energies that would produce these throws and (b) estimate the average force exerted on each object during the throw, assuming the force acts over a distance of 2 m. The answer is (a) 349 j, 676 j, 741 j (b) 175n , 338 n, 371n

Relevant equations: KEi+PEi=KE+PEf
Or 1/2mv^2+mgy= 1/2mv^2+mgy

Attempt: I tried to use some kind of substitution to find v and y but I only had one equation so I couldn't use the substitution method.
 

Discussion

Physics news on Phys.org
To have a projectile reach a given range, how can it be set in motion? Is there any freedom in choosing the parameters of the initial motion? How can that freedom be used to minimise the initial kinetic energy?
 
BrainMan said:
Problem: the masses of the javelin, discus, and shot are .8 kg, 2.0 kg, and 7.2 kg, respectively, and record throws in the track events using these objects are about 89 m, 69 m, and 21 m, respectively. Neglecting air resistance, (a) calculate the minimum initial kinetic energies that would produce these throws and (b) estimate the average force exerted on each object during the throw, assuming the force acts over a distance of 2 m. The answer is (a) 349 j, 676 j, 741 j (b) 175n , 338 n, 371n

Relevant equations: KEi+PEi=KE+PEf
Or 1/2mv^2+mgy= 1/2mv^2+mgy

Attempt: I tried to use some kind of substitution to find v and y but I only had one equation so I couldn't use the substitution method.
For a given initial velocity, what is the launch angle that produces the longest range (longest horizontal distance of travel before hitting the level ground)? Use that angle when using the formula for initial velocity and range.
AM
 
The launch angle is not given.
 
BrainMan said:
The launch angle is not given.
Write out the equation for the Range as a function of initial speed and angle. At what angle is the range maximum (i.e. keeping velocity constant)? If you use that value for the angle, then the equation provides the longest range for a given speed. They give you the range. Work out the speed.

AM
 
I used the equation
ImageUploadedByPhysics Forums1398872549.449364.jpg
. I used this to try to find the initial velocity and then used the initial velocity to try to find the kinetic energy when the potential energy is zero thus finding the energy needed for the system. I got the wrong answer. Is the formula I derived not correct?
 
X represents the x distance at the top of the projectiles motion.
 
Last edited:
Equation for trajectory:

$$X = \frac{V_{0}^2\sin(2\theta)}{g}$$

I think they want you to assume your angle ##\theta## is 45 degrees, because that is the angle at which a maximum trajectory will occur.

You are given the trajectories but not the initial velocity, so that is what you want to solve the above equation for.

After that, I am going to assume you know the equations for work and energy. Since they are asking for the average force over a given distance, the standard ##W = Fd## equation can be used.
 
The way you wrote that equation is unclear. Could you send me a better representation?
 
BrainMan said:
The way you wrote that equation is unclear. Could you send me a better representation?

Umm, not sure how else to write it. If you were to read it out, you'd say that the trajectory of a projectile is equal to the initial velocity squared multiplied by the sine of 2 times the launch angle theta, divided by g, the acceleration of gravity.

##X## = trajectory
##V_{0}## = initial launch velocity
##\theta## = initial launch angle
##g## = acceleration of gravity
 
Ok I get it. Thanks!