Trying to expand (1+x)^n using Taylor Expansion

Click For Summary

Homework Help Overview

The discussion revolves around using Taylor Expansion to express the function (1+x)^n. The original poster attempts to derive the series expansion but encounters confusion regarding the terms in their expression.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the correct application of Taylor Expansion, particularly focusing on evaluating derivatives at a specific point. The original poster questions the presence of unexpected terms in their final expression.

Discussion Status

Some participants provide guidance on evaluating derivatives at zero and suggest clarifying notation in expressions. There appears to be a productive exchange regarding the correct formulation of the Taylor series.

Contextual Notes

There is an emphasis on ensuring clarity in mathematical expressions, particularly with the use of parentheses, and some participants reference combinatorial interpretations of the coefficients in the expansion.

Rococo
Messages
67
Reaction score
9

Homework Statement



I need to use Taylor Expansion to show that:

(1+x)^n = 1 + nx + n(n-1)(x^2)/2! + ...

Homework Equations



y(x0 + dx) = y(x0) + dx(dy/dx) + [(dx)^2/2!](d^2y/dx^2) + ...

The Attempt at a Solution



I've only just begun Taylor Expansion, according to my textbook I need the above equation

(1+x)^n
So: x0 = 1
and dx = x

I'm not sure about this next part:

y(1+x) = (1+x)^n
So: y(x) = x^n
dy/dx = nx^n-1
d^2y/dx^2 = (n)(n-1)x^n-2

However putting all of this into the equation I get:

y(1+x) = y(1) + (x)(nx^n-1) + [x^2/2!][(n)(n-1)x^n-2] + ...

(1+x)^n = 1^n + (nx)(x^n-1) + (n)(n-1)[x^2/2!](x^n-2) + ...

(1+x)^n = 1 + (nx)(x^n-1) + (n)(n-1)[x^2/2!](x^n-2) + ...

Which I get as my final answer.

As you can see, there is a (x^n-1) in the second term, and a (x^n-2) in the third term, that shouldn't be there.

So I'm trying to see where I went wrong, please help me out!
 
Physics news on Phys.org
The function you want to Taylor expand is y(x)=(1+x)^n. Then your Taylor expansion is y(x)=y(0)+y'(0)x+y''(0)x^2/2!+... Start by finding the derivatives of y evaluated at 0. What are y(0), y'(0), y''(0) etc etc?
 
Dick said:
The function you want to Taylor expand is y(x)=(1+x)^n. Then your Taylor expansion is y(x)=y(0)+y'(0)x+y''(0)x^2/2!+... Start by finding the derivatives of y evaluated at 0. What are y(0), y'(0), y''(0) etc etc?

Thanks, here's what I get now:

y(0) = 1^n

y'(0) = n(1^n-1) = n

y''(0) = (n-1)(n)(1^n-2) = (n)(n-1)

So putting that into the equation I now get:

(1+x)^n = 1^n + (n)(x) + (n)(n-1)(x^2)/2! + ...

Is that the right method?
 
Ok, that works. Try using more parentheses in expressions. (1^n-1) is unclear. I thought it meant (1-1)=0. It should be (1^(n-1)).
 
By the way:
1= \begin{pmatrix}n \\ 0 \end{pmatrix}
n= \begin{pmatrix}n \\ 1 \end{pmatrix}
n(n-1)= \begin{pmatrix}n \\ 2 \end{pmatrix}
etc.
 
HallsofIvy, you forget multiply the left side by 1/2 in last formula:

n choose 2 = n(n-1)/2
 
Yes, thanks.
 

Similar threads

Replies
6
Views
2K
Replies
5
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
2K
Replies
3
Views
2K
Replies
12
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K