解题方法
Method 1: Standard Linearization
When to use
The equation is already linear or can be rearranged directly to without applying logarithms.
Steps
- Identify the target variables in the question — what is being plotted on and axes
- Rearrange the given equation so that the variable is isolated on the LHS
- Compare with to identify (gradient) and (intercept)
通用公式
Formula
- Gradient = coefficient of the -axis quantity
- Y-intercept = constant term after rearrangement
Mistakes to avoid
- Forgetting negative signs in the coefficient
- Not simplifying compound fractions before reading off coefficients
Method 2: Log-Log Linearization
When to use
The equation is a power law: . The exponent is unknown and needs to be found from the gradient.
Steps
- Take of both sides:
- Plot on -axis against on -axis
- Gradient , y-intercept
- Find
何时选 而非
- Power laws → use (base 10)
- Exponential → use (base )
Formula
Mistakes to avoid
- Using instead of (they give different gradient values for power laws)
- Writing without dividing by units: write
- Forgetting that , not just the intercept itself
Method 3: Log-Linear Linearization
When to use
The equation is exponential: .
Steps
- Take of both sides:
- Plot on -axis against on -axis
- Gradient , y-intercept
- Find
Formula
Mistakes to avoid
- Plotting against instead of against
- Sign errors: if , then gradient
- Forgetting units: not
Method 4: Reciprocal Linearization
When to use
The equation has the form or can be rearranged to show an inverse relationship.
Steps
- Rearrange to
- Plot on -axis against on -axis
- Gradient , y-intercept
Formula
Mistakes to avoid
- Plotting against instead of against
- Forgetting that the intercept is , not
- Not checking whether the relationship passes through the origin
方法选择速查
| 看见... | 用 Method | 作图方式 |
|---|---|---|
| Standard | vs | |
| Log-log | vs | |
| Log-linear | vs | |
| Reciprocal | vs | |
| and are both powers | Log-log | vs |
| One variable is in exponent | Log-linear | vs |