The Dance of Exponential Decay
Welcome, fellow traveler on the path to JEE mastery! Today, we are not just solving a differential equation; we are witnessing a beautiful dance between two variables, x(t) and y(t).
These variables are governed by the laws of change, specifically the first-order linear differential equations:
These equations describe systems that are constantly fading away, losing their magnitude at a rate proportional to their current value. It is the classic signature of exponential decay.
Unveiling the Functions
Let us start by solving for x(t). We begin with the equation dtdx=−ax.
By separating the variables, we bring the x terms to one side and the t terms to the other:
Integrating both sides is a moment of pure elegance: the integral of x1 is lnx, and the integral of −a with respect to t is −at. Adding our constant of integration, C1, we get lnx=−at+C1.
Exponentiating both sides, we find the general solution:
We are given the initial condition x(0)=2. Substituting t=0 into our general solution, we get 2=C1e0, which simplifies beautifully to C1=2.
Thus, our specific function is x(t)=2e−at. We apply the exact same logic to y(t). With y(0)=1, we find:
The Bridge of Constraints
We are given a crucial piece of information: 3y(1)=2x(1). This is our bridge, connecting the two separate worlds of x and y at the specific moment t=1.
Let us substitute our functions into this constraint:
Now, we need to find the relationship between a and b. By rearranging the terms, we get:
Using the laws of exponents, we know that e−ae−b=e−b−(−a)=ea−b. So, we have discovered the hidden key to the entire problem:
The Grand Intersection
Finally, we ask: at what time t do these two curves intersect? Geometrically, this means x(t)=y(t).
Setting our functions equal, we have:
To solve for t, we divide both sides by e−at, yielding 2=e−ate−bt. Again, using exponent rules, this becomes:
We can rewrite e(a−b)t as (ea−b)t. Since we already know that ea−b=34, our equation becomes:
To isolate t, we take the logarithm base 34 on both sides. The final result is:
This is the exact moment when the two paths cross. You have navigated the differential equations, applied the initial conditions, bridged the gap with the constraint, and found the intersection. Well done!