The Elegance of the Factored Form
Imagine you are standing before a parabola, a beautiful, symmetric curve defined by a quadratic expression f(x). In the world of JEE mathematics, we often encounter problems that seem to demand brute force, but there is almost always a more elegant, structural way to view them.
Today, we are going to explore one such problem. We are given that f(x) is a quadratic expression, one of its roots is −1, and it satisfies the mysterious condition f(1)+f(2)=0. Our goal is to find the other root, which we will call β.
The Strategic Setup
When dealing with roots, the standard form f(x)=ax2+bx+c is often a trap. It forces us to juggle three unknowns (a,b,c).
Instead, let us use the factored form:
f(x)=a(x−α)(x−β)
Here,
α and
β are the roots. We already know one root is
−1, so let us set
α=−1. Our expression immediately simplifies to:
f(x)=a(x+1)(x−β)
By making this choice, we have reduced our problem to finding just one unknown, β, because a will eventually take care of itself.
Translating the Condition
The problem gives us a condition: f(1)+f(2)=0. This is not just an equation; it is a constraint on the geometry of our parabola.
Let us calculate these values. Substituting
x=1 into our expression, we get:
f(1)=a(1+1)(1−β)=2a(1−β)
Similarly, substituting
x=2, we get:
f(2)=a(2+1)(2−β)=3a(2−β)
The Beautiful Cancellation
Now, we combine these into our condition:
2a(1−β)+3a(2−β)=0
Look at that a! It is present in both terms. Since f(x) is a quadratic, we know $a
eq 0$.
This is the moment of truth where the complexity vanishes. We can divide the entire equation by
a, leaving us with a simple linear equation:
2(1−β)+3(2−β)=0
The Final Solve
Now, it is just a matter of careful algebra. Expanding the brackets, we get:
2−2β+6−3β=0
Grouping the constants and the
β terms, we have:
8−5β=0
With a quick move, we find
5β=8, which gives us:
β=58
Conclusion
And there it is! The other root is 58.
This problem is a perfect example of why we should always look for the most efficient representation of a function. By choosing the factored form, we turned a potentially messy system of equations into a straightforward linear solve. Keep this in your toolkit—whenever you see roots, think of the factored form first. You have got this!