New Reply

Confused about Taylor Expansion Strategy

 
Share Thread Thread Tools
Nov28-12, 08:09 PM   #1
 

Confused about Taylor Expansion Strategy


In many of my physics classes we have been using Taylor Expansions, and sometimes I get a bit confused. For example, I feel like different things are going on when one expands (1-x)^-2 vs. e^(-Ax^2), where I just have some constant in front of x^2 to help make my point. To keep things simple, I will expand around x=0.

In the first case, it seems pretty simple to me. You just take the derivatives of (1-x)^2, plug in 0 for x, and multiply each term by (x^n)/n! to get 1+x^2+(x^4)/2 +...

In the second case, Wolfman says the answer is 1 - (Ax^2) + ((Ax^2)^2)/2 - ...

What I am confused about is why you essentially are replacing x with the entire value of Ax^2. To me, strictly using the formula, it seems like the second term should be the first derivative (-2x)*e^(-Ax^2), all evaluated at x=0, and then multiply by x. It seems as if instead we are sort of setting Ax^2 to x and then saying the derivative evaluated at 0 of our function is =1*e^(0), and then multiplying by the whole -Ax^2.

I could probably figure out the pattern of problems like this, but I really don't get why these problems are different and why you are allowed to treat them (what appears to me, but probably isn't) differently. I am guessing it has something to do with the fact that there are two terms in the first case, together raised to the second power, whereas this isn't the case in the second situation, but it is all rather nebulous to me.

I appreciate any input-- thank you!
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Nov28-12, 08:31 PM   #2
 
Mentor
Quote by The Head View Post
In many of my physics classes we have been using Taylor Expansions, and sometimes I get a bit confused. For example, I feel like different things are going on when one expands (1-x)^-2 vs. e^(-Ax^2), where I just have some constant in front of x^2 to help make my point. To keep things simple, I will expand around x=0.

In the first case, it seems pretty simple to me. You just take the derivatives of (1-x)^2, plug in 0 for x, and multiply each term by (x^n)/n! to get 1+x^2+(x^4)/2 +...

In the second case, Wolfman says the answer is 1 - (Ax^2) + ((Ax^2)^2)/2 - ...

What I am confused about is why you essentially are replacing x with the entire value of Ax^2. To me, strictly using the formula, it seems like the second term should be the first derivative (-2x)*e^(-Ax^2), all evaluated at x=0, and then multiply by x. It seems as if instead we are sort of setting Ax^2 to x and then saying the derivative evaluated at 0 of our function is =1*e^(0), and then multiplying by the whole -Ax^2.

I could probably figure out the pattern of problems like this, but I really don't get why these problems are different and why you are allowed to treat them (what appears to me, but probably isn't) differently. I am guessing it has something to do with the fact that there are two terms in the first case, together raised to the second power, whereas this isn't the case in the second situation, but it is all rather nebulous to me.

I appreciate any input-- thank you!
The Maclaurin series (a Taylor series at a = 0) for eu is 1 + u + (1/2!)u2 + ... + (1/n!)un + ...

If you want the Maclaurin series for e3x, just substitute 3x for u in the series above. That's all they're doing. IOW,
e3x = 1 + 3x + (1/2!)(3x)2 + ... + (1/n!)(3x)n + ...
Nov28-12, 10:15 PM   #3
 
Thanks for the reply. One thing to clarify, in the e^(3x) case, you have f(u)*u^0 + 1*f'(u)*u^1 +0.5*f''(u)*u^2...
All the derivatives are evaluated at u=0 in the case we are discussing, but could be non-zero. But if u=3x, and you are taking some derivative of u, why don't you have to use the chain rule (df/du)*(du/dx)? If you try to differentiate e^3x, you can make the substitution u=3x so you have e^u, but in this case, you can't just say du is 1, you have to use the chain rule.

Why is it different with Taylor & Maclaurin series?
Nov28-12, 10:44 PM   #4
 
Recognitions:
Homework Helper Homework Help

Confused about Taylor Expansion Strategy


Equal things must be equal. If the series is to be valid we must have
if h=f(g(x))
and F,G,H are the series for f,g,h respectively

H(x)=F(G(x))

Then if we require the series we can compute the side of the equation that is more convenient. This holds for the series and for truncations if we make sure that all terms of a given order are included.
New Reply
Thread Tools


Similar Threads for: Confused about Taylor Expansion Strategy
Thread Forum Replies
Confused about Taylor and Maclaurin Series Calculus 4
Taylor's Expansion Calculus 3
confused about Taylor series Calculus & Beyond Homework 6
Taylor expansion Calculus & Beyond Homework 0
Taylor series strategy Calculus & Beyond Homework 6