How can we straighten a curved relationship so a linear model works?
Apply squared, logarithmic and reciprocal transformations to linearise data, fit a least-squares line to the transformed data and use it to predict.
How to apply the squared, log and reciprocal transformations to straighten curved bivariate data, fit a line to the transformed variable, and back-substitute to predict in original units.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
You must choose a transformation from the curve shape, fit a line to the transformed data, predict by substituting, and convert predictions back to original units.
Why transform
The least-squares line and the correlation coefficient only describe linear association. If the scatterplot is clearly curved, fitting a straight line gives poor predictions and a misleading . A transformation changes the scale of one variable so the relationship becomes linear, after which all the linear tools work.
Choosing the transformation from the shape
The three transformations in the course each suit a particular curve.
A practical method is the "circle of transformations": decide whether the curve bulges up or down and left or right, then pick the transformation that stretches the crowded part of the plot. In an exam, try the transformation suggested by the question and confirm the transformed plot or improves.
Fitting and predicting
After transforming, the least-squares line is written in terms of the transformed variable, for example or . To predict:
- Substitute the given value, transforming it the same way as the data.
- If the response variable was transformed, back-transform the result (square root, reciprocal, or ).
Back-transforming a log model
When is the response, predictions come out as a log value that must be undone with a power of ten. If gives , then . Forgetting this final step is the single most common error in log questions.
Exam-style practice questions
Practice questions written in the style of SCSA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
WACE 20226 marksA scatterplot of against is curved, increasing and concave up. After applying the transformation , the least-squares line of on is . (a) Explain why a squared transformation was suitable. (b) Predict when . (c) Predict the value of (positive) when .Show worked answer →
A concave-up increasing curve is straightened by stretching the axis with .
(a) The transformation spreads out large values, straightening a curve that rises ever more steeply, so the transformed plot of against is approximately linear. (2 marks)
(b) When , , so . (2 marks)
(c) Set , so , giving and (positive root). (2 marks)
Markers reward justifying the transformation by the curve shape, substituting correctly, and solving back to original units.
WACE 20245 marksBacterial count grows rapidly with time (hours). A least-squares line fitted to against gives . (a) Predict the count when . (b) State why a log transformation suited this data.Show worked answer →
A log transformation linearises a quantity that multiplies by a roughly constant factor each period.
(a) When , , so bacteria. (3 marks)
(b) Bacterial growth is exponential (a roughly constant percentage increase each hour), which plots as a steep curve. Taking converts the constant-ratio growth into a constant-difference, straight-line relationship with time. (2 marks)
Markers reward back-transforming with and explaining the log transformation by the exponential growth.
