Problem 7
Question
(a) A model is \\[\begin{array}{ll}\frac{d x_{1}}{d t}=3 \cdot \frac{x_{2}}{100-t}-2 \cdot \frac{x_{1}}{100+t}, & x_{1}(0)=100 \\ \frac{d x_{2}}{d t}=2 \cdot \frac{x_{1}}{100+t}-3 \cdot \frac{x_{2}}{100-t}, & x_{2}(0)=50 \end{array}\\] (b) since the system is closed, no salt enters or leaves the system and \(x_{1}(t)+x_{2}(t)=100+50=150\) for all time. Thus \(x_{1}=150-x_{2}\) and the second equation in part (a) becomes \\[\frac{d x_{2}}{d t}=\frac{2\left(150-x_{2}\right)}{100+t}-\frac{3 x_{2}}{100-t}=\frac{300}{100+t}-\frac{2 x_{2}}{100+t}-\frac{3 x_{2}}{100-t}\\] or \\[\frac{d x_{2}}{d t}+\left(\frac{2}{100+t}+\frac{3}{100-t}\right) x_{2}=\frac{300}{100+t}\\] Using integration by parts, we obtain \\[(100+t)^{2}(100-t)^{-3} x_{2}=300\left[\frac{1}{2}(100+t)(100-t)^{-2}-\frac{1}{2}(100-t)^{-1}+c\right]\\] Thus \\[\begin{aligned}x_{2} &=\frac{300}{(100+t)^{2}}\left[c(100-t)^{3}-\frac{1}{2}(100-t)^{2}+\frac{1}{2}(100+t)(100-t)\right] \\\ &=\frac{300}{(100+t)^{2}}\left[c(100-t)^{3}+t(100-t)\right]\end{aligned}\\] Using \(x_{2}(0)=50\) we find \(c=5 / 3000 .\) At \(t=30, x_{2}=\left(300 / 130^{2}\right)\left(70^{3} c+30 \cdot 70\right) \approx 47.4\) lbs.
Step-by-Step Solution
VerifiedKey Concepts
First-order Linear Differential Equations
A general form of a first-order linear differential equation is \( \frac{dy}{dt} + P(t)y = Q(t) \). Here, \(P(t)\) and \(Q(t)\) are functions of \(t\) (time), while \(y\) is the function we want to solve for.
In the provided system, we observe the expressions for \( \frac{dx_1}{dt} \) and \( \frac{dx_2}{dt} \) neatly depict this structure as they describe how each variable changes over time due to the interaction described by other functions.
Initial Value Problem
In our scenario, we observe the initial conditions \( x_1(0) = 100 \) and \( x_2(0) = 50 \). These conditions ensure that any solution to the differential equations reflects not only the behavior of the system but starts from a specific real-world scenario.
Solving an IVP involves not just finding a general solution to the differential equation, but determining a specific solution that satisfies these initial conditions. This makes it easier to relate the mathematical model to the physical system it represents.
Integration by Parts
The formula is typically written as: \[ \int u \, dv = uv - \int v \, du \]Here, \(u\) and \(dv\) are parts of the integrand that we suitably choose to simplify the problem.
In the exercise, integration by parts is applied to solve the differential equation for \(x_2\). This method is pivotal in breaking down the intricate expressions involving \( (100+t)^2 \) and \( (100-t)^{-3} \), facilitating the step to arrive at the function describing the dynamics of \(x_2(t)\).
Closed System
This conservation principle is vital because it allows us to reduce the complexity of the system by expressing one variable in terms of the other (\(x_1 = 150 - x_2\)), transforming a two-equation system into a single equation problem.
This simplification not only conserves mathematical resources but enhances comprehension of how the dynamics are governed purely by the internal interactions within the system, free from external influences. It represents the mass balance constraint that one must account for when dealing with closed systems.