Projectile Motion: velocity and speed

AI Thread Summary
The discussion centers on understanding the difference between speed and velocity in the context of projectile motion. A problem involving a ball launched from a building is analyzed, with calculations for velocity and speed at the moment of impact derived from initial conditions and gravitational acceleration. It is confirmed that speed is indeed the magnitude of velocity, and the calculations provided are correct but could be simplified. Additionally, advice is given on improving the clarity of mathematical expressions using LaTeX formatting for future posts. Clear communication of equations is emphasized as essential for effective discussion.
MathHelpa
Messages
4
Reaction score
0
I came across this one problem that asked for speed and velocity and I was wondering what the speed is suppose to be. I read somewhere that its the magnitude to velocity. So I want to see if I am doing this right.

A ball is launched off the top of a building. The initial velocity of the ball is v₀ = (v₀,0) and the initial height is H. What is the velocity and speed at the moment it hits the ground in terms of v₀,H and g?


y = v₀yt + 1/2at2
y = 0 + 1/2at2
t = √(2h/g)

vx = v₀

vy = voy + at
vy = 0 + at
vy = g√(2h/g)

|v| = √((g√(2h/g)2 + v₀2)

θ = tan-1(g√(2h/g/v₀))

v = √(g√(2h/g)2 + v₀2)m/s tan-1(g√(g√(2h/g)/v₀) positive below x axis.

So the question is the speed suppose to be sqrt(g√(2h/g)2 + v₀2)m/s??
 
Physics news on Phys.org
Greetings,
Thanks for the headache ;)
Yes, speed is the magnitude of velocity.
Yes the answer is correct though it can be a bit more simplfied...
A hint for any future questions you may want to ask: If you don't know how to use Latex you may want to ensure your equations are at least readable. :D
For denoting power use ^ for denoting multiplication use * and if you are squaring a term with more variables then do something like this (v*w/x)^4
Regards:thumbup:
 
Here's some quick advice on how to use latex for the next time. It will allow you to make your equations clear and legible. Also, you should follow the posting format for next time.

There's two different ways you can execute latex. Inline latex and emphasized latex.

Inline latex looks like this : ##v = v_0t + \frac{1}{2}at^2##

Emphasized latex takes up a whole line and looks like this : $$v = v_0t + \frac{1}{2}at^2$$

To perform inline latex in your posts, simply wrap your text in ## tags like so :

Code:
##v = v_0t + \frac{1}{2}at^2##

To perform emphasized latex, wrap your text in $$ tags like so :

Code:
$$v = v_0t + \frac{1}{2}at^2$$

When writing within the tags, '^' allows you to write superscripts and '_' allows you to write subscripts ( There's s lot more uses for these two symbols, but as time goes on I'm sure you will get used to it ). \frac{numerator}{denominator} allows you to write fractions too.
 
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 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
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