Nonlinear Differential Equations of Separable Type | 可分离变量的非线性微分方程

📚 Nonlinear Differential Equations of Separable Type | 可分离变量的非线性微分方程

In IB Mathematics, first-order differential equations are essential for modelling dynamic processes such as population growth, radioactive decay, and heat transfer. Among these, separable equations are the most accessible type to solve analytically. A differential equation is called separable if it can be rewritten so that all terms involving the dependent variable y appear on one side and all terms involving the independent variable x appear on the other. This typically means the derivative can be expressed as a product of two functions: dy/dx = f(x)g(y). Even when g(y) makes the equation nonlinear, separation of variables provides a clear path to the general solution. Mastering this technique is a crucial step towards success in IB examinations.

在IB数学中,一阶微分方程对于模拟人口增长、放射性衰变和热传递等动态过程至关重要。其中,可分离变量方程是解析求解中最容易掌握的类型。如果一个微分方程可以重写,使得所有含因变量 y 的项在一侧,而所有含自变量 x 的项在另一侧,就称其为可分离的。这通常意味着导数可表示为两个函数的乘积:dy/dx = f(x)g(y)。即使 g(y) 使得方程非线性,分离变量法也能为求通解提供清晰的路径。掌握这一技巧是迈向IB考试成功的关键一步。


1. Standard Form and Identification | 标准形式与识别

A differential equation is of separable type if it can be written as dy/dx = f(x)g(y), or equivalently, if the variables can be separated algebraically to give (1/g(y)) dy = f(x) dx. In practice, you may first encounter forms like dy/dx = xy², dy/dx = eˣ / y, or dy/dx = (x²+1)/(cos y). Check that the right-hand side is a product or quotient that cleanly splits into a function of x multiplied by a function of y. If any term mixes x and y in a way that cannot be factored, the equation is not separable.

如果微分方程可以写成 dy/dx = f(x)g(y),或等价地,可以通过代数分离变量得到 (1/g(y)) dy = f(x) dx 的形式,那么它就是可分离类型的。实际中,你可能首先遇到 dy/dx = xy²、dy/dx = eˣ / y 或 dy/dx = (x²+1)/(cos y) 等形式。检查右侧是否是一个乘积或商,能干净地拆分为一个只含 x 的函数乘以一个只含 y 的函数。如果任何项以无法因式分解的方式混合了 x 和 y,则该方程不可分离。

An equation like dy/dx = x + y is not separable, whereas dy/dx = x(1+y²) is separable because it equals f(x) = x times g(y) = 1+y². Recognizing this structure early saves time in an exam setting and directs you straight to the separation procedure.

像 dy/dx = x + y 这样的方程不是可分离的,而 dy/dx = x(1+y²) 是可分离的,因为它等于 f(x)=x 乘以 g(y)=1+y²。在考试中尽早识别这种结构可以节省时间,并能让你直接进入分离步骤。


2. The Step-by-Step Separation Method | 逐步分离法

The separation procedure follows a consistent pattern. First, rewrite the derivative in Leibniz notation if it appears as y’. Next, treat dy/dx as a fraction so that you can multiply both sides by dx and move all y-terms to the left and all x-terms to the right. After separation, integrate both sides independently, adding a single constant of integration C on one side. Finally, if possible, solve for y explicitly as a function of x. When the equation is nonlinear, the solution may remain in implicit form, which is perfectly acceptable in IB unless the question asks for an explicit function.

分离步骤遵循一贯的模式。首先,若导数写为 y’,应改写为莱布尼茨记号 dy/dx。然后,将 dy/dx 视为分数,两边乘以 dx,并将所有含 y 的项移到左边,所有含 x 的项移到右边。分离后,两边分别独立积分,并在其中一边添加一个积分常数 C。最后,如有可能,将 y 解为 x 的显函数。当方程为非线性时,解可能保持隐函数形式,这在IB中完全可接受,除非题目明确要求显式函数。

