Continuous Random Variables

College Depth 72 in the knowledge graph I know this Set as goal
Unlocks 1733 downstream topics
continuous probability-density-function pdf cdf

Core Idea

A continuous random variable can take any value in an interval. Its distribution is characterized by a probability density function (PDF) f(x) where P(a ≤ X ≤ b) = ∫ₐᵇ f(x)dx. The PDF must be non-negative and integrate to 1. The cumulative distribution function (CDF) F(x) = P(X ≤ x) is non-decreasing and relates to the PDF by F'(x) = f(x).

How It's Best Learned

Visualize both PDF and CDF. Practice computing probabilities by integrating the PDF. Understand that P(X = c) = 0 for any single point c.

Common Misconceptions

Thinking f(x) is a probability (it's a density). Confusing PDF and CDF graphically. Computing P(X = c) as non-zero for continuous X.

Explainer

From your study of random variables and expected value, you know that a random variable assigns a number to each outcome of a random experiment. A discrete random variable takes values from a countable set (a die roll can be 1 through 6; a coin-flip count can be 0, 1, 2, ...). A continuous random variable, by contrast, can take any value in an interval — the height of a randomly selected person, the exact time until a bus arrives, the temperature at noon. The set of possible values is uncountably infinite, and this changes the mathematics fundamentally: you can no longer assign positive probability to individual values.

The distribution of a continuous random variable is described by a probability density function (PDF) f(x). The PDF is not itself a probability — it is a density, measuring how rapidly probability accumulates near a point. Probability comes from integrating the density over an interval: P(a ≤ X ≤ b) = ∫ₐᵇ f(x) dx. Graphically, probability equals area under the PDF curve. The two requirements on any valid PDF are that f(x) ≥ 0 everywhere and that the total area under the curve equals 1: ∫₋∞^∞ f(x) dx = 1. Crucially, f(x) itself can exceed 1 — the PDF f(x) = 3x² on [0, 1] reaches a value of 3 at x = 1, which is perfectly valid because it is a density (probability per unit length), not a probability.

The most counterintuitive fact about continuous random variables is that P(X = c) = 0 for any specific value c. The integral from c to c has zero width, hence zero area, hence zero probability. This does not mean the event is impossible — it means a continuous variable spreads its probability across an uncountable infinity of values, and no single point receives a positive share. In practice, you never ask "what is the probability that someone is exactly 170.000... cm tall?" — you ask "what is the probability that someone is between 169 and 171 cm?" This interval question is what the PDF answers through integration.

The cumulative distribution function (CDF) F(x) = P(X ≤ x) = ∫₋∞ˣ f(t) dt provides a complementary view: it accumulates probability from the left. The CDF is non-decreasing, starts at 0 as x → −∞, and approaches 1 as x → ∞. The relationship between the PDF and CDF is differentiation: f(x) = F'(x) wherever F is differentiable. Because P(X = c) = 0 for continuous variables, it makes no difference whether inequalities are strict or inclusive: P(X ≤ 3) = P(X < 3). This simplification does not hold for discrete variables, where P(X = 3) can be positive and the distinction between ≤ and < matters.

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 Variables

Longest path: 73 steps · 309 total prerequisite topics

Prerequisites (3)

Leads To (7)