跳到主要内容

考前速记

Must-Know Linearization Formulas

原始关系线性化形式GradientY-intercept反解常数
y=mx+cy = mx + cyy vs xxmmcc
y=axny = ax^nlgy\lg y vs lgx\lg xnnlga\lg aa=10inta = 10^{\text{int}}
y=aekxy = ae^{kx}lny\ln y vs xxkklna\ln aa=einta = e^{\text{int}}
y=a+bxy = a + \frac{b}{x}yy vs 1x\frac{1}{x}bbaa
y=axy = \frac{a}{x}yy vs 1x\frac{1}{x}aa00
y2=axy^2 = axy2y^2 vs xxaa00

Problem Patterns to Recognise

看到...立即想到...
y=axny = a x^nlgy=lga+nlgx\lg y = \lg a + n \lg x
y=aekxy = a e^{kx}lny=lna+kx\ln y = \ln a + kx
et/RCe^{-t/RC}gradient =1/RC= -1/RC
(R1+R2)(R_1 + R_2) in denominatorplot 1/I1/I against (R1+R2)(R_1 + R_2)
hiho\frac{h_i}{h_o} vs ddgradient =1/f= 1/f
η=HeE/kT\eta = H e^{E/kT}x-axis is 1/T1/T, NOT TT

Red Flags

信号可能的问题
公式中有 lg\lgln\ln确保对数参数无量纲
两个都是变量且关系为 powerlg\lg,不是 ln\ln
指数中有负号gradient 有负号
题目给 nnkk 要求计算注意反解时是 10int10^{\text{int}} 还是 einte^{\text{int}}
常数有多个字母(如 SZSZintercept 是 lg(SZ)\lg(SZ),不是分开的
参数有分数指数试试 lg\lg 或 reciprocal

Quick Checklist — Q2(a) Linearization

  • Rearranged to y=mx+cy = mx + c form
  • yy-axis quantity identified
  • xx-axis quantity identified
  • Gradient expression correct (including sign)
  • Y-intercept expression correct
  • If lg\lg or ln\ln: argument is dimensionless (V/VV/\text{V}, not VV)
  • If lg\lg: a=10intercepta = 10^{\text{intercept}}
  • If ln\ln: a=eintercepta = e^{\text{intercept}}

Quick Checklist — Q2(b) Graph & Calculation

  • Table calculated with correct derived quantities
  • Axes labelled with quantity and unit
  • Sensible scales (at least half the grid used)
  • Data points plotted correctly (small crosses)
  • Line of best fit drawn (thin, straight, even distribution)
  • Gradient calculated using two points far apart on the line
  • Y-intercept read from graph where line crosses yy-axis
  • Constant calculated from gradient/intercept
提示

Paper 5 Q2 中,推导 gradient 和 intercept 表达式只占 2 分,但与后续的表格计算、画图、求常数紧密相关。公式推导错误会导致后面全线失分。仔细检查符号和对数底数。