Analyzing the Setup
We are given two lines, L1:λx−y+1=0 and L2:x−2y+3=0. Our objective is to determine the value of the parameter λ such that the four points where these lines intersect the coordinate axes are concyclic.
First, we identify the intersection points for L1:
Setting y=0, we find the x-intercept: x=−λ1. Thus, A=(−λ1,0).
Setting x=0, we find the y-intercept: y=1. Thus, C=(0,1).
Next, we identify the intersection points for L2:
Setting y=0, we find the x-intercept: x=−3. Thus, B=(−3,0).
Setting x=0, we find the y-intercept: y=23. Thus, D=(0,23).
The Geometric Condition
For the four points A,B,C, and D to lie on a single circle, we utilize the Power of a Point theorem relative to the origin O(0,0). Since the coordinate axes act as intersecting chords of the circle meeting at the origin, the product of the segments on the x-axis must equal the product of the segments on the y-axis.
This condition is expressed as:
OA⋅OB=OC⋅OD
Substituting the magnitudes of the intercepts into this equation, we obtain:
Final Calculation
Simplifying the product of the intercepts, we have:
λ3=23
Dividing both sides by
3, we arrive at:
λ1=21
Solving for the parameter, we find the final result:
λ=2
By leveraging the geometric properties of the axes, we avoided complex algebraic systems and arrived at the solution efficiently. This method remains a vital tool for solving concyclic problems in coordinate geometry.