[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math


View post   

File: 4 KB, 256x144, download.jpg [View same] [iqdb] [saucenao] [google]
8727634 No.8727634 [Reply] [Original]

How did someone find that .5! is the sqrt(pi)/2

>> No.8727639

asked cleo on stack exchange

>> No.8727644

>>8727634
I believe it relates to the Gamma function.

>> No.8727651

something with n! = n*(n-1)!
at least ??

>> No.8727654

>>8727634

Because once upon a time people knew about factorials, where you take whole numbers and multiply them together in certain ways. You have to have a whole number to start with, and what it means is, you take the first n whole numbers, and multiply them all together, and that's what you get. for example, 5! = 5 x 4 x 3 x 2 x 1 = 120.

So obviously, just starting from here, taking the "factorial" of a number that isn't a whole number doesn't seem to make any sense. But if you plot the factorial points on a graph for a little bit, dot ... dot ... dot ... it is natural to wonder whether some /function/ (or, specifically, its graph) happens to /go through all of those points/, and preferably a /nicely defined thing/ of some kind.

Some big-shot math guys worked on figuring this out in the 18th century, and then eventually the big-shot math guy Euler came up with a calculus formula which works for pretty much all real numbers, and includes the "factorial" situation as a special case! It came to be called the /gamma function/, which is the extension of the idea of factorials, to other sorts of numbers (but which of course has to abandon the definition of the factorial in these cases). Nevertheless, the two ideas are so closely related that one might see the (slightly abusive) notation seen in the OP's picture.

>> No.8727658

>>8727634
Use the [math] \Gamma [/math] function.

>> No.8727665
File: 17 KB, 439x326, 7 (1).jpg [View same] [iqdb] [saucenao] [google]
8727665

>>8727639
This guy knows what's up

>> No.8727670

>>8727665
lol

>> No.8727682

>>8727654
Not OP. This is a really thoughtful answer. Thanks!

>> No.8727688

>>8727654

thanks

>> No.8727692

>>8727634
Well, once you know that:

[math]\frac{d^n}{dx^n} x^n = n![/math]

then you just plug in n=1/2


[math]\frac{d^{1/2}}{dx^{1/2}} x^{1/2} = (1/2)![/math]

>> No.8727695

>>8727692
thanks I get it

>> No.8727705
File: 49 KB, 711x459, 5378319860_7f96dea2f6_b[1].jpg [View same] [iqdb] [saucenao] [google]
8727705

Why do math threads on /sci/ get helpful and informative answers but science/physics/medicine threads get shitposts and bullshit?

>> No.8727719

8 days remaining.

I am quite pleased with this branch of mathematics being discussed on this board finally.

>>8727705
Mathematics becomes far more intuitive than other sciences and is easier to come to a definitive conclusion. When speculation/vagueness is present, arguments arise.

>> No.8727736

>>8727692
half a derivative? Da fuq am I looking at

>> No.8727740
File: 38 KB, 556x556, L5476783.jpg [View same] [iqdb] [saucenao] [google]
8727740

>>8727634
There's several ways I know how to derive it. They all involve doing integrals and using the definition that n! = L(n+1) where L is the gamma function. Do you want me to write any out for you?

>> No.8727744

>>8727740
the only way i know of showing this is turning it into the Gaussian integral, and doing a double integration to show that it equates to sqrt(pi). if you know another method, i'd love to see it.

t. not op

>> No.8727749

>>8727705
/pol/tards are too dumb to understand math so they don't post in these threads

>> No.8727753

>>8727634
There's a series of articles called something along the lines "How Euler Did It". One of these articles focuses on the derivation of the gamma function.
Basically, the original problem back in the day was to find the smooth, exponential looking function that connects all the points of the factorial function (which what your image is showing, as the factorial function itself is only defined for the integers). If I recall correctly, the approach Euler use was basically an interpolation procedure...it's been years though since I actually looked into the derivation of this function.

>> No.8727819

>>8727736
https://en.wikipedia.org/wiki/Fractional_calculus

>> No.8727883

>>8727719
>Mathematics becomes far more intuitive than other sciences
1+2+3+4+...=-1/12

>> No.8727902

>>8727883
I have wondered if people wanted me to weigh in on this but I tend to only answer questions that have been directly posed.

I assume you are presenting this as a counter-argument for mathematical intuition.

>> No.8727950

>>8727744
Sorry for the late reply. Here's another method:

Take Euler's integral B(m,n)=B(n,m)=integral x^(m-1)*(1-x)^(n-1) from 0 to 1
Substituting x/(1-x) or (1-x)/x will give
B(m,n)=integral x^(m-1)/(1+x)^(m+n) from 0 to infinity.

Now we'll come back to that later. It can be shown that B(m,n)=L(m)L(n)/L(m+n) where L is the gamma function.

Now, for the real beauty.
If n is even
Integral x^(m-1)/(x^n+1)=-1/m*{sum cos(mrB)*log(x^2-2xcos(rB)+1)} + 2/n*{sum sin(nrB)*arctan((x-cos(rB))/sin(rB)) where the sum's are done with respect to r for values r=1,3,5,...,-1 successively
B=pi/n

If we substitute m=2p+1 and n=2q and integrate this between + and - infinity the first term becomes log(1)=0 and the second becomes the series

pi/q{sin(n*pi/(2q)) + sin(3n*pi/(2q)) + ... + sin((2q-1)n*pi/(2q))} = pi/(q*sin(K*pi))
where K=(2p+1)/(2q)

Okay, now we must divide it by 2 because we integrated from - infinity to + infinity, but we only want from 0 to infinity.
Hence we have the result

Integral x^(2p)/(1+x^2q) from 0 to infinity equals pi/(2q*sin(Kpi))

Setting m+n = 1 in the gamma function yields L(1)*B(m,1-m)=L(m)*L(1-m)
L(2)=1 by definition.

Combining everything we have and putting m=1/2

B(1/2)=integral 0 to infinity x^(-1/2)/(1+x) = pi/(sin(pi/2))=L(1/2)*L(1/2)

From which we get L(1/2)=sqrt(pi)
EASY AS PIE

>> No.8727956 [DELETED] 

>>8727950
the sum r is done from 1,3,5,...,n-1

>> No.8727961

>>8727950
r goes from 1,3,5,...,n-1

When I said L(2)=1 I meant L(1)=1

By B(1/2) I meant B(1/2,1/2)

how do you guys use latex in 4chan?

>> No.8727968
File: 7 KB, 567x157, iJdeOLO.png [View same] [iqdb] [saucenao] [google]
8727968

>>8727961
Write whatever you want down in Wolfram Mathematica
Right click, copy as latex, paste here

>> No.8727972
File: 3 KB, 132x83, 01kWFGx.png [View same] [iqdb] [saucenao] [google]
8727972

>>8727968
Also, get the "4chanX" extension and click the button in the pic to preview what you're about to post

And finally, here's your free Mathematica 11 copy for taking the time to write such a long and helpful post
https://thepiratebay.org/torrent/15920734/Wolfram_Mathematica_11.0.1___Keymaker_[SadeemPC]
Might be temporarily down for maintenance, will come back up within 20-30 minutes

>> No.8727983

>>8727902
it was a meme but a lot of maths isn't intuitive, the -1/12 is a testament to this

>> No.8728001

>>8727968
thanks, got it

>> No.8728005

>>8727983
The -1/12 thing is only posted by people who don't understand where it comes from and what it means
Same with e^(i*pi)=-1omg so deep such a nerd XD

>> No.8728063

>>8728005
It's still incredibly counter-intuitive regardless of how you discover it

>> No.8728066

Gamma(n-1) = n!

>> No.8728075

>>8728066
>kek
Brainlet

Did someone misquote wikipedia?

>> No.8728605
File: 156 KB, 690x388, best_math_object.jpg [View same] [iqdb] [saucenao] [google]
8728605

>>8728005
Posts like these are only posted by people who don't understand what [math]e^{i \pi}[/math] or [math]- \frac 1 {12}[/math] actually mean to mathematics.

>> No.8728634

>>8727639
is her medical condition real?

>> No.8728796

>>8727950
very neat, i like that you didn't have to use double integrals

could i bother you to write that up in latex? use [ math] [/ math] tags to surround your eqn, pic related
[math] x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}[/math]

>> No.8728797
File: 63 KB, 818x512, scilatex.png [View same] [iqdb] [saucenao] [google]
8728797

>>8728796
forgot pic bc idiot

>> No.8728803

It relates to the Gamma function through some Fourier series

>> No.8728947

>>8727634
Aside from using integration by parts with a trigonometric substitution on the gamma function, you might want to understand that permuting one half is abstractly similar to a demi-rotation in the plane. There is a hint as to why we can use the gamma distribution to model samples from an infinite set with a range of permutations.

>> No.8728957

All functions are smooth. Therefore multiplication is not valid. I win math.

>> No.8729153

>>8727654
why is the gamma function shifted by 1

>> No.8729155

>>8729153
this triggers my autism so bad

>> No.8729176
File: 27 KB, 542x185, 1453677636.png [View same] [iqdb] [saucenao] [google]
8729176

>>8729153

>> No.8729415

>>8728605
hmm

>> No.8729515

>>8727654

reminds me of

[math]e^{\pi i} = -1[/math]

It basically only works because they made up a definition for imaginary and real exponents

>> No.8729516
File: 9 KB, 716x536, something.png [View same] [iqdb] [saucenao] [google]
8729516

>>8728605
I have always wondered
All this beautiful mathematical equations that people pander only a "genius" would see
As for anything that can be found in life, its just a matter of making abstract combinations until something useful pops up, I am 99% sure that any impressive discovery we have ever made was just a "huh that's funny" coincidence accidental discovery
How close we are to make an algorithm that finds in 3 seconds all those important mathematical formulas we have made in all human history
You just have to make an AI that will think only in the most simple way that an idea can ever be represented, all people say that the most simple is bits, on-off and then grouping them next to each other, but there exist a simpler, first you start with "nothing" that's the simplest abstract idea that can be made, the you add "something" these 2 can be grouped to form one "something" meaning that at the same time we have created a "nothing"next to it, so now we have 2lvls, then we can continue grouping them to infinity(pic related), then with this you will be able to represent any data and create another form of maths that has as a building block a better simpler way to represent information

>> No.8729564

>>8727749
The only one bringing up /pol/ in here is you.

Why do you have to be so rude and disrespectful?

>> No.8729571

>>8729564
> triggered /pol/tard

>> No.8729572

>>8729571
That doesn't answer my question.

>> No.8729591
File: 320 KB, 985x963, Screen Shot 2017-03-07 at 23.03.07.png [View same] [iqdb] [saucenao] [google]
8729591

literally pic related

>> No.8729614

>>8729591
trivial

>> No.8729685

>>8727634
>.5!
That's undefined, factorials are only defined for the natural numbers and zero.
The gamma function is an extension of factorials to the real line, that has that value at a half.

>> No.8729703
File: 65 KB, 877x326, Screen Shot 2017-03-08 at 00.09.52.png [View same] [iqdb] [saucenao] [google]
8729703

>>8729685
And it should be said that there are several functions f(n) that interpolate n! nicely.
The gamma can be characterized via pic related, and it's also the function extending the polynomial theorem
(1+a)^s = \sum...
in the right way.

The fact that (1/2)!^2 is pi is probably Mochizui'esque shit, but you can trace how you get there
n! is the n's derivative (∂/∂x)^n of x^n and e^x is important in all things ∂/∂x. At the same time, exp generates motion on Lie groups like rotations and that's where things come together with pi.