Question 7 of 70intermediate🔧 ApplyLong Answer4 marks

Prove that the line through the point (x1,y1)(x_1, y_1) and parallel to the line Ax+By+C=0Ax + By + C = 0 is A(xx1)+B(yy1)=0A(x - x_1) + B(y - y_1) = 0.

Correct Answer

Given: A line Ax+By+C=0Ax + By + C = 0 and a point (x1,y1)(x_1, y_1).

To prove: The equation of the line through (x1,y1)(x_1, y_1) parallel to Ax+By+C=0Ax + By + C = 0 is A(xx1)+B(yy1)=0A(x - x_1) + B(y - y_1) = 0.

Proof:

Step 1: Find the slope of the given line.

From the general equation Ax+By+C=0Ax + By + C = 0, we get By=AxCBy = -Ax - C.

Therefore,

y=ABxCBy = -\frac{A}{B}x - \frac{C}{B}

The slope of the given line is m=ABm = -\frac{A}{B}.

Step 2: Use the property of parallel lines.

We know that slopes of two parallel lines are equal.

Therefore, the slope of any line parallel to Ax+By+C=0Ax + By + C = 0 must also be m=ABm = -\frac{A}{B}.

Step 3: Write the equation of line through (x1,y1)(x_1, y_1) with this slope.

Using the point-slope form, the equation of a line passing through (x1,y1)(x_1, y_1) with slope mm is:

yy1=m(xx1)y - y_1 = m(x - x_1)

Substituting m=ABm = -\frac{A}{B}:

yy1=AB(xx1)y - y_1 = -\frac{A}{B}(x - x_1)

Step 4: Simplify to get the required form.

Multiplying both sides by BB:

B(yy1)=A(xx1)B(y - y_1) = -A(x - x_1)

Rearranging:

A(xx1)+B(yy1)=0A(x - x_1) + B(y - y_1) = 0

Hence proved.

Verification: The point (x1,y1)(x_1, y_1) satisfies this equation since substituting gives A(x1x1)+B(y1y1)=0A(x_1 - x_1) + B(y_1 - y_1) = 0, which is true. Also, both lines have the same coefficients AA and BB, confirming they are parallel.

Exercise: EXERCISE 9.3 | Q: 10 | (Chapter: 17)
For More Understanding

Explanation

This proof uses the fundamental property that parallel lines have equal slopes. The student first extracts the slope from the general equation form, then applies the point-slope formula to derive the equation of the parallel line passing through the given point.

The final form A(xx1)+B(yy1)=0A(x - x_1) + B(y - y_1) = 0 is elegant because it clearly shows both conditions are satisfied: the point lies on the line (verification step), and the line is parallel (same coefficients AA and BB).

Solution Steps

  1. Step 1: Find slope of given line Ax+By+C=0Ax + By + C = 0 as m=ABm = -\frac{A}{B}

  2. Step 2: Apply property that parallel lines have equal slopes

  3. Step 3: Use point-slope form yy1=m(xx1)y - y_1 = m(x - x_1) with the given point

  4. Step 4: Substitute slope and simplify to get A(xx1)+B(yy1)=0A(x - x_1) + B(y - y_1) = 0