Engineering Mathematics 1 Solved Question With Answer Decoding Differential Equations A Deep Dive into Engineering Mathematics I Engineering mathematics forms the bedrock of numerous engineering disciplines Its core concepts often abstract in nature find concrete applications in designing bridges predicting weather patterns or even optimizing the fuel efficiency of a vehicle This article focuses on a single yet representative solved problem from Engineering Mathematics I solving a first order linear differential equation showcasing its theoretical underpinnings and practical relevance The Problem Lets consider the following problem A tank initially contains 100 liters of pure water Brine containing 2 grams of salt per liter enters the tank at a rate of 5 liters per minute The well mixed solution leaves the tank at the same rate Find the amount of salt in the tank at any time t Mathematical Model and Solution This problem elegantly illustrates the application of firstorder linear differential equations We can model the amount of salt At in grams in the tank at time t in minutes using the following differential equation dAdt rate in rate out Rate in concentration of salt in inflow rate of inflow 2 gL 5 Lmin 10 gmin Rate out concentration of salt in outflow rate of outflow At100 gL 5 Lmin At20 gmin Therefore the differential equation becomes dAdt 10 At20 This is a firstorder linear differential equation of the form dydt Pty Qt where Pt 120 and Qt 10 2 We can solve this using an integrating factor Integrating factor It ePtdt e120dt et20 Multiplying the differential equation by the integrating factor et20 dAdt 120et20At 10et20 The lefthand side is the derivative of et20At with respect to t Therefore ddtet20At 10et20 Integrating both sides with respect to t et20At 200et20 C where C is the constant of integration At 200 Cet20 Using the initial condition A0 0 initially the tank contains pure water 0 200 C C 200 Therefore the solution is At 2001 et20 Figure 1 Graph of At 2001 et20 Insert a graph here showing the exponential growth of At approaching 200 as t increases The xaxis should represent time t and the yaxis the amount of salt At The graph should clearly show the asymptotic approach to 200 grams Practical Applications and Interpretations This seemingly simple problem has widespread applications Consider Chemical Engineering Mixing tanks are common in chemical processes Understanding salt concentration dynamics helps control reactions and product purity Environmental Engineering Modeling pollutant dispersion in rivers or lakes uses similar differential equations This helps in predicting the impact of pollution and developing remediation strategies Pharmacokinetics Drug absorption and elimination in the body can be modeled using similar equations aiding in drug dosage optimization Biomedical Engineering Modeling the diffusion of substances across cell membranes involves solving similar differential equations Data Visualization 3 Table 1 Amount of Salt at Different Times Time minutes Amount of Salt grams 0 0 10 11758 20 16484 30 18559 40 19434 50 19760 200 This table illustrates the asymptotic behavior of the system where the amount of salt approaches 200 grams as time goes to infinity Conclusion This solved problem provides a glimpse into the power of engineering mathematics While seemingly abstract the concepts presented have tangible realworld implications across various engineering fields The ability to formulate and solve differential equations is crucial for developing accurate models predicting system behavior and ultimately designing effective and safe engineering solutions The seemingly simple mixing tank problem reveals a sophisticated interplay of mathematical concepts and practical realities highlighting the importance of mastering engineering mathematics for tackling complex challenges Advanced FAQs 1 How would the solution change if the inflow and outflow rates were different The differential equation would become more complex potentially requiring numerical methods for solution The volume of the tank would also change over time affecting the concentration calculation 2 What if the concentration of salt in the inflow wasnt constant This would introduce a time dependent function into the Qt term of the differential equation making the solution more involved and potentially requiring the use of Laplace transforms 3 Can nonlinear differential equations be used to model similar systems Yes nonlinear equations can capture more complex behaviors such as chemical reactions with nonlinear rate laws However solving these often requires numerical techniques 4 How does this relate to partial differential equations This problem deals with an ordinary 4 differential equation ODE However if we consider spatial variations in salt concentration within the tank a partial differential equation PDE would be required for a more accurate model 5 What are some numerical methods used to solve more complex differential equations arising in engineering problems Several numerical methods exist including Eulers method RungeKutta methods and finite difference methods The choice of method depends on the specific equation and desired accuracy These methods are essential when analytical solutions are intractable