To avoid sign errors, always write the constant of integration immediately after performing the first integral. The steps are mechanical, but careful algebraic manipulation is vital, especially when g(y) involves roots, trigonometric functions, or exponentials.

为避免符号错误,请在完成第一个积分后立即写上积分常数。这些步骤是机械的,但仔细的代数操作至关重要,尤其是当 g(y) 涉及根号、三角函数或指数时。


3. Example 1: A Simple Polynomial Separation | 例1:简单的多项式分离

Consider the equation dy/dx = 3x²y. Here f(x)=3x² and g(y)=y. Rewrite as (1/y) dy = 3x² dx, assuming y ≠ 0. Integrate both sides: ∫ (1/y) dy = ∫ 3x² dx, giving ln|y| = x³ + C. Exponentiate to obtain |y| = e^(x³+C) = e^C · e^(x³). Let K = ±e^C, then the general solution is y = K e^(x³). This is a family of curves where the nonlinearity arises from the product xy, yet the solution is elegantly simple.

考虑方程 dy/dx = 3x²y。这里 f(x)=3x²,g(y)=y。改写为 (1/y) dy = 3x² dx,假设 y ≠ 0。两边积分:∫ (1/y) dy = ∫ 3x² dx,得 ln|y| = x³ + C。指数化得 |y| = e^(x³+C) = e^C · e^(x³)。令 K = ±e^C,则通解为 y = K e^(x³)。这是一族曲线,其中非线性来自 xy 的乘积,但解却异常简洁。

Notice that the solution naturally contains one arbitrary constant, matching the order of the differential equation. This example also demonstrates the standard trick of renaming the constant to simplify the final expression.

注意此解自然包含一个任意常数,与微分方程的阶数一致。此例也展示了重命名常数以简化最终表达式的标准技巧。


4. Example 2: Exponential Growth with a Nonlinear Twist | 例2:带非线性特性的指数增长

Solve dy/dx = y(1 – y/50) with initial condition y(0)=10. This logistic-type equation is separable: write it as dy / [y(1 – y/50)] = dx. Use partial fractions on the left: 1/[y(1 – y/50)] = 1/y + 1/(50 – y). Integrating gives ln|y| – ln|50 – y| = x + C, or ln|y/(50 – y)| = x + C. Exponentiating yields y/(50 – y) = A eˣ, where A = e^C. Applying y(0)=10, we find 10/(40) = A, so A = 1/4. Solving for y gives y = 50A eˣ / (1 + A eˣ) = 12.5 eˣ / (1 + 0.25 eˣ). As x → ∞, y → 50, the carrying capacity.

求解 dy/dx = y(1 – y/50),初始条件 y(0)=10。这个类逻辑斯蒂方程是可分离的:写为 dy / [y(1 – y/50)] = dx。对左边使用部分分式:1/[y(1 – y/50)] = 1/y + 1/(50 – y)。积分得 ln|y| – ln|50 – y| = x + C,即 ln|y/(50 – y)| = x + C。指数化得 y/(50 – y) = A eˣ,其中 A = e^C。代入 y(0)=10,得 10/(40) = A,故 A = 1/4。解出 y 得 y = 50A eˣ / (1 + A eˣ) = 12.5 eˣ / (1 + 0.25 eˣ)。当 x → ∞ 时,y → 50,即环境容纳量。

This example shows how a nonlinear separable equation naturally leads to a bounded growth model. Partial fractions and logarithmic integration are common in such problems, and IB candidates should be comfortable with these algebraic techniques.

此例展示了非线性可分离方程如何自然地导出有界增长模型。部分分式和对数积分在此类问题中十分常见,IB考生应熟练掌握这些代数技巧。


5. Separating When Trig Functions Are Involved | 涉及三角函数的分离

