Solve 2D Motion Problem: Ball Hitting Canyon Edge

AI Thread Summary
A ball with an initial velocity of 10 m/s is projected off the edge of a canyon defined by the equation y^2=16x. The goal is to find the coordinates where the ball impacts the canyon. The user attempted to express the ball's motion as a function of x for y but struggled with the math. It was suggested to solve the canyon equation for y, yielding y=4√x and y=-4√x, and to plot these curves for better visualization. The discussion emphasizes the importance of correctly setting up equations to solve the problem effectively.
mewmew
Messages
113
Reaction score
0
Ok, in this problem a ball with velocity 10m/s flys off the horizontal edge of a canyon, the equation for the canyon is y^2=16x and it wants you to find the x,y cordinates where the ball hits it. I turned the balls motion into a a function of x for y and then set that equal to y=Sqrt(16x) but I can't solve it. It is an easy problem the book says but I can't do the math, or perhaps its my method, to figure it out. Thanks a lot for any help.
 
Physics news on Phys.org
If you solve y^2=16x for y, you get y=4*Sqrt[x] and y=-4*Sqrt[x].

Plot the two curves and decide for yourself which one looks like a canyon. I think you should be able to solve it then.
 
Thanks, I am really dumb and was doing my equations wrong :)
 
Last edited:
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
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