Solve Speed Problem: Plate Reaches 40m Height & 70m Length

  • Thread starter Thread starter Kahsi
  • Start date Start date
  • Tags Tags
    Mechanics Speed
AI Thread Summary
A man throws a plate that reaches a height of 40m and a horizontal distance of 70m, leading to initial calculations of vertical and horizontal speeds of 28m/s and 24.56m/s, respectively. However, the expected total speed is 31m/s, indicating an error in time calculation, which should be double the initially computed value. The discussion also clarifies the relationship between height (h) and distance (s) in free fall, showing they are equivalent aside from a negative sign due to differing measurement conventions. Ultimately, the calculations and concepts of motion under gravity are explored to resolve the speed discrepancy. Understanding these principles is crucial for accurately solving projectile motion problems.
Kahsi
Messages
41
Reaction score
0
Hi.

A man is throwing a plate in the air. The plate reaches the height of 40m and the length of 70m. What was the speed of the plate?

This is what I've done

v_y:

mgh = \frac{mv^2}{2} => v = \sqrt{2gh} = \sqrt{2*9,82*40} = 28m/s


v_x:

v = v_0 + at => t = 28/9,82 = 2,85s

s = vt => v = s/t = 70/2,85 = 24,56m/s


Code:
                       /|
                     /  |
                   /    | v_y = 28m/s
           v_z   /      |
               /        |
             /          |
           /            |
         /______________|
         v_x = 24,6m/s

v_z = \sqrt{v_y^2+v_x^2} = \sqrt{24,6^2 + 28^2} = 37m/s

But the answer should be 31m/s. What am I doing wrong?

Thank you.
 
Physics news on Phys.org
Initial v_y is 28 m/s, but final is -28m/s, so total change is 56m/s and you've calculated t incorrectly; it is actually twice the value you gave.
 
Thank you for the reply krab.

I have now another question.

We know that
mgh = \frac{mv^2}{2} => h = \frac{v^2}{2g}
And we also know that s = v_0t + \frac{at^2}{2}
When it's a free fall v_0 = 0. That gives us
s = -\frac{gt^2}{2}

So what's the difference between s and h?

Thank you.
 
Last edited:
Your expression for h is in terms of the speed v when the object hits the ground.

The object's speed at time t is

v = gt

so t=v/g

Putting this into your expression for s, we get:

s = -\frac{gt^2}{2} = -\frac{g}{2}\frac{v^2}{g^2} = -\frac{v^2}{2g} = -h

So, as you can see, h and s are the same, apart from the negative sign. The negative sign comes from the fact that in one case you've measured positive distances downwards, and in the other positive distances are upwards.
 
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