Probability Density Functions

College Depth 73 in the knowledge graph I know this Set as goal
Unlocks 870 downstream topics
pdf continuous-distributions probability

Core Idea

The probability density function (PDF), denoted f(x), describes the relative likelihood of a continuous random variable taking values near x. Probabilities are found by integrating: P(a ≤ X ≤ b) = ∫ₐᵇ f(x)dx. The PDF is always non-negative and integrates to 1.

How It's Best Learned

Sketch PDFs and visualize integration as areas under curves. Compare PDFs of different distributions. Practice finding probabilities by integration. Use properties of PDFs to identify valid densities.

Common Misconceptions

Thinking f(x) is a probability (it's a density, not probability). Reading probability directly from PDF height. Forgetting to integrate to find probabilities. Confusing PDF with PMF.

Explainer

You already know what a continuous random variable is: a quantity that can take any value in an interval, like the exact height of a randomly chosen person or the precise time until a radioactive atom decays. The challenge is that for continuous variables, the probability of landing on any *single* exact value — say, exactly 1.7320508... meters — is zero. There are infinitely many possible values, so none has positive probability on its own. This is where the probability density function comes in: instead of assigning probability to individual points, it assigns probability to *intervals*, via integration.

Think of f(x) as describing how probability is *spread* over the number line — like a pile of sand distributed along a table. The total amount of sand is 1 (the PDF integrates to 1 over its entire domain), but in any specific region, the sand is thicker or thinner depending on f(x). The probability that X falls in the interval [a, b] is the area of sand between a and b — formally, P(a ≤ X ≤ b) = ∫ₐᵇ f(x) dx. The height of the pile at a single point tells you *relative likelihood* — where probability is concentrated — but not probability itself. You can't read probability off the y-axis; you must integrate.

This is the crucial distinction from a discrete PMF, where you *can* read probabilities directly from the function value. For PDFs, f(x) is a *density*, not a probability. In fact, f(x) can exceed 1 — a uniform distribution on [0, 0.5] has f(x) = 2, since the area under the curve must still equal 1. Two requirements constrain any valid PDF: f(x) ≥ 0 everywhere (probability can't be negative, and neither can density), and ∫₋∞^∞ f(x) dx = 1 (the total probability across all outcomes is 1).

From your prerequisite on definite integrals, you know that integration measures signed area under a curve. Applying that here: P(X ≤ b) is the area under f from −∞ to b. This accumulated probability — the area to the left of a threshold — is the cumulative distribution function (CDF), which you will study next. The CDF F(b) = P(X ≤ b) = ∫₋∞ᵇ f(x) dx summarizes everything about the distribution's behavior. The PDF and CDF are related by differentiation: f(x) = F′(x) wherever F is differentiable. So the PDF is the *rate* at which accumulated probability grows — tall peaks in f(x) correspond to steep rises in the CDF, indicating regions where the variable concentrates.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density Functions

Longest path: 74 steps · 310 total prerequisite topics

Prerequisites (2)

Leads To (36)