What is a density curve? Area equals proportion

By Jude Wallis · Published

A density curve is a smooth curve drawn over a distribution so that the total area beneath it is exactly 1. The area above any interval equals the proportion of values in that interval, which is also the probability of landing there. Height is not a probability; only area is.

AP Statistics: Unit 2 (topics 2.11 The Normal Distribution). In the Fall 2026 AP Statistics course, the density curve idea is anchored in Unit 2, topic 2.11 (The Normal Distribution), which states that the probability a random variable falls in an interval is the area under the normal curve over that interval and that the total area under the normal curve is 1. The continuous uniform curve is not a named topic in the course framework; it appears here because it is the easiest place to see area behave as proportion.

What a density curve is

A density curve is a smooth curve drawn over a range of values with two properties. It never dips below the horizontal axis, and the total area between the curve and the axis is exactly 1.

That total of 1 is the whole design. It stands for 100% of the values in the distribution, so every piece of that area is a share of the whole. Shade a region, and the number you get back is a proportion.

A density curve is a model of a distribution, not the data itself. Real data has gaps, ties, and rough edges, and the curve smooths past them so you can compute with clean geometry instead of counting dots.

That trade is worth making because it turns "what fraction of values fall between 6 and 9" into an area problem. Once the question is an area, you can answer it with a rectangle, a table, or a calculator.

Area over an interval is the proportion

Pick two values aa and bb, shade the region under the curve between them, and that area is the proportion of the distribution lying between aa and bb. If you draw one value at random from the distribution, the same area is the probability that the value lands in that interval, written P(a<X<b)P(a < X < b).

Three rules follow directly from the total area being 1.

  • Every area is between 0 and 1, and the area over the full range is exactly 1.
  • The area to the right of a value is 1 minus the area to its left: P(X>c)=1P(X<c)P(X > c) = 1 - P(X < c).
  • A single value has no width, so it has no area: P(X=c)=0P(X = c) = 0.

That last rule surprises people, and it has a practical payoff. Since the endpoint contributes nothing, P(X<c)P(X < c) and P(Xc)P(X \leq c) give the same answer on a density curve, which is not true for discrete counts like a binomial setting.

The complement rule is the one you will reach for most, since tables give areas to the left.

From a histogram to a density curve

The bridge from data to curve is a histogram with its heights rescaled. Draw the bars so that each height is the relative frequency divided by the bar width, and the total area of the bars becomes exactly 1.

Here is a five-bar example with bars of width 2 and relative frequencies 0.10, 0.20, 0.40, 0.20, and 0.10. The rescaled heights are 0.05, 0.10, 0.20, 0.10, and 0.05, and the total area is 2(0.05+0.10+0.20+0.10+0.05)=2(0.5)=12(0.05 + 0.10 + 0.20 + 0.10 + 0.05) = 2(0.5) = 1.

Now collect more data and narrow the bars. The jagged top settles toward a smooth shape, and that limiting shape is the density curve. The area interpretation carries across unchanged, because it was already true of the bars.

This is why the shape vocabulary from describing distributions still applies. A right-skewed histogram becomes a right-skewed curve, and a bell-shaped histogram becomes a bell-shaped curve. For the difference between a histogram and a bar graph, see histogram vs bar graph.

The uniform density curve, the simplest case

A uniform density curve is a flat horizontal segment: every value in the range is equally likely, so the curve has the same height everywhere. That makes it a rectangle, and rectangles are where you should first see the area idea work.

Over the interval from aa to bb, the width is bab - a. The height is forced, because width times height has to equal 1:

height=1ba\text{height} = \frac{1}{b - a}

Every area you need is then width times height. Suppose your bus arrives at a uniformly random time in the 15 minutes after you reach the stop, so a=0a = 0 and b=15b = 15 and the height is 1/150.06671/15 \approx 0.0667.

  • Waiting less than 4 minutes: width 4, so the area is 4×115=4150.26674 \times \frac{1}{15} = \frac{4}{15} \approx 0.2667.
  • Waiting between 5 and 12 minutes: width 7, so the area is 7150.4667\frac{7}{15} \approx 0.4667.
  • Waiting more than 10 minutes: width 5, so the area is 5150.3333\frac{5}{15} \approx 0.3333.

Check the whole thing: the full rectangle has area 15×115=115 \times \frac{1}{15} = 1, as required. Notice also that the height 0.0667 is not any of those probabilities.

