Projectile Motion Ball Calculation

AI Thread Summary
A ball is projected from point A with an initial velocity Vo perpendicular to an incline and strikes the incline at point B. The calculations involve determining the time of flight and horizontal range, with initial attempts focusing on vertical and horizontal components of motion. The user expresses confusion about their calculations, particularly regarding the time when y equals zero and the horizontal range at that point. Suggestions include expressing both x and y as functions of time and using the equation of a straight line to relate them along the incline. Clarifying these relationships is essential for accurately determining the range R in terms of Vo and the angle β.
richievuong
Messages
33
Reaction score
0
A question from my pre-unit test review

A ball is projected from point A with an intial velocity Vo, which is perpendicular to the incline shown. Knowing that the ball strikes the incline at B, determine the range R in terms of Vo and β.

Diagram can be seen here:

http://img146.imageshack.us/img146/3231/projectile001xu5.jpg
I drew the delta X/Y, and 90-βI did some calculations(very messy), still confused about it though

For typing purposes I used V1 for Vo
V1y = V1sin(90-β)
V1x = V1cos(90-β)

First I tried to find time:
y = V1yt + 1/2ayt²
0 = V1sin(90-β)t + 1/2(-9.8)t²
V1sin(90-β)t = 4.9t²
t = V1sin(90-β) / 4.9

Horizontal range:
x = V1xt
x = [V1cos(90-β)] [V1sin(90-β) / 4.9]

Finding R:
cosβ = X / R
cosβ = [V1cos(90-β)] [V1sin(90-β) / 4.9] / R
cosβ = [V1cos(90-β)V1sin(90-β) / 4.9R]

This looks really messed up can someone check my work please...if its too messy to read I'll write it out on request and scan it
 
Last edited by a moderator:
Physics news on Phys.org
Please, need a reply
 
richievuong said:
First I tried to find time:
y = V1yt + 1/2ayt²
0 = V1sin(90-β)t + 1/2(-9.8)t²
V1sin(90-β)t = 4.9t²
t = V1sin(90-β) / 4.9
You are finding the time when y = 0. Why?

Horizontal range:
x = V1xt
x = [V1cos(90-β)] [V1sin(90-β) / 4.9]
This seems to be the x-coordinate when y = 0. Not what is needed.


Here's what I would suggest: Express y and x as functions of time. Combine this with an equation which relates y & x along the incline. (What's the equation of a straight line?)
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top