(Projectile Motion)How to derive the equation?

  • Thread starter Thread starter herfox
  • Start date Start date
  • Tags Tags
    Derive
AI Thread Summary
The discussion focuses on deriving an equation for the distance a ping pong ball travels when launched from an elastic band at a constant angle of 36 degrees, based on varying stretch lengths. Initial data suggests a non-linear relationship, possibly a root function, as the plotted graph is curved rather than linear. Participants recommend conducting a power regression analysis or using a log-log approach to better understand the relationship between stretch and distance. The conversation includes a derived equation that incorporates variables such as stretch, gravitational acceleration, and constants related to the launch angle. Overall, the user is encouraged to gather more data points for a clearer analysis.
herfox
Messages
6
Reaction score
0
(Projectile Motion)How to derive the equation??

I made a device which use elastic band to launch a ping pong ball.
I have measured the distance traveled with different length of stretch at constant 36 degree launch angle. The graph plotted out is kind of curved, not straight line. And now I am asked to derive an equation to determine distance as a function of stretch...
Does anyone know how to do this? Cuz I spent almost a day still duno how to do it.
 
Physics news on Phys.org
herfox said:
I made a device which use elastic band to launch a ping pong ball.
I have measured the distance traveled with different length of stretch at constant 36 degree launch angle. The graph plotted out is kind of curved, not straight line. And now I am asked to derive an equation to determine distance as a function of stretch...
Does anyone know how to do this? Cuz I spent almost a day still duno how to do it.
First, determine what kind of relationship it is (i.e. exponential, root...). WHat kind is it?
 
Well... i don't really know actually. I guess its root maybe?
heres the data
Stretch(cm) Distance(m)
10.7 5.684
15.35 7.955
20.12 9.98
24.96 10.365
29.83 11.725
 
Last edited:
herfox said:
Well... i don't really know actually. I guess its root maybe?
heres the data
Stretch(cm) Distance(m)
10.7 5.684
15.35 7.955
20.12 9.98
24.96 10.365
29.83 11.725
Wait a minute, let me enter the data in my calc
 
Well, it's hard to tell for sure. If you had more points, it would be easier to determine. The first 3 points look linear, but with the last 2 points, it looks more like a root relationship.
 
oh... yaa that's what the graph looks like...
alright maybe I got to do more points then.
Anywayz, Thanks a lot!
 
If you think the data is related by a power function you can try a power regression on your calculator. In the old days, the power was usually found by graphing the log of the distance and the log of the stretch to decipher the exponent from the slope of what would then be a linear graph. If your calculator can't do it, I can elaborate on the log-log approach
 
Last edited:
You may want to try.. y/x and y/x^2 ... y/sqrt(x) and so on, which gets you the constant of proportionality k ... and see which one is more consistent
 
of course it's a curve
here's the equation

v=u+at (vertical motion)
-u sin36=u sin36 -gt
t=2u sin36/g

s=ut
s= u sin36 * 2 u sin36/g
s= u*u *2 *sin36 *cos36 / g

but
mv*v/2= kx*x/2
mu*u/2=kx*x/2

u*u=kx*x/m

then

s=kx*x *2 *sin36 *cos36 / gm

as all the other variables remain constant

if a=k*2 *sin36 *cos36 / gm

s= a * x^2
 
Back
Top