Which is a Better Approximation: (1+x)^n or e^nx? How to Show?

Click For Summary

Homework Help Overview

The discussion revolves around the approximation of the expression (1+x)n and its comparison to enx for small values of x. Participants explore the implications of these approximations in the context of limits and error terms, questioning which approximation is more accurate under varying conditions of n and x.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss computing error terms between the two approximations and consider using the binomial theorem and Taylor series for analysis. There are inquiries about the behavior of the approximations as x approaches zero and the implications of different values of n.

Discussion Status

The discussion is active, with participants providing insights and calculations to compare the approximations. Some suggest specific tests and calculations to evaluate the differences, while others express uncertainty about generalizing findings for non-integer n or negative values of n.

Contextual Notes

There is a mention of constraints regarding the application of the binomial theorem for non-integer values of n, and participants are navigating through assumptions about the behavior of the approximations for large and small x.

Harrisonized
Messages
206
Reaction score
0
This isn't a coursework problem. I'm on winter break.

Homework Statement



A common approximation used in physics is:

(1+x)n ≈ 1+nx for small x

This implies that

lim(x→0) (1+x)n = lim(x→0) 1+nx

which is a true statement. However,

lim(x→0) (1+x)n
= lim(x→0) [(1+x)1/x]xn
= lim(x→0) exn

This leads to the fact that

(1+x)n ≈ exn for small x

The question is: which one is a better approximation, and how do I show it?

The Attempt at a Solution



Compute the error terms.

E1 = (1+x)n - (1+nx)
E2 = (1+x)n - exn

They intersect at E1 = E2, or at

1+nx = exn

I'm not sure how to go from here. I'm pretty sure that x can't be isolated. However, since exn is always positive, I think the only root is at x=0. Wolfram gives a funny answer though. If anyone would like to explain Wolfram's answer, please do.

http://www.wolframalpha.com/input/?i=1%2Bnx+%3D+e^%28nx%29

Assuming positive n, for a large x, exn is a worse approximation for the function. Since exn grows much faster than (1+nx), exn is always a worse approximation than (1+nx).

Assuming negative n, for a large x, exn is a worse approximation for the function. Since exn doesn't grow as quickly as (1+nx) (it levels off), exn is always a better approximation than (1+nx).

Or it may just be the case that 1+nx is always a better approximation, since it's more commonly used.
 
Last edited:
Physics news on Phys.org
You can surely do something with

(1+x)^n-(1+nx)

Work it out with the binomial theorem.

As for

e^{nx}-(1+nx)

consider the Taylor series of the exponential function.
 
Last edited:
(1+x)2 = 1+2x+x2
(1+x)3 = 1+3x+3x2+x3
(1+x)4 = 1+4x+6x2+4x3+x4

enx = 1+nx+(nx)2/2!+(nx)3/3!+...

So enx is always a worse approximation?
 
Harrisonized said:
(1+x)2 = 1+2x+x2
(1+x)3 = 1+3x+3x2+x3
(1+x)4 = 1+4x+6x2+4x3+x4

Don't you know the formula for (1+x)^n. Search "binomial theorem".

enx = 1+nx+(nx)2/2!+(nx)3/3!+...

So enx is always a worse approximation?

How did you conclude this??
 
micromass said:
Don't you know the formula for (1+x)^n. Search "binomial theorem".

I'm pretty sure I expanded those correctly.

micromass said:
How did you conclude this??

(1+x)n ends its series on a magnitude of xn, whereas the Taylor expansion of enx has an infinite series.
 
Harrisonized said:
I'm pretty sure I expanded those correctly.

Yes, you did. But you only did it for n=2,3,4. Can't you did it generally.

(1+x)n ends its series on a magnitude of xn, whereas the Taylor expansion of enx has an infinite series.

That doesn't really imply anything.
 
micromass said:
Yes, you did. But you only did it for n=2,3,4. Can't you did it generally.

I'm not used to working with nCr notations.

micromass said:
That doesn't really imply anything.

You're right. What kind of test would I use?
 
Harrisonized said:
You're right. What kind of test would I use?

First, try to actually calculate

(1+x)^n-(1+nx)

and

e^{nx}-(1+nx)

(take n=4 for example), what does that give you??
 
(1+x)4-(1+4x) = 6x2+4x3+x4

e4x-(1+4x) = (4x)2/2!+(4x)3/3!+(4x)4/4!...
= 8x2 + 32/3 x3 + 32/3 x4+...

The coefficients of first three terms of e4x-(1+4x) are each greater than the respective the coefficients of (1+x)4-(1+4x).
 
  • #10
Harrisonized said:
(1+x)4-(1+4x) = 6x2+4x3+x4

e4x-(1+4x) = (4x)2/2!+(4x)3/3!+(4x)4/4!...
= 8x2 + 32/3 x3 + 32/3 x4+...

The coefficients of first three terms of e4x-(1+4x) are each greater than the respective the coefficients of (1+x)4-(1+4x).

Indeed. Actually, it is enough to look at the first coefficient. The intuiton is this: if x is close to 0, then x^3 will be many times smaller than x^2. So the terms with x^3,x^4,... will be negligible.

So indeed, since 6 is smaller than 8, we gave that the first approximation is better.
 
  • #11
So that means that nC2 < n2/2!, which means (1+nx) is always a better approximation? What if n isn't an integer?
 
Last edited:
  • #12
Harrisonized said:
So that means that nC2 > n2/2!, which means (1+nx) is always a better approximation? What if n isn't an integer? Can nC2 ≤ n2/2! for some value n? Say, for example, choose n=1. Then 1C2 = 0 < 12/2! = 1/2.

If n is not an integer, then we can not apply the binomial theorem. However, (if |x|<1), we can always find a series representation of (1+x)^n.

Eventually, it all comes down to

\frac{n(n-1)}{2}\leq \frac{n^2}{2}

which holds always.

However, if n is very large, then the difference between the two is almost negligible.
 
  • #13
Sorry. I made a typo, leading me to bad conclusions. I edited it now. nC2 < n2/2! is always true for n>0. However, I'm not so sure for n<0 and for non-integer n.

How did you conclude that the formula nC2 = n(n-1)/2 generalizes nC2 to all real numbers? How do I show this? Sorry I've never taken an analysis class.
 
Last edited:

Similar threads

  • · Replies 34 ·
2
Replies
34
Views
6K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 16 ·
Replies
16
Views
9K
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
7K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
10K
  • · Replies 15 ·
Replies
15
Views
6K