Welcome, future engineer. Today, we are not just solving an inequality; we are embarking on a journey of logical precision. The problem before us is a classic JEE Advanced challenge: (5x−1)<(x+1)2<(7x−3).
At first glance, it looks like a simple sandwich of expressions, but it is a trap for the careless. Let us dissect it with the precision of a surgeon.
Analyzing the Setup
The most common mistake students make is trying to manipulate all three parts of the inequality simultaneously. You cannot do that here because the variable x is squared.
Instead, we must treat this as a system of two simultaneous constraints. We need to find the values of x that satisfy both:
1. 5x−1<(x+1)2
2. (x+1)2<7x−3
Only the intersection of these two solution sets will give us the final answer.
The First Battle
Let us expand the middle term first. Using the identity (a+b)2=a2+2ab+b2, we transform (x+1)2 into x2+2x+1.
Now, look at our first inequality:
5x−1<x2+2x+1
To solve this, we move everything to one side to form a standard quadratic inequality:
x2+2x−5x+1+1>0
This simplifies to:
x2−3x+2>0
Factoring this, we get
(x−1)(x−2)>0. Using the Wavy Curve Method, we know that for the product to be positive,
x must lie outside the roots. Thus, our first solution set is:
x∈(−∞,1)∪(2,∞)
The Second Battle
Now, we turn our attention to the second constraint:
x2+2x+1<7x−3. Again, we bring all terms to one side:
x2+2x−7x+1+3<0
This simplifies to:
x2−5x+4<0
Factoring this, we get
(x−1)(x−4)<0. Here, the inequality is less than zero, which means
x must lie between the roots. Our second solution set is:
x∈(1,4)
The Intersection
This is the moment of truth. We have two conditions: x must be in (−∞,1)∪(2,∞) AND x must be in (1,4).
Visualize the number line. The first set excludes the region between 1 and 2. The second set is strictly between 1 and 4.
Where do they overlap? The only region that satisfies both is the interval:
x∈(2,4)
Final Conclusion
The question asks for all integers x in this interval. Looking at the open interval (2,4), the only integer contained within is 3.
Let us verify this. If
x=3, then:
5(3)−1=14
(3+1)2=16
7(3)−3=18
Indeed, 14<16<18. The logic holds perfectly. You have successfully navigated the constraints and found the truth hidden in the algebra.