Projectile Motion Problem: Determining Height Using Equations

AI Thread Summary
The discussion revolves around a projectile motion problem involving a fish shooting water at an insect resting on a leaf. The fish launches the water at a 60-degree angle with an initial velocity of 3.01 m/s, and the horizontal distance to the insect is 0.600 m. The user calculated the time for the water to travel horizontally and the vertical position at that time, but received an incorrect answer from the program. It was suggested that rounding intermediate values could lead to inaccuracies, and using exact values instead may resolve the issue. The focus is on ensuring precise calculations to determine the height of the leaf above the water level.
jumbogala
Messages
414
Reaction score
4

Homework Statement



An insect is resting above the water level on a leaf, a horizontal 0.600 m away from a fish. The fish shoots water into the air above the surface of the water at a 60 degree angle, with an initial velocity of 3.01 m/s.

Assume the fish shoots the water into the air at water level, and that the water hits the insect.

At what height is the leaf above water level?

Homework Equations


v = vi + at
v= d/t
x = vi(t) + 0.5a(t^2)

The Attempt at a Solution


First I tried to find out how much time it would take the water to travel in the horizontal direction.

Initial velocity in horizontal direction: cos60*3.01= 1.505 m/s
With zero acceleration, the time it would take to travel 0.600 m would be:
t=0.600/1.505=0.398 s

Then, I tried to figure out where the water would be at 0.398 seconds vertically.
Its initial velocity is sin60*3.01 = 2.60 m/s
2.60(0.398)+(0.5)(-9.81)(0.398^2)= 0.259 m

I must be doing something wrong because the program says I have the wrong answer. I have no idea where the problem is, though... any ideas?
 
Physics news on Phys.org
You have rounded at the intermediate steps, which has induced errors in your final answer. Try to use the exact values of the intermediate steps by either storing them in your calculator, or writing down the full calculator display.
 
Thanks, I think that solves the problem.
 
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 'Calculation of Tensile Forces in Piston-Type Water-Lifting Devices at Elevated Locations'
Figure 1 Overall Structure Diagram Figure 2: Top view of the piston when it is cylindrical A circular opening is created at a height of 5 meters above the water surface. Inside this opening is a sleeve-type piston with a cross-sectional area of 1 square meter. The piston is pulled to the right at a constant speed. The pulling force is(Figure 2): F = ρshg = 1000 × 1 × 5 × 10 = 50,000 N. Figure 3: Modifying the structure to incorporate a fixed internal piston When I modify the piston...
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