Problem 1
Question
The linear equation \(d x / d t=-\lambda_{1} x\) can be solved by either separation of variables or by an integrating factor. Integrating both sides of \(d x / x=-\lambda_{1} d t\) we obtain \(\ln |x|=-\lambda_{1} t+c\) from which we get \(x=c_{1} e^{-\lambda_{1} t} .\) Using \(x(0)=x_{0}\) we find \(c_{1}=x_{0}\) so that \(x=x_{0} e^{-\lambda_{1} t} .\) Substituting this result into the second differential equation we have $$\frac{d y}{d t}+\lambda_{2} y=\lambda_{1} x_{0} e^{-\lambda_{1} t}$$ which is linear. An integrating factor is \(e^{\lambda_{2} t}\) so that $$\frac{d}{d t}\left[e^{\lambda_{2} t} y\right]=\lambda_{1} x_{0} e^{\left(\lambda_{2}-\lambda_{1}\right) t}+c_{2}$$ $$y=\frac{\lambda_{1} x_{0}}{\lambda_{2}-\lambda_{1}} e^{\left(\lambda_{2}-\lambda_{1}\right) t} e^{-\lambda_{2} t}+c_{2} e^{-\lambda_{2} t}=\frac{\lambda_{1} x_{0}}{\lambda_{2}-\lambda_{1}} e^{-\lambda_{1} t}+c_{2} e^{-\lambda_{2} t}$$ Using \(y(0)=0\) we find \(c_{2}=-\lambda_{1} x_{0} /\left(\lambda_{2}-\lambda_{1}\right) .\) Thus $$y=\frac{\lambda_{1} x_{0}}{\lambda_{2}-\lambda_{1}}\left(e^{-\lambda_{1} t}-e^{-\lambda_{2} t}\right)$$ Substituting this result into the third differential equation we have $$\frac{d z}{d t}=\frac{\lambda_{1} \lambda_{2} x_{0}}{\lambda_{2}-\lambda_{1}}\left(e^{-\lambda_{1} t}-e^{-\lambda_{2} t}\right)$$ Integrating we find $$z=-\frac{\lambda_{2} x_{0}}{\lambda_{2}-\lambda_{1}} e^{-\lambda_{1} t}+\frac{\lambda_{1} x_{0}}{\lambda_{2}-\lambda_{1}} e^{-\lambda_{2} t}+c_{3}$$ Using \(z(0)=0\) we find \(c_{3}=x_{0} .\) Thus $$z=x_{0}\left(1-\frac{\lambda_{2}}{\lambda_{2}-\lambda_{1}} e^{-\lambda_{1} t}+\frac{\lambda_{1}}{\lambda_{2}-\lambda_{1}} e^{-\lambda_{2} t}\right)$$.
Step-by-Step Solution
VerifiedKey Concepts
Separation of Variables
For example, take the differential equation \( \frac{dx}{dt} = -\lambda_1 x \). Here, we want to separate \( x \) and \( t \). This can be done by rearranging it to \( \frac{dx}{x} = -\lambda_1 dt \). Now, each variable is on its own side.
- Integrate both sides: The left side becomes \( \ln|x| \) and the right side just becomes a simple integral \( -\lambda_1 t + c \).
- Use algebra to solve for \( x \), resulting in \( x = c_1 e^{-\lambda_1 t} \).
Integrating Factor
The integrating factor, which is a function, helps simplify the equation in such a way that it becomes easy to integrate directly. Let's see how it works in action for the second differential equation:
The equation \( \frac{dy}{dt} + \lambda_2 y = \lambda_1 x_0 e^{-\lambda_1 t} \) is linear. To solve it, first identify the integrating factor, which in this case is \( e^{\lambda_2 t} \). This multiplying factor aims to transform the left-hand side into the derivative of a product. Here's what to do:
- Multiply every term in the equation by the integrating factor: \( e^{\lambda_2 t} \cdot \frac{dy}{dt} + e^{\lambda_2 t} \lambda_2 y = \lambda_1 x_0 e^{(\lambda_2 - \lambda_1)t} \).
- Notice that this simplifies to \( \frac{d}{dt} [e^{\lambda_2 t} y] \).
- Integrate both sides with respect to \( t \), simplifying the integration procedure.
Initial Value Problem
To understand an IVP better, consider that in any differential equation, you'll typically end up with one or more constants, like \( c_1, c_2, \) etc., after integration. An IVP provides additional information to find these specific constants.
For instance, when solving \( \frac{dx}{dt} = -\lambda_1 x \), if we know \( x(0)=x_0 \), then we can replace \( t=0 \) in the solution \( x = c_1 e^{ -\lambda_1 t } \) to find \( c_1 \) specifically. This transforms it to \( x_0 = c_1 \cdot 1 \), giving \( c_1 = x_0 \).
- IVPs provide real-world linkage by fixing the arbitrary constants in your solution.
- They allow you to predict the behavior of a system under specified starting conditions.