跳到主要内容

方法框架

Overview

Constants and Conclusions 部分通常出现在 Q2 的 (d)-(f) 部分。核心任务是:用 gradient/intercept 求常数 → 扩展计算 → 得出结论。


Method 1: From Gradient to Constant

步骤
  1. 写出线性化后的方程 y=mx+cy = mx + c
  2. 从图上读出 gradient mm(带单位)
  3. 写出 m=f(constant)m = f(\text{constant}) 的关系式
  4. 反解 constant =f1(m)= f^{-1}(m)
  5. 代入数值,给出答案 + 单位

Example

实验关系: T=2πLgT = 2\pi \sqrt{\frac{L}{g}},线性化为 T2=4π2gLT^2 = \frac{4\pi^2}{g} L

  • y=T2y = T^2, x=Lx = L, gradient =4π2/g= 4\pi^2/g
  • g=4π2gradient\Rightarrow g = \frac{4\pi^2}{\text{gradient}}
  • 代入 gradient =4.02= 4.02 s2^2m1^{-1} g=4π24.02=9.82\Rightarrow g = \frac{4\pi^2}{4.02} = 9.82 m s2^{-2}

Method 2: From y-intercept to Constant

步骤
  1. 从图上读出 y-intercept cc(带单位)
  2. 写出 c=f(constant)c = f(\text{constant}) 的关系式
  3. 注意对数形式需要取指数:
    • ln\ln 形式: constant =ec= e^{\,c}
    • lg\lg 形式: constant =10c= 10^{\,c}
  4. 代入数值,给出答案 + 单位

Example

实验关系: V=V0et/RCV = V_0 e^{-t/RC},线性化为 lnV=lnV0t/RC\ln V = \ln V_0 - t/RC

  • y-intercept =lnV0= \ln V_0
  • V0=eintercept\Rightarrow V_0 = e^{\,\text{intercept}}
  • 代入 intercept =2.30= 2.30 V0=e2.30=9.97\Rightarrow V_0 = e^{2.30} = 9.97 V

Method 3: Extension Calculation

步骤
  1. 确认需要使用哪些之前求出的常数
  2. 找到题目要求计算的物理量对应的公式
  3. 代入所有已知值(题目给的 + 实验求出的)
  4. 计算结果 + 单位
  5. 如需要,计算不确定度

Flow

已知常数 C = 4.7 × 10⁻⁶ F
已知 V₀ = 10.0 V
求 Q₀ = V₀ × C = 10.0 × 4.7 × 10⁻⁶ = 4.7 × 10⁻⁵ C

Method 4: Drawing Conclusions

步骤
  1. 确定要比较的值(实验值 vs 理论值/预期值)
  2. 计算实验值的 range: (valueΔvalue, value+Δvalue)(\text{value} - \Delta\text{value}, \ \text{value} + \Delta\text{value})
  3. 判断预期值是否在该范围内
  4. 给出结论(支持/不支持)

标准回答模板

"The theoretical value of R=4.7 ΩR = 4.7\ \Omega lies within the range (4.5±0.3) Ω(4.5 \pm 0.3)\ \Omega, i.e. from 4.2 Ω4.2\ \Omega to 4.8 Ω4.8\ \Omega. Therefore the results support the suggested relationship within experimental uncertainty."

或者:

"The expected value of n=2.0n = 2.0 lies outside the range 1.6±0.21.6 \pm 0.2, i.e. from 1.41.4 to 1.81.8. Therefore the results do not support the suggested relationship."


Method 5: Unit Derivation

步骤
  1. 从 gradient 的单位出发
  2. 代入常数表达式中各个量的单位
  3. 化简得出常数的单位
  4. 检查量纲是否合理

Example

  • gradient kk 单位: s1^{-1}(从 lnV\ln Vtt 的图)
  • C=1RkC = -\frac{1}{Rk}RR 单位 Ω\Omega
  • CC 单位: 1Ωs1=sΩ=F\frac{1}{\Omega \cdot \text{s}^{-1}} = \frac{\text{s}}{\Omega} = \text{F}