Q2. Check whether the lines are concurrent or not:
(i)3x−4y−13=08x−11y−33=02x−3y−7=0
(ii)x+2y−4=0x−y−1=04x+5y−13=0
Background and Explanation
Three straight lines are concurrent if they all intersect at a single common point. For three lines given in the general form ax+by+c=0, the algebraic condition for concurrency is that the determinant of the 3×3 coefficient matrix equals zero.
Consider the determinant:
1142−15−4−1−13=1−15−1−13−214−1−13−414−15=1(13+5)−2(−13+4)−4(5+4)=18+18−36=0
Since the value of the determinant is zero, the given lines are concurrent.
Key Formulas or Methods Used
Condition for concurrency: Three lines a1x+b1y+c1=0, a2x+b2y+c2=0, and a3x+b3y+c3=0 are concurrent if and only if:
a1a2a3b1b2b3c1c2c3=0
Determinant expansion: Expansion of a 3×3 determinant using cofactors along any row or column, where each element is multiplied by its corresponding minor with appropriate sign (−1)i+j
Summary of Steps
Identify the coefficients (a,b,c) from each line equation ax+by+c=0
Construct the 3×3 determinant with rows formed by the coefficients of each line
Expand the determinant along the first row (or any convenient row/column) using the cofactor method
Calculate the 2×2 minors by finding the difference of cross-products
Simplify the expression: if the final value equals zero, the lines are concurrent; otherwise, they are not concurrent