Solution to Separable Differential Equation
Definition
Consider the separable differential equation:
- $\dfrac {\d y} {\d x} = \map g x \map h y$
Its general solution is found by solving the integration:
- $\ds \int \frac {\d y} {\map h y} = \int \map g x \rd x + C$
This technique is generally known as Separation of Variables.
General Result
Consider the separable differential equation:
- $\map {g_1} x \map {h_1} y + \map {g_2} x \map {h_2} y \dfrac {\d y} {\d x} = 0$
Its general solution is found by solving the integration:
- $\ds \int \frac {\map {g_1} x} {\map {g_2} x} \rd x + \int \frac {\map {h_2} y} {\map {h_1} y} \rd y = C$
Proof
Dividing both sides by $\map h y$, we get:
- $\dfrac 1 {\map h y} \dfrac {\d y} {\d x} = \map g x$
Integrating both sides with respect to $x$, we get:
- $\ds \int \frac 1 {\map h y} \frac {\d y} {\d x} \rd x = \int \map g x \rd x$
which, from Integration by Substitution, reduces to the result.
The arbitrary constant $C$ appears during the integration process.
$\blacksquare$
Mnemonic Device
This page has been identified as a candidate for refactoring of advanced complexity. In particular: This section needs to be rewritten as a separate proof from the standpoint of differentials. Until this has been finished, please leave {{Refactor}} in the code.
New contributors: Refactoring is a task which is expected to be undertaken by experienced editors only. Because of the underlying complexity of the work needed, it is recommended that you do not embark on a refactoring task until you have become familiar with the structural nature of pages of $\mathsf{Pr} \infty \mathsf{fWiki}$.To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{Refactor}} from the code. |
As derivatives are not fractions, the following is a mnemonic device only.
This is an an abuse of notation that is likely to make some Calculus professors upset.
But it's useful.
\(\ds \frac {\d y} {\d x}\) | \(=\) | \(\ds \map g x \map h y\) | ||||||||||||
\(\ds \leadsto \ \ \) | \(\ds \d y\) | \(=\) | \(\ds \map g x \map h y \rd x\) | solve for $\d y$ | ||||||||||
\(\ds \leadsto \ \ \) | \(\ds \frac 1 {\map h y} \rd y\) | \(=\) | \(\ds \map g x \rd x\) | collecting like terms on each side |
Examples
Arbitrary Example $1$
Consider the first order ODE:
- $(1): \quad \map {\dfrac \d {\d x} } {\map f x} = 3 x$
where we are given that $\map f 1 = 2$.
The particular solution to $(1)$ is:
- $\map f x = \dfrac {3 x^2 + 1} 2$
Arbitrary Example $2$
Solution to Separable Differential Equation/Examples/Arbitrary Example 2
Sources
- 1972: George F. Simmons: Differential Equations ... (previous) ... (next): $\S 2.7$: Homogeneous Equations
- 1998: David Nelson: The Penguin Dictionary of Mathematics (2nd ed.) ... (previous) ... (next): differential equation: differential equations of the first order and first degree: $(2)$ Variables separable
- 2008: David Nelson: The Penguin Dictionary of Mathematics (4th ed.) ... (previous) ... (next): differential equation: differential equations of the first order and first degree: $(2)$ Variables separable
- 2014: Christopher Clapham and James Nicholson: The Concise Oxford Dictionary of Mathematics (5th ed.) ... (previous) ... (next): separable first-order differential equation
- 2021: Richard Earl and James Nicholson: The Concise Oxford Dictionary of Mathematics (6th ed.) ... (previous) ... (next): separable first-order differential equation