x → 0 lim ⎝ ⎛ n = 0 ∑ ∞ x n ⎠ ⎞
Find the value of the expression above.
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.
Simple standard approach.
Bonus question : Can you solve this by Big O Notation?
You know you just derived the sum for infinite geometric progressions formula?
Log in to reply
Yeah! You are right.
The "derivation" here assumes convergence rather than showing the radius (interval) of convergence which is 0 < ∣ x ∣ < 1 . So, I wouldn't call it a complete proof / derivation.
[Response to Challenge Master Note]
By "solve this using Big O Notation", did you mean the following?
x → 0 lim n = 0 ∑ ∞ x n = x → 0 lim ( x 0 + O ( x ) ) = x → 0 lim ( 1 + O ( x ) ) = ( x → 0 lim 1 ) + ( x → 0 lim O ( x ) ) = 1 + 0 = 1
Here, O ( ⋅ ) is the Big O Notation.
Log in to reply
How do you know that x → 0 lim x 0 = 1 ?
Log in to reply
Initially the limit is not put anything to the power 0 is considered as 1 . And then the limit is put to consideration which is uneffective with the absence of x
Graph of x^0 At 0- lhl=1 At 0+ rhl=1
If I recall correctly, x 0 = 1 ∀ x ∈ C ∖ { 0 } by definition. Isn't that a sufficient reason to conclude that the two-sided limit at x = 0 exists and is equal to 1 ?
Log in to reply
@Prasun Biswas – If you're using definitions, then there's nothing else to prove. I thought we need to use some epsilon delta proof. No?
Log in to reply
@Pi Han Goh – Maybe we can take δ = ϵ for the epsilon delta proof? I'm not sure though. I haven't yet studied the epsilon-delta proof technique properly.
Although, I can't see how we can give even an epsilon-delta proof without using the definition stated above because I can't see any way of getting a suitable δ otherwise.
I'm stuck at ∣ x 0 − 1 ∣ < ϵ (while working backwards to find a suitable δ ).
Do enlighten me if you have some sort of proof that avoids using that definition.
Log in to reply
@Prasun Biswas – What I did was set y = x 1 , then the limit becomes y → ± ∞ lim y 0 1 = 1 1 = 1 because any number (other than 0) raise to the power of 0 yields 1.
Log in to reply
@Pi Han Goh – That isn't much different from what I did. Your method also used the definition of x 0 .
In my method, we have x → 0 ⟹ x = 0 .
Hence, our approaches are ultimately the same.
Log in to reply
@Prasun Biswas – Yours further implies that the two-sided limit at x = 0 exist and equals to 1 , while mine didn't. I didn't assume that the limit must exist at x = 0 .
Log in to reply
@Pi Han Goh – Ah yes, I agree. You showed that both the left and right sided limit exists and equals 1 which implies that the two-sided limit at x = 0 exists and equals 1 . Yes, doing that is better. But I thought that it was fairly obvious that the two-sided limit exists at x = 0 when we use that definition of x 0 .
Log in to reply
@Prasun Biswas – Your turn! Prove that x → 0 lim 0 x does not exist.
Log in to reply
@Pi Han Goh – Again, it's obvious that 0 x = 0 ∀ x ∈ R + . Hence, we have,
x → 0 + lim 0 x = x → 0 + lim 0 = 0 x → 0 − lim 0 x = x → 0 + lim 0 x 1 = (undefined)
Since the left-hand limit at x = 0 doesn't exist (is undefined), the given two-sided limit doesn't exist.
I have no good problems to give you since they'll all be easy for you. :|
Log in to reply
@Prasun Biswas – In the original question the first term of the series is x → 0 lim x 0 because n=0.
x 0 = e l n ( x 0 ) = e 0 ⋅ l n ( x ) = e 0 = 1
So the limit of the series is 1.
Amazing, No? The Things we do unknowingly :P
Good solution
x → 0 lim n = 0 ∑ ∞ x n = x → 0 lim x 0 + x → 0 lim n = 1 ∑ ∞ x n = 1 + 0 = 1
Problem Loading...
Note Loading...
Set Loading...
( n = 0 ∑ ∞ x n )
= 1 + x + x 2 + x 3 + x 4 . . . . . . . . .
Let y = 1 + x + x 2 + x 3 + x 4 . . . . . . . .
→ y − 1 = x + x 2 + x 3 . . . . . . . . → y − 1 = x ( 1 + x + x 2 + x 3 . . . . ) → y − 1 = x y → y − x y = 1 → y ( 1 − x ) = 1 → y = 1 − x 1 → x → 0 lim ⎝ ⎛ n = 0 ∑ ∞ x n ⎠ ⎞ = x → 0 lim ( 1 − x 1 ) = 1 − 0 1 = 1
Upvote it if you liked it !