Transformation to Achieve Linearity vs Linear Model
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Transformation to achieve linearity
Regression and correlation
A transformation to achieve linearity applies a function such as a logarithm or square root to x or y so a curved pattern straightens out.
When a scatterplot curves, you can re-express one or both variables and fit the line to the new pairs instead. Growth that multiplies is the classic case: the points , , and triple at every step, and taking turns them into , , and , which climb by a constant per step and therefore lie on a straight line. You then fit (read y-hat for ) and back-transform to predict in the original units, checking the residual plot of the transformed data to confirm the curve is gone. The Fall 2026 course still asks you to spot departures from linearity in a residual plot, but it has no topic on re-expressing data to straighten a curve, so transformation is college and textbook content rather than AP content.
Linear model
Regression and correlation
A linear model is a straight-line equation that uses an explanatory variable x to predict a response variable y, written y-hat = a + bx.
A linear model summarizes a scatterplot with one straight line, so any you choose turns into a prediction. It is written , where (read y-hat) is the predicted response, is the y-intercept, and is the slope. For example, if predicts a plant's height in centimeters from weeks of growth, then at weeks the model gives centimeters. Fit a linear model only when the scatterplot and the residual plot show a linear form, since the equation will happily produce numbers for curved data too.