Analyzing the Setup
Imagine you are standing on a coordinate plane with two fixed anchors, point A(1,−1) and point B(0,2). These two points define a rigid, unmoving base for a triangle.
A third point, P(x′,y′), wanders across the plane. We constrain this wanderer such that the area of ΔPAB is always exactly 5 square units.
The Algebraic Machinery
To solve this, we use the coordinate area formula. For any triangle with vertices (x1,y1), (x2,y2), and (x3,y3), the area is given by:
Area=21∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣
Plugging in our points A(1,−1), B(0,2), and P(x′,y′), the expression simplifies because the x-coordinate of B is 0:
21∣1(2−y′)+0(y′−(−1))+x′(−1−2)∣=5
This collapses into the following equation:
The Modulus Trap
We now have ∣2−y′−3x′∣=10. The modulus sign is a gateway to two distinct realities.
When we strip away the absolute value, we must account for both the positive and negative possibilities:
These represent two parallel lines. Geometrically, if you keep the base AB fixed and maintain a constant area, the height of the triangle must be constant. There are exactly two lines parallel to AB that maintain this specific height.
The Final Bridge
We are given the constraint that P lies on the line 3x+y−4λ=0. This implies that the coordinates of P must satisfy:
We have established that for the area to be 5, 3x′+y′ must be either 12 or −8. Therefore, 4λ must equal 12 or −8.
Solving these gives us:
The problem is a classic JEE favorite because it forces you to look past the raw algebra and see the parallel lines hidden in the equations. The final result for λ is 3 or −2.