题目
Problem
The current, x amps, at time t seconds after a switch is closed in a particular electric circuit is modelled by the equation
dtdx=k−3x
where k is a constant.
Initially there is zero current in the circuit.
(a) Solve the differential equation to find an equation, in terms of k, for the current in the circuit at time t seconds.
Give your answer in the form x=f(t).
(6)
Given that in the long term the current in the circuit approaches 7 amps,
(b) find the value of k.
(2)
(c) Hence find the time in seconds it takes for the current to reach 5 amps, giving your answer to 2 significant figures.
(3)
题目中文翻译
某个电路中,开关闭合后 t 秒时的电流为 x 安培,其模型为
dtdx=k−3x
其中 k 为常数。
初始时电路中没有电流。
(a) 解这个微分方程,求 t 秒时电流的表达式,答案用 k 表示。
答案写成 x=f(t) 的形式。
已知长期来看,电路中的电流趋近于 7 安培。
(b) 求 k 的值。
(c) 由此求电流达到 5 安培所需的时间,答案保留 2 位有效数字。
解答
(a)
解法一
思路
展开
这是可分离变量的一阶微分方程。把所有含 x 的部分放到左边,把 dt 放到右边,积分后用初始条件 t=0,x=0 求常数,最后把 x 写成题目要求的 x=f(t) 形式。
答题过程
展开
We are given
dtdx=k−3x
Separate variables:
k−3x1dx=dt
Integrate both sides:
∫k−3x1dx=∫1dt
So
−31ln(k−3x)=t+C
Initially,
t=0,x=0
Substitute these values:
−31lnk=C
Thus
−31ln(k−3x)=t−31lnk
Multiply by −3:
ln(k−3x)=−3t+lnk
Hence
ln(kk−3x)=−3t
Exponentiate both sides:
kk−3x=e−3t
So
k−3x=ke−3t
Therefore
3x=k(1−e−3t)
and hence
x=3k(1−e−3t)
(b)
解法一
思路
展开
长期来看就是令 t→∞。此时 e−3t→0,所以电流会趋近于 3k。题目说这个极限是 7,于是可以求出 k。
答题过程
展开
As t→∞,
e−3t→0
So
x→3k
The long-term current approaches 7 amps, so
3k=7
Therefore
k=21
(c)
解法一
思路
展开
承接 (b),先把 k=21 代入 (a) 的表达式。电流达到 5 amps 时令 x=5,解指数方程即可。最后题目要求 2 位有效数字。
答题过程
展开
Using k=21,
x=7(1−e−3t)
The current reaches 5 amps when
5=7(1−e−3t)
So
75=1−e−3t
Thus
e−3t=72
Take natural logarithms:
−3t=ln(72)
Hence
t=−31ln(72)
So
t=0.4178…
Therefore the time taken is
0.42 seconds
to 2 significant figures.