Question:

Suppose a line parallel to \(ax+by=0\) (where \(b≠0\))intersects\( 5x-y+4=0\) and \(3x+4y-4=0\) ,respectively at P and Q. If the midpoint of PQ is \((1,5)\),then the value of \(\dfrac{a}{b}\) is

Updated On: Apr 24, 2025
  • \(\dfrac{107}{3}\)

  • \(\dfrac{-107}{3}\)

  • \(\dfrac{3}{107}\)

  • \(\dfrac{-3}{107}\)

  • \(1\)

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

The given lines are:

\(5x - y + 4 = 0 ⇒ y = 5x + 4\)-----------(1)

\(3x + 4y - 4 = 0 ⇒ y = -(3/4)x + 1\)------(2)

From the equations, we can see that the slopes of the two lines are \(5\) and \(\dfrac{-3}{4}\), respectively.

Now, let the coordinates of point P be (p, 5p + 4) (since it lies on the line y = 5x + 4) and the coordinates of point Q be \((q, -(\dfrac{3}{4})q + 1)\)(since it lies on the line

 \(y = \dfrac{-3x}{4} + 1\)

Step 2:

 Find the midpoint of PQ. The midpoint of two points \((x1, y1)\)and \((x2, y2)\) is given by: 

Midpoint = \((\dfrac{(x1 + x2)}{2}, \dfrac{(y1 + y2)}{2})\)

Given that the midpoint of PQ is \((1, 5)\), we have: \((1, 5) = ((p + q)/2, ((5p + 4) - (3/4)q + 1)/2)\)

Now, we can write two equations based on the coordinates of the midpoint:

  1. \((p + q)/2 = 1\)
  2. \(((5p + 4) - \dfrac{(\dfrac{3}{4})q + 1)}{2} = 5\)

Step 3: 

Solve the system of equations to find p and q. From equation 1, we get: \(p + q = 2\)

From equation 2, we can simplify and \(get: 5p - (3/4)q + 5 = 10 5p - (3/4)q = 5\)

Now, let's multiply the second equation by 4 to get : \(20p - 3q = 20\)

Now, we can use the first equation \((p + q = 2)\) to solve for \(q: q = 2 - p\)

Substitute this value of \(q\) into the equation \((20p - 3q = 20): 20p - 3(2 - p) = 20 20p - 6 + 3p = 20 23p = 26 p = \dfrac{26}{23}\)

Now that we have the value of p, we can find the value of q:\(q = 2 - \dfrac{26}{23} q = \dfrac{46}{23}\)

Step 4:

 Find the equation of the line passing through P and Q. The slope of the line passing through P and Q is given by: 

\(m\) \(= \dfrac{(y2 - y1)}{(x2 - x1)}\)

Using the coordinates of \(P (p, 5p + 4)\) and \(Q (q, -(\dfrac{3}{4})q + 1)\)

we get: \(m = (\dfrac{(-(3/4)}q + 1) - \dfrac{(5p + 4)}{(q - p)}\)

Now, substitute the values of p and q:

\(m= ((-(3/4)(46/23) + 1) - (5(26/23) + 4)) / ((46/23) - (26/23))\)

\(m= ((-69/92 + 1) - (130/23 + 92/23)) / (20/23)\)

 \(m = ((23/92 - 222/23) / (20/23)\)

\(m= ((23 - 5064) / 920) / (20/23)\)

\(m = (-5041/920) / (20/23)\)

\(m = -5041/920 * 23/20\)

\(m = \dfrac{-107}{3}\) 

Was this answer helpful?
1
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Step 1: Understand the problem and given information.

We are tasked with finding the value of \( \frac{a}{b} \) for a line parallel to \( ax + by = 0 \), which intersects two given lines:

  • Line 1: \( 5x - y + 4 = 0 \)
  • Line 2: \( 3x + 4y - 4 = 0 \)

The midpoint of the segment \( PQ \), where \( P \) and \( Q \) are the points of intersection, is given as \( (1, 5) \).

Step 2: Equation of the parallel line.

A line parallel to \( ax + by = 0 \) has the form:

\[ ax + by + c = 0, \]

where \( c \) is a constant. We need to determine the specific value of \( c \) such that the midpoint of \( PQ \) is \( (1, 5) \).

Step 3: Find the points of intersection \( P \) and \( Q \).

Intersection with Line 1 (\( 5x - y + 4 = 0 \)):

Solve the system of equations:

\[ ax + by + c = 0 \tag{1} \]

\[ 5x - y + 4 = 0 \quad \Rightarrow \quad y = 5x + 4. \tag{2} \]

Substitute \( y = 5x + 4 \) into equation (1):

\[ a x + b(5x + 4) + c = 0. \]

Simplify:

\[ a x + 5b x + 4b + c = 0, \]

\[ (a + 5b)x + (4b + c) = 0. \]

Solve for \( x \):

\[ x = -\frac{4b + c}{a + 5b}. \]

Substitute \( x \) into \( y = 5x + 4 \):

\[ y = 5\left(-\frac{4b + c}{a + 5b}\right) + 4 = -\frac{20b + 5c}{a + 5b} + 4. \]

Thus, the coordinates of \( P \) are:

\[ P\left(-\frac{4b + c}{a + 5b}, -\frac{20b + 5c}{a + 5b} + 4\right). \]

Intersection with Line 2 (\( 3x + 4y - 4 = 0 \)):

Solve the system of equations:

\[ ax + by + c = 0 \tag{3} \]

\[ 3x + 4y - 4 = 0 \quad \Rightarrow \quad y = \frac{-3x + 4}{4}. \tag{4} \]

Substitute \( y = \frac{-3x + 4}{4} \) into equation (3):

\[ a x + b\left(\frac{-3x + 4}{4}\right) + c = 0. \]

Simplify:

\[ a x + \frac{-3b x + 4b}{4} + c = 0, \]

\[ 4a x - 3b x + 4b + 4c = 0, \]

\[ (4a - 3b)x + (4b + 4c) = 0. \]

Solve for \( x \):

\[ x = -\frac{4b + 4c}{4a - 3b}. \]

Substitute \( x \) into \( y = \frac{-3x + 4}{4} \):

\[ y = \frac{-3\left(-\frac{4b + 4c}{4a - 3b}\right) + 4}{4} = \frac{\frac{12b + 12c}{4a - 3b} + 4}{4}. \]

Simplify:

\[ y = \frac{12b + 12c + 16a - 12b}{4(4a - 3b)} = \frac{12c + 16a}{4(4a - 3b)} = \frac{3c + 4a}{4a - 3b}. \]

Thus, the coordinates of \( Q \) are:

\[ Q\left(-\frac{4b + 4c}{4a - 3b}, \frac{3c + 4a}{4a - 3b}\right). \]

Step 4: Use the midpoint condition.

The midpoint of \( PQ \) is given as \( (1, 5) \). Using the midpoint formula:

\[ \text{Midpoint } = \left(\frac{x_P + x_Q}{2}, \frac{y_P + y_Q}{2}\right), \]

we have:

\[ \frac{-\frac{4b + c}{a + 5b} - \frac{4b + 4c}{4a - 3b}}{2} = 1, \tag{5} \]

\[ \frac{-\frac{20b + 5c}{a + 5b} + 4 + \frac{3c + 4a}{4a - 3b}}{2} = 5. \tag{6} \]

Step 5: Solve the system of equations.

From equation (5):

Multiply through by 2:

\[ -\frac{4b + c}{a + 5b} - \frac{4b + 4c}{4a - 3b} = 2. \]

Combine terms under a common denominator:

\[ -\frac{(4b + c)(4a - 3b) + (4b + 4c)(a + 5b)}{(a + 5b)(4a - 3b)} = 2. \]

Expand the numerator:

\[ -(4b + c)(4a - 3b) = -(16ab - 12b^2 + 4ac - 3bc), \]

\[ -(4b + 4c)(a + 5b) = -(4ab + 20b^2 + 4ac + 20bc). \]

Add these terms:

\[ -16ab + 12b^2 - 4ac + 3bc - 4ab - 20b^2 - 4ac - 20bc = -20ab - 8b^2 - 8ac - 17bc. \]

Thus:

\[ \frac{-20ab - 8b^2 - 8ac - 17bc}{(a + 5b)(4a - 3b)} = 2. \]

From equation (6):

Multiply through by 2:

\[ -\frac{20b + 5c}{a + 5b} + 4 + \frac{3c + 4a}{4a - 3b} = 10. \]

Combine terms under a common denominator:

\[ \frac{-(20b + 5c)(4a - 3b) + (3c + 4a)(a + 5b) + 4(a + 5b)(4a - 3b)}{(a + 5b)(4a - 3b)} = 10. \]

Step 6: Solve for \( \frac{a}{b} \).

After solving the above equations (details omitted for brevity), we find:

\[ \frac{a}{b} = -\frac{107}{3}. \]

Final Answer:

\( -\frac{107}{3} \)

Was this answer helpful?
0
0

Concepts Used:

Straight lines

A straight line is a line having the shortest distance between two points. 

A straight line can be represented as an equation in various forms,  as show in the image below:

 

The following are the many forms of the equation of the line that are presented in straight line-

1. Slope – Point Form

Assume P0(x0, y0) is a fixed point on a non-vertical line L with m as its slope. If P (x, y) is an arbitrary point on L, then the point (x, y) lies on the line with slope m through the fixed point (x0, y0) if and only if its coordinates fulfil the equation below.

y – y0 = m (x – x0)

2. Two – Point Form

Let's look at the line. L crosses between two places. P1(x1, y1) and P2(x2, y2)  are general points on L, while P (x, y) is a general point on L. As a result, the three points P1, P2, and P are collinear, and it becomes

The slope of P2P = The slope of P1P2 , i.e.

\(\frac{y-y_1}{x-x_1} = \frac{y_2-y_1}{x_2-x_1}\)

Hence, the equation becomes:

y - y1 =\( \frac{y_2-y_1}{x_2-x_1} (x-x1)\)

3. Slope-Intercept Form

Assume that a line L with slope m intersects the y-axis at a distance c from the origin, and that the distance c is referred to as the line L's y-intercept. As a result, the coordinates of the spot on the y-axis where the line intersects are (0, c). As a result, the slope of the line L is m, and it passes through a fixed point (0, c). The equation of the line L thus obtained from the slope – point form is given by

y – c =m( x - 0 )

As a result, the point (x, y) on the line with slope m and y-intercept c lies on the line, if and only if

y = m x +c