Question: Variables x and y are related by y=abx. A graph of lgy against x is a straight line passing through (1,0.7) and (3,1.5). Find a and b.
Step 1. From the linearisation lgy=lga+xlgb, the line has gradient lgb and y-intercept lga.
Step 2. Gradient from two points:
lgb=3−11.5−0.7=20.8=0.4
b=100.4≈2.51
Step 3. y-intercept from point-slope: lgy=0.4x+c. Sub (1,0.7):
0.7=0.4(1)+c⇒c=0.3
a=100.3≈2.00
Answer: a≈2.00, b≈2.51.
Tip: Two points → compute gradient first, then sub one point back for the intercept. Always identify what the gradient/intercept REPRESENTS in your linearisation.