The Beauty of Linear Differential Equations
Welcome, future engineers! Today, we are going to embark on a journey through a classic problem that perfectly illustrates the elegance of linear differential equations.
Imagine you are standing before a mathematical landscape, and you are given a rule that describes how a function changes:
This isn't just a collection of symbols; it is a story of growth and change. Our goal is to find the specific path this function takes, anchored by the condition y(1)=1, and then predict its value at x=21.
Phase 1
The Clean Up
In the world of differential equations, we love order. The standard form for a linear differential equation is:
Looking at our given equation, xdxdy+2y=x2, we see that the coefficient of dxdy is x. This is a slight obstacle, but a simple one to overcome.
We divide the entire equation by x, transforming it into:
Now, the equation is in its pristine, standard form. We can clearly see that P(x)=x2 and Q(x)=x. This clarity is the first step toward victory.
Phase 2
The Magic Multiplier
Now, we introduce the most powerful tool in our arsenal: the Integrating Factor (I.F.). The I.F. is designed to turn the left side of our equation into the derivative of a product, making it integrable.
The formula is:
Substituting our P(x), we get:
The integral of x2 is 2lnx. Using the beautiful properties of logarithms, 2lnx becomes ln(x2).
Since e and ln are inverse functions, they cancel out, leaving us with an incredibly simple I.F.=x2. It is moments like these where the complexity of the math just melts away into something elegant.
Phase 3
The Integration
With our I.F. in hand, the general solution is given by:
y⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C
Plugging in our values, we get:
This simplifies to:
Integrating x3 is straightforward using the power rule: 4x4. So, our general solution is:
We have successfully navigated the integration!
Phase 4
The Anchor
We are almost there. We have a family of curves, but we need the one that passes through (1,1).
By substituting x=1 and y=1 into our general solution, we get:
This simplifies to 1=41+C. Solving for C, we find C=43.
Now, our particular solution is locked in:
Phase 5
The Final Victory
Finally, we need to find y(21). We substitute x=21 into our particular solution:
This becomes:
y⋅41=41/16+43⇒y⋅41=641+43
Combining the fractions, we get:
Multiplying both sides by 4, we arrive at our final answer:
We have successfully traced the path of the function and found our target value. Well done!