Question
Question: The equation of the lines passing through the point (1, 0) and at a distance from the origin are Non...
The equation of the lines passing through the point (1, 0) and at a distance from the origin are None of these
x - √3y - 1 = 0 and x + √3y - 1 = 0 (assuming distance is 1/2)
Solution
The problem asks for the equation of lines passing through the point (1, 0) and at a certain distance from the origin. The distance value is missing in the question statement. Assuming a common value for such problems, let's consider the distance to be 21.
Let the equation of a line passing through the point (1,0) be y−y1=m(x−x1). Substituting (x1,y1)=(1,0): y−0=m(x−1) y=mx−m Rearranging into the standard form Ax+By+C=0: mx−y−m=0
The distance d of a line Ax+By+C=0 from the origin (0,0) is given by the formula: d=A2+B2∣A(0)+B(0)+C∣=A2+B2∣C∣
In our case, A=m, B=−1, C=−m. Given that the distance d=21 (assuming this missing value): 21=m2+(−1)2∣−m∣ 21=m2+1∣m∣
To solve for m, square both sides of the equation: (21)2=(m2+1∣m∣)2 41=m2+1m2
Cross-multiply: 1⋅(m2+1)=4⋅m2 m2+1=4m2 1=4m2−m2 1=3m2 m2=31 m=±31 m=±31
Now substitute these two values of m back into the line equation y=m(x−1):
Case 1: m=31 y=31(x−1) Multiply by 3: 3y=x−1 Rearrange: x−3y−1=0
Case 2: m=−31 y=−31(x−1) Multiply by 3: 3y=−(x−1) 3y=−x+1 Rearrange: x+3y−1=0
Thus, the two equations of the lines are x−3y−1=0 and x+3y−1=0.
The question statement includes "None of these" as if it were an option. If the derived equations are not listed among typical options, then "None of these" would be the correct choice. Since no other options are provided, we state the derived equations.