Simple Harmonic Motion of a pendulum

AI Thread Summary
The discussion focuses on analyzing the relationship between the period of a pendulum and its length, emphasizing that the period T is related to length L by the equation T = 2π√(L/g). Participants clarify that the curve fit is more appropriate than a linear fit for this relationship, with the curve fit equation resembling T = A*L^B, where A and B represent specific coefficients. The values obtained for A and B were close to expected results, indicating a successful experiment. However, a significant issue arose when calculating gravitational acceleration, with an initial incorrect value of 3.1 m/s² prompting a reevaluation of the calculations. Ultimately, the correct approach involves using the derived relationship to accurately determine g, leading to a more accurate value of approximately 9.04 m/s².
mlostrac
Messages
83
Reaction score
0

Homework Statement



Hello, I'm doing a simple pendulum lab where I measure the difference in period as I increase the length of the pendulum. Simple enough. However, I'm having trouble analyzing my graphs of a linear versus a curve fit.

Can someone explain why the curved/nonlinear fit is the proposed fit (versus linear), and what do the values "A" and "B" represent in the curve fit equation of Ax^B.

Thank you
 
Physics news on Phys.org
What are you plotting on your graph?

How does the period T relate to the length L ?
 
rock.freak667 said:
What are you plotting on your graph?

How does the period T relate to the length L ?

Sorry, I didn't clarify. Period in seconds is on the y-axis and Length in meters is on the x axis
 
mlostrac said:
Sorry, I didn't clarify. Period in seconds is on the y-axis and Length in meters is on the x axis

Do you know how to derive the relationship for small angles? From your notes on the simple pendulum do you have a formula for the period T?
 
rock.freak667 said:
Do you know how to derive the relationship for small angles? From your notes on the simple pendulum do you have a formula for the period T?

1) I didn't think angles were important in this particular graph because the angle was kept constant at 15 degrees for each trial

2) T = 2pi sqrt(L/g) ?
 
mlostrac said:
2) T = 2pi sqrt(L/g) ?

Yes right!. T=2π√(L/g)

Now if we use the rules of indices, (a/b)n=an/bn and knowing that √a=a1/2, what does the equation become?
 
rock.freak667 said:
Yes right!. T=2π√(L/g)

Now if we use the rules of indices, (a/b)n=an/bn and knowing that √a=a1/2, what does the equation become?

See I don't remember the rule of indices :S. Haven't taken math since high school; which was a while ago.

I'm thinking the equation becomes T = L^1/2 ? Even though I'm not exactly sure what that means lol. I am sure that Length and Period are positively correlated. Or am I wrong?
 
mlostrac said:
See I don't remember the rule of indices :S. Haven't taken math since high school; which was a while ago.

I'm thinking the equation becomes T = L^1/2 ? Even though I'm not exactly sure what that means lol. I am sure that Length and Period are positively correlated. Or am I wrong?

If you have y=(2x/3)2, this is the same as y=(2/3)2x2 and this is the same as y= (22/32)x2.

So what does your equation become?
 
rock.freak667 said:
If you have y=(2x/3)2, this is the same as y=(2/3)2x2 and this is the same as y= (22/32)x2.

So what does your equation become?

Do you mean, what does T=2π√(L/g) become?

T = 2pi/(sqrt)g x L^1/2 ?
 
  • #10
mlostrac said:
Do you mean, what does T=2π√(L/g) become?

T = 2pi/(sqrt)g x L^1/2 ?

Good, so we now have this:


T=(2π/√g)L1/2

So if you are plotting period 'T' (y-axis) against length 'L' (x-axis), you will get something like this: y=(2π/√g)x1/2 right? Now doesn't this look like the equation y=AxB? So what are the values of 'A' and 'B'?
 
  • #11
rock.freak667 said:
Good, so we now have this:


T=(2π/√g)L1/2

So if you are plotting period 'T' (y-axis) against length 'L' (x-axis), you will get something like this: y=(2π/√g)x1/2 right? Now doesn't this look like the equation y=AxB? So what are the values of 'A' and 'B'?

Hmm, A = 2.01 and B = 0.5

What does this all mean?
 
  • #12
mlostrac said:
Hmm, A = 2.01 and B = 0.5

What does this all mean?

Well if you are plotting T against L, you will not get a straight line or drawing a best fit straight line will not fit most of the points.
 
  • #13
Ok, that makes sense.

My values for the curve fit when I graph the data were: A=2.087 and B =0.49

whereas for the graph that looked at the linear fit (y=mx+b) gave a slope of 1.65 and a correlation of .99

So I know that ideally the data should follow the non-linear curve; so does this mean that the curve fit line is a better interpretation of my data? (meaning that I did everything correct?)
 
  • #14
mlostrac said:
Ok, that makes sense.

My values for the curve fit when I graph the data were: A=2.087 and B =0.49

Right those are close to the values you should ideally get.

mlostrac said:
whereas for the graph that looked at the linear fit (y=mx+b) gave a slope of 1.65 and a correlation of .99

I am not sure how you got r2=0.99, unless you did not have a lot of data points. Could you post a picture of the linear and non-linear plots?

mlostrac said:
So I know that ideally the data should follow the non-linear curve; so does this mean that the curve fit line is a better interpretation of my data? (meaning that I did everything correct?)

Given what you plotted, then yes the curve fit is better.

Had you plotted something like T vs. √x or T2 vs. x, the linear fit is better.
 
  • #15
I don't think the linear fit graph really matters that much since my values match the curved fit! Thanks for everything. I really appreciate it!

One last thing, when we're looking at the curved fit equation, is the value for gravitational acceleration 3.1? What does this say compared to the accepted value of 9.8?
 
  • #16
What formula are you using for your "curve fit"? There are many least squares minimizations, let's make sure you are using the right one. :) Given that you have used the right equation, and you really are getting 3.1m/s^2, that's really bad and you should do your experiment over again.
 
  • #17
Mindscrape said:
What formula are you using for your "curve fit"? There are many least squares minimizations, let's make sure you are using the right one. :) Given that you have used the right equation, and you really are getting 3.1m/s^2, that's really bad and you should do your experiment over again.

I'm not even sure if I calculated that right. I just used the equation T=(2π/√g)L1/2, where √9.8 = 3.1

I guess I did that wrong? What does it mean when they want to know the value of g based off the curved fit equation?
 
  • #18
Mindscrape said:
What formula are you using for your "curve fit"? There are many least squares minimizations, let's make sure you are using the right one. :) Given that you have used the right equation, and you really are getting 3.1m/s^2, that's really bad and you should do your experiment over again.

Your value of 'A' is not acceleration due to gravity. But A=2π/√g, so if you solve for 'g', you should get around 9.8
 
  • #19
Oh yeah, you need to, as rockfreak has pointed out, go further and actual solve for g given your slope value. I assumed that's what you did.

Just because you found the slope, doesn't mean you're done and that's your answer. In fact, if you continue in physics, there will be lots of times when you "linearize" a problem as you have here so that you can find the linear least squares of that particular linearization. It's a transformation into the form that's linear. In the end, all you did was find the best fit for what you linearized. So when all is said and done, you have to un-linearize, un-transform, your best fit. In this case, it is saying that g=(2π/A)^2.
 
  • #20
Oook, my bad. I calculated my value for g to be 9.04 which is a little off, but is definitely closer than my first attempt. Thanks so much for all your help!
 
Back
Top