This page assumes you have seen none of the notation in the parent note. We build each symbol from scratch, in the order they depend on each other, so that when you meet ∫−∞xf(t)dt you already own every piece of it.
The capital-vs-lowercase difference is a habit worth keeping: X is the machine, x is one output you point at. When we write P(X≤x) we mean "the chance that the machine's output lands at or below the particular number x."
P(2≤X≤5) = chance the output lands between 2 and 5.
The symbol ≤ means "less than or equal to"; < means "strictly less than." Hold that distinction — for continuous variables it will stop mattering, and we will prove why in D2, but you must know the two symbols apart first.
Here is the leap from discrete to continuous. For dots, you add the chances of each dot. For a continuous range there are infinitely many values crammed together, so adding one-by-one is hopeless. Instead we measure area.
Why this tool and not a plain sum ∑? A sum ∑ adds a countable list of separate items — perfect for dots. But a continuous range has no "next" value to step to; between any two numbers lies another. The integral is the one tool built to total up a smooth, gap-free quantity. That is precisely why continuous probability lives on integrals and discrete probability lives on sums.
Because area is probability and total probability is 1, two rules fall out immediately:
The symbols −∞ and +∞ ("negative infinity", "positive infinity") mean "sweep across all real numbers, from the far left to the far right." We use them because Xcould in principle be any real number; the curve is simply 0 wherever X can't land.
Now we accumulate. Instead of asking about a single strip, ask: "how much area have I collected sweeping from the far left up to the point x?"
Two notational points that trip beginners:
Why the dummy letter t inside? The upper limit of the integral is already called x. We cannot reuse x as the sweeping variable too, or the symbol would mean two things at once. So we sweep with a throwaway name t; it disappears after integrating. F(x)=∫−∞xf(t)dt and ∫−∞xf(s)ds are the same thing.
Why capital F? Convention: lowercase f = the small local density; uppercase F = the big accumulated total. "Small letter, small idea (thickness here); big letter, big idea (everything so far)."
From the picture you can read off every property of F:
At the far left, no area collected yet: F(−∞)=0.
At the far right, all area collected: F(+∞)=1.
Sweeping rightward only adds area (since f≥0), so F never goes down — it is non-decreasing.
You now have two curves for the same variable: the density f and its running-total F. They are two sides of one coin, connected by the Fundamental Theorem of Calculus.
The new symbol dxd (or F′) is the derivative — it measures the slope / rate of change of F.
A percentile flips the question. Normally we hand F a value x and it returns a probability p. A percentile hands over a probability p and asks: which x produced it?
Why is F−1 guaranteed to exist here? Only functions that never repeat a value can be inverted. Because F is strictly increasing wherever f>0, each probability p corresponds to exactly one x — no ambiguity. That is what makes "the 90th percentile" a single well-defined number. More on using F−1 to generate random numbers lives in Quantile function and inverse-transform sampling.
The parent note's examples borrow a few more pieces. Grab them now so nothing is new later.
Other everyday shorthand you'll see: (square root, undoes squaring), [g(x)]ab=g(b)−g(a) (evaluate an expression at the top limit minus the bottom limit — this is the "plug in and subtract" step of every integral).
Test yourself — cover the right side of each line.
What does a capital X mean vs a lowercase x?
X is the random output (the machine); x is one specific value you plug in.
What does P(2≤X≤5) ask?
The probability the output lands between 2 and 5,inclusive.Whydoweuse\int(area)insteadof\sum(asum)forcontinuousvariables?:::Acontinuousrangehasnoseparate"next"valuetoadd;theintegraltotalsasmooth,gap−freequantity.Whatdoes\int_a^b f(x),dxrepresentgeometrically?:::Theareaunderthecurvefbetweenx=aandx=b.Istheheightf(x)aprobability?:::No—itisadensity(chanceperunitlength).Probabilityisarea=height\timeswidth.WhattworulesmakefavalidPDF?:::f(x)\ge 0everywhere,and\int_{-\infty}^{\infty} f(x),dx = 1.Whatisthe"support"off?:::Thesetofxwheref(x)>0;outsideitf=0.Inwords,whatisF(x)?:::Thetotalareaunderftotheleftofx;i.e.P(X \le x).Whyuseadummylettertinside\int_{-\infty}^{x} f(t),dt?:::Theupperlimitisalreadynamedx;thesweepingvariableneedsadifferent,throwawayname.HowdoyougetfbackfromF?:::Differentiate:f(x)=F'(x)(slopeoftheaccumulatedarea=currentheight).WhatdoesF^{-1}(p)mean?:::ThevaluexforwhichF(x)=p—itundoesF;thelittle-1meansinverse,notreciprocal.WhycanweinvertFforacontinuousRVwithf>0?:::Fisstrictlyincreasing,soeachpmapstoexactlyonex.Whatdoes\lnundo,andwhydoweneedit?:::Itundoese^{(\cdot)};weuseittosolveforxtrappedinanexponent,e.g.e^{-2x}=0.1$.