x → 1 lim x − 1 x n + x n − 1 + … + x − n = ?
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.
I think you can make it even more beautiful:
In your 2th equation you get all the derivative for x^n at the point x=1 (could be made clearer!), namely n*x^(n-1) and then if you set x = 1, you get n + n(-1) + .... + 2+ 1 and this is the well known identy n(n+1)/2
:)
A pity I missclicked^^, because I really like this problem, also you approach.
Both numerator and denominator were 0 so 0/0.
Applying L'Hospital Theorem and then replacing 1 will give
∑ i = 1 3 i
ans : n(n+1)/2
OR
( ( x n − 1 ) + ( x n − 1 − 1 ) + . . . + ( x − 1 ) ) / ( x − 1 )
dividing we get
( x n − 1 + x n − 2 + . . . + 1 ) + ( x n − 2 + x n − 3 + . . . + 1 ) + . . . + 1
putting x = 1
( n ) + ( n − 1 ) + . . . + 1
ANS : ans : n(n+1)/2
Can you do this without using L'Hospital Theorem?
Log in to reply
Let use binomial expansion formulae
Let x = 1 + δ
x → 1 lim x − 1 Σ i = 1 n x i − n = δ → 0 lim δ Σ i = 1 n ( 1 + δ ) i − n
( 1 + δ ) i = 1 + i δ
δ → 0 lim δ n + δ 2 n ( n + 1 ) − n
x → 1 lim x − 1 Σ i = 1 n x i − n = 2 n ( n + 1 )
Problem Loading...
Note Loading...
Set Loading...
Splitting n into 1 n times we have x → 1 lim x − 1 x n − 1 + x n − 1 − 1 + ⋯ + x − 1 Which gives x → 1 lim x − 1 x n − 1 + x − 1 x n − 1 − 1 + ⋯ + x − 1 x − 1 Then using the standard form x → a lim x − a x n − x a = n a n − 1 we get the series of {n+(n-1)+(n-2)....1}; which is equal to 2 n ( n + 1 )