Projectile Motion 2D - Spring Launched

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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top