Reduction to Linear Form: Turning Curves into Lines

Welcome! In this chapter, we are going to learn a very clever mathematical "magic trick." Have you ever looked at a curved graph and found it impossible to tell exactly what the equation was? Curves are beautiful, but they are hard to read. Straight lines, on the other hand, are simple! We know exactly how to find their gradient and intercept.

We are going to learn how to use logarithms to "stretch" and "squash" curved data until it sits in a perfectly straight line. This process is called reduction to linear form. By doing this, we can take messy experimental data and figure out the hidden rules of nature. Don't worry if it sounds a bit abstract right now; we'll take it step-by-step!

Prerequisite check: The Straight Line Equation

Before we dive in, remember the golden rule of straight lines: \(y = mx + c\).
- \(m\) is the gradient (the steepness).
- \(c\) is the y-intercept (where it crosses the vertical axis).
In this chapter, our goal is always to make our complicated equation look exactly like this simple one.


1. Model Type 1: The Power Law \(y = ax^n\)

This model is used when one variable is proportional to another variable raised to a power. Examples include the area of a circle (\(A = \pi r^2\)) or the way gravity gets weaker as you move away from a planet.

How to turn it into a straight line

Imagine the equation \(y = ax^n\). To straighten this curve, we take logarithms of both sides. You can use \(\log_{10}\) or \(\ln\) (natural logs), but usually, we just use \(\log\).

Step 1: Take logs of both sides: \(\log y = \log(ax^n)\)
Step 2: Use the multiplication law of logs: \(\log y = \log a + \log(x^n)\)
Step 3: Use the power law of logs: \(\log y = \log a + n \log x\)
Step 4: Rearrange to look like \(y = mx + c\):
\(\log y = n(\log x) + \log a\)

What does this mean for our graph?

If we plot \(\log y\) on the vertical axis and \(\log x\) on the horizontal axis, the points will form a straight line! Here is how the parts match up:
- The vertical axis (Y) is \(\log y\).
- The horizontal axis (X) is \(\log x\).
- The gradient (\(m\)) of the line is the power \(n\).
- The vertical intercept (\(c\)) is \(\log a\).

Analogy: Imagine a balloon (the curve). Taking logs is like pulling both ends of the balloon until it's a tight, straight string. The "force" you used to pull it tells you about the original shape!

Quick Review: The Power Model Box

Equation: \(y = ax^n\)
Plot: \(\log y\) against \(\log x\)
Gradient: \(n\)
Intercept: \(\log a\)

Key Takeaway: If both variables (\(x\) and \(y\)) are "logged" on the axes, the original relationship was a power law.


2. Model Type 2: The Exponential Law \(y = kb^x\)

This model is used for things that grow or decay very fast, like bacteria in a petri dish or the value of a car over time. Notice the difference: in the previous model, the \(x\) was the base (\(x^n\)); here, the \(x\) is the exponent (\(b^x\)).

How to turn it into a straight line

We use the same "magic" log trick here.

Step 1: Take logs of both sides: \(\log y = \log(kb^x)\)
Step 2: Use the multiplication law: \(\log y = \log k + \log(b^x)\)
Step 3: Use the power law: \(\log y = \log k + x \log b\)
Step 4: Rearrange to look like \(y = mx + c\):
\(\log y = (\log b)x + \log k\)

What does this mean for our graph?

This time, we only "log" the \(y\) values. We leave the \(x\) values as they are!
- The vertical axis (Y) is \(\log y\).
- The horizontal axis (X) is just \(x\).
- The gradient (\(m\)) is \(\log b\).
- The vertical intercept (\(c\)) is \(\log k\).

Did you know? This is how scientists predicted the spread of viruses. By plotting the number of cases on a log scale against time, they could see if the growth was staying "straight" (exponential) or flattening out!

Quick Review: The Exponential Model Box

Equation: \(y = kb^x\)
Plot: \(\log y\) against \(x\)
Gradient: \(\log b\)
Intercept: \(\log k\)

Key Takeaway: If only the vertical variable (\(y\)) is "logged" and the horizontal is normal (\(x\)), the relationship is exponential.


3. Estimating Parameters from a Graph

In your exam, you might be given a straight-line graph and asked to find the original constants (\(a\) and \(n\), or \(k\) and \(b\)). Don't worry if the numbers look small or strange at first! Just follow these steps:

Step-by-Step: Finding the Constants

1. Identify the axes: Look closely! Is it \(\log y\) vs \(\log x\)? Or \(\log y\) vs \(x\)? This tells you which model to use.
2. Find the Gradient (\(m\)): Pick two points on the line and use \(\frac{y_2 - y_1}{x_2 - x_1}\).
3. Find the Intercept (\(c\)): Look where the line crosses the vertical axis (where the horizontal value is 0).
4. "Un-log" the values: This is the most important step!
- If your intercept is \(\log a = 2.5\), then \(a = 10^{2.5}\).
- If your gradient is \(\log b = 0.3\), then \(b = 10^{0.3}\).

Encouragement: If you are using natural logs (\(\ln\)), you just use \(e\) to "un-log" instead of \(10\). For example, if \(\ln k = 3\), then \(k = e^3\). Your calculator does all the heavy lifting here!

Common Mistakes to Avoid

  • Mixing up the models: Remember: Power Law = Logs on both axes. Exponential Law = Log only on the Y-axis.
  • Forgetting to un-log: Students often find the intercept is \(1.2\) and say "\(a = 1.2\)." No! \(\log a = 1.2\), so you must do \(10^{1.2}\) to get the final answer.
  • Scale confusion: Sometimes exam papers use \(\log_{10}\) and sometimes \(\ln\). Check the axis labels carefully!

Key Takeaway: The gradient and intercept of your straight line are just "logged" versions of your original constants. Use the inverse log (\(10^x\) or \(e^x\)) to get them back.


Summary Checklist

Before you finish, make sure you can:
1. Convert \(y = ax^n\) into \(\log y = n \log x + \log a\).
2. Convert \(y = kb^x\) into \(\log y = x \log b + \log k\).
3. Identify which model is being used just by looking at the axis labels of a straight-line graph.
4. Calculate the gradient and intercept from a graph and use them to find the original constants.

You've got this! Reduction to linear form is just a way of making hard problems look easy by changing your perspective. Keep practicing those log laws, and it will become second nature.