Analyzing the Setup
Welcome, fellow traveler on the path to JEE excellence. Today, we aren't just solving a differential equation; we are uncovering the hidden architecture of a function.
When you look at the equation f′(x)=3f(x)+α, don't see a wall of symbols. See a dynamic system—a relationship where the rate of change of a function is tied to its current value. This is the heartbeat of calculus.
The Standard Form
Our first step is to bring order to chaos. We rearrange the given equation into the standard linear form:
This is the classic dxdy+Py=Q structure. Here, our P is −3 and our Q is the constant α.
By identifying this, we unlock the power of the Integrating Factor, or IF. The IF acts as a mathematical 'multiplier' that collapses the derivative of a product into a single, integrable form. We calculate it as:
The Integration Journey
Now, we multiply our entire differential equation by this IF. This transforms the left side into the derivative of the product f(x)e−3x.
Integrating both sides with respect to x gives us:
f(x)e−3x=∫αe−3xdx=−3αe−3x+C
By multiplying through by e3x, we isolate our function: f(x)=−3α+Ce3x. This is the general solution, the family of all possible functions that satisfy our differential equation.
Applying the Boundary Conditions
Now, we act like detectives. We have two unknowns, α and C, and two clues.
First, the limit: limx→−∞f(x)=7. As x plunges toward negative infinity, the term Ce3x vanishes into the void of zero. We are left with −3α=7, which immediately reveals α=−21.
With α in hand, our function becomes f(x)=7+Ce3x. Now, we use our second clue: f(0)=1. Substituting x=0 gives 1=7+C, so C=−6.
Our function is fully revealed: f(x)=7−6e3x.
The Final Act
We are asked to evaluate 9f(−ln3). Let's substitute x=−ln3 into our function:
Using the elegance of logarithmic properties, 3(−ln3)=ln(3−3)=ln(1/27). Thus, eln(1/27)=1/27.
The expression simplifies to:
f(−ln3)=7−6(271)=7−92=961
Finally, multiplying by 9, we arrive at our destination: 9⋅961=61.
Take a moment to appreciate this. We started with a vague differential equation and, through the systematic application of calculus, stripped away the layers to find a precise numerical truth. This is the beauty of physics and mathematics—the ability to predict the specific from the general.