Physical or online

by wimpykid, Apr 30, 2025, 6:49 AM

Loading poll details...
Do you think the AoPS print books or the online books are better?

Generating Functions

by greenplanet2050, Apr 29, 2025, 10:42 PM

So im learning generating functions and i dont really understand why $1+2x+3x^2+4x^3+5x^4+…=\dfrac{1}{(1-x)^2}$

can someone help

thank you :)

Transformation of a cross product when multiplied by matrix A

by Math-lover1, Apr 29, 2025, 10:29 PM

I was working through AoPS Volume 2 and this statement from Chapter 11: Cross Products/Determinants confused me.
AoPS Volume 2 wrote:
A quick comparison of $|\underline{A}|$ to the cross product $(\underline{A}\vec{i}) \times (\underline{A}\vec{j})$ reveals that a negative determinant [of $\underline{A}$] corresponds to a matrix which reverses the direction of the cross product of two vectors.
I understand that this is true for the unit vectors $\vec{i} = (1 \ 0)$ and $\vec{j} = (0 \ 1)$, but am confused on how to prove this statement for general vectors $\vec{v}$ and $\vec{w}$ although its supposed to be a quick comparison.

How do I prove this statement easily with any two 2D vectors?
This post has been edited 1 time. Last edited by Math-lover1, Yesterday at 10:30 PM
Reason: edit

trigonometric functions

by VivaanKam, Apr 29, 2025, 8:29 PM

Hi could someone explain the basic trigonometric functions to me like sin, cos, tan etc.
Thank you!

Geometry books

by T.Mousavidin, Apr 29, 2025, 4:25 PM

Hello, I wanted to ask if anybody knows some good books for geometry that has these topics in:
Desargues's Theorem, Projective geometry, 3D geometry,

Sequence

by lgx57, Apr 27, 2025, 12:56 PM

$a_1=1,a_{n+1}=a_n+\frac{1}{a_n}$. Find the general term of $\{a_n\}$.

Inequalities

by sqing, Apr 25, 2025, 9:19 AM

Let $ a,b \in [0 ,1] . $ Prove that
$$\frac{a}{ 1-ab+b }+\frac{b }{ 1-ab+a } \leq 2$$$$ \frac{a}{ 1+ab+b^2 }+\frac{b }{ 1+ab+a^2 }+\frac{ab }{2+ab }  \leq 1$$$$\frac{a}{ 1-ab+b^2 }+\frac{b }{ 1-ab+a^2 }+\frac{1 }{1+ab  }\leq \frac{5}{2}$$$$\frac{a}{ 1-ab+b^2 }+\frac{b }{ 1-ab+a^2 }+\frac{1 }{1+2ab  }\leq \frac{7}{3}$$$$\frac{a}{ 1+ab+b^2 }+\frac{b }{ 1+ab+a^2 } +\frac{ab }{1+ab }\leq \frac{7}{6 }$$
This post has been edited 4 times. Last edited by sqing, Apr 25, 2025, 9:53 AM

Geometric inequality

by ReticulatedPython, Apr 22, 2025, 5:12 PM

Let $A$ and $B$ be points on a plane such that $AB=n$, where $n$ is a positive integer. Let $S$ be the set of all points $P$ such that $\frac{AP^2+BP^2}{(AP)(BP)}=c$, where $c$ is a real number. The path that $S$ traces is continuous, and the value of $c$ is minimized. Prove that $c$ is rational for all positive integers $n.$
This post has been edited 2 times. Last edited by ReticulatedPython, Apr 22, 2025, 8:06 PM

Geometry Angle Chasing

by Sid-darth-vater, Apr 21, 2025, 11:50 PM

Is there a way to do this without drawing obscure auxiliary lines? (the auxiliary lines might not be obscure I might just be calling them obscure)

For example I tried rotating triangle MBC 80 degrees around point C (so the BC line segment would now lie on segment AC) but I couldn't get any results. Any help would be appreciated!
Attachments:

Three variables inequality

by Headhunter, Apr 20, 2025, 6:58 AM

$\forall a\in R$ ,$~\forall b\in R$ ,$~\forall c \in R$
Prove that at least one of $(a-b)^{2}$, $(b-c)^{2}$, $(c-a)^{2}$ is not greater than $\frac{a^{2}+b^{2}+c^{2}}{2}$.

I assume that all are greater than it, but can't go more.

The Bell Curve

by aoum, Apr 14, 2025, 11:37 PM

The Bell Curve: Mathematics of the Normal Distribution

The Bell Curve is the common name for the graph of the normal distribution, one of the most fundamental and widely used probability distributions in mathematics, statistics, and the sciences. Its characteristic shape — symmetric, centered, and tapering off — resembles a bell.

Probability density function

https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Normal_Distribution_PDF.svg/500px-Normal_Distribution_PDF.svg.png

