The Geometry of Roots
A Journey into Quadratic Behavior
Welcome, fellow traveler of the JEE landscape. Today, we are not just solving an equation; we are exploring the geometric soul of a quadratic function.
When you see a problem asking for the set of all real values of λ for which the quadratic equations have exactly one root in the interval (0,1), do not rush to the discriminant. Instead, pause, visualize, and imagine you are standing on the coordinate plane, watching a parabola dance.
Phase 1
The Visual Foundation
We define our function as f(x)=(λ2+1)x2−4λx+2.
The first thing to notice is the coefficient of x2, which is λ2+1. Since λ2 is always non-negative for any real λ, λ2+1 is strictly positive. This is our anchor: the parabola always opens upwards.
Now, look at f(0). When we plug in x=0, the x terms vanish, leaving us with f(0)=2.
Our parabola starts at the point (0,2), firmly above the x-axis. This is a crucial piece of information. If the curve starts above the x-axis and must cross it exactly once in the interval (0,1), it must dive downwards and cross the axis before it reaches x=1.
Phase 2
The Logic of Crossing
This brings us to the Intermediate Value Theorem. If a continuous function starts positive at x=0 and must cross the x-axis at some point x0 where 0<x0<1, it must necessarily be negative at x=1.
Mathematically, this is expressed as f(0)⋅f(1)<0. Since we know f(0)=2, which is positive, the condition simplifies beautifully to f(1)<0.
Let us calculate
f(1) by substituting
x=1 into our function:
f(1)=(λ2+1)(1)2−4λ(1)+2
Simplifying this, we get
f(1)=λ2−4λ+3. We need this to be less than zero:
λ2−4λ+3<0
Factorizing this quadratic, we find (λ−1)(λ−3)<0. The solution to this inequality is λ∈(1,3).
Phase 3
The JEE Trap - Boundary Analysis
Many students stop here, but this is where the JEE Advanced examiners test your depth. Is the inequality f(1)<0 sufficient? What if the root lands exactly on the boundary?
We must manually check the endpoints λ=1 and λ=3.
First, let us test
λ=3. Substituting this into our original equation, we get:
10x2−12x+2=0
This simplifies to 2(5x−1)(x−1)=0. The roots are x=1/5 and x=1.
Since 1/5 lies perfectly within our interval (0,1), λ=3 is a valid solution.
Next, let us test
λ=1. The equation becomes:
2x2−4x+2=0
This simplifies to 2(x−1)2=0, yielding the root x=1. Does x=1 lie in the open interval (0,1)? No, it does not. Therefore, λ=1 must be rejected.
Conclusion
The Final Set
By combining our initial interval
(1,3) with the valid boundary point
λ=3, we arrive at our final answer:
λ∈(1,3]
This journey shows that math is not just about formulas; it is about checking the boundaries, respecting the definitions, and visualizing the behavior of the function. Keep this mindset, and you will conquer any problem the exam throws at you.