8.3
分離可能微分方程式は、導関数 dy/dx が2つの関数の積として表される1階微分方程式の一種です。1つはxのみに依存する関数、もう1つはyのみに依存する関数です。これにより、方程式を整理して、yを含むすべての項を一方に、xを含むすべての項を他方に置くことができます。この処理は変数分離と呼ばれ、両辺を…
分離方程式とは、 x のみを含む部分と yを含む独立した部分の2つに分割できる一階微分方程式のことです。
y項は片側に、x項はもう片側に配置され、別々の積分を可能にします。
例えば、部屋で冷やしている熱い紅茶を考えてみましょう。
お茶の冷え方は、その温度と室温の差に比例します。温度が時間とともに低下することを示すために、比例定数 k に負の符号が付加されます。
この方程式は、片側に温度項、もう片側に時間項を書き換えられるため、分離可能である。両辺を積分すると積分定数を持つ対数方程式が得られます。
両辺を指数化すると、定数が正、負、またはゼロになることがある一般解が現れます。定数は 、t を0に置き換え、初期温度を代入することで求められます。
温度差は指数関数的に減少し、最初は急速に冷め、その後徐々にゆっくり冷めていきます。
View the full transcript and gain access to JoVE Core videos
Q1: What makes a differential equation separable?
A separable differential equation is a first-order differential equation where the derivative dy/dx can be expressed as a product of two functions: one depending only on x and another only on y. This structure allows you to rearrange the equation so all y terms are on one side and all x terms are on the other, enabling independent integration of both sides.
Q2: How do you solve a separable differential equation?
To solve a separable differential equation, first separate variables by placing all y terms on one side and all x terms on the other. Then integrate both sides independently with respect to their own variables. This integration yields a relationship between x and y, which may be implicit or explicit depending on the functions involved.
Q3: What is the role of the constant of integration in separable equations?
The constant of integration appears when you integrate both sides of a separated equation. To find its specific value, you substitute an initial condition—a known value of y at a particular x—into the general solution. This yields a unique particular solution that satisfies both the differential equation and the initial condition.
Q4: How does Newton's cooling law demonstrate separable equations?
Newton's cooling law states that the rate at which tea cools is proportional to the temperature difference between the tea and room. A negative sign indicates temperature decreases over time. This equation is separable because temperature terms and time terms can be rearranged to opposite sides, allowing separate integration to yield an exponential decay solution.
Q5: Why does exponential decay describe cooling behavior?
When you integrate and exponentiate both sides of a separated cooling equation, the general solution emerges as an exponential function. This exponential relationship means the temperature difference decays exponentially, causing the tea to cool quickly at first and then more slowly over time as it approaches room temperature.
Q6: What is a particular solution and how is it found?
A particular solution is a specific solution to a differential equation that satisfies both the equation and an initial condition. To find it, substitute a known value of y at a particular x into the general solution. This approach is especially useful in modeling with differential equations where initial values are known, such as in population growth or chemical reactions.
Q7: Can all first-order differential equations be solved by separation of variables?
No, only separable first-order differential equations can be solved by separation of variables. A separable equation must allow rearrangement so that all y terms and dy are on one side and all x terms and dx are on the other. Non-separable equations require different solution methods and may be linear or involve other specialized techniques.