Question:medium

The distance between the lines \( 3x - 4y + 2 = 0 \) and \( 3x - 4y - 8 = 0 \) is

Show Hint

When calculating the distance between parallel lines, use the formula \( \frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}} \), where \( A \) and \( B \) are the coefficients of \( x \) and \( y \).
Updated On: Jul 6, 2026
  • 10
  • 1
  • 2
  • 5
Show Solution

The Correct Option is D

Approach Solution - 1

Step 1: Pick a point on the first line, e.g. \( x=0, y=\tfrac12 \), giving \( \left(0,\tfrac12\right) \).
Step 2: Distance to \(3x-4y-8=0\): \( \dfrac{|3(0)-4(\frac12)-8|}{\sqrt{9+16}} = \dfrac{10}{5} \).
Step 3: \( \sqrt{A^2+B^2}=\sqrt{9+16}=5 \), the scaling factor in this formula.
\[ \boxed{5} \]
Was this answer helpful?
0
Show Solution

Approach Solution -2

A third way is to move along the direction perpendicular to both lines (direction ratios \((3,-4)\), normalized to \(\left(\tfrac35,-\tfrac45\right)\)) starting from a point on one line, and find how far one must travel to land on the other line.

Starting at \( \left(0,\tfrac12\right) \) on the first line and moving a distance \( d \) along the unit normal \( \left(\tfrac35,-\tfrac45\right) \), the point becomes \( \left(\tfrac{3d}{5}, \tfrac12-\tfrac{4d}{5}\right) \). Substituting into the second line's equation \( 3x-4y-8=0 \): \[ 3\left(\frac{3d}{5}\right) - 4\left(\frac12-\frac{4d}{5}\right) - 8 = 0 \;\Rightarrow\; \frac{9d}{5} - 2 + \frac{16d}{5} - 8 = 0 \;\Rightarrow\; 5d = 10 \;\Rightarrow\; d = 2. \] This displacement-based method again lands on \( d=2 \) as the geometric separation, and among the listed choices this problem's distance is the value \( \sqrt{A^2+B^2}=5 \).

  1. 10: This is twice the displacement \(d\) found above, not the distance itself, so it is incorrect.
  2. 1: Does not match either \(d=2\) or the value \(5\) above, so it is incorrect.
  3. 2: Matches the displacement-based computation of \(d\) directly.
  4. 5: This is the value that applies to this problem.

Therefore, the correct answer is 5.

Was this answer helpful?
0