The normal curve, the case the AP course builds on

The normal curve is the density curve you will use most. It is continuous, unimodal, bell-shaped, and symmetric, and it is pinned down by two numbers: the mean μ\mu (mu) and the standard deviation σ\sigma (sigma).

The rule from the previous sections still holds, and the Fall 2026 course states it directly: the probability that a value falls in an interval is the area under the normal curve over that interval, and the total area under the curve is 1. What changes is that the region is no longer a rectangle, so you cannot get its area by multiplying.

Three tools give you normal areas.

  1. The empirical rule for boundaries at whole standard deviations: about 68% of the area lies within 1 standard deviation of the mean, about 95% within 2, and about 99.7% within 3.
  2. A standard normal table, after standardizing the boundary with z=xμσz = \frac{x - \mu}{\sigma}. See how to find a z-score.
  3. Technology, such as the normal distribution calculator, for any boundary at all.

Changing σ\sigma changes the shape without changing the total. A smaller standard deviation makes the curve taller and more concentrated around the mean, a larger one makes it shorter and more spread out, and the area under it stays exactly 1 either way.

The height of the curve is not a probability

The height at a point tells you how densely values are packed near that point. It is a rate, probability per unit along the horizontal axis, and you have to multiply it by a width before it becomes a probability.

The cleanest proof is a narrow uniform curve. Spread a distribution uniformly over the interval from 0 to 0.25 and the height must be 10.25=4\frac{1}{0.25} = 4, since 0.25×4=10.25 \times 4 = 1. A height of 4 cannot be a probability, because probabilities never exceed 1.

Normal curves do the same thing. Shrink σ\sigma and the peak climbs without any ceiling at 1, while the area underneath stays fixed at 1.

So when a question asks for a chance, look for a shaded region, not a point on the curve. On a sketch, mark the boundary on the horizontal axis and shade to one side of it, then read off the area.

Where the mean and median sit on a density curve

Both measures of center have a geometric reading once the distribution is a curve.

  • The median is the value that cuts the area in half. Half the area lies to its left and half to its right, so the area to the left of the median is 0.5.
  • The mean is the balance point. If you cut the region out of a sheet of stiff card, it would balance on a knife edge placed at the mean.

For a symmetric curve the two land in the same place, at the center of symmetry. On a normal curve that is μ\mu, which is also the peak. On a uniform curve from 0 to 15, both are (0+15)/2=7.5(0 + 15)/2 = 7.5, and you can verify the median directly: the area to the left of 7.5 is 7.5×115=0.57.5 \times \frac{1}{15} = 0.5.

Skew pulls them apart. On a right-skewed curve the long right tail drags the balance point outward, so the mean typically sits to the right of the median; on a left-skewed curve the mean typically sits to the left. The median moves less because the area far out in a tail is thin, which is the same resistance argument that makes the median the safer center for skewed data.

A useful consequence: on a right-skewed curve, the median is not at the peak and the mean is not at the peak either. Only symmetry puts center, median, and peak in one spot.

Mistakes to avoid

  • Reading a height as a probability. Multiply by a width, or find an area some other way.
  • Forgetting that the total is 1 when a question asks for an "at least" or "more than" area. Subtract the area to the left from 1.
  • Applying the empirical rule to a curve that is not normal. On the uniform curve from 0 to 15 the standard deviation is 15/124.330115/\sqrt{12} \approx 4.3301, so the interval within 1 standard deviation of the mean runs from 3.1699 to 11.8301. Its area is 8.6603/150.57748.6603/15 \approx 0.5774, about 57.7% rather than 68%. That formula for a uniform standard deviation is intro-college content and is not one of the AP formulas, but the point stands without it.
  • Assuming every density curve is normal. Curves can be uniform, right-skewed, or bimodal. The chi-square distributions are a family of density curves that take positive values and are skewed right, with the skew easing as the degrees of freedom grow.
  • Treating a density curve as the data. The curve is a model, and a poor fit is possible; check the histogram before trusting normal-curve areas.

Areas under a uniform density curve

