The Sigma Insight: Solution of Quadratic Equations
Solution Diagram
Analyzing the Setup
Imagine you are standing before a complex exponential equation:
(3+2)x2−4+(3−2)x2−4=10
At first glance, it looks like a nightmare of radicals and quadratic exponents. But in the world of JEE Advanced, complexity is often just a mask for hidden simplicity.
The first step in our journey is to observe the bases: (3+2) and (3−2). These are not random numbers; they are conjugates.
When we multiply them, we get:
(3)2−(2)2=3−2=1
This is the master key. It tells us that:
(3−2)=3+21
The Transformation
From Exponential to Algebraic
Now that we have this insight, let's simplify the problem. We introduce a dummy variable, t, defined as:
t=(3+2)x2−4
Because of the reciprocal relationship we just discovered, the second term in our equation, (3−2)x2−4, becomes exactly t1.
Our equation now transforms into the much friendlier form:
t+t1=10
This is the magic of substitution. We have stripped away the intimidating exponential layer to reveal a simple algebraic structure.
Solving the Heart of the Problem
To solve t+t1=10, we multiply by t to get t2+1=10t, which rearranges into the quadratic equation:
t2−10t+1=0
Using the quadratic formula, t=2a−b±b2−4ac, we find:
t=210±100−4=210±96
Since 96=46, we simplify to:
t=5±26
We are now in the home stretch. We need to relate these values of t back to our original base, (3+2).
The Final Reveal
Notice that:
(3+2)2=3+2+26=5+26
Similarly, (3−2)2=5−26, which is equivalent to (3+2)−2.
Case 1: Where t=5+26, we have:
(3+2)x2−4=(3+2)2
Equating the exponents, x2−4=2, so x2=6, giving x=±6.
Case 2: Where t=5−26, we have:
(3+2)x2−4=(3+2)−2
Equating the exponents, x2−4=−2, so x2=2, giving x=±2.
We have found four distinct real solutions: {−6,−2,2,6}. The number of solutions is 4.