Find the coefficient of x 2 in the Maclaurin series expansion for ( 1 + e x ) 1 0 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
That is the better way ,although my method is similar to that of Ahmed :)
Did it the same way as Brian ^^ I didn't really remember the expansion of e^x though, so had to reference it from a book, lol -.-'
Log in to reply
Nice. Your levels have become better. :D
Log in to reply
Yeah, I sat down to do one problem and before I knew it I had been sitting for hours and had been doing one question after another xD
u can do that for small n like 10..but if huge use this method
assume
(1+e^x)^10=A+Bx+Cx^2+Dx^3...
differntiate w.r.t x both sides 2 times to get
10e^x (e^x+1)^8 (10e^x+1) = 2C+6Dx..........terms in x
just sub x=0
110*2^8 = 2C
C=110*2^7=14080.......ANS
cheers
Fantastic!
Expand using Binomial Theorem ,
( 1 + e x ) 1 0 = 1 + ( 1 1 0 ) e x + ( 2 1 0 ) e 2 x + ( 3 1 0 ) e 3 x + . . . . . . . . . . . . . . . . . . . + ( 1 0 1 0 ) e 1 0 x
Now,
e m x = 1 + m x + 2 m 2 x 2 + 3 ! m 3 x 3 + . . . . . . . . . . . . . . . .
So coefficient of x 2 is,
i = 1 ∑ 1 0 ( i 1 0 ) 2 i 2 = 5 + 9 0 + 5 4 0 + 1 6 8 0 + 3 1 5 0 + 3 7 8 0 + 2 9 4 0 + 1 4 4 0 + 4 0 5 + 5 0 = 1 4 0 8 0
Nice . How would you solve the last summation had the index been greater than 10.
Log in to reply
I think Brian's solution is far far better than me to solve this type of problem in general :)
I give a way to find a general formula of that series i used, ( 1 + x ) n = i = 0 ∑ n ( i n ) x i
First you have to differentiate it w.r.t. x then multiply both side by x and then again differentiate it. Put x = 1 and after doing some calculation i think you can get a general formula. @Keshav Tiwari
By the Maclaurin 's series, use the binomial theorem first. After which find the expansion for e^x and slowly manipulate the coefficients. I will be giving a more detailed solution soon, but that was just a summary.
Problem Loading...
Note Loading...
Set Loading...
Note first that
e x = k = 0 ∑ ∞ k ! x k = 1 + x + 2 x 2 + 6 x 3 + . . . . .
Since we are looking for the coefficient of x 2 in ( 1 + e x ) 1 0 , we only need to involve the first three terms from the power series expansion of e x . Thus we are looking for the terms involving x 2 in ( 2 + x + 2 x 2 ) 1 0 , which will be
( 2 1 0 ) ( x ) 2 ∗ 2 8 + ( 1 1 0 ) ( 2 x 2 ) ∗ 2 9 = ( 4 5 ∗ 2 8 + 1 0 ∗ 2 8 ) x 2 = 1 4 0 8 0 x 2 .
Thus the desired coefficient is 1 4 0 8 0 .