This is a free preview. For full access
Differential Equations
Solving Separable Differential Equations
Description
A separable differential equation is a first-order differential equation that can be written with dy/dx as a product of one function of x and one function of y. This form makes it possible to separate the variables so that all y terms stay on one side and all x terms stay on the other.
After the ...
Show More
Transcript
分離方程式とは、 x のみを含む部分と yを含む独立した部分の2つに分割できる一階微分方程式のことです。
y項は片側に、x項はもう片側に配置され、別々の積分を可能にします。
例えば、部屋で冷やしている熱い紅茶を考えてみましょう。
お茶の冷え方は、その温度と室温の差に比例します。温度が時間とともに低下することを示すために、比例定数 k に負の符号が付加されます。
この方程式は、片側に温度項、もう片側に時間項を書き換えられるため、分離可能である。両辺を積分すると積分定数を持つ対数方程式が得られます。
両辺を指数化すると、定数が正、負、またはゼロになることがある一...
Show More