Expanding the factorial

What is the factorial of some 0<x10 < x \leq 1?

First what's a factorial? The factorial of a number n is the number of ways of arranging n objects in a line. Mathematically,

n!=n(n1)(n2)(n3)(3)(2)(1)n!=n(n-1)(n-2)(n-3)\dotsm(3)(2)(1)

So 1!=12!=23!=64!=24 and so on.\begin{aligned}1! &= 1 \\ 2! &= 2 \\ 3! &= 6 \\ 4! &=24 \\ \dots \text{ and so on.} \end{aligned}

So what is the value of 12!\dfrac{1}{2}!?

To find the answer, let us first see the graph of n!n!

Desmos Desmos

Surprise! Surprise!! Turns out, n!n! exists for negative integers as well. How? For that, we return to the graph again.

We can see that the function satisfies -

f(1)=1f(x)=xf(x)\begin{aligned}f(1) &= 1 \\ f(x) &= xf(x)\end{aligned}

It is a "smooth" graph. So lnf(x)\ln f(x) is convex.

Turns out, there's actually another function that satisfies all the three above conditions - the gamma function.

Γ(x)=0tx1et,dt\Gamma(x)=\int_0^\infty \mathrm{t}^{x-1}{e}^{-t},\mathrm{d}t

This would converge for some values of x, for some values, it won't.

So this leads to x!=Γ(x+1)x!=\Gamma(x+1)

We can now find the value of 12!=π2\dfrac{1}{2}! = \dfrac{\sqrt\pi}{2}

Importance of the gamma function-

It pops up in many applications like quantum physics, fluid dynamics, statistics, number theory.

Further reading:

Bohr-Mollerup theorem

Numerical computation

Alternative ways

Inspiration

#Algebra

Note by Adhiraj Dutta
1 year, 4 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Really good! But calculators don't show it, why? @Adhiraj Dutta

A Former Brilliant Member - 1 year, 1 month ago

Log in to reply

Because they don't use the gamma function. Instead they use an approximation using Stirling's approximation.

I found this on a reddit post.

Adhiraj Dutta - 1 year, 1 month ago

Log in to reply

Thanks, @Adhiraj Dutta.

A Former Brilliant Member - 1 year, 1 month ago

I have a challenge for you - can you find π4\frac{\pi}{4} !!?

Log in to reply

Isn't it n=0π3((n+1)(n+3))?\displaystyle \sum_{n = 0}^\infty \frac{\pi}{3((n+1)(n+3))} ? :P

Adhiraj Dutta - 1 year ago

Log in to reply

That's not what my question was about...

Log in to reply

@A Former Brilliant Member Did you mean factorial of π4?\dfrac{\pi}{4}?. Use Wolfram Alpha.

Adhiraj Dutta - 1 year ago
×

Problem Loading...

Note Loading...

Set Loading...