Projectile Motion 2D - Spring Launched

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
reaganks
Messages
1
Reaction score
0
Projectile Motion 2D -- Spring Launched

There is this ball launched from a slingshot. Given the mass is 0.9 kg at the angle 60° to the horizontal, with k=750 N/m and is stretched by length l = 0.6 m. The ball is shot 1 m above the ground. (g=10 m/s2).

The questions are to derive the equation describing the velocity and trajectory with the aerodynamic drag negligible.

My approach is first to find the acceleration in x and y direction.
F = k.x = 750x0.6 = 450 N
Fx = F cos 60 = 389.71 N, Fy = F sin 60 = 225 N

Horizontal:
Fx = m*ax
ax = 250 m/s2

Vertical:
Fy - mg = m*ay
ay = 423.01 m/s2

Then I find the Velocity
Vx = Vox + 250t
Vy = Voy + (423.01-10)t = Voy + 413.01t

My problem is now finding the initial Velocity Vo. I was thinking of using Energy principal but then I am stuck with the velocity of the ball at certain point, thus, I was not able to solve it.
 
Physics news on Phys.org
The initial velocity is zero.
 
dirk_mec1 said:
The initial velocity is zero.
reaganks said:
There is this ball launched from a slingshot.
with k=750 N/m and is stretched by length l = 0.6 m.
So the initial velocity will be nonzero.
 
Oh yes that's right my bad. Use an energy equation 1/2kx^2 = 1/2 mv(0)^2.