Two-dimensional kinematics: Projectile Motion

AI Thread Summary
The discussion focuses on calculating the range of a shot put thrown at different angles using projectile motion equations. The initial speed is 11.2 m/s from a height of 5.00 ft, and the user attempts to find the range for launch angles of 20, 30, and 40 degrees. The calculations for the range are incorrect due to not properly separating the vertical and horizontal components of motion. Key equations include the time of flight and the range formula, which require accurate input of angle and height. Clarification is provided on using the vertical component to determine time in the air and the horizontal component for range calculation.
macha9907
Messages
1
Reaction score
0

Homework Statement


A shot-putter throws the shot with an initial speed of 11.2 m/s from a height of 5.00 ft above the ground. What is the range of the shot if the launch angle is a) 20 degrees, b) 30 degrees, or c) 40 degrees?

Homework Equations


y = 1/2 gt^2
x = vt
R= Range
R = (v0^2/g)sin2(theta)
?

The Attempt at a Solution


For a) 20 degrees:
t = sqrt(2y/g)
t = 1.01s
x = (11.2 m/s)(1.01s) = 11.3 m

b) R= [(11.2m/s)^2 /9.81 m/s^2] (2sin(30))
R= 12.78 m (this is incorrect..)

c) R= [(11.2 m/s)^2 /9.81 m/s^2] (2sin(40))
R = 16.48 m (this is also incorrect)

I don't really understand how I should approach this problem, or which equations I should use. The range equation is not working for me. I can't repeat the steps from part a because they did not include the angle in the first place..

I appreciate any help given.
 
Physics news on Phys.org
For b) Find the time. There are two parts because one half of the parabola has a different floor height.
Code:
v[SUB]initialx[/SUB]=v[SUB]initial[/SUB]sin(θ)
v[SUB]final[/SUB]=v[SUB]initial[/SUB]+at
t[SUB]up[/SUB]=-v[SUB]initial[/SUB]/g

v[SUB]final[/SUB][SUP]2[/SUP]=v[SUB]initial[/SUB][SUP]2[/SUP]+2ad
(d+5)=1/2at2
t[SUB]down[/SUB]=√[2(d+5)/g]

t[SUB]up[/SUB]+t[SUB]down[/SUB]=t[SUB]total[/SUB]
The horizontal component maintains a constant velocity until it hits the floor.
Code:
v[SUB]y[/SUB]=v[SUB]initial[/SUB]cos(θ)
v[SUB]y[/SUB]=R/t[SUB]total[/SUB]
R=v[SUB]y[/SUB]t[SUB]total[/SUB]

I'm just a student myself so please tell me if you spot anything wrong! The steps above should apply similarly to question C as well.
 
Last edited:
yes your problem is that you aren't separating components of velocity. You can use the vertical component to calculate the time in the air. and you can use the horizontal component and the time to find the range.
 
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...
Back
Top