Can you figure out this sum?

  Рет қаралды 58,468

Michael Penn

Michael Penn

Күн бұрын

Пікірлер: 145
@MathNerdGamer
@MathNerdGamer 2 жыл бұрын
For anyone wondering about the thumbnail, which shows the sum of 1/(1 + sqrt(2) + sqrt(3) + . . . + sqrt(n)): This sum converges. This is because 1 + sqrt(2) + . . . + sqrt(n) is Θ(n^(3/2)) (this can be seen by using upper/lower integrals of sqrt(x)).
@sergeipilyugin239
@sergeipilyugin239 2 жыл бұрын
Or even simpler: 1 + sqrt(2) + . . . + sqrt(n) > (n/2) *sqrt(n/2).
@12321dantheman
@12321dantheman 2 жыл бұрын
or because its basically = 1/sqrt(infinity) =1/infinity?
@yuvalid4156
@yuvalid4156 2 жыл бұрын
@@12321dantheman that's not enough for the divergence of a sum. As an example, the harmonic series.
@tarikeld11
@tarikeld11 Жыл бұрын
​@@12321dantheman you forgot that we add up all the fractions
@georgesbv1
@georgesbv1 Жыл бұрын
@@yuvalid4156 for harmonic series, a(n+1) > a(n) while for 1/sum(sqrt(n)) it's the other way around: b(n+1)
@Misteribel
@Misteribel 2 жыл бұрын
I love it when your instruction is easy enough to understand for us mere mortals with high school math. It makes us feel smarter :). Tx for this excellent vid!
@leif1075
@leif1075 2 жыл бұрын
Why do you say mere mortals Luke you're less than? Ramanujan was just a mere mortal too as was Dirac etc.
@dalitlegreenfuzzyman
@dalitlegreenfuzzyman 2 жыл бұрын
@@angelmendez-rivera351 uhhh yeah. It’s a symmetrical open curve formed by the intersection of a circular cone with a plane at a smaller angle with its axis than the side of the cone…..
@musaratjahan7954
@musaratjahan7954 Жыл бұрын
No "mortal" with just high school math can understand it easily. If you truly can understand it with little to no difficulty, you definitely possess some degree of mathematical talent beyond just "normal mortals". You aren't the next Ramanujan, but you're noticeably above normal people, quite easily so in fact
@Misteribel
@Misteribel Жыл бұрын
@@musaratjahan7954 I doubt that very much, but thanks though :). It’s possible, perhaps, that the educational system pre-uni, in The Netherlands, where I’m from, goes beyond what high school in the US covers. In the last two years (we’re 17 or 18 then) we cover limits, (partial) differentiations, integrals and complex numbers. And a bunch of stuff I’ve forgotten about ;). We did do (infinite) series and sums, though I don’t remember that very well.
@manstuckinabox3679
@manstuckinabox3679 2 жыл бұрын
7:05 Ah doktor penn, you always know how to keep the simplest of questions to your viewers, it is most definitely k=1.
@رامحديب
@رامحديب Жыл бұрын
Very cool, and a clear and sweet explanation. I am an Arab from Syria. I am preparing a PhD thesis in applied mathematics. I have been following you for a year.
@CaioCostaatsocs
@CaioCostaatsocs 2 жыл бұрын
The series in the thumbnail converges thou
@mathmathician8250
@mathmathician8250 2 жыл бұрын
I used a similar strategy. f(x)=x^(1/x) achieves maximum at x=e and decreasing after e. So for x>=3, f(x)=
@FractalMannequin
@FractalMannequin 2 жыл бұрын
The series in the thumbnail is the reciprocal of the sum of the square roots sqrt(1) + sqrt(2) + ... + sqrt(n). If anybody is wondering, that series is convergent and can be checked by using the fact that the series with general term 1/n^(1+epsilon) is convergent for any epsilon > 0.
@joeg579
@joeg579 2 жыл бұрын
how do we know that sqrt(1) + sqrt(2) + ... + sqrt(n) is asymptotic to 1/n^1.5?
@Jaeghead
@Jaeghead 2 жыл бұрын
@@joeg579 For even n, n/2 of the summands are greater or equal to sqrt(n/2). For odd n, (n-1)/2 of the summands are greater or equal to sqrt((n-1)/2). In either case the sum is greater than (n-1)/2 times sqrt((n-1)/2), so after separating the n = 1 term and taking the reciprocal we see that the sum is smaller than 1 + 2sqrt(2)∑ 1/n^(3/2).
@FractalMannequin
@FractalMannequin 2 жыл бұрын
@@Jaeghead That's precisely the argument I also used.
@FractalMannequin
@FractalMannequin 2 жыл бұрын
@@joeg579 It's not necessary to be asymptotic, it suffices to get an upper bound.
@mtaur4113
@mtaur4113 2 жыл бұрын
Oh, I thought I had misread the thumbnail, as I was coming up with the same idea and conclusion. And then the video takes nth roots.
@DeanCalhoun
@DeanCalhoun 2 жыл бұрын
best way to prove the limit of n^(1/n) is 1: we know for n>1 n^(1/n)>1. so, we can define a new positive sequence e_n = n^(1/n) - 1. this means n^(1/n) = e_n + 1. take the nth power of both sides to get n = (e_n + 1)^n and use the binomial theorem: n = 1 + ne_n + (n(n-1)/2!) * e_n^2 + … + e_n^n, which gives us the inequality n > (n(n-1)/2!) * e_n^2 => 2 > (n-1)e_n^2 => 0 < e_n < sqrt(2/(n-1)) (recall e_n is positive). taking the limit, e_n is 0 using squeeze theorem and so n^(1/n) is 1.
@VIRUS200086
@VIRUS200086 2 жыл бұрын
An easier way to prove that the series diverge is using Stolz-Cesaro Theorem to prove that, calling a_n the denominator of the argument of the series, you have that a_n/n tends to 1 as n approaches infinity. So the series has the same behavior of the harmonic series, which diverges.
@jimschneider799
@jimschneider799 2 жыл бұрын
Is the Stolz-Cesaro theorem taught in an elementary calculus class? I ask, because I'm wondering if the reason Prof. Penn used the approach he choose is because he wasn't sure he could sneak in another convergence theorem without making the video more complicated than it needed to be.
@zachbills8112
@zachbills8112 2 жыл бұрын
I believe he has already made several videos on the Cesaro-Stolz theorem and just wanted to argue this one more directly.
@jimschneider799
@jimschneider799 2 жыл бұрын
This would have been a lot easier to work out from the thumbnail, if the thumbnail were accurate. The sum in the thumbnail is roughly 2/3 Zeta(3/2) (where Zeta(x) is the Riemann zeta function). This comes from a first order approximation of the sum of consecutive squares, using the Euler-MacLaurin formula. I gave up on getting an accurate answer after I realized I'd already spent 90 minutes on a problem tackled in a 9 minute video. Imagine my surprise when I discovered I had been solving the wrong problem. Correction: the sum in the thumbnail would be approximately 3/2 Zeta(3/2). This is because the sum of the first n square roots is approximately 2/3 n sqrt(n). The missing correction terms in that approximation have pulled the true ratio down to about 1.21, at the 2 millionth partial sum.
@heh2393
@heh2393 2 жыл бұрын
F
@chasebender7473
@chasebender7473 2 жыл бұрын
In the thumbnail problem, you can also just bound the denominators by the integral of of sqrt(x) and then the thumbnail series is bounded by a p series with p=3/2
@kemkyrk8029
@kemkyrk8029 2 жыл бұрын
Once you've proven that the nth root of n converges to 1, you can just name M the maximal element of the sequence "nth root of n" and lower-bound the kth term of the sum by 1/Mk, hence the sum diverges. (you know that a maximal element of the sequence exists by taking a fixed value for epsilon (say 0.1), you know that after some index N, all the elements are below 1+eps, you can then define M as the maximum of the N-1 first elements of the sequence and 1+eps)
@bernat8331
@bernat8331 2 жыл бұрын
You know a maximum exists by Weierstrass theorem: Continuous and 1=f(1)lim f(x) = 1
@jez2718
@jez2718 2 жыл бұрын
An extremely lightweight solution (no L'Hopital!): For all n>=1, n < 1 + n < e^n (which is immediate from the Taylor series of e^x, or from the convexity of e^x), and hence n^(1/n) < e. Thus S_n: = sum_{m=1}^n m^(1/m) < e * n, and thus 1/S_n > 1/(e*n) and so the series diverges by the comparison test and the divergence of the Harmonic series.
@DrR0BERT
@DrR0BERT Жыл бұрын
To show that x^(1/x)=3. (Its derivative is negative for x>=3.) So n^(1/n)
@ivankaznacheyeu4798
@ivankaznacheyeu4798 2 жыл бұрын
For any positive integer i: i
@hacatu
@hacatu 2 жыл бұрын
Why use induction instead of simply continuing to treat x^(1/x) as a continuous function and finding the global maximum? x^(1/x)=max ln(x)/x = max (since ln is strictly increasing) ln(x)*1/x = (1-ln(x))/x^2 = 0 or undefined ln(x) = 1 or x^2 = 0 x = e or 0 We can rule out x = 0 since it is outside of the domain, so we know the maximum occurs at one of the endpoints 1 or infinity (where the function is zero) or at e. e^(1/e) is clearly less than the square root of 3 since e is between 2 and 3, so it is clearly less than 2. Since this is the global maximum, n^(1/n) is always less than 2.
@stephenbeck7222
@stephenbeck7222 2 жыл бұрын
The induction proof seems nicer, to be honest.
@cicik57
@cicik57 2 жыл бұрын
right, n√n has max at e so all values 1
@Oskar-zt9dc
@Oskar-zt9dc 2 жыл бұрын
You can also show the limit of n^(1/n) simply with the epsilon delta definite Let ε>0 choose N =2/ε^2 then for all n>N: 2/ε^2 < n 2 < nε^2 1 < 1/2 nε^2 n -1 < n(n-1)/2 ε^2 n < 1 + n(n-1)/2 ε^2 n < (1 + ε)^n |n^(1/n) - 1| < ε
@elirome6978
@elirome6978 Жыл бұрын
Instead of using 2 one could take also the maximal value for n^(1/n). Arguing that x^(1/x) is a continuous function we deduce that the maximal value must be finite. Then we dont need any further proof and get one over that maximal value instead of 1/2 as a common factor in the end.
@abrahammekonnen
@abrahammekonnen 2 жыл бұрын
Nice problem. These series problems are a nice review of calculus while also extending it to deal with discrete objects.
@stabbysmurf
@stabbysmurf 2 жыл бұрын
No limiting argument is necessary: we can immediately observe that the nth root of n can never be < 1 (or else the nth power of that root would be less than 1) and can never be greater than 2 because of (2^n)/n > 1 for all naturals and take the nth root of both sides.
@Dalton1294
@Dalton1294 2 жыл бұрын
The only time when the left and right sides of the inequality k+1≤2k match is when k=1
@pedrobalodis6617
@pedrobalodis6617 2 жыл бұрын
The denominators in the general term behave for large n, by the criterium of comparing the sum to an integral from 1 to n, like n+(1/2)log^2 n+O(1)=n(1+o(1)) as n goes to infinity, and so the series diverges like the harmonic series.
@RichardJohnson_dydx
@RichardJohnson_dydx 2 жыл бұрын
This is a good series. It applies great use of a limit test with a comparison test to help test convergence.
@MathwithSameer42
@MathwithSameer42 2 жыл бұрын
Thanks a lot sir ... this was the coolest explanation I have ever seen .
@geniegb
@geniegb 2 жыл бұрын
Hey , Michael!! The thumbnail is wrong. There are no root powers in the picture
@guardofrr
@guardofrr 2 жыл бұрын
On the board is the multiplicative inverse of the sum n^(1/n) The 'dot dot dot' notation is confusing if not false What you end up solving is the sum of the inverse of the partial sum of n^(1/n)
@aswinibanerjee6261
@aswinibanerjee6261 2 жыл бұрын
The series on the thumbnail converges
@brianmccormick8328
@brianmccormick8328 2 жыл бұрын
Proved this in calc 20 years ago. But good to see it again.
@paca5507
@paca5507 2 жыл бұрын
0:55 Some sort of idea for a plan of attack... Beautiful...
@timothyrosenvall1496
@timothyrosenvall1496 2 жыл бұрын
Curious, but if an armature, but because we know that sum_0^inf 1/x is divergent. And I could be very wrong about this, but wouldn’t any power of x which makes the denominator smaller also be divergent?
@Crazmuss
@Crazmuss 2 жыл бұрын
isn't fact that n root of n >= 1 enough to say it diverges?
@AmenAmenzo
@AmenAmenzo 2 жыл бұрын
really love it! keep it up sir
@Fun_maths
@Fun_maths 2 жыл бұрын
hmm, what if you multiply by (-1)^n, does that sum converge?
@sil1235
@sil1235 2 жыл бұрын
The series in thumbnail is different, clickbait?
@RahulSingh-ec8fd
@RahulSingh-ec8fd 2 жыл бұрын
Can we not use 1/n^p rule which says the series converges for p>1 ?
@goedelite
@goedelite 2 жыл бұрын
youtube makes enough money without include ads before, within math, and after math tuturials.
@venkybabu8140
@venkybabu8140 2 жыл бұрын
Take approximations of lower terms. 1 1.1 1.3 1.7 .. 1.99 so 2 power n.
@Linkga420
@Linkga420 2 жыл бұрын
What happens if you only have square roots instead of nth roots in the denominator, though?
@torydavis10
@torydavis10 2 жыл бұрын
Since any positive integer power of any positive integer is greater than or equal to one (and only equal to one in the trivial case), why did you allow for the nth root of n to be less than 1?
@stephenbeck7222
@stephenbeck7222 2 жыл бұрын
It didn’t matter, just as long as it remains positive so the direct comparison test can still be used.
@Tony29103
@Tony29103 2 жыл бұрын
I really REALLY need to learn to not watch your videos at 1:30am. It's fascinating, but the logical part of my brain that actually understands what the hell you're talking about is already asleep.
@Oskar-zt9dc
@Oskar-zt9dc 2 жыл бұрын
You can also show n^(1/n) < 2 with the derivative d/dx (x^(1/x)) = -x^(-2 + 1/x) (-1 + log(x)) := f(x) lim of f(x) to inf is 0 (easy to see) lim of f(x) to 0 is also 0 (also easy to see) now solve f(x)=0 => x=1 f'(x) = x^(-4 + 1/x) (1 - 3 x + 2 (-1 + x) log(x) + log^2(x)) f'(1) = -2 so this is our only maximum 1^(1/1) = 1 and 1 < 2
@darreljones8645
@darreljones8645 2 жыл бұрын
But I figured that, since the sum in the denominator was spiraling up towards infinity, that meant the sum had to converge to zero?
@oida10000
@oida10000 2 жыл бұрын
5:29 What prevents us to bound the n-th root of n by 1 itself? Isn't this the limit we argued for?
@hirshx7188
@hirshx7188 2 жыл бұрын
Mainly the fact, that the n-th root of something bigger than 1 (and thus the n-th root of n) is always bigger than 1 ;)
@didierchaumet
@didierchaumet 2 жыл бұрын
There is no use for it. It would only show that the series is less than the harmonic series, which diverges to infinity.
@armanfahradyan6207
@armanfahradyan6207 Жыл бұрын
Actually you can use Stolz-Cesàro theorem for sequences instead of l'hospital's rule and not switch n to x
@shayangfkk7948
@shayangfkk7948 2 жыл бұрын
Still waiting for that sequel to virasoro algebra , calculating why h was -1/12
@manpreet9766
@manpreet9766 2 жыл бұрын
The fact that 1 in the denominator doesn’t have root sign is disturbing me.
@Mephisto707
@Mephisto707 2 жыл бұрын
What if instead of the n-th root of n in the denominator, we had square roots of n, would it then converge?
@hach1koko
@hach1koko 2 жыл бұрын
the sum of sqrt(k) from k=1 to n is bounded by (2/3)n^(3/2) from below and (2/3)((n+1)^(3/2)-1) from above, and the series of 1/n^(3/2) converges, so it would converge as well
@jorgekennedy3241
@jorgekennedy3241 2 жыл бұрын
You dont need induction to prove the lema: if n_sqrt(n) is equal or bigger than 2, then, n is equal or bigger than 2 to the n, wich is absurd.
@gatocomcirrose
@gatocomcirrose 2 жыл бұрын
what about the series 1/1+1/√2+...+1/(n)^(1/n) (instead of having everything on the denominator)
@returnexitsuccess
@returnexitsuccess 2 жыл бұрын
The terms of the series don't tend to zero so it trivially diverges.
@sambhusharma1436
@sambhusharma1436 2 жыл бұрын
1/(1+√2+√3+...+√n) What about this series?
@brunojani7968
@brunojani7968 2 жыл бұрын
@@sambhusharma1436 0
@sambhusharma1436
@sambhusharma1436 2 жыл бұрын
@@brunojani7968 series will be convergent or divergent?
@returnexitsuccess
@returnexitsuccess 2 жыл бұрын
@@sambhusharma1436 convergent, terms are like n^(-3/2)
@abrahammekonnen
@abrahammekonnen 2 жыл бұрын
7:13 Only equal at k=1
@georgelaing2578
@georgelaing2578 2 жыл бұрын
It should be obvious that n is greater than 1to the nth and less than 1+1 to the nth. Too much time was spent on showing the nth root of n is between 1 and 2.
@TGRRG
@TGRRG 2 жыл бұрын
Is it just me or there's no audio?
@buchweiz
@buchweiz 2 жыл бұрын
Is there a series that is "less" than harmonic (i.e. a_n < 1/n after some n) but still diverges?
@sbares
@sbares 2 жыл бұрын
Yes, clearly. You can simply consider a_n = A/n for some 0
@buchweiz
@buchweiz 2 жыл бұрын
Remembering the proof that harmonic series diverges I guess there is. But then a less rigorous question would be: what other interesting series diverge and are less than harmonic?
@Tezhut
@Tezhut 2 жыл бұрын
Or famously, the sum of the reciprocals of the primes diverges as well.
@ethanbottomley-mason8447
@ethanbottomley-mason8447 2 жыл бұрын
@@buchweiz if you still want to index over all of the naturals, then the sum of 1/(n log(n+1)) diverges.
@TheEternalVortex42
@TheEternalVortex42 2 жыл бұрын
en.wikipedia.org/wiki/Large_set_(combinatorics)
@와우-m1y
@와우-m1y 2 жыл бұрын
asnwer=1 a mlddle isit matter
@serenade-6559
@serenade-6559 2 жыл бұрын
"And that's a good place to stop" me: immediately press space to pause and ponder *ads* Me: SAD
@skylardeslypere9909
@skylardeslypere9909 2 жыл бұрын
If you're watching in a browser already, why not just install an ad blocker?
@thatkindcoder7510
@thatkindcoder7510 2 жыл бұрын
When an ad pops up and makes you forget what you just watched
@valeriobuonfiglio7109
@valeriobuonfiglio7109 2 жыл бұрын
I love induction
@crazy4hitman755
@crazy4hitman755 2 жыл бұрын
Very cool and simple!
@digxx
@digxx 2 жыл бұрын
That must be the simplest problem he has ever done...
@johns.8246
@johns.8246 2 жыл бұрын
What if you had (-1)^n in the numerator instead of 1?
@MsBombastik
@MsBombastik 2 жыл бұрын
1 over number clearly bigger than 1. How can this diverge? Cant understand this all
@goodplacetostop2973
@goodplacetostop2973 2 жыл бұрын
9:03
@peterjansen7929
@peterjansen7929 2 жыл бұрын
I like the rigour of using 'x' instead of 'n', so as not to create the impression of differentiating a function that isn't even continuous.
@hirshx7188
@hirshx7188 2 жыл бұрын
I would argue that the sequence with n (as a function N -> R) is indeed continuous, yet it is not differentiable. Still I agree, that using 'x' instead of 'n' helps with understanding that a sequence might be a function but not all functions are differentiable.
@leif1075
@leif1075 2 жыл бұрын
Just because something is larger than a diverging series doesn't necessarily mean it diverges though right so Inpwuldnt say it like that, but other than that the proof is sound. Did anyone else think he could've worded that better maybe?
@sambhusharma1436
@sambhusharma1436 2 жыл бұрын
1/(1+√2+√3+...+√n) What about this series?
@natepolidoro4565
@natepolidoro4565 2 жыл бұрын
It's equal when k=1. Am I a real mathematician now, Professor?
@toaster4693
@toaster4693 2 жыл бұрын
You might be in the running for the Fields medal.
@2253frank
@2253frank Жыл бұрын
it s a pity that the thumbnail very often looks like, but is really very different from the problem discussed in the video.
@zholud
@zholud 2 жыл бұрын
That’s not the same serie as in the video thumbnail. Dislike for inaccuracy.
@divyakumar8147
@divyakumar8147 6 ай бұрын
thanks
@nowere-man5581
@nowere-man5581 2 жыл бұрын
Thumbnail is off btw
@HershO.
@HershO. 2 жыл бұрын
Cool video! PS : the URL contains "Joe". Joe who?
@joeg579
@joeg579 2 жыл бұрын
joe mama
@freudsbreakfast4060
@freudsbreakfast4060 2 жыл бұрын
For a infinite sum of a sequence to converge, the limit of the sequence must equal 0. So, when we have that the limit of the nth root of n equals 1, we have that the sequence that defines the series also has a limit of 1, and because the limit of the sequence is not 0, the series must diverge.
@advaithnair8152
@advaithnair8152 2 жыл бұрын
Can anyone tell me how to solve this if all the radicals are same that is either square root or cube root and so on ?
@ethanbottomley-mason8447
@ethanbottomley-mason8447 2 жыл бұрын
You just compare it with an integral. If you have square roots, then compare the reciprocal of the sum of square roots from 1 to n with the reiprocal of the integral from 0 to n of square root of x. You have to show that the reciprocal of the sum is smaller than the reciprocal of the integral and then when you compute the integral just use the p-series test to see that it converges and then the original converges by the direct compariso test.
@advaithnair8152
@advaithnair8152 2 жыл бұрын
@@ethanbottomley-mason8447 thank you very much sir
@petervanvelzen1950
@petervanvelzen1950 2 жыл бұрын
This seems like a parody to me. The N-root of a natural number is always greater or (if n =1) equal to 1.
@MCLooyverse
@MCLooyverse 2 жыл бұрын
Here's my proof of ∀n : ℕ, n > 0 . root n n < 2 root n n < 2 n < 2^n (which is obviously true, so we're on the right track) 0 < 1, but let's not take the 0th root of 0, so 1 < 2 is our base case 2^(n + 1) = 2 ⋅ 2^n = 2^n + 2^n 1 < 2^n => n + 1 < n + 2^n n < 2^n => n + 2^n < 2^n + 2^n => n + 1 < 2^n + 2^n = 2^(n + 1)
@CoderboyPB
@CoderboyPB 2 жыл бұрын
Well I have understood 100%, but I would never ever come up with this on my own ... :-(
@mohamedbenrokhrokh2293
@mohamedbenrokhrokh2293 2 жыл бұрын
No it's converge
@user-pr6ed3ri2k
@user-pr6ed3ri2k Жыл бұрын
thumbnail sum in a sum???
@wafelsen
@wafelsen 2 жыл бұрын
It seems pretty obvious that nth root of n is between 1 and 2 since 1^n
@robertveith6383
@robertveith6383 Жыл бұрын
That is false. 1^1 is not less than 1. They are equal.
@iasonasboidanis3622
@iasonasboidanis3622 2 жыл бұрын
Isn't there a known limit for lim nth Square root of any number is equal to 1? Am I too advanced in analysis to take it for granted ?😇
@ВасилийДрагунов-н8т
@ВасилийДрагунов-н8т 2 жыл бұрын
basically, all of calc math is known, though students are still supposed to prove everything by hand
@iasonasboidanis3622
@iasonasboidanis3622 2 жыл бұрын
@@ВасилийДрагунов-н8т oh yeah I forgot,it's long though😅
@Lucaazade
@Lucaazade 2 жыл бұрын
Lopietarl
@oatbran1313
@oatbran1313 Жыл бұрын
7:00 So dirty
@brandonklein1
@brandonklein1 2 жыл бұрын
By a very non-rigorous approach, here's what I thought looking at this. n^1/n is strictly larger than 1 for n>1. But obviously will get smaller as n grows as as the base increases linearly with n and the exponent decreases inversely. √2 < 2, So in all, the sum is between the harmonic series and twice the harmonic series. Both of those diverge, so this diverges too.
@robertveith6383
@robertveith6383 Жыл бұрын
That would be n^(1/n), because of the Order of Operations.
@brandonklein1
@brandonklein1 Жыл бұрын
@@robertveith6383 that's true, but I think it's pretty clear what I mean.
@Misteribel
@Misteribel 2 жыл бұрын
"our goal object is larger", doesn't that mean it can potentially converge? You still need to prove it's not as large the harmonic series. If it's larger than that, it's converging. It's easy to show, but I feel that last statement should be clarified. After all, you're upper bounding the denominator, while it's not imm clear what the lower bound is. Edit (few days hence): my statement makes no sense, I mixed/confused con- vs divergent here…
@hayimshamir8426
@hayimshamir8426 2 жыл бұрын
He says the answer in the end diverges which means it doesn't converge because its bigger than a sum which divergers and the only thing bigger than infinity is infinity
@alexanderbasler6259
@alexanderbasler6259 2 жыл бұрын
No, since every term of the original series is greater (or equal) to the corresponding term in the harmonic series, summing all of them up must give a sum greater than that of the harmonic series (you would do this with the partial sums to be more rigorous). Since the harmonic series diverges, i.e. its sum "equals" ∞, we have that the sum of the original series is greater than "∞", and no real number satisfies such a property. This is sometimes called the minorant criterion, and it works in the opposite way for convergence as well. In that case, you look for a series known to be convergent where every term is greater than the corresponding term of the series whose convergence you would like to investigate. Provided both series have only positive terms, the majorant then establishes the convergence of the series you are interested in (this can be generalised at least to the extent of working with the absolute value of the terms and hence establishing absolute convergence).
@martinepstein9826
@martinepstein9826 2 жыл бұрын
"Doesn't that mean it can potentially converge?" No. If a series diverges to infinity then a series of larger numbers will also diverge to infinity.
@Misteribel
@Misteribel 2 жыл бұрын
@@alexanderbasler6259 thanks, that’s an excellent explanation. @all Rereading my own comment, I must’ve confused the terms con- vs divergent. Seeing it again, it doesn’t make any sense at all to myself anymore 😵‍💫
@emonph4463
@emonph4463 2 жыл бұрын
Hi 🤩
@someperson188
@someperson188 Жыл бұрын
2^e > 2^2 > e. Thus, 2 > e^(1/e). Since (x^(1/x))' = (x^(1/x))(1 - ln(x))/x^2, for x > 0, it follows that x^(1/x) 0.
Can you solve this integral?
19:56
Michael Penn
Рет қаралды 30 М.
a nice non-linear recursion problem
14:56
Michael Penn
Рет қаралды 20 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Can you guess the trick for this awesome sum?
12:24
Michael Penn
Рет қаралды 20 М.
A deceivingly difficult differential equation
16:52
Michael Penn
Рет қаралды 250 М.
just an average recursion...OR IS IT?
18:24
Michael Penn
Рет қаралды 55 М.
This problem has a crazy solution
14:56
Michael Penn
Рет қаралды 27 М.
A sweet ramanujan style sum
9:21
Michael Penn
Рет қаралды 25 М.
A very interesting differential equation.
16:28
Michael Penn
Рет қаралды 960 М.
the integral that Feynman('s trick) couldn't solve
17:39
Michael Penn
Рет қаралды 9 М.
Can you guess the trick for this integral?
13:21
Michael Penn
Рет қаралды 30 М.
A deceivingly difficult differential equation.
18:44
Michael Penn
Рет қаралды 118 М.
a very aesthetic equation
14:48
Michael Penn
Рет қаралды 8 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН