Loading...
Loading...
Calculus 2 · Axiom Academy
Not every function has a formula for its antiderivative. See why some integrals can only be found by numerical methods. The antiderivative you can never write down You have a toolbox of integration techniques, and they feel unstoppable. But there is a wall waiting: some perfectly ordinary functions have no elementary antiderivative — no answer you can build from polynomials, exponentials, trig functions, or logs, no matter how clever you get. The most famous one is the Gaussian, , the bell curve behind all of statistics. Here is the twist: the area under the bell curve is still completely real. Watch the sweep line cross from x=0 to x=1 ; everything it passes fills in as area underneath, and the running total _0^ x e^ -t^2 \,dt climbs to a definite value — even though no formula ever produced it. No elementary formula gives this number — yet the area is exactly _0^1 e^ -x^2 \,dx 0.7468 . That definite area is what numerical integration goes after. If you can't integrate symbolically, you approximate . Slide the handle to chop [0,1] into more and more rectangles under e^ -x^2 ; each rectangle's area is easy, and their sum is a Riemann sum. Watch the staircase tighten onto the curve and the running approximation close in on the true area — the error shrinking toward zero. As N grows, x 0 and the Riemann sum converges to the exact area. That's numerical integration — and it works for any continuous function, formula or not. The area exists for any bounds you choose
This is the written version of the interactive lesson above. See the full Calculus 2 course.