Take the equation dy/dx = cos x · sin y. Here f(x)=cos x, g(y)=sin y. Separate: (1/sin y) dy = cos x dx. Integrating gives ∫ csc y dy = ∫ cos x dx, which leads to ln|csc y – cot y| = sin x + C, or using an alternative form -ln|csc y + cot y| = sin x + C. Since the equation is nonlinear in y due to sin y, the solution is implicit. An explicit form is rarely required for such trigonometric cases at IB level; the implicit general solution is often sufficient.

考虑方程 dy/dx = cos x · sin y。这里 f(x)=cos x,g(y)=sin y。分离得 (1/sin y) dy = cos x dx。积分得 ∫ csc y dy = ∫ cos x dx,从而 ln|csc y – cot y| = sin x + C,或使用等价形式 -ln|csc y + cot y| = sin x + C。由于 sin y 使得方程关于 y 是非线性的,解是隐式的。在IB级别,对于此类三角情形通常不要求显式形式;隐式通解往往就足够了。

When handling rational functions of sine and cosine, remember that integration may produce expressions like ln|tan(y/2)|. Always keep an eye on the domain, especially if an initial condition is provided.

处理正弦和余弦的有理函数时,记住积分可能产生如 ln|tan(y/2)| 的表达式。务必留意定义域,特别是提供了初始条件时。


6. Finding Particular Solutions from Initial Conditions | 利用初始条件求特解

After finding the general solution containing an arbitrary constant C, you often need to find a particular solution that satisfies a given point (x₀, y₀). Substitute x₀ and y₀ into the general solution – or do this right after integration, before solving for y explicitly – to determine C. This is simpler because you avoid manipulating the complicated explicit form. For example, in dy/dx = y² sin x with y(π/2)=1, separate to dy/y² = sin x dx, integrate: -1/y = -cos x + C, so 1/y = cos x – C. Plugging in x=π/2, y=1 gives 1 = 0 – C ⇒ C = -1. Hence the particular solution is y = 1/(cos x + 1).

在求得含有任意常数 C 的通解之后,通常需要找出满足特定点 (x₀, y₀) 的特解。将 x₀ 和 y₀ 代入通解——或在积分后、未解出显式 y 之前直接代入——以确定 C。这样做更简单,因为避免了处理复杂的显式。例如,对于 dy/dx = y² sin x,y(π/2)=1,分离得 dy/y² = sin x dx,积分得 -1/y = -cos x + C,即 1/y = cos x – C。代入 x=π/2, y=1 得 1 = 0 – C ⇒ C = -1。因此特解为 y = 1/(cos x + 1)。

This technique highlights that the constant of integration can be evaluated at the moment when the integral equation is cleanest, reducing algebra mistakes. In IB exams, many marks are allocated for correctly finding the constant.

这一技巧凸显出,可以在积分方程最简洁的时刻计算积分常数,从而减少代数错误。在IB考试中,有许多分数专门针对正确求出常数而设置。


7. Applications: Population Dynamics | 应用:人口动力学

Separable equations model populations where the growth rate depends on the current population. The simple exponential model dP/dt = kP yields P = P₀ e^(kt). A more realistic nonlinear model is the logistic equation dP/dt = kP(1 – P/M), which is separable. After separation and partial fractions, the solution is P(t) = M P₀ / [P₀ + (M – P₀)e^(-kt)]. This S-shaped curve describes populations limited by resources and is a favourite topic in IB exploration tasks.

可分离方程用于模拟增长率依赖于当前种群数量的种群。简单的指数模型 dP/dt = kP 得出 P = P₀ e^(kt)。更现实的非线性模型是逻辑斯蒂方程 dP/dt = kP(1 – P/M),它是可分离的。经过分离和部分分式后,解为 P(t) = M P₀ / [P₀ + (M – P₀)e^(-kt)]。这条S形曲线描述了受资源限制的种群数量,是IB探究课题中备受欢迎的主题。

Recognising the separable structure in applied problems requires translating the verbal description into a differential equation. Practice with phrases like “rate of change is proportional to the square of the population” leads directly to dP/dt = k P², a nonlinear separable equation. Its solution P = 1/(C – kt) displays a singularity at a finite time, indicating a population explosion.

