Separable differential equation: Difference between revisions
(Created page with "==Definition== The term '''separable''' is used for a first-order differential equation that, up to basic algebraic manipulation, is of the form: <math>\frac{dy}{dx} = f...") |
No edit summary |
||
| Line 10: | Line 10: | ||
It suffices to have just one freely floating additive constant in the answer because the additive constants coming from the two integrals can be merged into one. | It suffices to have just one freely floating additive constant in the answer because the additive constants coming from the two integrals can be merged into one. | ||
In general, the solution to this is in the form of an [[implicit function]] rather than an explicit description of <math>y</math> as a function of <math>x</math>. | |||
==Particular cases== | |||
===Where the derivative depends only on the dependent variable=== | |||
This is an example of an [[autonomous differential equation]] (usually, <math>x</math> is replaced by the letter <math>t</math> denoting time): | |||
<math>\frac{dy}{dx} = g(y)</math> | |||
Here, we get: | |||
<math>\int \frac{dy}{g(y)} = \int 1 \, dx</math> | |||
Note that performing the integration expresses <math>x</math> in terms of <math>y</math>. We need to then do algebraic manipulation to express <math>y</math> explicitly in terms of <math>x</math>. | |||
===Where the derivative depends only on the independent variable=== | |||
This is a situation where the function depends only on <math>x</math>: | |||
<math>\frac{dy}{dx} = f(x)</math> | |||
We get: | |||
<math>y = \int f(x) \, dx</math> | |||
This is a straightforward explicit functional description. | |||
Revision as of 23:01, 12 February 2012
Definition
The term separable is used for a first-order differential equation that, up to basic algebraic manipulation, is of the form:
It can be solved by rearranging and integrating:
It suffices to have just one freely floating additive constant in the answer because the additive constants coming from the two integrals can be merged into one.
In general, the solution to this is in the form of an implicit function rather than an explicit description of as a function of .
Particular cases
Where the derivative depends only on the dependent variable
This is an example of an autonomous differential equation (usually, is replaced by the letter denoting time):
Here, we get:
Note that performing the integration expresses in terms of . We need to then do algebraic manipulation to express explicitly in terms of .
Where the derivative depends only on the independent variable
This is a situation where the function depends only on :
We get:
This is a straightforward explicit functional description.