Finding initial velocity of an object reaching 10 m high

AI Thread Summary
To find the initial velocity of an object just clearing a 9.99 m wall, two methods can be used: kinematics and conservation of energy. The kinematic approach involves using the SUVAT equations, where a 45-degree launch angle can simplify calculations, providing enough known variables to solve for initial velocity. However, assuming a 45-degree angle may not align with the problem's requirement of "just clearing" the wall, leading to potential contradictions. The conservation of energy method equates the potential energy at the wall height to the kinetic energy at launch, allowing for a straightforward calculation of velocity. Clarity in problem formulation is essential to determine the correct approach and assumptions.
Blobikins
Messages
25
Reaction score
0

Homework Statement


I need to find two ways to calculate initial velocities (2 versions) of an object just clearing over a 9.99 m wall.

Homework Equations



kinematics equations

The Attempt at a Solution



Way 1 I was trying is to say dx = 40m , dy = 10m, ay= -9.81m/s^2.

The thing is, I can't get started even for y because I'm missing too many variables, namely viy, vfy, and t.

The second way is to say the angle is 45 degrees, so viy is (something)sin45 and vx is (something)cos45.

But again, I'm missing too many variables to calculate it.

Am I missing something?
 
Physics news on Phys.org
I don't see any reason to assume a 45 degree angle or any angle other than straight up. One way to get an equation is to use "F= ma" or "a= F/m". For gravity, F= -mg so that just becomes a= -g. Then v= -gt+ v0 and x= -(g/2)t^2+ v0t= t(v0- gt). That's a parabola. Where is the vertex?

The other way is to use "conservation of energy". At 10m the total energy, potential energy plus kinetic energy, is, since the velocity is 0, is just the potential energy= mgh= 10mg. When it just starts, the potential energy is 0 so the kinetic energy is (1/2)mv^2= 10mg. What is v?
 
Ah, I'm sorry, I forgot to say a 8.99. M wall 40 m away, so the dx would be 80, sorry.What am I missing?
 
If you assume 45 degree launch angle you do have enough knowns values to solve for the launch velocity. Look up the SUVAT equations..
 
If you assume the angle is 45 degree you have too many restrictions. The object won't be "just clearing the wall".
What you should assume is that the trajectory has its highest point at 10 m above the ground.
 
Alright, so I've finished the equation 1 way, with the peak being 10 m, but my teacher wants it done two ways. He suggested choosing 45 degrees as an angle, but how exactly would I go about doing that?
 
But 45 degrees does not satisfy the setup of the problem. How can you solve with contradictory conditions?
It's either "just clearing the wall" or 45 degrees angle. Given that you keep the two distances (10 m and 40 m) unchanged.
You need to have the problem very clearly formulated before thinking about solution.
 
By my thinking 45 Deg (frictionless) exactly satisfies the set up - as the optimal, lowest launch Velocity - granted the problem does not state optimal !
 
So, I was thinking so at 40m it's just reaching 10m, not the peak at that point.

With the angle of 45 degrees, how do I do that?
 
  • #10
I am reading again and is the problem really "find two WAYS" -- Vs two solutions? ( there are infinite solutions)
 
  • #11
Apologies, I meant 2 solutions.

Would it be possible for me to do a theoretical parabola where the midpoint is 80,20, so then a quarter of the time would be 40,10?
 
  • #12
It is a single math problem - and pick two solutions. The advantage of the 45 is since it is optimal it is the minimum V init.
 
  • #13
I don't know what you're getting at.

Pick two solutions?

I feel I'm missing a variable if I just have 45?

What exactly do I do?
 
  • #14
So basically I'td be x - ?cos45 = vx
d = 40

y =

?sin45 = viy
d =10
a = -9.8
t = ?

How do I put this together to make a proper equation
 
  • #15
CWatters said:
If you assume 45 degree launch angle you do have enough knowns values to solve for the launch velocity. Look up the SUVAT equations..

The SUVAT equation I was hoping you would find is...

s = ut + 0.5at2

u = Vsin(45)
|a| = 9.8m/s/s
s = 9.99m
 
  • #16
Brute-force method: Construct a parabola starting at (0,0) with a 45o launch angle, peaking at, say, (B,A) and landing at (2B,0).
The general form is: y = A-C(x-B)^2.
You know another point on the curve: (40,10).
You know dy/dx at (0,0) = 1.
Solve for A, B, and C.
 
Back
Top