SOLUTION: Physics: I collected some data from Pendulum experiment and I used excel to graph these data in scatter plot and I think the period is proportional to the length. What is the m

Algebra ->  Proportions  -> Lessons -> SOLUTION: Physics: I collected some data from Pendulum experiment and I used excel to graph these data in scatter plot and I think the period is proportional to the length. What is the m      Log On


   



Question 1006176: Physics: I collected some data from Pendulum experiment and I used excel to graph these data in scatter plot and I think the period is proportional to the length.
What is the most appropriate linear relation for this graph? e.g. +y=kx+, +y%5E2=kx+
Length(m)|Period(T)Sec|
0.30 |1.254 |
0.28 |1.232 |
0.26 |1.204 |
0.24 |1.160 |
0.22 |1.106 |
0.20 |1.044 |
0.18 |1.010 |
0.16 |1.006 |
0.14 |1.004 |
0.12 |0.916 |
0.10 |0.820 |
---------------

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
I plotted your data as points and found the regression line. The regression line does NOT go through the origin. So y = k*x is a bad choice.

Instead I did a power regression and the calculator shows f(x) = 1.92875x^(0.35929)

Notice how if we plug x = 0.12 into f(x) we get f(0.12) = 1.92875*(0.12)^(0.35929) = 0.90039892737524 which is somewhat close to 0.916. It's going to be a bit off because regression curves aren't perfect. Try other x values of the points in your data list.

Side Note: if you still need the regression line, then it is y = 2.01727x + 0.66527