跳到主要内容

解题方法

Method 1: Standard Linearization

When to use

The equation is already linear or can be rearranged directly to y=mx+cy = mx + c without applying logarithms.

Steps

  1. Identify the target variables in the question — what is being plotted on yy and xx axes
  2. Rearrange the given equation so that the yy variable is isolated on the LHS
  3. Compare with y=mx+cy = mx + c to identify mm (gradient) and cc (intercept)
通用公式

Given: f(y)=Ag(x)+B\text{Given: } f(y) = A \cdot g(x) + B

gradient=A,intercept=B\Rightarrow \text{gradient} = A,\quad \text{intercept} = B

Formula

  • Gradient = coefficient of the xx-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: y=axny = ax^n. The exponent nn is unknown and needs to be found from the gradient.

Steps

  1. Take lg\lg of both sides: lgy=lga+nlgx\lg y = \lg a + n \lg x
  2. Plot lgy\lg y on yy-axis against lgx\lg x on xx-axis
  3. Gradient =n= n, y-intercept =lga= \lg a
  4. Find a=10intercepta = 10^{\text{intercept}}
何时选 lg\lg 而非 ln\ln
  • Power laws y=axny = ax^n → use lg\lg (base 10)
  • Exponential y=aekxy = ae^{kx} → use ln\ln (base ee)

Formula

lgy=ngradientlgx+lgaintercept\lg y = \underbrace{n}_{\text{gradient}} \lg x + \underbrace{\lg a}_{\text{intercept}}

Mistakes to avoid

  • Using ln\ln instead of lg\lg (they give different gradient values for power laws)
  • Writing lgy\lg y without dividing by units: write lg(y/unit)\lg(y/\text{unit})
  • Forgetting that a=10intercepta = 10^{\text{intercept}}, not just the intercept itself

Method 3: Log-Linear Linearization

When to use

The equation is exponential: y=aekxy = ae^{kx}.

Steps

  1. Take ln\ln of both sides: lny=lna+kx\ln y = \ln a + kx
  2. Plot lny\ln y on yy-axis against xx on xx-axis
  3. Gradient =k= k, y-intercept =lna= \ln a
  4. Find a=eintercepta = e^{\text{intercept}}

Formula

lny=kgradientx+lnaintercept\ln y = \underbrace{k}_{\text{gradient}} x + \underbrace{\ln a}_{\text{intercept}}

Mistakes to avoid

  • Plotting lny\ln y against lnx\ln x instead of against xx
  • Sign errors: if y=aekxy = ae^{-kx}, then gradient =k= -k
  • Forgetting units: ln(V/V)\ln(V/\text{V}) not lnV\ln V

Method 4: Reciprocal Linearization

When to use

The equation has the form y=a+bxy = a + \frac{b}{x} or can be rearranged to show an inverse relationship.

Steps

  1. Rearrange to y=a+b1xy = a + b \cdot \frac{1}{x}
  2. Plot yy on yy-axis against 1x\frac{1}{x} on xx-axis
  3. Gradient =b= b, y-intercept =a= a

Formula

y=bgradient1x+aintercepty = \underbrace{b}_{\text{gradient}} \cdot \frac{1}{x} + \underbrace{a}_{\text{intercept}}

Mistakes to avoid

  • Plotting yy against xx instead of yy against 1/x1/x
  • Forgetting that the intercept is aa, not bb
  • Not checking whether the relationship passes through the origin

方法选择速查

看见...用 Method作图方式
y=mx+cy = mx + cStandardyy vs xx
y=axny = ax^nLog-loglgy\lg y vs lgx\lg x
y=aekxy = ae^{kx}Log-linearlny\ln y vs xx
y=a+b/xy = a + b/xReciprocalyy vs 1/x1/x
xx and yy are both powersLog-loglgy\lg y vs lgx\lg x
One variable is in exponentLog-linearlny\ln y vs xx