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

Click For Summary
SUMMARY

The discussion focuses on using Taylor Expansion to derive the formula for (1+x)^n. The user initially misapplies the Taylor series by incorrectly calculating the derivatives and their evaluations at x=0. After guidance, the correct derivatives are established: y(0) = 1, y'(0) = n, and y''(0) = n(n-1). The final correct expansion is confirmed as (1+x)^n = 1 + nx + n(n-1)(x^2)/2! + ... .

PREREQUISITES
  • Understanding of Taylor Series and its application
  • Knowledge of derivatives and their evaluations
  • Familiarity with polynomial expressions
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the derivation of Taylor Series for different functions
  • Learn about higher-order derivatives and their significance in Taylor Expansion
  • Explore the concept of binomial coefficients and their relation to Taylor Series
  • Practice problems involving Taylor Expansion for various polynomial functions
USEFUL FOR

Students studying calculus, particularly those learning about Taylor Series, mathematicians, and educators looking to clarify the application of Taylor Expansion in polynomial functions.

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