So the even term bit is pretty trivial and the odd term bit requires an integral, a change of variable, a trigonometric substitution, another couple of integrals and changes of variables, and ends up with an expression in the error function. Nice.
@Alex_Deam2 жыл бұрын
Reminds me of the difference between odd and even Riemann zeta values
@MrAlvaroxz2 жыл бұрын
Is like Inception movie...
@OmateYayami2 жыл бұрын
Sounds like life. Every other problem seems trivial compared to the next one.
@dimastus2 жыл бұрын
I think that the less cumbersome method would be differentiation of these series and getting two ODEs: f'-x*f=0 and f'-x*f=1. The solution for the first on can be easily guessed exp(x^2/2), the second one may solved by representation of solution in a form g(x)*exp(x^2/2), then we get equation for g by substituting f=g*exp(x^2/2) into ODE: g'=exp(-x^2/2). From that we get erf related integral
@kodirovsshik2 жыл бұрын
wow, nice
@user-tn2dk2pg2p2 жыл бұрын
Yep, that's exactly what I did. Obviously, the even part is pretty simple (as it doesn't really require using a differential equation), but getting the odd part is definitely more difficult; it helps to think about the generating function f(x)=x+x^3/(3*1)+x^5/(5*3*1)+... ; I was reminded of the differentiation trick when I thought about how the generating function for the Catalan numbers was derived.
@christophermoore53892 жыл бұрын
Cool idea
@pwmiles562 жыл бұрын
You don't need to split out the odd and even series. If G(z) = sum(n=0 to inf) z^n/n!! G = 1/1 + z/1 + z^2/2 + z^3/3 + z^4/8 + z^5/15 + z^6/48 + z^7/105... G' = 1/1 + z/1 + z^2/1 + z^3/2 + z^4/3 + z^5/8 + z^6/15 ... z(G-1) = z^2/1 + z^3/2 + z^4/3 + z^5/8 + z^6/15 ... = G' - z - 1 -z cancels zG = G' - 1 G' - zG = 1 This is a first order linear ODE. The integrating factor is exp(-z^2/2) G' exp(-z^2/2) - zG exp(-z^2/2) = exp(-z^2/2) (G exp(-z^2/2))' = exp(-z^2/2) G = [c + integ 0 to z exp(-t^2/2) dt] exp(z^2/2) Boundary condition z=0, G=1 => c=1 Sum S = G(1) = [1 + integ(0 to 1) exp(-t^2/2) dt]exp(1/2) Substitute u = t/sqrt(2) dt = du sqrt(2) t=1 => u=1/sqrt(2) S = [1 + sqrt(2) integ(0 to 1/sqrt(2)) exp(-u^2)) du] exp(1/2)
@leif10752 жыл бұрын
What do you z exponential.terks mean..whybdonyou have exponents?
@pwmiles562 жыл бұрын
@@leif1075 It's a standard method for solving this type of differential equation. The integrating factor is to get a perfect differential on the left hand side
@leif10752 жыл бұрын
@@pwmiles56 what do you mean by perfect differential.sorry? And would you agree unless you have already seen something likex^n/n! There's no reasonbtonthinkbkfbtbat since in this expression we always have one in the numerator nkt anything like x much less x raised to anything?
@pwmiles562 жыл бұрын
@@leif1075 I made the left hand side into G' exp(-z^2/2) - zG exp(-z^2/2) This is the derivative of G exp(-z^2/2 Now I can integrate both sides G(z) is called a generating function. It's a standard approach in this kind of problem. Don't worry if this is new to you. It's first or second year bachelors level maths
@erichillen10102 жыл бұрын
How did you determine the boundary conditions z = 0, G = 1?
@hyrumhaddox35892 ай бұрын
1:03 just a quick correction: e is known as Euler's number, not to be confused with Euler's constant. Euler's number being the number we all know and love, and Euler's constant being the given value of the gamma derivative or Digamma function -Γ'(1), or -ψ(1), often represented by a lowercase gamma (γ) This is also frequently referred to as the Euler-Mascheroni Constant Apologies for the minor nitpick, but I hope it helps
@goodplacetostop29732 жыл бұрын
17:01
@scarletevans44742 жыл бұрын
Not sure if it will be much of helpful, but we can express it with Incomplete Gamma Function, with pleasantly looking Gamma(1/2,1/2) within it :) sqrt(2) times our final integral can be written as sqrt(pi/2) erf(1/sqrt(2)) Thus, the solution is equal to: sqrt(e)[1+sqrt(pi/2) erf(1/sqrt(2))] Now, using the connection with Incomplete Gamma Function erf(x) = 1 - 1/sqrt(pi) Gamma(1/2,x^2) We can rewrite the solution as: sqrt(e)[1+sqrt(pi/2)-sqrt(1/2)Gamma(1/2,1/2)] which is approximately: 3.059407405342576144539475499233278612...
@elgefe54422 жыл бұрын
1/n!! = (n+2)/(n+2)!! implies the generating function satisfies G(x) = (G'(x) - 1)/x, with G(0) = 1.
@lexinwonderland57412 жыл бұрын
ahhh i wish you showed the erf(x) correction directly!!
@johnsalkeld10882 жыл бұрын
If f(x) = sum(x^n/n!!) then if take a derivative of the sum it looks like 1 + sum(x^(n-1)/(n-2)!!) = 1 + xf(x) (we also know that f(0) = 1 from the sum formula). So rearranging (f’ - xf) = 1 implies (exp(-x^2/2)f(x))’ = exp(-x^2/2) So exp(-x^2/2)f(x) = Int(exp(-x^2/2)) +c f(x) = exp(x^2/2)*(c+int(exp(-x^2/2)) (the c allows you really to pick the integral either from -inf or from zero) integrating from zero to x we look at F(x) = exp(x^2/2)*(c+int(0,x,-u^2/2,du)) Put x =0 1 = 1 * c C = 1 The root 2 you had was from picking the z^2 form rather than the normal dist form i guess - nice problem anyway u = x then u/root 2 = x/root 2 suggesting a substitution z = u/root 2 - i think your formula emerges
@Notthatkindofdr2 жыл бұрын
That's how I did it too
@schweinmachtbree10132 жыл бұрын
Awesome video!
@jorgesaxon37812 жыл бұрын
you: sum(x^2n/(2n)!!) the guy she told you not to worry about: sum(x^2n+1/(2n+1)!!)
@dominicellis18672 жыл бұрын
I noticed that the Taylor series for sqrt(x) uses the odd double factorial, no wonder I couldn’t easily find a closed form for it. I ended up simply using the product definition. It was a little clunky but it works. Is there a link between variations of factorials and nth roots? Is the rising factorial relatated to tower functions, is the triple factorial related to cube roots and a cubed root version of the error function?
@SuperYoonHo2 жыл бұрын
thanks so much
@panagiotisapostolidis64242 жыл бұрын
we need more factorials in the denominator that would be fun
@GrahamPointer19722 жыл бұрын
Though quite difficult!!
@panagiotisapostolidis64242 жыл бұрын
@@GrahamPointer1972 uh i'm sure michael can do it. there might even be a stack overflow math stackexchange question on this out there somewhere
@GrahamPointer19722 жыл бұрын
@@panagiotisapostolidis6424 I hope so!!
@panagiotisapostolidis64242 жыл бұрын
@@angelmendez-rivera351 No why do you ask angel?
@hOREP2452 жыл бұрын
@@angelmendez-rivera351 As always, unnecessarily hostile. I don't have a proof that a "neat" solution exists (given that "neat" seems to include the error function, which is hardly neat), but another commenter suggested an approach. With the n-tuple factorial (triple, quadruple etc) one can break the sum up into n pieces, such as even and odd, or 3n,3n+1,3n+2. Then these series can be differentiated term by term (ignoring your incoming complaints about term by term differentiation) to give n differential equations, which can be solved instead. The differential equations for this video would be f' - xf =0 for the even sum, and g'-xg = 1 for the odd sum. Then f is easy to get, and g can be found too. I don't think it's hard to suggest that this process works for larger n-tuple factorials.
@kylecow1930 Жыл бұрын
why bother with splitting evens and odds, just use that n/n!! = 1/(n-2)!!, from this you derive the ODE f'(x)=1+xf(x) so dy/dx - xy = 1 which by multiplying through by exp(-x^2/2) you can solve and get y=exp(-x^2/2)(1+1/2sqrt(2pi)erf(x/sqrt(2)))
@ProjectPhysX2 жыл бұрын
How about 1/(n!)! ?
@reeeeeplease11782 жыл бұрын
Cant imagine that having a nice form
@fantiscious2 жыл бұрын
it's about 1801/720
@Alex_Deam2 жыл бұрын
According to OEIS A336686, it has a lot of early 8s: 2.50138888888888888888889...
@Your_choise2 жыл бұрын
@@Alex_Deam that’s probably because 1/(n!)! decreases VERY quickly, so the sum is vey close to (1/(0!)! +1/(1!)! +1/(2!)! +1/(3!)!), the 1/(3!)! Is 1/720 which ends in 8s and the other terms is just 2.5.
@mrminer0711662 жыл бұрын
Well, but then, what's the sum of the 1/(n!)! . . . ? Which is what I thought the "double factorial" was? This series should be NICE and convergent, and rather less than e. GO MICHAEL GO!!
@Silent_3002 жыл бұрын
I thought that's what the video was about and I was very excited until I saw the !! definition :
@maciuikanikoda7809 Жыл бұрын
soooooooo cool to think that Fijians can now learn for free all sort of things including cool maths like yours.... no more need to pay big money to universities to get at least some background in different fields. this is like a National Geographic for me. Regards! MN
@maciuikanikoda7809 Жыл бұрын
and we can even freeze the video to have a beer and watch some 👙 then come back. You would get more views if you Hired a chick like Scarlett Johansson in bikini to explain the whole thing... but the viewers would struggle to learn EXCEPT those who are really serious. Sometimes think about New strategies.... hide serious stuff behind a apparent yes no joke. p.s. your English is very clear and good.
@jarikosonen40792 жыл бұрын
Looks very complicated. Next sum of triple factorial 1/n!!!.
@elijahhallbasketball2 жыл бұрын
Interestingly a close approximation to the final answer is sqrt(2) + sqrt(e). It is about .001 greater than the actual sum. I wonder if sum(1/n!) is proportional to sum(1/n!!) ??
@panadrame39282 жыл бұрын
It's all about your definition of proportionality. Two non zero numbers are always gonna be proportional
@elijahhallbasketball2 жыл бұрын
@@panadrame3928 Yeah true that's wasn't really a good question lol. I meant are they proportional by an interesting constant. As in k*sum(1/n!) = sum(1/n!!). Is k an interesting value depending on e or something? Could be an interesting insight to the relation of these two sums.
@quarkonium3795 Жыл бұрын
Yeah, I saw that approximation too. I wonder if there's a more rigorous reason that the error function of 1/sqrt(2) is so close to 1/sqrt(e)
@adhamkassem30582 жыл бұрын
Your videos are GREAT ... thx alot
@Reboxy12 жыл бұрын
That was a very interesting problem but the integral at the end is very sad 😪😪
@enfasenumerica28802 жыл бұрын
Tens o meu respeito doutor... Obrigado pelo seu excelente trabalho!
@ecoidea1002 жыл бұрын
Beautiful!
@lptotheskull6 ай бұрын
okay so can someone explain to me why the double factorial is SMALLER THAN THE REGULAR FACTORIAL
@becomepostal2 жыл бұрын
Do we have some approximate value?
@kkanden2 жыл бұрын
great video!
@jkid11342 жыл бұрын
Fun! Neat to see how related it is to these more famous integrals
@johns.82462 жыл бұрын
I prefer the differential equation method already mentioned. At least I can handle that.
@holyshit9222 жыл бұрын
I calculated sum of odd and even terms separately
@keesvanheugten Жыл бұрын
N!! Seems different than assumed by Michael.
@khoozu78022 жыл бұрын
The Rock at 12.17
@MrSingkuangtan2 жыл бұрын
Shows some thinking 🤔🤔🤔
@doraemon402 Жыл бұрын
Isn't this way easier using the relations of the double factorial with the regular factorial?
@abrahammekonnen2 жыл бұрын
Cool problem
@draaagoo7799 Жыл бұрын
i think there is a fault, the gamma function should have t to the power n+1 , m not so sure thoo. i didnt finish the video tho maybe its correct somehow haha!!
@mjcat50002 жыл бұрын
Thinking 🤔
@agarwalamit0812 жыл бұрын
Thanks for the video. I have another question. For a number n, what is the least amount of selections between (1, n) whose sum will cover the maximum number of values between (1,n)?
@panadrame39282 жыл бұрын
Sounds about powers of 2, but should be proved (may not work for small n numbers)
@agarwalamit0812 жыл бұрын
@@panadrame3928 I guess this is a problem in linear combination.
@l1mbo692 жыл бұрын
You can represent any number as sum of powers of another (basically writing in that base); I have not solved for the general case but for 1000 writing in base 2 was most optimal. So we'll have the powers of 2 plus the difference between the highest power of 2 smaller than n and n. This I think covers ALL values
@romajimamulo2 жыл бұрын
I got the even part really easily, but man, that odd part is absurd
@professionalprocrastinator81032 жыл бұрын
It's not that difficult but it takes a lot of steps, requires a bit more litteracy and is rather inelegant a calculation. I think I felt more satisfaction about discovering the notion of double factorial than I did following the derivation!
@leif10752 жыл бұрын
Before watching the vkdeondodnt everyone else think n!! Meant (n!)! Like 3!! Would be (3!)!=6! ..that is a valid interpretation too..but I suppose there is no closed form for that expression?
@carrotfacts2 жыл бұрын
@@professionalprocrastinator8103 It’s pretty difficult. No need to stroke your ego
@felipegomabrockmann27402 жыл бұрын
crazy
@Alex_Deam2 жыл бұрын
Now do the triple factorial
@tokajileo5928 Жыл бұрын
what about the sum of 1/(n!)! ?
@tonymaric32352 жыл бұрын
for Comparison Test just compare it to Sum(1/n!), why pick Sum(1/n^2) ?
@tapasmazumdar3831 Жыл бұрын
The sum given in the problem is greater than what you mentioned since n!! < n! for n > 2 so can't have comparison with it. Whereas, n!! > n^2 for n > 5.
@General12th2 жыл бұрын
Hi Dr.!
@amit2.o7612 жыл бұрын
i have a doubt at 15:04 how could you subtract both integrals the z is different for both the integral one z is x/√2-y and other is x/√2+y they are different isn't it so how could you subtract that ???
@martinepstein98262 жыл бұрын
z is nothing. It's a "dummy variable". The two things that determine the value of an integral are the function being integrated and the bounds. Think about the Riemann sum definition of integral[a to b] f(z) dz. z doesn't appear anywhere in this definition.
@amit2.o7612 жыл бұрын
@@martinepstein9826 thank you
@SoaringDive2 жыл бұрын
Hold on, at 15:00 aren't the Z's from both intervals actually different variables? One z is x/√2-y, the other is x/√2+y. You can't just subtract the two integrals then, right? Edit: nvm, you never went back to x or y in the end. Thus it doesn't matter.
@stephenbeck72222 жыл бұрын
Definite integral, doesn’t matter. Once you do a substitution in a definite integral, the original variable is gone.
@humanat2 жыл бұрын
Does anyone else want to know what he saw at around minute 12?
@klementhajrullaj12222 жыл бұрын
Can you explain me, why 6!!=6•4•2?! Who is the reason?! ...
@romajimamulo2 жыл бұрын
Definition of the double factorial. Instead of going down one each step, you go down two
@parezd2 жыл бұрын
one would think that n!! should be equal to (n!)! why is it so unintuitive tho
@dashmirmejdi38fu3ue82 жыл бұрын
The value of this sum differs by e at least 0.1124...
@smiley_10002 жыл бұрын
Is that a Lynel from Breath of the Wild on your shirt?
@aweebthatlovesmath42202 жыл бұрын
Sum over odd part was cooler.
@와우-m1y2 жыл бұрын
asnwer=(1+n)/1 🤣😂
@mikeinike13592 жыл бұрын
why can u set z both equal to "x/sqrt(2)-y" and "x/sqrt(2)+y" at the same time? arent they different meaning?
@panadrame39282 жыл бұрын
2 differents integrals means 2 differents z variables : they are "silent", since their name isn't relevant
@mikeinike13592 жыл бұрын
@@panadrame3928 but after a while he seems to make a one integral instead of two before
@SoaringDive2 жыл бұрын
@@panadrame3928 he subtracts the two integrals (~15:00)
@forcelifeforce2 жыл бұрын
Write a sentence. Spell out "you."
@martinepstein98262 жыл бұрын
Awesome sum. Fun fact: the double factorial of a negative odd integer is well defined.
@leif1075 Жыл бұрын
how?
@maxberan38972 жыл бұрын
That is most definitely not a good place to stop! How can Mike be so incurious about what the actual answer is in real money. I think there must be something up with his wiring that he can take so much evident pleasure in the algebra but fail to go that small extra step to compute from the final formula. I worked it out to be 3.059407 of which the even terms contribute 1.648721 and the odd terms 1.4107. I guess the evens have the advantage of ending at 2 while the odd ones finish with an n=1 so always have that small advantage as both head up to infinity. The error function can be readily evaluated from Normal probability tables because erf(1/sqrt(2)) is obtainable from the Normal integral at x=1 (it equals 2*N(1)-1)..
@joeg5792 жыл бұрын
really, the numerical approximation to this series is not an interesting result by itself. you didn't even need michael's answer to the problem to find it, you could've just taken partial sums of the original question to see a decimal representation. numerical approximations are a helpful tool: indeed, euler numerically verified his solution to the basel problem. the reason these problems are interesting hardly arises from "where they are approximately on the real line". the reason is that we regularly see very simple summands for these series evaluating to well-known mathematical constants (that often appear unrelated to the original series.)
@aitoriribar68422 жыл бұрын
You don't use the power series in x at any point. You don't differentiate it nor find closed expressions. Thus I don't see why you introduced the x. You could have set x=1 for the whole time and get the same answer. Great video though
@Monolith-yb6yl2 жыл бұрын
Closed form? We got series transformed into an integral.. do not see any simplification :)
@tracyh57512 жыл бұрын
it was transformed into something that can be plugged into most statistical calculators.
@mjcat50002 жыл бұрын
🤔
@jimiwills2 жыл бұрын
Nice t shirt
@Hiltok2 жыл бұрын
I think Michael called 'e' Euler's constant in this video. Euler's constant (also called the Euler-Mascheroni constant) is denoted by lower case gamma (γ) and is not the same as 'e' which is called Euler's number.
@minamagdy41262 жыл бұрын
"e" is sometimes called Euler's constant. Euler just has a lot named for him.
@franksaved38932 жыл бұрын
Fussy.
@carrotfacts2 жыл бұрын
So needlessly pedantic…lol
@lucho28682 жыл бұрын
It is so pendatic that falls into inaccuracy zone. J3rk
@jxkeplays2 жыл бұрын
I thought n!! meant (n!)! ?
@hocinemezian4915 Жыл бұрын
it's what we can call mathematical surgery. Hhhhhhhhhh. Thank you a lot.
@klausg18432 жыл бұрын
I only saw the thumbnail and thought it was about (n!)! If so, what is the sum?
@ivankaznacheyeu47982 жыл бұрын
Why integral can be considered as more "closed form" than infinite sum? Usual definition of "closed form" denies infinite sums, integrals and special functions (like error function). That's why there is no closed form for a double factorial sum.
@JonathanMandrake2 жыл бұрын
Oh, I thought this was the sum 1+1+1/2+1/24+1/(24!)+1/(120!)+..., so not the double factorial but the factorial of n!, so the product n!(n!-1)(n!-2)... 2 1
@IoT_2 жыл бұрын
It should have been (n!)! then
@JonathanMandrake2 жыл бұрын
@@IoT_ I understand what you mean, however writing it as n!! is also possible, though leads to misunderstandings
@yuklungleung6202 жыл бұрын
@@JonathanMandrake No you are wrong, there is no misunderstanding but only your limited knowledge
@mathunt11302 жыл бұрын
Is the integral not just the complementary error function Erfc(x)?
@stephencolwill1482 ай бұрын
Frankly, your final result is no more of a closed form than Σ1/n!! was in the first place 😒
@chrisdock88042 жыл бұрын
The double factorial notation is so bad. That should real mean n factorial factorial.
@purplerpenguin5 ай бұрын
Is the (integral) result easier to evaluate accurately than the original series? I think not, in which case this is just a mathematical exercise with no particular value.
@daliasprints97983 ай бұрын
I know it's fairly standard but this is the most horribly offensive notation in math. Obviously n!! morally is (n!)!, making the sum effectively a finite sum plus some near-infinitessimal tail after a few terms.
@smiley_10002 жыл бұрын
3.5346
@hyperboloidofonesheet10362 жыл бұрын
At no point did you tell us what 0!! is, and it seemed to be ignored when the even terms were computed.
@joeg5792 жыл бұрын
as always with factorials, 0 gets to be an empty product. 0!! = 1.
@JavierSalcedoC2 жыл бұрын
Had no idea that that's how n!! was defined. I would have guessed it would mean (n!)! instead. How would n!!! be defined then?
@martinepstein98262 жыл бұрын
n!!! = n(n-3)(n-6)...3, 2 or 1 depending on the value of n mod 3.
@joeg5792 жыл бұрын
a silly and unhelpful way to remember this: if you yell at a number, it gets bigger (n -> n!). but if you yell any louder, it gets scared and goes smaller (n! -> n!_(a) for a > 1).
@greg420582 жыл бұрын
"That's about as simple as you can get for this sum". Sir, you lost me about 10 minutes ago... I was hoping for some nice, clean result... Disappointed, would watch again ;)
@151219601002 жыл бұрын
I had sent you a mail to you . Just to confirm can you share your email id