在应用题中识别可分离结构,需要将文字描述转化为微分方程。像“变化率与种群数量的平方成正比”这样的表述,直接导出 dP/dt = k P²,一个非线性可分离方程。其解 P = 1/(C – kt) 在有限时间内出现奇点,意味着种群爆炸。


8. Applications: Newton’s Law of Cooling | 应用:牛顿冷却定律

Newton’s law states that the rate of change of an object’s temperature T is proportional to the difference between its temperature and the ambient temperature Tₐ: dT/dt = -k(T – Tₐ). This equation is separable: dT/(T – Tₐ) = -k dt. Integrating gives ln|T – Tₐ| = -kt + C, so T = Tₐ + A e^(-kt). Although the equation is linear, the separation method works universally. In IB problems, you often need to find the constant k using two temperature readings, making the algebraic manipulation an excellent test of separation skills.

牛顿定律指出,物体温度 T 的变化率与其温度和环境温度 Tₐ 之差成正比:dT/dt = -k(T – Tₐ)。这个方程是可分离的:dT/(T – Tₐ) = -k dt。积分得 ln|T – Tₐ| = -kt + C,所以 T = Tₐ + A e^(-kt)。尽管方程是线性的,分离变量法仍普遍有效。在IB问题中,经常需要利用两个温度读数求出常数 k,这使得代数操作成为检验分离技巧的绝佳方式。

Similar separation appears in chemical mixing, radioactive decay chains, and even in simple finance models involving continuous compounding. The unifying theme is that if the rate is a function of the present state, separation of variables provides the solution.

类似的分离方法出现在化学混合、放射性衰变链,甚至涉及连续复利的简单金融模型中。它们的统一主题是:如果变化率是当前状态的函数,分离变量法就能给出解答。


9. Handling Implicit Solutions and Domain Issues | 处理隐式解与定义域问题

When g(y) contains expressions like √y, ln y, or 1/(y-a), integrating can lead to implicit forms that cannot be explicitly inverted. For example, dy/dx = x / (y³+1) separates to (y³+1) dy = x dx, integrating to y⁴/4 + y = x²/2 + C. This defines y implicitly as a function of x. In IB, you may be asked to leave the solution in implicit form or verify that a given implicit equation satisfies the differential equation.

当 g(y) 包含如 √y、ln y 或 1/(y-a) 的表达式时,积分可能导致无法显式反解的隐式形式。例如,dy/dx = x / (y³+1) 分离为 (y³+1) dy = x dx,积分得 y⁴/4 + y = x²/2 + C。这隐式地将 y 定义为 x 的函数。在IB中,可能会要求你将解保留为隐式形式,或验证某个给定的隐式方程是否满足微分方程。

Domain considerations are critical when g(y) has restrictions. If g(y) involves √(1-y²), then |y| ≤ 1 must hold. Always state any restrictions on y arising from dividing by g(y) during separation, as this may exclude constant solutions like y = a where g(a)=0. Such singular solutions are part of the full solution set and can be tested in multiple-choice questions.

当 g(y) 有限制时,定义域的考虑至关重要。如果 g(y) 涉及 √(1-y²),则必须有 |y| ≤ 1。在分离过程中除以 g(y) 时,始终要说明由此产生的对 y 的任何限制,因为这可能会排除像 y = a 这样的常数解,其中 g(a)=0。此类奇异解是完整解集的一部分,可能在选择题中考查。


10. Common Mistakes and How to Avoid Them | 常见错误及其避免方法

One frequent error is forgetting to include the absolute value inside logarithms after integration, then later dropping it without justification. Always write ln|y| rather than ln y unless you know y > 0. Another mistake is misapplying partial fractions when the denominator has a product like y(M – y); practise writing the decomposition as A/y + B/(M – y). Also, students often lose marks by not simplifying the constant expression step by step, leading to arithmetic slip-ups. Finally, failing to check that the separated integrals are valid over the given domain can cause loss of marks.

