跳到主要内容

常见错误 — Projectile Motion

错误 1:最高点速度为 0

错误想法:最高点时速度为零。

正解vy=0v_y = 0,但 vx=ucosθv_x = u\cos\theta 保持不变。

错误 2:符号处理

错误:竖直方向位移或速度正负号混乱。

正解:向上为正方向,则 ay=ga_y = -gvy=usinθgtv_y = u\sin\theta - gt

错误 3:轨迹方程公式

错误y=xtanθgx22u2cos2θy = x\tan\theta - \frac{gx^2}{2u^2\cos^2\theta} 当作 y=xtanθgx22u2y = x\tan\theta - \frac{gx^2}{2u^2}

正解:分母有 cos2θ\cos^2\theta,不是简单的 u2u^2

错误 4:斜面抛体不分 gg

错误:直接用标准 gg 而不分解。

正解:将 gg 分解为沿斜面和垂直斜面两个分量。

错误 5:忘记 cos2θ\cos^2\theta1+tan2θ1 + \tan^2\theta 的关系

正解1cos2θ=1+tan2θ\frac{1}{\cos^2\theta} = 1 + \tan^2\theta,用于化简轨迹方程。