Welcome, future engineer. Today, we are going to stare down a mathematical beast. Look at this equation:
At first glance, it looks terrifying. A degree-seven polynomial? How are we supposed to find the roots? Are we going to use synthetic division? Are we going to guess and check?
Stop. Take a deep breath. In the world of JEE Advanced, the most complex-looking problems often have the most elegant, simple solutions. We are not here to solve for x using brute force; we are here to understand the soul of the function.
The Function Perspective
Let us define our function as f(x)=x7+14x5+16x3+30x−560. When we ask for the number of real solutions, we are essentially asking: "How many times does this curve cross the x-axis?"
Imagine the graph of this function. It is a continuous, smooth line. It does not break, and it does not jump; it just flows. If we can figure out the general shape of this flow, we can answer the question without ever finding the specific value of x.
The Calculus Weapon
To understand the shape, we need to know if the function is climbing or falling. This is where the derivative, f′(x), becomes our best friend. The derivative tells us the slope of the tangent line at any point.
If the slope is positive, the function is climbing. If it is negative, it is falling. Let us differentiate f(x) term by term using the power rule, dxd(xn)=nxn−1.
Differentiating x7 gives us 7x6. Differentiating 14x5 gives us 14⋅5x4=70x4. Differentiating 16x3 gives us 16⋅3x2=48x2. Differentiating 30x gives us 30, and the constant −560 has a derivative of 0.
Putting it all together, we get:
The 'Aha!' Moment
Now, look closely at this derivative. Notice anything? Every single power of x is even: x6, x4, and x2.
Why does this matter? Because any real number raised to an even power is always non-negative. Thus, x6≥0, x4≥0, and x2≥0.
This means that 7x6+70x4+48x2 is always greater than or equal to zero. When we add 30, we find that:
The derivative is always positive! It is never zero, and it is certainly never negative. This is a massive realization. It means our function f(x) is strictly increasing. It never turns back and never wiggles; it is a relentless climb from the depths of negative infinity to the heights of positive infinity.
The Final Conclusion
Because f(x) is a polynomial, it is continuous. As x→∞, f(x)→∞, and as x→−∞, f(x)→−∞.
By the Intermediate Value Theorem, a continuous function that goes from −∞ to +∞ must cross the x-axis at least once. But because we proved it is strictly increasing, it can never turn around to cross the axis a second time.
It crosses exactly once. And there you have it. We didn't need to solve for x or factor the polynomial. We just needed to understand the behavior of the function. This is the beauty of calculus. It allows us to see the truth of a problem without getting lost in the arithmetic. Keep this mindset, and you will conquer any problem the JEE throws at you.
Final Answer: The equation has exactly 1 real solution.