Projectile#
- Newton’s equations of motion and projectile motion.
- Projectiles from both ground level and raised platforms.
- component of motion
Projectile#
u 可以被拆解成两个分力: Horizontal: ux=ucosθ ; vertical: vy=usinθ
其中 ux 不随改变,ux 没有受到任何加速度,
所以 ux=ucosθ (ux 永远是初速度 u 在 x 方向上的水平分量)
其中 uy 会因为 g 的存在而不断随时间变化,
所以 vy=usinθ−gt (由 v=u+at 推导得,a 为负数,g 为重力加速度,故 a=−g)
当 particle 位于最高点时,垂直分量为 0,所以:
vy=0 when the particle reaches its highest point.
vy=usinθ−gt0=usinθ−gtt=gusinθ→到达最高点的时间.一个 particle 从出发点再到最高点,再从最高点回到与出发点同一水平线
时的时间是一样的,所以:
the total flight time is t=g2usinθ
将 {ux=ucosθuy=usinθ (分量) 应用到 s=ut+21at2, 得到:
x=ucosθ⋅ty=usinθ⋅t−21gt2将 total flight time t=g2usinθ 应用到 x=ucosθ⋅t 时:
x=gu2sin2θ→水平路径 (起点和终点在同一水平线).例:
u=20 m/s
θ=50∘
-
求 range of the particle.
-
求 the time taken to reach the highest point.
-
求 the speed of the particle when t=0.5 s.
x=gu2sin2θ=10202sin100∘=30.6 m
t=gusinθ=1020sin50∘=0.8455 s
vx=ucosθ=20cos50∘=15.126vy=usinθ−gt=20sin50∘−5=3.452.v=vx2+vy2=18.452 m/s
另外用 v2=u2+2as 求 particle 在某一高度时的垂直速度:
v2=u2+2as其中 s 为垂直方向位移变化量.vy2=uy2−2gsvy2=(usinθ)2−2gs
例1:
-
求 the exact time taken to reach the floor.
-
求 the exact speed as it hits the floor.
-
Time.
s=ut+21at2−15=25sin45∘⋅t−5t20=t2−252 t−3t=2252±225+12t>0
t=32The particle takes 32 s to reach the floor.
- Speed.
① v2=u2+2as
vy2=(25sin45∘)2+20×15vy2=612.5vy=17.52.② vx=ucosθ=12.52.
③ v=vx2+vy2
=537 m/s
The speed is 537 m/s
同样的方法还可以应用到负角度上:
10 m/s
20∘ ← 初始角 这种情况,求这个 particle 做 抛物线运动,下降 900m 之后的时速。
①. Vertically:
v2=u2+2asvy2=(10sin(−20∘))2+20×900vy2=18017.88006...vy=134.23②. Horizontally: vx=10cos20∘=9.06.
③. v=vx2+vy2
=134.54
The Cartesian equation of the trajectory#
Trajectory: 发射角度, 发射速度, 水平位移, 垂直位移 四者之间的关系
θ u x y.
已知:
s=21(u+v)tx=21(ucosθ+ucosθ)tx=ucosθ⋅tt=ucosθx再将 t=ucosθx 代入进 y=usinθ⋅t−21gt2 中:
y=usinθ(ucosθx)−21g(ucosθx)2=usinθ(ucosθx)−21g(u2cos2θx2)y=xtanθ−2u2cos2θgx2以此为基点, 一个 particle 在发射后再次回到同一水平线的情况, 可以假设 y=0 推导出来:
0=x(tanθ−2u2cos2θgx)
tanθ=2u2cos2θgx
x=gu2sin2θ distance
这与之前推导的 total flight time 的式子相同.
例:
一个 particle 在高度为1的地方发射, θ=25∘, u=20, 求下降时高度为2时 particle 经过的水平距离.
解: 高度变化为 1(=2−1)
y=xtanθ−2u2cos2θgx2
1=tan25∘x−800cos225∘10x2
{x≈2.32x≈25.3
And, the horizontal distance is 25.3 m.
当已知一个 parabolic path (例如 y=3x−61x2) 时, 可以反推出
该 particle 的初速度和发射角度.
u θ
例: 已知 y=0.3x−0.1x2, 求 u 和 θ.
∵y=xtanθ−2u2cos2θgx2
y=0.3x−0.1x2
∴{tanθ=0.3①2u2cos2θg=0.1②
①. tanθ=0.3
{θ=16.7∘θ=−163.3∘向上的 16.7∘, 保留.向下的 163.3∘, reject.
②. u2=2×0.1×cos2θg
u2=0.210
u=7.35
Ans: θ=16.7∘, u=7.35
通过一个 parabolic path, 反推出 particle 在某一角度的其他状态.
例1:
Initial Condition: y0=50, u=25, a=−10
Unknown Condition: θ=−30∘
解:
{vx=25cos30∘vy=25sin30∘ tan(−30∘)=dxdy
−vy=33vx
①. v=u+at
vy=25sin10∘−gt
−33vx=25sin10∘−gt } 错[?]转换
−33×25cos30∘=25sin10∘−gt ← vx 不在[?]时改变
t=9.673
②. s=ut+21at2
y=25sin10∘−5t2
=−9.14
③. 50−9.14=40.9 m. above the ground.
Summary#
初始速度的分量 {ux=ucosθuy=usinθ
考虑时间 t 和加速度 a 后得到: 应用 v=u+at.
{vx=ucosθvy=usinθ−gt,a=0,a=−g
将速度与位移建立联系: 应用 s=ut+21at2.
{x=ucosθ⋅ty=usinθ⋅t−21gt2 → 特例: total flight time t=g2usinθ
将上两个式子结合, 可以消除 t, 得到
初速度(发射角度 θ 和发射速度 u) 和位移(水平方向 x 和垂直方向 y)
的关系式:
y=xtanθ−2u2cos2θgx2
或公式表的写法:
y=xtanθ−2u2cos2θgx2 → 这个式子同样可以推出 y=0 时 x=gu2sin2θ
总经过的水平距离 (range)
上式 x 项的系数为 tanθ, x2 项的系数为 −2u2cos2θg, 则
当 y=ax−bx2 时:
{a=tanθb=2u2cos2θg
θ: Angle of projection: tanθ=vxvy