Differentiation and Simple Pendulums

  • Thread starter Thread starter brinstar
  • Start date Start date
  • Tags Tags
    Differentiation
Click For Summary

Homework Help Overview

The discussion revolves around the application of calculus, specifically differentiation, to analyze the effects of measurement errors in the context of a simple pendulum's period. The original poster presents a problem involving the relationship between the period of a pendulum, its length, and gravitational acceleration, as described by the formula T = 2*pi*sqrt(L/g). The focus is on how changes in the measurements of T and L affect the value of g.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore rearranging the formula to isolate g and discuss the implications of using differentials versus algebraic manipulation. There are questions about the relationship between differentials and derivatives, and how to apply these concepts to the problem at hand.

Discussion Status

The discussion is ongoing, with participants offering hints and guidance on how to approach the problem using calculus. Some participants express uncertainty about their understanding of differentials and how to apply them correctly. There is a recognition of the need to clarify the use of differentials in expressing percentage changes in the variables involved.

Contextual Notes

Participants note the requirement to use differentials as preferred by the teacher, and there is some confusion regarding the application of calculus concepts to the problem. The original poster expresses a desire to improve their understanding of differentials in the context of this problem.

brinstar
Messages
62
Reaction score
1

Homework Statement


*according to my teacher, the problem can be solved either through differentials or quick algebra, but she prefers differentials as the answer in order for us to get used to Calculus, so that's the route I'd like to take it

A pendulum made from a string and small metal ball swings back and forth. The formula for its period is given by the following: T = 2*pi*sqrt(L/g), where T is the period, pi is a constant, L is the length of the string and g is the gravitational force acting on it. In this situation, do not assume gravity is under the constant of 980 cm/s^2.

Solve the following problems:

A) Suppose the value of T is measured exactly (100%), but L is off by 1%. How much will g be off by?
B) Suppose that the value of L is measured exactly (100%), but T is off by 1%. How much will g be off by?

Homework Equations


T = 2*pi*sqrt(L/g)
Chain Rule
Product Rule
Quotient Rule
Power Rule

The Attempt at a Solution



A) T = 2pi*(0.99L/g)^.5
T' = 2pi * .5 * (0.99L/g)^-.5 * [(0.99g-0.99Lg')/g^2]
Then after lots of cancelling out:
T' = [pi(g - Lg')]/Lg
g' = [(LgT'/pi) - g] / -L

B) 0.99T = 2pi*(0.99L/g)^.5
0.99 = [(pi)(gL'-Lg')] / Lg
g' = -g[(0.99/pi) - (L'/L)]

I have no idea if I did this right, or if I even answered my question correctly (since I don't even have a percentage... so I don't really know :/ ), so any help is appreciated, thank you!
 
Physics news on Phys.org
I would start by re-arranging the original equation for ##g##.
 
PeroK said:
I would start by re-arranging the original equation for ##g##.

Thanks, so g = L / (T/2pi)^2 ... then what do I do? >.<
 
brinstar said:
Thanks, so g = L / (T/2pi)^2 ... then what do I do? >.<

I thought you said you were supposed to use some calculus?
 
Oh! Well that's kind of where I ended up in the answer I put in, except I rearranged everything at the end of the process instead.
 
brinstar said:
Oh! Well that's kind of where I ended up in the answer I put in, except I rearranged everything at the end of the process instead.

You didn't use differentials.
 
PeroK said:
You didn't use differentials.

Isn't a differential the same as a derivative, though? That's as far as I know from my Calc class.
 
brinstar said:
Isn't a differential the same as a derivative, though? That's as far as I know from my Calc class.

Not quite. Think ##\frac{dg}{dL}##
 
PeroK said:
Not quite. Think ##\frac{dg}{dL}##

So the derivative of g with respect to l?... But then what do I do with T?
 
  • #10
brinstar said:
So the derivative of g with respect to l?... But then what do I do with T?

##T## is constant (for the time being). That's what the question tells you. Do ##L## first with ##T## constant, then try ##T## with ##L## constant.
 
  • #11
So... is this more like related rates or something like that?

g = L / (T/2pi)^2 = L (T/2pi)^-2
dg/dL = [dL/dL*(T/2pi)^-2] + [L*-2(T/2pi)*{(0*dT/dL - T*0)/(2pi)^2}]
dg/dL = (T/2pi)^-2

So if T is a constant and constants go to zero despite the dT/dL, is this undeterminable then?
 
  • #12
brinstar said:
So... is this more like related rates or something like that?

g = L / (T/2pi)^2 = L (T/2pi)^-2
dg/dL = [dL/dL*(T/2pi)^-2] + [L*-2(T/2pi)*{(0*dT/dL - T*0)/(2pi)^2}]
dg/dL = (T/2pi)^-2

So if T is a constant and constants go to zero despite the dT/dL, is this undeterminable then?

First, let me show you the answer!

##g = \frac{4\pi^2}{T^2}L##

If ##T## is constant, ##g## is proportional to ##L## and a 1% change in ##L## causes a 1% change in ##g##. That was easy! That's why I think your teacher wanted you to use calculus to get used to using differentials. You need to figure out how to use differentials to show this.

You got as far as:

##\frac{dg}{dL} = \frac{4\pi^2}{T^2}##

Another hint is how to express a percentage change in a variable using differentials. If you think of ##dL## as a small change in ##L##, then ##\frac{dL}{L}## is the proportional change in ##L##. Does that help?

I'm going offline now. Maybe someone else can help if you need a bit more advice.
 
Last edited:
  • #13
PeroK said:
First, let me show you the answer!

##g = \frac{4\pi^2}{T^2}L##

If ##T## is constant, ##g## is proportional to ##L## and a 1% change in ##L## causes a 1% change in ##g##. That was easy! That's why I think your teacher wanted you to use calculus to get used to using differentials. You need to figure out how to use differentials to show this.

You got as far as:

##\frac{dg}{dL} = \frac{4\pi^2}{T^2}##

Another hint is how to express a percentage change in a variable using differentials. If you think of ##dL## as a small change in ##L##, then ##\frac{dL}{L}## is the proportional change in ##L##. Does that help?

I'm going offline now. Maybe someone else can help if you need a bit more advice.

Ah okay, I think I'm starting to see it. I think your hints enough have helped me. I'm going to brush up on differential skills after this (clearly, I'm lacking), but this is a good start. :-) Thank you!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
3K
Replies
6
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
13
Views
3K
  • · Replies 20 ·
Replies
20
Views
2K
Replies
1
Views
1K
  • · Replies 15 ·
Replies
15
Views
5K
  • · Replies 3 ·
Replies
3
Views
4K