Replot a Curve as a Straight Line
Let , : the curve becomes a line on – axes. Reflex: Rename the variables, plot the renamed pair, and even a curve becomes a straight line.
Let , : the curve becomes a line on – axes. Reflex: Rename the variables, plot the renamed pair, and even a curve becomes a straight line.
Y, X are the new plotted variables; m is the gradient, c is the Y-intercept of the transformed line. Reflex: Apply all straight-line rules (gradient, intercept, substitution) to X and Y, not x and y.
Manipulate (divide, multiply, take logs) until one term is a constant — that constant is ; the term still carrying the variable is .
Reflex: The constant term is ; the variable term is .
Already : let , , so , . Reflex: Check if it's already linear in renamed variables before manipulating anything.
: plot against — , . : plot against — , . Reflex: Exponential in → plot against ; power of → plot against .
Name and from the axes, find the line's equation from its points, then un-rename and rearrange for . Reflex: Renaming's just convenience — never forget what and really are.
Points on the plotted line live in - space: convert first, then find from the line's equation. Reflex: Always answer with , never raw .
Transform equation → tabulate new variables → plot best-fit line → read gradient & intercept → convert to constants. Off-line point flags bad data; read corrected value off the line. Related equations: draw auxiliary line, intersect.
Reflex: Transform → tabulate → plot → read m, c → convert to constants — graph answers carry a tolerance.