Analyzing the Setup
Welcome, fellow traveler on the JEE journey! Today, we explore a problem that serves as a beautiful demonstration of the concept of continuity.
Our problem provides a piecewise function f(x) defined as:
f(x)={xln(1+5x)−ln(1+αx),10,xeq0x=0
Our mission is to find the value of α that makes this function perfectly continuous at x=0.
The Condition for Continuity
Mathematically, a function is continuous at a point if the limit of the function as x approaches that point equals the actual value of the function at that point.
We set up our governing equation:
Given f(0)=10, our goal is to solve the following limit equation:
x→0limxln(1+5x)−ln(1+αx)=10
The Art of Manipulation
If we attempt to evaluate the limit by plugging in x=0 directly, we encounter the indeterminate form 00. To resolve this, we utilize the standard limit property:
We split our expression into two manageable parts:
x→0limxln(1+5x)−x→0limxln(1+αx)=10
To match the standard form, we multiply and divide the first term by 5 and the second term by α:
5⋅x→0lim5xln(1+5x)−α⋅x→0limαxln(1+αx)=10
The Final Resolution
As x→0, both 5x and αx approach zero. Applying the standard limit property, both fractional terms evaluate to 1.
The expression simplifies to:
This yields the linear equation:
Solving for α, we find:
By carefully manipulating the expression and applying the fundamental properties of limits, we have ensured the continuity of the function. Every complex problem is simply a collection of elegant steps waiting to be discovered.