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:
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