PDA

View Full Version : Approximation involving an exponential function


mccoy1
Jul26-11, 08:28 AM
1. The problem statement, all variables and given/known data

I was following a derivation of some laws and I didn't get how they approximate some portion of the expression. That portion/part is exp[gbH/(2kT)]. The book says gbH/2 <<1 and therefore exp[gbH/(2kT)] = 1+gbH/(2kT).
2. Relevant equations



3. The attempt at a solution
I agree with the value 1, but where did gbH/(2kT) come from? Please help. My understanding is that if gbH/2 is way less than 1, then e.g exp[1.0*10^-15/KT)] = 1.

atomthick
Jul26-11, 08:49 AM
Because it's the Taylor expansion of exp(x) near 0

exp(x) = 1 + x + (x^2)/2 + (x^3)/6 + ...

You can cut the series at any term you would like, however you can't equal it to 1 because there will be no parameter left to give values to...

HallsofIvy
Jul26-11, 10:10 AM
You can also get this approximation by replacing the curving graph by a tangent line.

mccoy1
Jul27-11, 06:36 PM
Because it's the Taylor expansion of exp(x) near 0

exp(x) = 1 + x + (x^2)/2 + (x^3)/6 + ...

You can cut the series at any term you would like, however you can't equal it to 1 because there will be no parameter left to give values to...

Haa, thank you very much. That didn't pop in my head. Thanks a lot.

mccoy1
Jul27-11, 06:37 PM
You can also get this approximation by replacing the curving graph by a tangent line.

Thanks for that.