Your bus arrives at a uniformly random time during the 15 minutes after you get to the stop. Sketch the density curve, then find the probability that you wait less than 4 minutes, between 5 and 12 minutes, and more than 10 minutes.

  1. Set the range: the wait time XX runs from a=0a = 0 to b=15b = 15 minutes, so the base of the rectangle has width 150=1515 - 0 = 15.

  2. Find the height that makes the total area 1: height=1150.0667\text{height} = \frac{1}{15} \approx 0.0667. Confirm it: 15×115=115 \times \frac{1}{15} = 1.

  3. Less than 4 minutes. Shade from 0 to 4, a width of 4: P(X<4)=4×115=4150.2667P(X < 4) = 4 \times \frac{1}{15} = \frac{4}{15} \approx 0.2667.

  4. Between 5 and 12 minutes. The width is 125=712 - 5 = 7: P(5<X<12)=7×115=7150.4667P(5 < X < 12) = 7 \times \frac{1}{15} = \frac{7}{15} \approx 0.4667.

  5. More than 10 minutes. The width is 1510=515 - 10 = 5: P(X>10)=5×115=5150.3333P(X > 10) = 5 \times \frac{1}{15} = \frac{5}{15} \approx 0.3333.

  6. Check with the complement: P(X<10)=10150.6667P(X < 10) = \frac{10}{15} \approx 0.6667, and 0.6667+0.3333=10.6667 + 0.3333 = 1.

The curve is a rectangle of height 1/150.06671/15 \approx 0.0667 over 0 to 15 minutes. P(X<4)0.2667P(X < 4) \approx 0.2667, P(5<X<12)0.4667P(5 < X < 12) \approx 0.4667, and P(X>10)0.3333P(X > 10) \approx 0.3333.

Areas under a normal density curve with the empirical rule

A filling machine dispenses juice with amounts that are approximately normal, with a mean of 500 mL and a standard deviation of 4 mL. Find the proportion of bottles between 496 and 504 mL, above 508 mL, and between 492 and 504 mL.

  1. Mark the standard deviations on the axis. One below and above the mean: 5004=496500 - 4 = 496 and 500+4=504500 + 4 = 504. Two: 5008=492500 - 8 = 492 and 500+8=508500 + 8 = 508.

  2. Between 496 and 504 mL. Those boundaries are exactly 1 standard deviation on each side, so the empirical rule gives an area of about 0.68.

  3. Above 508 mL. About 0.95 of the area lies between 492 and 508, leaving 10.95=0.051 - 0.95 = 0.05 split between the two tails. By symmetry each tail holds 0.05/2=0.0250.05/2 = 0.025.

  4. Between 492 and 504 mL. Split at the mean: from 492 to 500 is half of the middle 95%, or 0.95/2=0.4750.95/2 = 0.475, and from 500 to 504 is half of the middle 68%, or 0.68/2=0.340.68/2 = 0.34.

  5. Add the two halves: 0.475+0.34=0.8150.475 + 0.34 = 0.815.

  6. Sanity check the total area. Below 492 is 0.025, from 492 to 504 is 0.815, and above 504 is 0.50.34=0.160.5 - 0.34 = 0.16. Those add to 0.025+0.815+0.16=10.025 + 0.815 + 0.16 = 1.

About 68% of bottles fall between 496 and 504 mL, about 2.5% exceed 508 mL, and about 81.5% fall between 492 and 504 mL.

Frequently asked questions

Why is the total area under a density curve exactly 1?

Because the area is defined to represent proportion, and every value in the distribution has to land somewhere. The share of values in the full range is 100%, or 1. Any curve whose total area is not 1 has to be rescaled before its areas can be read as proportions.

Can a density curve be taller than 1?

Yes, as long as the total area still comes to 1. A uniform curve on the interval from 0 to 0.25 has height 4, and a normal curve with a small standard deviation has a peak well above 1. Height is probability per unit of xx, not probability.

Is a density curve the same thing as a normal curve?

No. The normal curve is one density curve among many. Uniform curves, right-skewed curves, and the chi-square family are all density curves, and they all share the total area of 1. The normal curve is singled out because so many quantities are well modeled by it.

Why does P(X = 5) equal 0 on a density curve?

A single point has zero width, so the region above it has zero area. That is a feature of continuous models, where probability is spread over intervals rather than piled on individual values. It also means the inequality signs << and \leq give identical answers here.

How do I find the median on a skewed density curve?

Find the value that splits the total area into two halves of 0.5 each. On a symmetric curve that is the center of symmetry, so you can read it off. On a skewed curve you need technology or a table, and the answer will not sit at the peak.