Analyzing the Setup
Welcome, future engineers! Today, we are diving into a beautiful piece of algebraic symmetry. We are looking at two quadratic equations: x2+ax+b=0 and x2+bx+a=0.
At first glance, they look almost identical, just with the coefficients a and b swapped. We are told they share a common root, and we are given the crucial constraint that $a
eq b$. Let's unravel this mystery together.
Defining the Common Root
Let's call this mysterious common root α. Geometrically, if you were to plot these two quadratic equations as parabolas on a Cartesian plane, the roots are the points where the curves intersect the x-axis.
A common root means that both parabolas share the exact same x-intercept at x=α. Since α is a root, it must satisfy both equations:
1) α2+aα+b=0
2) α2+bα+a=0
The Strategy of Elimination
Now, we have a system of two equations. When you see two equations with the same variable, your first instinct should be to simplify. We have an α2 term in both, so let's perform a strategic subtraction:
Watch what happens. The α2 terms vanish into thin air, leaving us with:
This simplifies beautifully to:
Solving for the Root
Now, let's group the terms. We can rewrite (b−a) as −(a−b), so our equation becomes:
Moving the constant to the other side, we get:
Here is where that condition $a
eq b$ saves the day. Because $a
eq b$, we know that (a−b) is definitely not zero, allowing us to divide both sides by (a−b) to find:
The Final Reveal
We have found our common root! Now, we just need to find the value of a+b. Since α=1 is a root of the first equation, we plug it back in:
Simplifying this, we get:
Which leads us directly to our final answer:
Isn't that satisfying? By simply subtracting the equations, we cut through the complexity to find the answer. Remember, in JEE Advanced, the most complex-looking problems often yield to the most elegant, fundamental techniques.