Projectile Motion: Solving for Time and Initial Velocity

AI Thread Summary
A cannonball is fired at a 50-degree angle and lands 67 meters away, with air resistance considered negligible. To find the initial velocity, the range equation R = v^2 * sin(2*theta) / g is used, allowing for the calculation of velocity based on known values of range and angle. The time in the air can be determined using t = 2*v*sin(theta)/g, which incorporates the initial velocity and angle. Additionally, the motion can be analyzed in both x and y directions to derive expressions for distance and time. This approach clarifies the relationship between the variables involved in projectile motion.
Unsettledchim
Messages
4
Reaction score
0

Homework Statement


A cannonball is fired from the ground at an angle of 50 degrees. The ball lands 67 meters from where it was fired. Air resistance is negligible.

How long was the ball in the air?

With what velocity was the cannonball fired?

Homework Equations


Xf=.5at2+Vot+Xo
Vf=at+Vo

The Attempt at a Solution

 
Physics news on Phys.org
Unsettledchim said:

Homework Statement


A cannonball is fired from the ground at an angle of 50 degrees. The ball lands 67 meters from where it was fired. Air resistance is negligible.

How long was the ball in the air?

With what velocity was the cannonball fired?

Homework Equations


Xf=.5at2+Vot+Xo
Vf=at+Vo

The Attempt at a Solution


You will need the range equation:

R = v^2 * sin(2*theta) / g. Knowing theta and R (the range), solve for v.

The time in the air is given by t = 2*v*sin(theta)/g. You know v and theta, so solve for t. If you need me to derive these equations, let me know.
 
Thank you and yes that would be great if you could drive the equation
 
Unsettledchim said:
Thank you and yes that would be great if you could drive the equation

The total velocity can be written as components of the velocity in the x direction and in the y direction:

V(total) = sqrt(V(x)^2 + V(y)^2)

where V(x) = V(0)cos(theta) and V(y) = V(0)sin(theta)

In the x direction, the object travels the following distance (let's call it D(x), which is actually the range R in my last post):

D(x) = V(x)*t = V(0)cos(theta)*t

Our goal is now to find an expression for t, the time, and we can do that by examining the motion in the y direction:

D(y) = V(y)*t - (1/2)*g*t^2 = V(0)sin(theta)*t - (1/2)*g*t^2

Now take the derivative with respect to time and set it equal to zero. This will tell you the time at which the object's velocity in the y direction is zero. Practically, you're finding out when the object reaches the top of the parabolic curve (the greatest height in its motion).

D'(y) = V(0)sin(theta) - g*t = 0

Solve for t:

t = V(0)sin(theta) / g.

The time to complete the entire distance is obviously twice this:

t = 2V(0)sin(theta)/g.

Plug this t back into the D(x) equation to get:

D(x) = 2*V(0)^2*sin(theta)*cos(theta)/g

You can leave the equation in this form if you want, but making the trig substitution sin(2*theta) = 2sin(theta)cos(theta) makes it look nicer:

D(x) = V(0)^2sin(2*theta)/g
 
Thank you, that helped a ton, my physics teacher had not given us that equation.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...

Similar threads

Back
Top