The red curve is the standard normal distribution.

Cumulative distribution function

https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Normal_Distribution_CDF.svg/400px-Normal_Distribution_CDF.svg.png


1. Definition

The normal distribution with mean $\mu$ and standard deviation $\sigma > 0$ has the probability density function (PDF):

$$
f(x) = \frac{1}{\sigma \sqrt{2\pi}} \exp\left( -\frac{(x - \mu)^2}{2\sigma^2} \right)
$$
This function satisfies:
  • It is symmetric about $x = \mu$
  • It is maximized at $x = \mu$
  • The area under the curve is 1: $\int_{-\infty}^\infty f(x) \, dx = 1$

The standard normal distribution is the special case when $\mu = 0$ and $\sigma = 1$:

$$
\phi(x) = \frac{1}{\sqrt{2\pi}} e^{-x^2/2}
$$
2. Properties
  • Mean: $\mu$
  • Variance: $\sigma^2$
  • Standard deviation: $\sigma$
  • Mode and median: both equal to $\mu$
  • The curve is bell-shaped and asymptotic to the $x$-axis.

3. Empirical Rule (68-95-99.7 Rule)

In a normal distribution:
  • About 68.27% of the data falls within one standard deviation of the mean: $[\mu - \sigma, \mu + \sigma]$
  • About 95.45% lies within two standard deviations
  • About 99.73% lies within three standard deviations

This makes the bell curve a natural model for random variation in measurements.

4. Cumulative Distribution Function (CDF)

The cumulative distribution function is:

$$
\Phi(x) = \int_{-\infty}^x \phi(t)\,dt
$$
There is no closed-form expression in terms of elementary functions, but it is closely related to the error function:

$$
\Phi(x) = \frac{1}{2} \left[ 1 + \operatorname{erf} \left( \frac{x}{\sqrt{2}} \right) \right]
$$
5. Central Limit Theorem (CLT)

The Central Limit Theorem states that the sum (or average) of many independent random variables, regardless of their individual distributions, tends to a normal distribution as the number of variables grows.

This explains why the bell curve appears so frequently in nature, science, and statistics.

6. Standardization

Any normal variable $X \sim N(\mu, \sigma^2)$ can be converted to a standard normal variable $Z$ using:

$$
Z = \frac{X - \mu}{\sigma}
$$
This transformation allows use of standard normal tables.

7. Applications

The bell curve is used to model:
  • Measurement errors
  • Heights and weights
  • IQ scores
  • Test scores
  • Brownian motion
  • Many statistical inference procedures (confidence intervals, hypothesis testing)

8. Moments and Moment Generating Function

The moment generating function (MGF) of $X \sim N(\mu, \sigma^2)$ is:

$$
M_X(t) = \mathbb{E}[e^{tX}] = \exp\left( \mu t + \frac{1}{2} \sigma^2 t^2 \right)
$$
The $n$-th moment is:

$$
\mathbb{E}[X^n] = M_X^{(n)}(0)
$$
9. Derivation from First Principles (Sketch)

One way to derive the normal distribution is from the requirement that it maximizes entropy among all continuous distributions with a given mean and variance. Another is via the De Moivre–Laplace limit theorem (a special case of the CLT).

Alternatively, it arises as the limit of binomial distributions:

$$
\binom{n}{k} p^k (1-p)^{n-k} \approx \phi\left( \frac{k - np}{\sqrt{np(1-p)}} \right)
$$
10. Reference Integrals

The key integral (used in normalization) is:

$$
\int_{-\infty}^\infty e^{-x^2} dx = \sqrt{\pi}
$$
and

$$
\int_{-\infty}^\infty e^{-(x - \mu)^2 / (2\sigma^2)} dx = \sigma \sqrt{2\pi}
$$
11. References

Fun with math!

avatar

