We must do this do this carefully!

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 518

  • @konstanty8094
    @konstanty8094 6 років тому +1013

    we must do this do this carefully

  • @EchoHeo
    @EchoHeo 6 років тому +427

    "We must do this do this carefully"

  • @VaradMahashabde
    @VaradMahashabde 6 років тому +110

    1:09 We must do this carefully and repeat for double-checking

  • @yinon8038
    @yinon8038 6 років тому +240

    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)

    • @blackpenredpen
      @blackpenredpen  6 років тому +85

      Yinon Nahum i agree with your example. But the bottom terms aren't zeros tho.

    • @yinon8038
      @yinon8038 6 років тому +48

      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

    • @blackpenredpen
      @blackpenredpen  6 років тому +44

      Yea, I should have mentioned more details in the video.

    • @blackpenredpen
      @blackpenredpen  6 років тому +55

      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.

    • @yinon8038
      @yinon8038 6 років тому +9

      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.

  • @JosephPetrow
    @JosephPetrow 6 років тому +51

    This video put a smile on my face, made me laugh, and helped me fall in love with math again. Thank you, BlackPenRedPen!

    • @blackpenredpen
      @blackpenredpen  6 років тому +6

      Joseph Petrow yay!!!!! I am so glad to hear it?? :)

  • @deeptochatterjee532
    @deeptochatterjee532 6 років тому +33

    I knew when I saw 1-1/e there would be some sort of geometric series

  • @friedkeenan
    @friedkeenan 6 років тому +12

    After your more recent videos, I was scared I might've outgrown this channel, but this video felt like the right difficulty. Thank you

    • @blackpenredpen
      @blackpenredpen  6 років тому +3

      Keenan Horrigan thanks, i will be making several videos for my calc 1 students in the summer : )

  • @juliuss2056
    @juliuss2056 6 років тому +2

    You broke the question down in a way that is easy to follow and understand. Really impressive!

  • @barthennin6088
    @barthennin6088 2 роки тому +3

    I'm amazed at how many times e (and pi) show up in such unexpected places! Great video!

  • @tatfr0guy
    @tatfr0guy 6 років тому +248

    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.

    • @abathur5011
      @abathur5011 6 років тому +9

      Is there a counter example or sould he just precise that it is true ?

    • @tatfr0guy
      @tatfr0guy 6 років тому +27

      Abathur was trying to figure that out. Usually the way you do that kind of sum is by turning it into a riemann integral

    • @abathur5011
      @abathur5011 6 років тому +16

      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 !

    • @tatfr0guy
      @tatfr0guy 6 років тому +2

      Abathur Exactly

    • @tatfr0guy
      @tatfr0guy 6 років тому +4

      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

  • @ffggddss
    @ffggddss 6 років тому +15

    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

    • @blackpenredpen
      @blackpenredpen  6 років тому +1

      Thank you for sharing your thoughts with me again, Mr. Fred : )
      Wish you have a great summer time!

    • @ffggddss
      @ffggddss 6 років тому +1

      You're welcome, and thanks! Here's wishing you the same, and more!
      Fred

    • @blackpenredpen
      @blackpenredpen  6 років тому +2

      ffggddss yay!!

  • @danieljuncos244
    @danieljuncos244 6 років тому +2

    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.

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 років тому

      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.

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 років тому

      Daniel Juncos If he had taken the limit termwise, he would have obtained 0 as well.

  • @kostantinos2297
    @kostantinos2297 6 років тому +23

    We must (lim [n -> ∞] (do this)^n) carefully!

  • @RedFish45700
    @RedFish45700 3 роки тому +1

    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

  • @adamkangoroo8475
    @adamkangoroo8475 6 років тому +23

    THE FACT is that I was rekt by this limit, lol.

  • @g0rgth3b0rg
    @g0rgth3b0rg 6 років тому +3

    Cool limit. I will have to show this to my Calculus students after we learn about series.

  • @someperson188
    @someperson188 5 років тому

    @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.

    • @RedFish45700
      @RedFish45700 3 роки тому

      If you haven't find a solution yet you can look at my comment.

  • @ankitbhattacharjee_iitkgp
    @ankitbhattacharjee_iitkgp 3 роки тому +1

    Okay but why does this video start with the Doraemon theme 😂😂

  • @shacharh5470
    @shacharh5470 6 років тому +8

    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)

  • @herbie_the_hillbillie_goat
    @herbie_the_hillbillie_goat 3 роки тому +4

    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.

  • @gujhcghhh7371
    @gujhcghhh7371 6 років тому +6

    That doremon tune 😊 my childhood 😭😭😭😭

    • @παΨαη
      @παΨαη 3 роки тому

      its his childhood too probably.

  • @vameza1
    @vameza1 6 років тому

    Very nice!!! I like when something family happens to apear where we don´t expect!!!

  • @AndDiracisHisProphet
    @AndDiracisHisProphet 6 років тому +220

    1:10 was that on purpose?

  • @thecreativewebshow
    @thecreativewebshow 4 роки тому +2

    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 :)

  • @dombouttes7026
    @dombouttes7026 5 років тому

    Something wrong ?
    At 8.38, "the fact" : Lim(1+a/n)^bn=exp(ab) is clear when a

  • @EagleZH23
    @EagleZH23 6 років тому +3

    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.

  • @General12th
    @General12th 6 років тому +1

    What a brilliant answer!

  • @bernardlemaitre4701
    @bernardlemaitre4701 5 років тому

    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)

  • @aditidas9978
    @aditidas9978 6 років тому

    Very logical question.takes too much time to solve before.but now got it

  • @ashes2ashes3333
    @ashes2ashes3333 6 років тому +1

    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.

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 років тому

      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.

    • @epicm999
      @epicm999 Рік тому

      @@angelmendez-rivera351 Hold up, I've been proving it for nothing this whole time???

  • @cenkturgay8626
    @cenkturgay8626 4 роки тому

    .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

  • @Kokurorokuko
    @Kokurorokuko 4 роки тому +1

    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?

    • @martinepstein9826
      @martinepstein9826 3 роки тому

      "denominator [...] is a sum of infinitely small functions"
      None of the terms in the denominator approach 0.

  • @sighmaniacrotmg6530
    @sighmaniacrotmg6530 6 років тому +1

    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

  • @BadlyOrganisedGenius
    @BadlyOrganisedGenius 6 років тому +25

    9:22 Why is it valid here to swap the limit of a sum for an infinite sum of limits?

    • @Macieks300
      @Macieks300 6 років тому +7

      Yeah, I don't know either. You can't do that always.

    • @Koisheep
      @Koisheep 6 років тому +19

      *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
      @thedarkspeedninjashadittsux 6 років тому

      Macieks300 When can you not do it?

    • @xCorvus7x
      @xCorvus7x 6 років тому +6

      @@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.

    • @kalebbruwer
      @kalebbruwer 6 років тому +3

      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.

  • @gmchess7367
    @gmchess7367 3 роки тому

    Amazing problem 🤩👍

  • @Naej7
    @Naej7 6 років тому +72

    blackpenredpenbluepen

  • @kusoae
    @kusoae 4 роки тому +1

    No one:
    Him: plays doreamon tune

  • @פאלוכהן
    @פאלוכהן 4 роки тому +49

    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..

    • @mariusneubert4995
      @mariusneubert4995 4 роки тому +1

      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.

    • @opp5772
      @opp5772 4 роки тому

      טוב אתה

    • @kwea123
      @kwea123 4 роки тому +1

      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.

    • @dbmalesani
      @dbmalesani 4 роки тому +2

      @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.

  • @dalibormaksimovic6399
    @dalibormaksimovic6399 6 років тому

    When you divided n power n, you may put the series on denominator in integral like function A power x from zero to one.

  • @pfeffer1729
    @pfeffer1729 6 років тому +9

    The limit at the bottom is first taken in each term and then at the sum limit. That requires some justification.

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 років тому

      Ian No, he took both simultaneously. It also works because the denominator is a Riemann sum.

  • @paulkerr4802
    @paulkerr4802 6 років тому

    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

  • @snejpu2508
    @snejpu2508 6 років тому +24

    YAY!!!

  • @teambellavsteamalice
    @teambellavsteamalice 3 роки тому

    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).

  • @yarenu5289
    @yarenu5289 Рік тому

    Great reasoning.Thanks

  • @selmatprkz
    @selmatprkz 6 років тому +18

    It's the best mathematics channel I've ever seen 😍 Thank you! #blackpenredpen 😊

  • @justagirl3929
    @justagirl3929 5 років тому

    Doreamon music 😍😍😍 and you are so awesome 🤗

  • @zhongyuanchen8424
    @zhongyuanchen8424 6 років тому +41

    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.

    • @Quantris
      @Quantris 5 років тому +5

      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.

    • @takyc7883
      @takyc7883 4 роки тому +1

      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

  • @fozzoking
    @fozzoking 4 роки тому

    Beautiful question!

  • @dugong369
    @dugong369 5 років тому

    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
      @angelmendez-rivera351 5 років тому

      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.

    • @dugong369
      @dugong369 4 місяці тому

      @@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.

  • @aymankarim3206
    @aymankarim3206 Рік тому

    Thank you bla

  • @comrade_marshal
    @comrade_marshal Рік тому

    Engineers: Ignore 1/e and you get 1

  • @manuelbonet
    @manuelbonet 6 років тому

    We must do this *do this* carefully... What a good title!

  • @ferashamdan4252
    @ferashamdan4252 6 років тому

    Enjoyed the proof. Thank you

    • @Vincent1971Tlse
      @Vincent1971Tlse 9 місяців тому

      wrong proof. Do you know where I can fin a correct one?

  • @seppe8156
    @seppe8156 6 років тому

    I would have never thought of that 'note'. Can someone explain his/her thought process on how to get to this note?

  • @suniltshegaonkar7809
    @suniltshegaonkar7809 4 роки тому

    One of the very complex limit, I have seen. Thanks bprp

  • @gamingbutnotreally6077
    @gamingbutnotreally6077 6 років тому +1

    Awesome video as always man!

  • @andrewho3941
    @andrewho3941 2 роки тому

    Quite an interesting problem!

  • @Wurfenkopf
    @Wurfenkopf 4 роки тому

    Man, you're AMAZING!!!!!!

  • @zlac
    @zlac 6 років тому

    My brain refuses to accept any answer other than 1 because if you go one by one, top is always equal to bottom.

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 років тому

      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.

  • @אוריארנס
    @אוריארנס 4 роки тому

    The top part is just the finite sum of a geo series, so you could have just used that immidiatly

  • @MrRenanwill
    @MrRenanwill 3 роки тому +1

    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.

  • @AlvaroLopez-rr2xz
    @AlvaroLopez-rr2xz 6 років тому

    So beautiful,thanks for this.

  • @CamiloGomezDev
    @CamiloGomezDev 6 років тому +6

    We must 2*("do this") carefully!

  • @OonHan
    @OonHan 6 років тому +14

    Always the fact. 😂😂😂

  • @rodrigosuarezcastano732
    @rodrigosuarezcastano732 6 років тому +18

    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

    • @blackpenredpen
      @blackpenredpen  6 років тому +14

      Because n^n is the "dominating boss" : )
      And I will put the music in again.

    • @rodrigosuarezcastano732
      @rodrigosuarezcastano732 6 років тому

      Lmao
      Alright

    • @hopp2184
      @hopp2184 6 років тому +4

      Because brilliant.org provides answers to the questions...

  • @ariusmaximilian8291
    @ariusmaximilian8291 6 років тому +1

    cool problem. Thank you for putting it up for us

  • @haricharanbalasundaram3124
    @haricharanbalasundaram3124 3 роки тому +1

    You could also say that the top is an infinite GP with n terms

  • @carlosgaravito4042
    @carlosgaravito4042 6 років тому +1

    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.

  • @AnandKumar-fy6ip
    @AnandKumar-fy6ip 3 роки тому

    Very good explanation

  • @dolevgo8535
    @dolevgo8535 6 років тому +7

    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?

    • @dylankennett6127
      @dylankennett6127 6 років тому

      You can also think of it as a finite gemoetric series

    • @Cloud88Skywalker
      @Cloud88Skywalker 6 років тому +5

      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.

    • @zusammenarbeitfurerfolg6962
      @zusammenarbeitfurerfolg6962 6 років тому

      +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

    • @dolevgo8535
      @dolevgo8535 6 років тому

      thanks!
      but, why are there no binomial coefficients? am i missing something?

    • @zusammenarbeitfurerfolg6962
      @zusammenarbeitfurerfolg6962 6 років тому

      +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

  • @nishantkumartiwari1202
    @nishantkumartiwari1202 3 роки тому

    This video is a masterpiece

  • @Robber30
    @Robber30 4 роки тому

    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?

  • @UPEsandipanchakraborty
    @UPEsandipanchakraborty 6 років тому

    Here you have taken n/n-1 tends to one but we can't take it as infinity /infinity is undefined

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 років тому

      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.

  • @wduandy
    @wduandy 6 років тому +2

    Oh mann i miss those videos

  • @តុនតាំងលីក
    @តុនតាំងលីក 4 роки тому +1

    I am very interested in this lesson. We must do it. Open your heart and start to learn it🙏

  • @anonymoususer4284
    @anonymoususer4284 3 роки тому

    Love from India. ♥️☺️

  • @2intuitivemath233
    @2intuitivemath233 3 роки тому +1

    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

    • @GeekProdigyGuy
      @GeekProdigyGuy Рік тому

      the last term is (1/n)^n which can be rewritten as (1 - (n-1)/n)^n

  • @yoav613
    @yoav613 3 роки тому

    This is really amazing!! It just poped to me now so it is never too late to watch great math😀

  • @kinyutaka
    @kinyutaka 6 років тому

    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.

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 років тому

      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.

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 років тому

      Sums grow faster than their summands do.

  • @ingmarstolk810
    @ingmarstolk810 5 років тому +6

    2:06 Could anyone explain to me why this is true?

    • @vivekpanchagnula815
      @vivekpanchagnula815 4 роки тому

      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

    • @bensevin1931
      @bensevin1931 4 роки тому

      Just use the geometric sum formula for r=n and it will work easily

  • @lorenzolevy4708
    @lorenzolevy4708 6 років тому

    Bravo!

  • @rudranathmistry6957
    @rudranathmistry6957 3 роки тому

    This doraemon intro is so good

  • @xamzx9281
    @xamzx9281 6 років тому +1

    Brilliant solution! :D

  • @kotarojujo6365
    @kotarojujo6365 4 роки тому +1

    0:04 is that the doraemon theme song?? BLACKPENREDPEN ANSWER ME

  • @s1mpelness771
    @s1mpelness771 Рік тому

    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

  • @theinvisiblehand9281
    @theinvisiblehand9281 6 років тому +1

    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 :)

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 років тому

      The invisible hand There is no closed-form formula for the sum of sinh(u)^n with respect to n.

  • @reetasingh1679
    @reetasingh1679 6 років тому +11

    At 8:16, is it rigorous to claim that 1^(infinity) = 1? In some contexts, 1^(infinity) can also approach e.

    • @Davidamp
      @Davidamp 6 років тому +26

      Depends on the function. As said in the video, it was just a constant 1, so that does approach 1.

    • @reetasingh1679
      @reetasingh1679 6 років тому +3

      David amp Ah yes, I missed that... Thanks for pointing that out.

    • @Cloud88Skywalker
      @Cloud88Skywalker 6 років тому +1

      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.

    • @Davidamp
      @Davidamp 6 років тому +2

      Omg I got a heart, I'm so happy

    • @reetasingh1679
      @reetasingh1679 6 років тому +1

      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.

  • @YouTubeChannel-jw5th
    @YouTubeChannel-jw5th 6 років тому +5

    我們得細細地做這做這件事

  • @ruffifuffler8711
    @ruffifuffler8711 4 роки тому

    First impression on a few terms was "the Joker", 2nd impression something else.

  • @shihyuinchew8494
    @shihyuinchew8494 6 років тому

    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

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 років тому

      Shih Yuin Chew What are you talking about? The numerator ALREADY was a geometric sum. The denominator was not.

  • @Swapnil5
    @Swapnil5 6 років тому

    #brilliant and #yay!

  • @asenazaleas3161
    @asenazaleas3161 2 роки тому

    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?

    • @thequarrymen58
      @thequarrymen58 2 роки тому

      That's an identity.
      lim(n-->inf) of (1+1/n)^n = e
      or
      lim(n-->inf) of (1+n)^1/n = e

    • @asenazaleas3161
      @asenazaleas3161 2 роки тому

      @@thequarrymen58 Oh ok thanks

  • @sarojsi890
    @sarojsi890 6 років тому

    great sir

  • @meghnachaudhury8013
    @meghnachaudhury8013 Рік тому

    Interesting!

  • @tannernatebryce6259
    @tannernatebryce6259 Рік тому

    Love the doraemon in the background

  • @mateuscaracciolo5365
    @mateuscaracciolo5365 6 років тому +1

    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.

    • @mateuscaracciolo5365
      @mateuscaracciolo5365 6 років тому

      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!

    • @mateuscaracciolo5365
      @mateuscaracciolo5365 6 років тому

      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)

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 років тому

      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.

  • @Vincent1971Tlse
    @Vincent1971Tlse 9 місяців тому

    And finaly, what is the right demonstration of your result ? No one is written in the description.😢

  • @TVbr7
    @TVbr7 4 роки тому

    limit of the sum isn't always same as sum of the limits, so it has to be proved that they are

  • @ajiwibowo8736
    @ajiwibowo8736 6 років тому

    In the next video could you explain about what is converge and diverge???