一个常见错误是积分后忘记在对数内部加绝对值,随后又毫无理由地将其丢弃。除非已知 y > 0,否则应始终写为 ln|y| 而非 ln y。另一个错误是当分母为 y(M – y) 这样的乘积时,错误使用部分分式;应练习将分解写为 A/y + B/(M – y)。此外,学生常因没有逐步简化常数表达式,导致算术失误而丢分。最后,未能检查分离后的积分在给定定义域内是否有效,也可能导致失分。

To minimise these errors, adopt a habit of re-checking the separation by differentiating the final solution and substituting it back into the original equation. This verification, though not always required in the exam, solidifies understanding and catches mistakes early during practice.

为减少这些错误,要养成通过微分最终解并代回原方程来重新检查分离过程的习惯。尽管考试不一定要求这种验证,但它在练习中能巩固理解并及早发现错误。


11. Tips for IB Exam Questions | IB考试题目的技巧

In IB Mathematics: Analysis and Approaches or Applications and Interpretation, separable equations typically appear in Paper 1 (non-calculator) and Paper 2 (calculator) for HL, and in some SL calculus extension questions. Start by identifying the differential equation clearly; underline the derivative and the right-hand side. Write the separation steps neatly, showing the multiplication by dx and division by g(y). Remember that if the question provides an initial condition, you can substitute it right after integration to find C before rearranging. When calculating definite integrals for separable equations in applied contexts, initial values often serve as lower limits.

在IB数学:分析与方法或应用与解释课程中,可分离方程通常出现在HL的试卷一(不可用计算器)和试卷二(可用计算器)中,以及SL的一些微积分拓展题中。首先要清晰地辨认微分方程;在导数和右侧表达式下划线。整齐地写出分离步骤,显示乘以 dx 和除以 g(y) 的过程。记住,如果题目提供了初始条件,可以在积分后立即代入,以便在重排之前求出 C。在应用背景下计算可分离方程的定积分时,初始值常常用作积分下限。

Pay attention to the command terms. “Solve” usually means find the general solution; “find the particular solution” requires using the given condition. “Show that” may involve differentiating an implicit expression to recover the original differential equation – a perfect check of your separation work. Always box or underline your final answer to make it visible to the examiner.

注意指令术语。“求解”通常意味着找到通解;“求特解”要求使用给定条件。“证明”可能涉及对隐式表达式求导以恢复原微分方程——这是检验分离工作的完美方式。务必给最终答案加上方框或下划线,使其对阅卷人显而易见。


12. Summary and Key Takeaways | 总结与核心要点

Separable nonlinear differential equations are a foundational topic in IB calculus. The core idea is to manipulate dy/dx = f(x)g(y) into the form ∫ (1/g(y)) dy = ∫ f(x) dx and integrate. Success depends on confident algebraic manipulation, recognising integrals of standard functions, and correctly handling the constant of integration. Whether the equation models population growth, cooling, or geometric trajectories, separation of variables provides a reliable pathway to the solution. With ample practice, you will find these problems both manageable and rewarding.

可分离的非线性微分方程是IB微积分的基础主题。核心思想是将 dy/dx = f(x)g(y) 变形为 ∫ (1/g(y)) dy = ∫ f(x) dx 并积分。成功取决于自信的代数操作、识别标准函数的积分,以及正确处理积分常数。无论方程是模拟人口增长、冷却还是几何轨迹,分离变量法都提供了一条通往解答的可靠路径。经过充分练习,你会发现这些问题既易掌握又富有收获。

Published by TutorHao | IB Mathematics Revision Series | aleveler.com

Find IB Maths Textbooks on eBay UK

New, used and second-hand copies of textbooks and revision guides are often much cheaper than retail — check current listings and prices before you buy.

Browse on eBay UK →

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading