Historical Context & Motivation
The desire to understand how two measurements relate to each other predates modern statistics by centuries. Early astronomers plotted celestial observations against time, hoping to detect predictable patterns in planetary motion, but it was not until the nineteenth century that formal graphical and algebraic tools emerged for quantifying bivariate relationships. The scatterplot—a graph of paired observations on a Cartesian plane—became the primary visual device for displaying how one quantitative variable changes with another. Alongside it, the concept of correlation gave statisticians a single number to summarize the strength and direction of a linear association. These innovations transformed data analysis from purely narrative descriptions into a precise, reproducible science.
The central question these pioneers tried to answer remains the same one you face in AP Statistics: given a set of paired numerical observations, how can we describe and quantify the pattern—or lack thereof—between the two variables? Addressing this question requires both graphical tools (scatterplots) and numerical summaries (direction, form, strength, and unusual features), which together lay the groundwork for the least-squares regression models you will study next.
Core Principles & Definitions
Before diving into computations, it is essential to establish the vocabulary and conceptual framework that AP Statistics uses to describe bivariate quantitative data. Every scatterplot is built from ordered pairs (x, y), where x is the explanatory (independent) variable and y is the response (dependent) variable. The distinction matters: the explanatory variable is the one we suspect might influence or predict the response, even though a scatterplot alone never proves causation. When describing what you see in a scatterplot, AP readers expect you to comment systematically on four features.
Direction
Form
Strength
Unusual Features
Anatomy of a Scatterplot
A well-constructed scatterplot is the indispensable first step in exploring bivariate quantitative data. The diagram below illustrates how paired data on study hours (explanatory variable) and exam score (response variable) are plotted, along with annotations for every feature AP readers expect you to describe.
Notice that the explanatory variable (study hours) is placed on the horizontal axis and the response variable (exam score) on the vertical axis. The cloud of points rises from left to right, indicating a positive direction. The points cluster tightly around a straight dashed line, suggesting a strong linear form. The single red point falls well above the overall pattern—a clear outlier that deserves mention in any description of the relationship. When writing about a scatterplot on the AP exam, always address direction, form, strength, and unusual features in context; vague language like 'the variables are correlated' without specifying these characteristics will cost points.
Mathematical Framework: The Correlation Coefficient
While scatterplots provide a visual summary, the Pearson product-moment correlation coefficient r offers a numerical measure of the direction and strength of a linear relationship between two quantitative variables. Understanding its derivation from standardized values (z-scores) reveals why r has the properties it does and why it is limited to detecting linear patterns.
Several essential properties follow directly from this formula. First, r is unitless because the standardization removes the original units. Second, r is bounded: −1 ≤ r ≤ 1, where r = 1 indicates a perfect positive linear relationship and r = −1 indicates a perfect negative linear relationship. Third, r is symmetric in x and y, meaning the correlation of x with y is identical to the correlation of y with x. Fourth, and crucially for the AP exam, r measures only linear association: a strong curved relationship can have r ≈ 0 if the positive and negative z-score products cancel out.
LinReg(a+bx) L1, L2. The output includes r and r². Make sure DiagnosticOn is enabled (found in the CATALOG menu) or r will not appear.Classifying Association Patterns
Not all scatterplots look the same. Recognizing common patterns—and knowing which summary statistics are appropriate for each—is a skill tested repeatedly on the AP exam. The diagram below presents six archetypal scatterplot patterns along with their approximate correlation coefficients, helping you calibrate your visual intuition.
The bottom-left panel (Curved) is an especially important case for AP Statistics: the relationship between x and y is clearly strong, yet r is nearly zero because the positive and negative z-score products cancel. This underscores why you must always examine the scatterplot before relying on r. Similarly, the bottom-right panel shows how a single influential outlier can either inflate or deflate r dramatically, depending on its position. On free-response questions, noting such features and explaining their effect on r demonstrates the kind of statistical reasoning that earns full credit.
Worked Example: Computing and Interpreting r
A researcher collects data on the age (in years) and resting heart rate (in beats per minute) of five adults. The data are: (25, 72), (30, 70), (35, 74), (40, 78), (50, 82). Describe the association and compute r.
Strengths, Limitations & Common Pitfalls
Scatterplots and the correlation coefficient are powerful tools, but each has inherent limitations that AP Statistics frequently tests. The table below organizes the key strengths alongside the most common pitfalls that lead students to misinterpret data.
| Feature | Strengths | Limitations / Pitfalls |
|---|---|---|
| Scatterplot | Reveals direction, form, strength, outliers, and clusters at a glance. Requires no assumptions about the data. | Overplotting can obscure patterns when n is very large. Scale choices can distort perceived strength. |
| r (correlation) | Unitless, bounded (−1 to 1), symmetric in x and y. Summarizes linear strength and direction in a single number. | Only captures linear association. Sensitive to outliers. Cannot distinguish cause from association. |
| r² (determination) | Directly interpretable as the proportion of variability in y explained by the linear model. | Does not reveal direction (always positive). A high r² for a curved relationship is misleading. |
| Correlation ≠ Causation | Identifying strong association motivates further investigation (experiments, controls). | Lurking variables and confounders can create spurious correlations. Only randomized experiments establish causation. |
Connection to Regression & Advanced Models
Describing an association with a scatterplot and r is the first act in a larger statistical narrative. The natural next step is to model the relationship with the least-squares regression line (LSRL), which produces a prediction equation ŷ = a + bx. The slope b is directly linked to r through the formula b = r × (s_y / sₓ), revealing that the correlation determines the rate of change in predicted y per unit change in x after adjusting for the spread of both variables. Beyond AP Statistics, the framework generalizes to multiple regression (several explanatory variables), logistic regression (binary response), and non-parametric smoothers that relax the linearity assumption entirely.
| Concept | In This Lesson (Descriptive) | Next Topic (Modeling) |
|---|---|---|
| Graphical tool | Scatterplot (displays raw data) | Residual plot (displays model fit) |
| Numerical summary | r (correlation), r² (determination) | a (intercept), b (slope), s (standard deviation of residuals) |
| Goal | Describe the association | Make predictions and quantify uncertainty |
| Assumptions | None (purely descriptive) | Linearity, independence, normal residuals, equal variance (LINE) |
Mastering the material in this lesson—scatterplot construction, DFSOU (direction, form, strength, outliers/unusual features) descriptions, and the properties of r—provides the conceptual scaffolding for every regression topic that follows. In particular, recognizing that r only measures linear association will help you decide when a linear model is appropriate and when transformations (logarithmic, power) should be considered.
Practice Problems
Lesson Summary
To represent the relationship between two quantitative variables, begin by constructing a scatterplot with the explanatory variable on the horizontal axis and the response variable on the vertical axis. When describing the pattern, address all four characteristics: direction (positive, negative, or neither), form (linear, curved, or no pattern), strength (how tightly points cluster around the pattern), and unusual features (outliers, clusters, influential points). Always describe these characteristics in the context of the variables.
The correlation coefficient r quantifies the direction and strength of a linear association, ranging from −1 to +1. Its square, r², gives the proportion of variability in y explained by the linear model. Remember that r is sensitive to outliers, blind to non-linear patterns, and does not imply causation. Always examine the scatterplot before computing or interpreting r, and always describe associations in the context of the data.