Skip to main content
ExamExplained
WA · Mathematics Applications
Mathematics Applications study scene
§-Syllabus dot point
WAMathematics ApplicationsSyllabus dot point

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
  1. What this dot point is asking
  2. Why transform
  3. Choosing the transformation from the shape
  4. Fitting and predicting
  5. Back-transforming a log model

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 rr only describe linear association. If the scatterplot is clearly curved, fitting a straight line gives poor predictions and a misleading rr. 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 rr improves.

Fitting and predicting

After transforming, the least-squares line is written in terms of the transformed variable, for example y=a+b(x2)y = a + b(x^2) or log10y=a+bx\log_{10} y = a + bx. To predict:

  1. Substitute the given value, transforming it the same way as the data.
  2. If the response variable was transformed, back-transform the result (square root, reciprocal, or 10value10^{\text{value}}).

Back-transforming a log model

When log10y\log_{10} y is the response, predictions come out as a log value that must be undone with a power of ten. If log10y=2.0+0.3x\log_{10} y = 2.0 + 0.3x gives log10y=3.5\log_{10} y = 3.5, then y=103.5=3162y = 10^{3.5} = 3162. 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 yy against xx is curved, increasing and concave up. After applying the transformation x2x^2, the least-squares line of yy on x2x^2 is y=3.0+1.5(x2)y = 3.0 + 1.5(x^2). (a) Explain why a squared transformation was suitable. (b) Predict yy when x=6x = 6. (c) Predict the value of xx (positive) when y=100y = 100.
Show worked answer →

A concave-up increasing curve is straightened by stretching the xx axis with x2x^2.

(a) The x2x^2 transformation spreads out large xx values, straightening a curve that rises ever more steeply, so the transformed plot of yy against x2x^2 is approximately linear. (2 marks)

(b) When x=6x = 6, x2=36x^2 = 36, so y=3.0+1.5(36)=3.0+54=57y = 3.0 + 1.5(36) = 3.0 + 54 = 57. (2 marks)

(c) Set 100=3.0+1.5(x2)100 = 3.0 + 1.5(x^2), so 1.5x2=971.5x^2 = 97, giving x2=64.67x^2 = 64.67 and x=8.04x = 8.04 (positive root). (2 marks)

Markers reward justifying the transformation by the curve shape, substituting x2x^2 correctly, and solving back to original units.

WACE 20245 marksBacterial count NN grows rapidly with time tt (hours). A least-squares line fitted to log10N\log_{10} N against tt gives log10N=2.0+0.30t\log_{10} N = 2.0 + 0.30t. (a) Predict the count when t=5t = 5. (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 t=5t = 5, log10N=2.0+0.30(5)=2.0+1.5=3.5\log_{10} N = 2.0 + 0.30(5) = 2.0 + 1.5 = 3.5, so N=103.5=3162N = 10^{3.5} = 3162 bacteria. (3 marks)

(b) Bacterial growth is exponential (a roughly constant percentage increase each hour), which plots as a steep curve. Taking log10N\log_{10} N converts the constant-ratio growth into a constant-difference, straight-line relationship with time. (2 marks)

Markers reward back-transforming with 10logN10^{\log N} and explaining the log transformation by the exponential growth.

ExamExplained