aoum
Archives
+ March 2025
Shouts
Submit
  • Any unfounded allegations regarding AI-generated content violate Pi in the Sky blog standards. Continued infractions will result in disciplinary action, including bans, in accordance with platform guidelines. This is a formal warning.

    by aoum, Apr 27, 2025, 11:19 PM

  • It would be rude to call this AI-generated if it was not. But I find the title (in blog post), organization, and general word choices very suspicious

    by RubixMaster21, Apr 27, 2025, 1:25 AM

  • um this does seem slightly similar to ai

    by electric_pi, Apr 21, 2025, 11:24 PM

  • 100 posts!

    by aoum, Apr 21, 2025, 9:11 PM

  • Very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very cool (The maximum of the factorial machine is 7228!

    by Coin1, Apr 21, 2025, 4:44 AM

  • cool blog and good content but it looks eerily similar to chatgpt

    by SirAppel, Apr 17, 2025, 1:28 AM

  • 1,000 views!

    by aoum, Apr 17, 2025, 12:25 AM

  • Excellent blog. Contribute?

    by zhenghua, Apr 10, 2025, 1:27 AM

  • Are you asking to contribute or to be notified whenever a post is published?

    by aoum, Apr 10, 2025, 12:20 AM

  • nice blog! love the dedication c:
    can i have contrib to be notified whenever you post?

    by akliu, Apr 10, 2025, 12:08 AM

  • WOAH I JUST CAME HERE, CSS IS CRAZY

    by HacheB2031, Apr 8, 2025, 5:05 AM

  • Thanks! I'm happy to hear that! How is the new CSS? If you don't like it, I can go back.

    by aoum, Apr 8, 2025, 12:42 AM

  • This is such a cool blog! Just a suggestion, but I feel like it would look a bit better if the entries were wider. They're really skinny right now, which makes the posts seem a lot longer.

    by Catcumber, Apr 4, 2025, 11:16 PM

  • The first few posts for April are out!

    by aoum, Apr 1, 2025, 11:51 PM

  • Sure! I understand that it would be quite a bit to take in.

    by aoum, Apr 1, 2025, 11:08 PM

61 shouts
Contributors
Tags
Problem of the Day
Fractals
combinatorics
geometry
Millennium Prize Problems
poll
Riemann Hypothesis
Collatz Conjecture
Factorials
graph theory
infinity
pi
Sir Issac Newton
AMC
Bernoulli numbers
calculus
Chudnovsky Algorithm
Exponents
Gauss-Legendre Algorithm
Goldbach Conjecture
Koch snowflake
MAA
Mandelbrot Set
Mastering AMC 1012
MATHCOUNTS
Matroids
Nilakantha Series
number theory
P vs NP Problem
P-adic Analysis
paradoxes
Polynomials
probability
Ramsey Theory
algebra
Algorithmic Applications
AMC 10
AMC 8
angle bisector theorem
Angle trisection
Applications in Various Fields
Arc Sine Formula
Archimedes Method
Banach-Tarski Paradox
Basel Problem
Basic Reproduction Number
Bayes Theorem
Bell Curve
Bertrand s Box Paradox
binomial theorem
Birthday Attack
Birthday Problem
buffon s needle
Cantor s Infinite Sets
cardinality
catalan numbers
Chicken McNugget Theorem
Circumference
Coin Rotation Paradox
computer science
conditional probability
conic sections
Conjectures
Cryptography
Cyclic Numbers
Cyclic Sieving Phenomenon
Different Sizes of Infinity
Diophantine Equations
Diophantinve Approximation
Dirichlets Approximation
Diseases
Double Factorials
Drake Equation
epidemiology
euclidean geometry
Euler s Formula for Polyhedra
Euler s Identity
Euler s totient function
Euler-Lagrange Equation
Fermat s Factoring Method
fermat s last theorem
Fibonacci sequence
finite
four color theorem
Fractals and Chaos Theory
free books
Gamma function
Golden Ratio
Graham s Number
Graph Minor Theorem
gravity
Greedoids
Gregory-Liebniz Series
Hailstone Problem
Heron s Formula
Hilbert s Hotel
Hilberts Hotel
Hodge Conjecture
ideal gas law
Inclusion-exclusion
infinite
Irrational numbers
Kruskals Tree Theorem
Law of Force and Acceleration
legendre s theorem
Leibniz Formula
logarithms
logic
Mastering AMC 8
Matrices
Menger Sponge
Minkowskis Theorem
modular arithmetic
Multinomial Theorem
Multiples of 24
National Science Bowl
Newton s First Law of Motion
Newton s Second Law of Motion
Newton s Third Law of Motion
normal distribution
Parabolas
Paradox
Penrose Tilings
physical chemistry
pie
pigeonhole principle
Price s Equation
prime numbers
primes
Ptolemys Theorem
Pythagorean Theorem
Python
Ramsey s Theorem
recursion
Reproduction Rate of Diseases
Riemann Zeta Function
Sequences
Sequences of Binomial Type
Sets
Sierpinski Triangle
Sierpiski Carpet
Sierpiski Triangle
Simon s Factoring Trick
statistics
The Birthday Problem
The Book of Formulas
The HalesJewett Theorem
The Law of Action and Reaction
The Law of Inertia
The Lost Boarding Pass Problem
thermodynamics
Topological Insights
triangle inequality
trigonometry
twin prime conjecture
Umbral Calculus
Van der Waerdens Theorem
venn diagram
Wallis Product
Zeno s Paradoxes
About Owner
  • Posts: 0
  • Joined: Nov 2, 2024
Blog Stats
  • Blog created: Mar 1, 2025
  • Total entries: 102
  • Total visits: 1093
  • Total comments: 32
Search Blog
a