Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2026 Jan Q3

A Level / Edexcel / FP2

IAL 2026 Jan Paper · Question 3

题目

Problem

(a) Show that the transformation u=y4u=y^{-4} transforms the differential equation

4dydx=y2xy5\begin{align*} 4\frac{\mathrm{d}y}{\mathrm{d}x}=y-2xy^5 \end{align*}

into the differential equation

dudx+u=2x\begin{align*} \frac{\mathrm{d}u}{\mathrm{d}x}+u=2x \end{align*}
(3)

(b) Solve differential equation (II) to determine a general solution for uu in terms of xx.

(5)

(c) Hence determine the particular solution of differential equation (I) for which y=1y=1 at x=0x=0, giving your answer in the form y4=f(x)y^4=f(x).

(2)

解答

(a)

解法一

思路

展开

关键是对 u=y4u=y^{-4} 作链式求导。由于原方程中有 y5y^5,把求导结果乘回去后会自然出现 y4y^{-4},也就是 uu

答题过程

展开

Since

u=y4\begin{align*} u=y^{-4} \end{align*}

differentiating with respect to xx gives

dudx=4y5dydx\begin{align*} \frac{\mathrm{d}u}{\mathrm{d}x} = -4y^{-5}\frac{\mathrm{d}y}{\mathrm{d}x} \end{align*}

From

4dydx=y2xy5\begin{align*} 4\frac{\mathrm{d}y}{\mathrm{d}x}=y-2xy^5 \end{align*}

we have

dydx=14(y2xy5)\begin{align*} \frac{\mathrm{d}y}{\mathrm{d}x} = \frac14(y-2xy^5) \end{align*}

Therefore

dudx=4y514(y2xy5)=y4+2x=u+2x\begin{align*} \frac{\mathrm{d}u}{\mathrm{d}x} ={}& -4y^{-5}\cdot\frac14(y-2xy^5)\\[3mm] ={}& -y^{-4}+2x\\[3mm] ={}& -u+2x \end{align*}

Hence

dudx+u=2x\begin{align*} \frac{\mathrm{d}u}{\mathrm{d}x}+u=2x \end{align*}

(b)

解法一

思路

展开

这是标准一阶线性微分方程。积分因子是 e1dx=ex\mathrm{e}^{\int 1\,\mathrm{d}x}=\mathrm{e}^x,乘上后左边变成乘积求导。

答题过程

展开

The differential equation is

dudx+u=2x\begin{align*} \frac{\mathrm{d}u}{\mathrm{d}x}+u=2x \end{align*}

The integrating factor is

e1dx=ex\begin{align*} \mathrm{e}^{\int 1\,\mathrm{d}x} = \mathrm{e}^x \end{align*}

Multiplying by ex\mathrm{e}^x,

exdudx+exu=2xex\begin{align*} \mathrm{e}^x\frac{\mathrm{d}u}{\mathrm{d}x} +\mathrm{e}^xu = 2x\mathrm{e}^x \end{align*}

So

ddx(uex)=2xex\begin{align*} \frac{\mathrm{d}}{\mathrm{d}x} \left(u\mathrm{e}^x\right) = 2x\mathrm{e}^x \end{align*}

Integrating,

uex=2xexdx=2xex2exdx=2xex2ex+C\begin{align*} u\mathrm{e}^x ={}& \int 2x\mathrm{e}^x\,\mathrm{d}x\\[3mm] ={}& 2x\mathrm{e}^x-\int 2\mathrm{e}^x\,\mathrm{d}x\\[3mm] ={}& 2x\mathrm{e}^x-2\mathrm{e}^x+C \end{align*}

Therefore

u=2x2+Cex\begin{align*} u=2x-2+C\mathrm{e}^{-x} \end{align*}

(c)

解法一

思路

展开

因为 u=y4u=y^{-4},条件 y=1y=1 给出 u=1u=1。先求常数,再把 u=y4u=y^{-4} 转回 y4y^4

答题过程

展开

When x=0x=0, y=1y=1, so

u=y4=1\begin{align*} u=y^{-4}=1 \end{align*}

Using

u=2x2+Cex\begin{align*} u=2x-2+C\mathrm{e}^{-x} \end{align*}

gives

1=02+CC=3\begin{align*} 1 ={}& 0-2+C\\[3mm] C ={}& 3 \end{align*}

Thus

y4=2x2+3ex\begin{align*} y^{-4}=2x-2+3\mathrm{e}^{-x} \end{align*}

Therefore

y4=12x2+3ex\begin{align*} y^4=\frac{1}{2x-2+3\mathrm{e}^{-x}} \end{align*}