There is a serious problem in the proof as others before me mentioned. With a sum whose length goes to infinity, we are not allowed to take the limit term by term. Otherwise, you can prove that 1=0 by considering 1=n*(1/n)=(1/n)+(1/n)+(1/n)+... Taking the limit, we obtain 1=0+0+0....=0 In fact, the limit of the denominator should have been calculated using the squeeze theorem and noting that e^(-i)>=(1-i/n)^n>=e^(-i)*(1-i^2/n)
That was just a very simple example where things go wrong. In general, the theorem says that if {a_n} approaches the limit a and {b_n} approaches the limit b, then {a_n+b_n} approaces a+b. By induction you can extend this to any *fixed* number of summands. The theorem does not allow you to do it for a *variable* number of summands
Yinon Nahum thanks for the feedback. I was wondering the example you gave was in the indeterminate form of inf*zero. But the one that we had in this problem wasn't in any indeterminate form.
blackpenredpen the example is well defined. Taking the limit term by term, we obtain the sum of n zeros, which is equal to n*0=0. Regardless of the example, taking the limit term by term is allowed when one has a fixed number of summands. Doing so when the number of terms tends to infinity is not based on anything.
There's a slight logic error. When evaluating the bottom, you take the limit of each term as if n goes to infinity first without considering that the amount of terms is also depending on n. It's not clear that in general this kind of exchange of limit and sum works. To do this precisely, there is more care needed, though the final answer should stay the same.
Mike Montoro i just find an example with the sum from 1 to n of 1/n : always do 1 but if you goes to the limit in the term first you get 0... So your idea was really important !
Alright so here's what I've figured out: let a_k,n=(1-k/n)^n, A_k=e^-k. We need to show the following (some sort of uniform convergence): there exists an N such that for all k and all x>0, for all n
This is a very interesting limit problem. It’s hard to get an intuitive handle on it. One approach: Top is a geometric series, and is = (nⁿ⁺¹ - n)/(n-1) Bottom is a sum of the first n, n’th powers, which can be shown to be ∑₁ⁿ jⁿ = nⁿ⁺¹/(n+1) + ½ nⁿ + O(n) O(nⁿ⁻¹) + ... So there are n+1 terms, each of order nⁿ. This means that you get an infinite series whose terms are difficult to establish, multiplying nⁿ. And that makes the limit look like (n+1)(nⁿ⁺¹ - n) ----------------- (n-1)nⁿ⁺¹[1 + (n+1)/2n + O(1)] which in the limit, becomes 1/S, where S is that unknown series. Another approach to modeling the denominator is to approximate it with the integral from x=½ to n+½ of xⁿ. And that’s [(n+½)ⁿ⁺¹ - (½)ⁿ⁺¹]/(n+1) → (n+½)ⁿ⁺¹/(n+1) So now the limit looks like nⁿ⁺¹ ----- = [n/(n+½)]ⁿ⁺¹ = 1/[1 + 1/2n]ⁿ⁺¹ → 1/e^(½) = e^(-½) ≈ 0.60653... (n+½)ⁿ⁺¹ Of course, this is nowhere near rigorous; the interval of integration could be adjusted slightly, and the integral is after all, only an approximation. But I think this shows that the limit is finite and finitesimal; i.e., positive and finite. After watching: That was really cool! So my estimate was pretty close - that was unexpected. 1 - e⁻¹ = 0.63212... Thanks, bprp! Fred
I have seen the comment by @Mike Montoro (and there may be others that are similar), but there is not a slight error in logic in this proof but a HUGE one. The way that you take the bottom limit is not at all valid; you cannot take the limit term-wise when the number of terms depends on n. As a counterexample, consider the sum 1/(n^3) + 4/(n^3) + ... + (n^2)/(n^3). By your method, if we were able to send n to infinity for each term, then each term would go to zero and the sum of all would be zero. But this is not the limit of this sum! It can be re-written as (1/n)(1/n)^2 + (1/n)(2/n)^2 +... + (1/n)(n/n)^2. From here we can see that this is a Riemann sum of a function x^2 on a partition of n intervals of equal length between 0 and 1. So sending n to infinity would send the entire sum to the integral of x^2 from 0 to 1, which is 1/3; not 0.
Daniel Juncos Your argument is valid, but the problem is that he never took the limit term wise. Both the index of summation and the terms were taken to infinity simultaneously, which is what he was supposed to do.
To complete your proof you need to show that limite of sum ( k /n ) ^n converges to sum ( exp(-k)). First we can say that (k/n)^n = (1 - (n-k)/n) ^n . and then we can rearange the sum by doing the following change : k'=n-k So the sum (k/n)^n = sum (1- k'/n) Once this is done we can show that every term of the series can be majorated like that (1-k/n)^n
@10:00 The proof at that point uses (with A(i, n) = (1 - i/n)^n, for n > i >= 0) : (1) LIMIT(as n approaches infinity)[SUM(i = 0 to n -1) A(i, n))] = SUM(i = 0 to infinity)[LIMIT(as n approaches infinity) A(i, n)]. However, (1) does not hold for all possible A(i, n). For example, if A(i, n) = 1/n, for n > i >= 0, then LIMIT(as n approaches infinity)[SUM(i = 0 to n -1) A(i, n))] = LIMIT(as n approaches infinity)[1] = 1 and SUM(i = 0 to infinity)[LIMIT(as n approaches infinity) A(i, n)] = SUM(i = 0 to infinity)[0] = 0. I thank Abathur for this example (see Abathur 's comment below). Hence, it must be proven that (1) holds when A(i, n) = (1 - i/n)^n. I'm working on it. I'd appreciate seeing a proof if you have one. I'll post a proof here if I find one.
I have two requests for you. 1. Can you do a video about verifying whether the fourier series of a function converges uniformly? 2. Can you do something related to group theory? (e.g. finding whether given groups are isomorphic; finding composition series of a group; is a group simple? is a group solvable? What are the divisors of a given free abelian group? etc.. if these things appeal to you at all)
Some of these commenters can't tell the difference between solving a problem and proving a theorem. They point out flaws in your logic, but not in your answer. I guess they take points off for not showing ALL your work. Too many people comment on these math videos to show off their "intellectual superiority", but end up looking like a fool.
Great video, but I preferred it when you didn’t disclose the answer up front, but only at the end when you finished solving! Waiting for the answer is part of the fun :)
Not exactly a neat way, but I instead took that n^n as common on both the numerator and denominator and canceled them out. As the last terms become 1, I checked the value of previous term which is n-1. The numerator does fine as the previous term value ends up at 1/n, which just becomes 0 when equated. As for the denominator, the previous term (n-1) is (1-(1/n))^n, and the one before that will be (1-(2/n))^n. As I keep checking the previous terms, the value goes off to 0 so I just leave the denominator with three previous terms and the last term (1). Then I plug in the approximations for those values so I sort of end up with it 1/(1+0.1350+.36786+.04956) Which happened to converge to the original answer. Not neat one bit, but somehow converges to it.
If you want, an other limit n-> infinity with the expression : 1*1 + 2*2 + 3*3 + 4*4 + .... + (n-1)*(n-1) + n*n (* : power to) ; this expression at any place in the fraction (up, down)
When you take the limit in the bottom, it is NOT taking the limit of partial sums of a series - each term is changing with n, so it is not always true that you scan swap the order of limit and series sum. To do this, you need to prove (I believe) uniform convergence of the series.
Ashwin Singh The uniform convergence of the denominator is trivial though, since it is literally just Faulhaber's formula, which is well-known to have said properties. It's not like we have to prove Pythagoras' theorem everytime we use it.
.what is done after 7:01 is wrong . Here is the counter example: integral of x on [0,1] =1/n^2+2/n^2+...+n/n^2 (You can find this by using Riemann sums). In fact al terms on the RHS of this equation foes to 0 as n goes to infinity. Hence, we have integral of x on[0,1] =0+0+0+...=0
6:31 why can't we conclude that the limit is inf since the numerator is approaching 1 and denominator is approaching 0 because it is a sum of infinitely small functions?
I tried solving this problem recently (about a month ago) and I got to around 4:24 but didn't know where to go. Dividing by n^n is very clever, I should have thought of that
*Breathes in* I hope this is understandable in youtube writing format. Ok this theorem is called dominant convergence theorem and is a general measure theory result (it works for series, integrals, probabilities and more). Suppose there is a sequence a(n,m) such as a(n,m) converges to some a(m) when n alone approaches infinity. Now consider there is a sequence b(m) such as b(1)+b(2)+b(3)+... converges, but also b(m) >= |a(n,m)| for any n. Then you can totally swap the lim and the series sign. So you can get the full picture, a(n,m)= (1-m/n)^n Now we get to the point: how did BPRP know he could use this theorem? Because you can absolutely use a(m) as b(m) when a(n,m) is always positive (check) and ever increasing with respect to n: (1-m/n)^n
@@thedarkspeedninjashadittsux In the harmonic series, for instance. Or in a case such as the lim n -> ∞ [∑_{k=0}^{n} 1/n^p + 1/2^k * (∑_{i=0}^{n} 1/2^i)] where summing the limits of each term results in two, while the limit of the whole goes to infinity for Re(p) ≤ 1, and results in ζ(p) + 2 for Re(p) > 1.
Formally, the limit swap at 9:22 was possible due to "Tannery's theorem" - a result of the dominant convergence theorem. I guess that you dont want to talk about a little higher topics such as measure theory because most of your viewers probably aren't mathematicians, but ones that enjoy more fundamental math - and thats ok. But its not ok to make a video out of a problem you think your viewers will find interesting and provide a pretty detailed solution, even links to the theorems in the description which makes it disguised as a formal proof while you actually provides a half-wrong one. That's a misleading. You didnt have to make this a "heavy" video with measure theory - you just had to mention the theorem..
Hey, I'm not completely sure, but if Wikipedia's not lying about what Tannery's theorem is, then I assume it won't be helping here, because we can't uniformly dominate the coefficient sequences by any integrable sequence M_k.
Agree, simply mention what theorem might come into play suffices. What irritates me more is that some comments say this is like "well-known", or saying "the result is still correct so no problem", just wanting to show off their knowledge? There are theorems for you to mention, not like a multiplication table that everyone knows.
@Hassan Akhtar you can just complete the infinite sum with infinite zero terms. In the notation of the Wikipedia page, define: a_k(n) = (1-k/n)ⁿ for 0 ≤ k ≤ n-1, and a_k(n) = 0 for k ≥ n. Then for n → +∞ lim a_k(n) = e⁻ᵏ, and |a_k(n)| = a_k(n) ≤ e⁻ᵏ = M_k, which satisfies the hypothesis of the theorem, and so the trick works.
with the top isnt it easier to factor out n^n and cancel everything on the inside of the brackets to get n^n(0+0+0+...0+1) since the 1/n^a's will approach 0 anyway, and you have 1 because n^n/n^n = 1, so the top becomes 1*n^n = n^n, and so with ur next step of dividing by n^n on the top and bottom you get the top being 1 with much less work
oh, that Fact didn't seem very intuitive, but for the ln of small numbers (close to 1) I do recall a limit: lim n to infinity of ln (1+a/n) = a/n, so indeed (1+a/n)^n = e^a So the bottom sum / n^n indeed becomes the sum of all these terms that approaches the sum 1+e^-1+... A bit more clear method of solving series would be nice, instead of using a rule like a magic wand. Ask what is needed to remove all the middle terms so the first and last term remain: 1. the series n+n^2+.. +n^n needs a factor 1-1/n or (n-1)/n to become n^n-1. bringing this factor to the other side and setting apart n^n, the sum equals n^n * n/(n-1)*(1-1/n^n), which will approach n^n * 1 in the limit. 2. the series 1+e^-1+e^-2+... needs a factor 1-1/e to become 1-e^-(n+1). ignoring this last term and bringing the factor to the other side the limit of the series becomes 1/(1-1/e).
Harder than I thought indeed. I thought this would be 0 as both series diverge and and imagine doing lahospital's rule over and over and the numerator should appraoch N! whereas the denominator would still have ln(n)^n(N^n) at least. I guess lahospital's rule can not work if the partial sum (the series itself)is changing. A great lesson indeed. Thank you.
I think the rule actually works correctly but the problem is taking the derivative properly is difficult. Because you're taking the derivative w.r.t. n and n is also the number of terms in the expression. On the top you can rewrite to a constant number of terms, but on the bottom it is not so straightforward.
It’s because you have assumed that it’s differentiable, when the above series isn’t, and lhopitals rule only works if you can find elementary derivatives
If the numerator was just n^n, when you divide it by n^n, the result would still be 1. The other terms don't effect the result. I initially tried to do this by approximating the sums by definite integrals. But in the top function, only the last term matters. Likewise, in the corresponding integral, of f(x)=n^x, adjusting the top limit of the integration interval between n and n+1 results in a limit that is anywhere from zero to infinite.
@@angelmendez-rivera351 Now really, I'm sure you know what I mean and you agree with me. Lim as n->inf of n^n / [sum(n^k) from k=1 to k=n-1] is infinity, and you can use the sum the geometric series to verify that.
How did you knew that dividing by n^n would do the trick? It works perfectly but damn i never would've thought that, or is just out of pure practice that you learn tricks like that? Also you should put your girlfriend playing piano on the outro again, i really loved it
How do you reconcile the step in which lim_{n\to\infty} 1^n = 1 (minute) 8:21 with the other video in which 1^{infty} is e. It is kind of a technicality but I haven't been able to reconcile both. The result changes if we choose e rather than 1.
The more general formula is: x^n - y^n = (x - y)( x^(n-1) + x^(n-2)·y + x^(n-3)·y^2 + ... + x^2·y^(n-3) + x·y^(n-2) + y^(n-1) ). The terms of the second factor are all the products of powers of x and y such that the degree of the product is n-1. This way, when you multiply it by (x - y) you get a copy of the second factor with an extra x on each term and also a negative copy with an extra y on each term and now all the terms have degree n with a positive x^n, a negative y^n and all the rest cancel each other. In this case, y = 1, so it's kind of invisible what's really happening.
+delov goaz There are way too many parenthesis in my comment. That's one thing I'd like to change for the comment section. Short answer: My comment is wrong. But there is a much easier way to deal with these sorts of problems, namely the summation operator. If you collapse your sum into a summation using Σ, you can handle the sum much easier. Then, you only need to use proof by induction to proof the theorem. It even looks much cleaner. After the proof is finished, you can "decollapse" the summation. I'm not sure if that's brute-forcing in your book, at least it's easier to understand and looks better. I found a video covering the more general version of your question. Just plug in a = n and b = 1. Unfortunately, it's in german, but the mathematics is the same. The video: ua-cam.com/video/vCEfp0FPIIA/v-deo.html
Probably worth mentioning that the step at 7 minutes is dependent on n approaching infinity as the previous denominator is finite but the subsequent one(that gets summed up) is not?
Hello Could you make a short video on how you did the limit of the denominator Cause the limit theorem (e^ab) you mentioned in the video would fail towards the end as you approach the "infinite th" terms
I would think that it should be a limit of zero. For the top, as you add 1 to n, you increase the numerator by less than you increase the denominator. For example, the 3 values (n to the 3rd and 3 to the nth) at n=7 are 343 and 2187, but at n=8 are 512 and 6561. Thus, as n approaches infinity, the denominator grows exponentially faster than the numerator, meaning the limit of the whole is zero.
Red X Except this is simply not true. The numerator is a sum of exponential functions. This much is objectively true. It is a sum of powers, and the result post-evaluation is a function of the growth order n^n. Meanwhile, the denominator can be evaluated using Faulhaber's formula, and when you do, the highest order term is n^n as well.
search up proof of sum of geometric series, then just take the n-1 to the other side. Here's a video for the proof: ua-cam.com/video/5VTmlDk4ed0/v-deo.html
Clever method to obtain Geometric sum series to infinity on the bottom - took me a while to figure out why you divide by n^n. :) Can you make a video on doing sum series for sinh^n ( or any hyperbolics)? Just for the maths :)
It's "the fact" he used that approaches e (when a = b = 1), but simply 1^infinity = 1. Otherwise, start multyplying them out and when it starts approaching something different than 1, tell us.
Eric Ester I think you misinterpreted me... I meant that in some contexts of calculus, it is possible to have 1^(infinity) = e. Use 'the fact' again... e is the limit as n approaches infinity of (1 + 1/n)^n. If we were to naively plug in infinity for n, we are basically getting (1 + 1/infinity)^(infinity). But 1/infinity will approach zero, so it is just (1+0)^(infinity) or 1^(infinity). So 'the fact' can suggest that 1^(infinity) approaches e.
The numerator could have been done in a simpler manner without the algebraic substitution: after dividing it by n^n, it renders the whole numerator a geometric series with the ratio of 1/n. And this approach would make the solution involve two geometric series (in both numerator and denominator), more elegant feeling lol
I'm a little confused, in 8:23, if the limit is going to infinity, wouldn't that mean that the fractions ( 1/n ; 2/n ; etc.) would also go towards 0? And then we would just be left with infinitely many 1s?
First you should prove that the bottom sum you calculate really converge to the geometric progression, because there an infinite amount of terms. So you can’t just do the limit of the individual terms.
A counter example of the fact that you just cannot take the limit in the individual terms of an infinite sum(grows with “n”) is : Sn= 1/n+1/n+...+1/n, where it have “n” terms. It obviously converge to 1, but if you take the limit of each individual terms, it will converge to 0!
A great way to show that it really converges to the limit you show is to bound it by 2 expressions that converges to it. The firts one is using the exponential inequality e^x>= 1+x, and the other is taking the restriction of your sum to a number less than n, and that doesn’t grow with n(the number of terms). Then you can take the limit of each term and after that you take the limit of p(or to be more formal, use ε δ definition to get an inequality that will converge to the number you want)
Mateus Caracciolo That counterexample is not a valid argument. You forget that if you take the individual terms to the limit, you get 0, but you get an infinite series of 0s, which is generally not 0. So it actually very well admits the answer, it just is indeterminate.
we must do this do this carefully
Konstanty yes
Nahi
that's to separate statements.
@Konstanty Ty z Polski jesteś?
Repetition legitimazes
Repetition legitimazes
Repetition legiti-oria
"We must do this do this carefully"
1:09 We must do this carefully and repeat for double-checking
: )
Lol he cut ne statted again….good video tho
There is a serious problem in the proof as others before me mentioned. With a sum whose length goes to infinity, we are not allowed to take the limit term by term. Otherwise, you can prove that 1=0 by considering
1=n*(1/n)=(1/n)+(1/n)+(1/n)+...
Taking the limit, we obtain
1=0+0+0....=0
In fact, the limit of the denominator should have been calculated using the squeeze theorem and noting that
e^(-i)>=(1-i/n)^n>=e^(-i)*(1-i^2/n)
Yinon Nahum i agree with your example. But the bottom terms aren't zeros tho.
That was just a very simple example where things go wrong. In general, the theorem says that if {a_n} approaches the limit a and {b_n} approaches the limit b, then {a_n+b_n} approaces a+b. By induction you can extend this to any *fixed* number of summands. The theorem does not allow you to do it for a *variable* number of summands
Yea, I should have mentioned more details in the video.
Yinon Nahum thanks for the feedback. I was wondering the example you gave was in the indeterminate form of inf*zero. But the one that we had in this problem wasn't in any indeterminate form.
blackpenredpen the example is well defined. Taking the limit term by term, we obtain the sum of n zeros, which is equal to n*0=0.
Regardless of the example, taking the limit term by term is allowed when one has a fixed number of summands. Doing so when the number of terms tends to infinity is not based on anything.
This video put a smile on my face, made me laugh, and helped me fall in love with math again. Thank you, BlackPenRedPen!
Joseph Petrow yay!!!!! I am so glad to hear it?? :)
I knew when I saw 1-1/e there would be some sort of geometric series
After your more recent videos, I was scared I might've outgrown this channel, but this video felt like the right difficulty. Thank you
Keenan Horrigan thanks, i will be making several videos for my calc 1 students in the summer : )
You broke the question down in a way that is easy to follow and understand. Really impressive!
I'm amazed at how many times e (and pi) show up in such unexpected places! Great video!
There's a slight logic error. When evaluating the bottom, you take the limit of each term as if n goes to infinity first without considering that the amount of terms is also depending on n. It's not clear that in general this kind of exchange of limit and sum works. To do this precisely, there is more care needed, though the final answer should stay the same.
Is there a counter example or sould he just precise that it is true ?
Abathur was trying to figure that out. Usually the way you do that kind of sum is by turning it into a riemann integral
Mike Montoro i just find an example with the sum from 1 to n of 1/n : always do 1 but if you goes to the limit in the term first you get 0... So your idea was really important !
Abathur Exactly
Alright so here's what I've figured out: let a_k,n=(1-k/n)^n, A_k=e^-k. We need to show the following (some sort of uniform convergence): there exists an N such that for all k and all x>0, for all n
This is a very interesting limit problem. It’s hard to get an intuitive handle on it.
One approach:
Top is a geometric series, and is = (nⁿ⁺¹ - n)/(n-1)
Bottom is a sum of the first n, n’th powers, which can be shown to be
∑₁ⁿ jⁿ = nⁿ⁺¹/(n+1) + ½ nⁿ + O(n) O(nⁿ⁻¹) + ...
So there are n+1 terms, each of order nⁿ. This means that you get an infinite series whose terms are difficult to establish, multiplying nⁿ.
And that makes the limit look like
(n+1)(nⁿ⁺¹ - n)
-----------------
(n-1)nⁿ⁺¹[1 + (n+1)/2n + O(1)]
which in the limit, becomes 1/S, where S is that unknown series.
Another approach to modeling the denominator is to approximate it with the integral from x=½ to n+½ of xⁿ.
And that’s [(n+½)ⁿ⁺¹ - (½)ⁿ⁺¹]/(n+1) → (n+½)ⁿ⁺¹/(n+1)
So now the limit looks like
nⁿ⁺¹
----- = [n/(n+½)]ⁿ⁺¹ = 1/[1 + 1/2n]ⁿ⁺¹ → 1/e^(½) = e^(-½) ≈ 0.60653...
(n+½)ⁿ⁺¹
Of course, this is nowhere near rigorous; the interval of integration could be adjusted slightly, and the integral is after all, only an approximation.
But I think this shows that the limit is finite and finitesimal; i.e., positive and finite.
After watching: That was really cool! So my estimate was pretty close - that was unexpected.
1 - e⁻¹ = 0.63212...
Thanks, bprp!
Fred
Thank you for sharing your thoughts with me again, Mr. Fred : )
Wish you have a great summer time!
You're welcome, and thanks! Here's wishing you the same, and more!
Fred
ffggddss yay!!
I have seen the comment by @Mike Montoro (and there may be others that are similar), but there is not a slight error in logic in this proof but a HUGE one.
The way that you take the bottom limit is not at all valid; you cannot take the limit term-wise when the number of terms depends on n.
As a counterexample, consider the sum 1/(n^3) + 4/(n^3) + ... + (n^2)/(n^3). By your method, if we were able to send n to infinity for each term, then each term would go to zero and the sum of all would be zero. But this is not the limit of this sum! It can be re-written as (1/n)(1/n)^2 + (1/n)(2/n)^2 +... + (1/n)(n/n)^2. From here we can see that this is a Riemann sum of a function x^2 on a partition of n intervals of equal length between 0 and 1. So sending n to infinity would send the entire sum to the integral of x^2 from 0 to 1, which is 1/3; not 0.
Daniel Juncos Your argument is valid, but the problem is that he never took the limit term wise. Both the index of summation and the terms were taken to infinity simultaneously, which is what he was supposed to do.
Daniel Juncos If he had taken the limit termwise, he would have obtained 0 as well.
We must (lim [n -> ∞] (do this)^n) carefully!
To complete your proof you need to show that limite of sum ( k /n ) ^n converges to sum ( exp(-k)).
First we can say that (k/n)^n = (1 - (n-k)/n) ^n . and then we can rearange the sum by doing the following change : k'=n-k
So the sum (k/n)^n = sum (1- k'/n)
Once this is done we can show that every term of the series can be majorated like that (1-k/n)^n
THE FACT is that I was rekt by this limit, lol.
Adam Kangoroo yay!!
Cool limit. I will have to show this to my Calculus students after we learn about series.
: )
Yay!
@10:00 The proof at that point uses (with A(i, n) = (1 - i/n)^n, for n > i >= 0) :
(1) LIMIT(as n approaches infinity)[SUM(i = 0 to n -1) A(i, n))] =
SUM(i = 0 to infinity)[LIMIT(as n approaches infinity) A(i, n)].
However, (1) does not hold for all possible A(i, n). For example, if A(i, n) = 1/n, for n > i >= 0, then
LIMIT(as n approaches infinity)[SUM(i = 0 to n -1) A(i, n))] = LIMIT(as n approaches infinity)[1] = 1
and
SUM(i = 0 to infinity)[LIMIT(as n approaches infinity) A(i, n)] = SUM(i = 0 to infinity)[0] = 0.
I thank Abathur
for this example (see Abathur
's comment below). Hence, it must be proven that (1) holds when A(i, n) = (1 - i/n)^n. I'm working on it. I'd appreciate seeing a proof if you have one. I'll post a proof here if I find one.
If you haven't find a solution yet you can look at my comment.
Okay but why does this video start with the Doraemon theme 😂😂
I have two requests for you.
1. Can you do a video about verifying whether the fourier series of a function converges uniformly?
2. Can you do something related to group theory? (e.g. finding whether given groups are isomorphic; finding composition series of a group; is a group simple? is a group solvable? What are the divisors of a given free abelian group? etc.. if these things appeal to you at all)
Some of these commenters can't tell the difference between solving a problem and proving a theorem. They point out flaws in your logic, but not in your answer. I guess they take points off for not showing ALL your work. Too many people comment on these math videos to show off their "intellectual superiority", but end up looking like a fool.
That doremon tune 😊 my childhood 😭😭😭😭
its his childhood too probably.
Very nice!!! I like when something family happens to apear where we don´t expect!!!
1:10 was that on purpose?
He didn't do didn't do it.
who knows....
There was 2 clips
A glitch in the matrix
It wasn't the recordings fault, it actually happened in real life.
Great video, but I preferred it when you didn’t disclose the answer up front, but only at the end when you finished solving! Waiting for the answer is part of the fun :)
Something wrong ?
At 8.38, "the fact" : Lim(1+a/n)^bn=exp(ab) is clear when a
Not exactly a neat way, but I instead took that n^n as common on both the numerator and denominator and canceled them out.
As the last terms become 1, I checked the value of previous term which is n-1. The numerator does fine as the previous term value ends up at 1/n, which just becomes 0 when equated.
As for the denominator, the previous term (n-1) is (1-(1/n))^n, and the one before that will be (1-(2/n))^n.
As I keep checking the previous terms, the value goes off to 0 so I just leave the denominator with three previous terms and the last term (1).
Then I plug in the approximations for those values so I sort of end up with it
1/(1+0.1350+.36786+.04956)
Which happened to converge to the original answer.
Not neat one bit, but somehow converges to it.
What a brilliant answer!
J.J. Shank yay
If you want, an other limit n-> infinity with the expression : 1*1 + 2*2 + 3*3 + 4*4 + .... + (n-1)*(n-1) + n*n (* : power to) ; this expression at any place in the fraction (up, down)
this is just sum of squares of natural numbers
Very logical question.takes too much time to solve before.but now got it
When you take the limit in the bottom, it is NOT taking the limit of partial sums of a series - each term is changing with n, so it is not always true that you scan swap the order of limit and series sum. To do this, you need to prove (I believe) uniform convergence of the series.
Ashwin Singh The uniform convergence of the denominator is trivial though, since it is literally just Faulhaber's formula, which is well-known to have said properties. It's not like we have to prove Pythagoras' theorem everytime we use it.
@@angelmendez-rivera351 Hold up, I've been proving it for nothing this whole time???
.what is done after 7:01 is wrong . Here is the counter example:
integral of x on [0,1] =1/n^2+2/n^2+...+n/n^2
(You can find this by using Riemann sums).
In fact al terms on the RHS of this equation foes to 0 as n goes to infinity.
Hence, we have
integral of x on[0,1] =0+0+0+...=0
6:31 why can't we conclude that the limit is inf since the numerator is approaching 1 and denominator is approaching 0 because it is a sum of infinitely small functions?
"denominator [...] is a sum of infinitely small functions"
None of the terms in the denominator approach 0.
I tried solving this problem recently (about a month ago) and I got to around 4:24 but didn't know where to go. Dividing by n^n is very clever, I should have thought of that
9:22 Why is it valid here to swap the limit of a sum for an infinite sum of limits?
Yeah, I don't know either. You can't do that always.
*Breathes in* I hope this is understandable in youtube writing format.
Ok this theorem is called dominant convergence theorem and is a general measure theory result (it works for series, integrals, probabilities and more).
Suppose there is a sequence a(n,m) such as a(n,m) converges to some a(m) when n alone approaches infinity. Now consider there is a sequence b(m) such as b(1)+b(2)+b(3)+... converges, but also b(m) >= |a(n,m)| for any n.
Then you can totally swap the lim and the series sign.
So you can get the full picture, a(n,m)= (1-m/n)^n
Now we get to the point: how did BPRP know he could use this theorem? Because you can absolutely use a(m) as b(m) when a(n,m) is always positive (check) and ever increasing with respect to n: (1-m/n)^n
Macieks300 When can you not do it?
@@thedarkspeedninjashadittsux
In the harmonic series, for instance.
Or in a case such as
the lim n -> ∞ [∑_{k=0}^{n} 1/n^p + 1/2^k * (∑_{i=0}^{n} 1/2^i)]
where summing the limits of each term results in two, while the limit of the whole goes to infinity for Re(p) ≤ 1, and results in ζ(p) + 2 for Re(p) > 1.
Probably because the number of terms depend on n and since n is infinite, there are an infinite number of terms so doing so should be fine.
Amazing problem 🤩👍
blackpenredpenbluepen
Naej bprpbp
YAY
No one:
Him: plays doreamon tune
Formally, the limit swap at 9:22 was possible due to "Tannery's theorem" - a result of the dominant convergence theorem. I guess that you dont want to talk about a little higher topics such as measure theory because most of your viewers probably aren't mathematicians, but ones that enjoy more fundamental math - and thats ok. But its not ok to make a video out of a problem you think your viewers will find interesting and provide a pretty detailed solution, even links to the theorems in the description which makes it disguised as a formal proof while you actually provides a half-wrong one. That's a misleading. You didnt have to make this a "heavy" video with measure theory - you just had to mention the theorem..
Hey, I'm not completely sure, but if Wikipedia's not lying about what Tannery's theorem is, then I assume it won't be helping here, because we can't uniformly dominate the coefficient sequences by any integrable sequence M_k.
טוב אתה
Agree, simply mention what theorem might come into play suffices. What irritates me more is that some comments say this is like "well-known", or saying "the result is still correct so no problem", just wanting to show off their knowledge? There are theorems for you to mention, not like a multiplication table that everyone knows.
@Hassan Akhtar you can just complete the infinite sum with infinite zero terms. In the notation of the Wikipedia page, define: a_k(n) = (1-k/n)ⁿ for 0 ≤ k ≤ n-1, and a_k(n) = 0 for k ≥ n. Then for n → +∞ lim a_k(n) = e⁻ᵏ, and |a_k(n)| = a_k(n) ≤ e⁻ᵏ = M_k, which satisfies the hypothesis of the theorem, and so the trick works.
When you divided n power n, you may put the series on denominator in integral like function A power x from zero to one.
The limit at the bottom is first taken in each term and then at the sum limit. That requires some justification.
Ian No, he took both simultaneously. It also works because the denominator is a Riemann sum.
with the top isnt it easier to factor out n^n and cancel everything on the inside of the brackets to get n^n(0+0+0+...0+1) since the 1/n^a's will approach 0 anyway, and you have 1 because n^n/n^n = 1, so the top becomes 1*n^n = n^n, and so with ur next step of dividing by n^n on the top and bottom you get the top being 1 with much less work
YAY!!!
YAY!!!!!
Yay! Severus! Yay!
Always
oh, that Fact didn't seem very intuitive, but for the ln of small numbers (close to 1) I do recall a limit:
lim n to infinity of ln (1+a/n) = a/n, so indeed (1+a/n)^n = e^a
So the bottom sum / n^n indeed becomes the sum of all these terms that approaches the sum 1+e^-1+...
A bit more clear method of solving series would be nice, instead of using a rule like a magic wand. Ask what is needed to remove all the middle terms so the first and last term remain:
1. the series n+n^2+.. +n^n needs a factor 1-1/n or (n-1)/n to become n^n-1. bringing this factor to the other side and setting apart n^n, the sum equals n^n * n/(n-1)*(1-1/n^n), which will approach n^n * 1 in the limit.
2. the series 1+e^-1+e^-2+... needs a factor 1-1/e to become 1-e^-(n+1). ignoring this last term and bringing the factor to the other side the limit of the series becomes 1/(1-1/e).
Great reasoning.Thanks
It's the best mathematics channel I've ever seen 😍 Thank you! #blackpenredpen 😊
Selma D. Thanks!!!
Doreamon music 😍😍😍 and you are so awesome 🤗
Harder than I thought indeed. I thought this would be 0 as both series diverge and and imagine doing lahospital's rule over and over and the numerator should appraoch N! whereas the denominator would still have ln(n)^n(N^n) at least. I guess lahospital's rule can not work if the partial sum (the series itself)is changing. A great lesson indeed. Thank you.
I think the rule actually works correctly but the problem is taking the derivative properly is difficult. Because you're taking the derivative w.r.t. n and n is also the number of terms in the expression. On the top you can rewrite to a constant number of terms, but on the bottom it is not so straightforward.
It’s because you have assumed that it’s differentiable, when the above series isn’t, and lhopitals rule only works if you can find elementary derivatives
Beautiful question!
If the numerator was just n^n, when you divide it by n^n, the result would still be 1. The other terms don't effect the result.
I initially tried to do this by approximating the sums by definite integrals. But in the top function, only the last term matters. Likewise, in the corresponding integral, of f(x)=n^x, adjusting the top limit of the integration interval between n and n+1 results in a limit that is anywhere from zero to infinite.
dugong369 Except that's not how that works, and it's not true that only the last term matters on the top. It's a geometric sum.
@@angelmendez-rivera351 Now really, I'm sure you know what I mean and you agree with me. Lim as n->inf of n^n / [sum(n^k) from k=1 to k=n-1] is infinity, and you can use the sum the geometric series to verify that.
Thank you bla
Engineers: Ignore 1/e and you get 1
We must do this *do this* carefully... What a good title!
Enjoyed the proof. Thank you
wrong proof. Do you know where I can fin a correct one?
I would have never thought of that 'note'. Can someone explain his/her thought process on how to get to this note?
One of the very complex limit, I have seen. Thanks bprp
Awesome video as always man!
Quite an interesting problem!
Man, you're AMAZING!!!!!!
My brain refuses to accept any answer other than 1 because if you go one by one, top is always equal to bottom.
zlac This is not true. Just let n = 2. Then the numerator is 2 + 2^2, while the denominator 1^2 + 2^2, and those are not equal.
The top part is just the finite sum of a geo series, so you could have just used that immidiatly
I am in need of a epsilon and delta proof for the last limit. You could use lemmas, proposition and anything, but I would need to see It.
So beautiful,thanks for this.
We must 2*("do this") carefully!
Dok Asov yup!!
Always the fact. 😂😂😂
totally!
How did you knew that dividing by n^n would do the trick? It works perfectly but damn i never would've thought that, or is just out of pure practice that you learn tricks like that?
Also you should put your girlfriend playing piano on the outro again, i really loved it
Because n^n is the "dominating boss" : )
And I will put the music in again.
Lmao
Alright
Because brilliant.org provides answers to the questions...
cool problem. Thank you for putting it up for us
arya k yay!!!
You could also say that the top is an infinite GP with n terms
How do you reconcile the step in which lim_{n\to\infty} 1^n = 1 (minute) 8:21 with the other video in which 1^{infty} is e. It is kind of a technicality but I haven't been able to reconcile both. The result changes if we choose e rather than 1.
Very good explanation
2:03 how?
like.. i get that its true when you multiply it out, but how do you actually get that without brute-forcing a formula?
You can also think of it as a finite gemoetric series
The more general formula is: x^n - y^n = (x - y)( x^(n-1) + x^(n-2)·y + x^(n-3)·y^2 + ... + x^2·y^(n-3) + x·y^(n-2) + y^(n-1) ).
The terms of the second factor are all the products of powers of x and y such that the degree of the product is n-1.
This way, when you multiply it by (x - y) you get a copy of the second factor with an extra x on each term and also a negative copy with an extra y on each term and now all the terms have degree n with a positive x^n, a negative y^n and all the rest cancel each other.
In this case, y = 1, so it's kind of invisible what's really happening.
+delov goaz
n^n - 1 = n^n - 1^n
using a^m - b^m = (a - b) * (a + b)^(m - 1):
n^n - 1 = (n - 1) * (n + 1)^(n - 1)
binomial expansion leads to the equation:
n^n - 1 = (n - 1) * (n^(n - 1)*1^0 + n^(n - 2)*1^1 + ... + n^(1) * 1^(n - 2) + n^0 * 1^(n - 1) )
1^k = 1 for any natural number k:
n^n - 1 = (n - 1) * ( n^(n - 1) + n^(n - 2) + ... + n + 1 )
You need the binomial formulae to deduce this fact, but it is possible to prove without "brute-forcing".
Sincerely,
ZfE
thanks!
but, why are there no binomial coefficients? am i missing something?
+delov goaz
There are way too many parenthesis in my comment. That's one thing I'd like to change for the comment section.
Short answer: My comment is wrong.
But there is a much easier way to deal with these sorts of problems, namely the summation operator.
If you collapse your sum into a summation using Σ, you can handle the sum much easier. Then, you only need to use proof by induction to proof the theorem. It even looks much cleaner.
After the proof is finished, you can "decollapse" the summation. I'm not sure if that's brute-forcing in your book, at least it's easier to understand and looks better.
I found a video covering the more general version of your question. Just plug in a = n and b = 1. Unfortunately, it's in german, but the mathematics is the same.
The video: ua-cam.com/video/vCEfp0FPIIA/v-deo.html
This video is a masterpiece
Probably worth mentioning that the step at 7 minutes is dependent on n approaching infinity as the previous denominator is finite but the subsequent one(that gets summed up) is not?
Here you have taken n/n-1 tends to one but we can't take it as infinity /infinity is undefined
sandipan chakraborty Yes, you can take n/(n - 1) to have limit 1, because n/(n - 1) = 1 + 1/(n - 1), and 1/(n - 1) is 0 when n approaches infinity.
Oh mann i miss those videos
I am very interested in this lesson. We must do it. Open your heart and start to learn it🙏
Love from India. ♥️☺️
Hello
Could you make a short video on how you did the limit of the denominator
Cause the limit theorem (e^ab) you mentioned in the video would fail towards the end as you approach the "infinite th" terms
the last term is (1/n)^n which can be rewritten as (1 - (n-1)/n)^n
This is really amazing!! It just poped to me now so it is never too late to watch great math😀
I would think that it should be a limit of zero.
For the top, as you add 1 to n, you increase the numerator by less than you increase the denominator.
For example, the 3 values (n to the 3rd and 3 to the nth) at n=7 are 343 and 2187, but at n=8 are 512 and 6561.
Thus, as n approaches infinity, the denominator grows exponentially faster than the numerator, meaning the limit of the whole is zero.
Red X Except this is simply not true. The numerator is a sum of exponential functions. This much is objectively true. It is a sum of powers, and the result post-evaluation is a function of the growth order n^n. Meanwhile, the denominator can be evaluated using Faulhaber's formula, and when you do, the highest order term is n^n as well.
Sums grow faster than their summands do.
2:06 Could anyone explain to me why this is true?
search up proof of sum of geometric series, then just take the n-1 to the other side. Here's a video for the proof:
ua-cam.com/video/5VTmlDk4ed0/v-deo.html
Just use the geometric sum formula for r=n and it will work easily
Bravo!
This doraemon intro is so good
Brilliant solution! :D
0:04 is that the doraemon theme song?? BLACKPENREDPEN ANSWER ME
this is one of the most beautiful series ive seen in a while , btw , why wouldn't an / bn ---> l => a1 + a2 ... + an / b1 + b2 .... bn --> l
Clever method to obtain Geometric sum series to infinity on the bottom - took me a while to figure out why you divide by n^n. :)
Can you make a video on doing sum series for sinh^n ( or any hyperbolics)? Just for the maths :)
The invisible hand There is no closed-form formula for the sum of sinh(u)^n with respect to n.
At 8:16, is it rigorous to claim that 1^(infinity) = 1? In some contexts, 1^(infinity) can also approach e.
Depends on the function. As said in the video, it was just a constant 1, so that does approach 1.
David amp Ah yes, I missed that... Thanks for pointing that out.
It's "the fact" he used that approaches e (when a = b = 1), but simply 1^infinity = 1. Otherwise, start multyplying them out and when it starts approaching something different than 1, tell us.
Omg I got a heart, I'm so happy
Eric Ester I think you misinterpreted me... I meant that in some contexts of calculus, it is possible to have 1^(infinity) = e.
Use 'the fact' again... e is the limit as n approaches infinity of (1 + 1/n)^n. If we were to naively plug in infinity for n, we are basically getting (1 + 1/infinity)^(infinity).
But 1/infinity will approach zero, so it is just (1+0)^(infinity) or 1^(infinity). So 'the fact' can suggest that 1^(infinity) approaches e.
我們得細細地做這做這件事
廓俊傑 嘿嘿 沒錯!
First impression on a few terms was "the Joker", 2nd impression something else.
The numerator could have been done in a simpler manner without the algebraic substitution: after dividing it by n^n, it renders the whole numerator a geometric series with the ratio of 1/n. And this approach would make the solution involve two geometric series (in both numerator and denominator), more elegant feeling lol
Shih Yuin Chew What are you talking about? The numerator ALREADY was a geometric sum. The denominator was not.
#brilliant and #yay!
I'm a little confused, in 8:23, if the limit is going to infinity, wouldn't that mean that the fractions ( 1/n ; 2/n ; etc.) would also go towards 0? And then we would just be left with infinitely many 1s?
That's an identity.
lim(n-->inf) of (1+1/n)^n = e
or
lim(n-->inf) of (1+n)^1/n = e
@@thequarrymen58 Oh ok thanks
great sir
Interesting!
Love the doraemon in the background
First you should prove that the bottom sum you calculate really converge to the geometric progression, because there an infinite amount of terms. So you can’t just do the limit of the individual terms.
A counter example of the fact that you just cannot take the limit in the individual terms of an infinite sum(grows with “n”) is : Sn= 1/n+1/n+...+1/n, where it have “n” terms. It obviously converge to 1, but if you take the limit of each individual terms, it will converge to 0!
A great way to show that it really converges to the limit you show is to bound it by 2 expressions that converges to it. The firts one is using the exponential inequality e^x>= 1+x, and the other is taking the restriction of your sum to a number less than n, and that doesn’t grow with n(the number of terms). Then you can take the limit of each term and after that you take the limit of p(or to be more formal, use ε δ definition to get an inequality that will converge to the number you want)
Mateus Caracciolo That counterexample is not a valid argument. You forget that if you take the individual terms to the limit, you get 0, but you get an infinite series of 0s, which is generally not 0. So it actually very well admits the answer, it just is indeterminate.
And finaly, what is the right demonstration of your result ? No one is written in the description.😢
limit of the sum isn't always same as sum of the limits, so it has to be proved that they are
In the next video could you explain about what is converge and diverge???