Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

4.3 Q-26

Question Statement

Find the equations of two parallel lines that are perpendicular to the line 2xβˆ’y+3=02x - y + 3 = 0 such that the product of the xx- and yy-intercepts of each line is 3.


Background and Explanation

This problem involves concepts of slopes, intercepts, and perpendicularity in coordinate geometry. Key points to understand:

  • A line perpendicular to another has a slope that is the negative reciprocal of the original slope.
  • The intercepts of a line can be found by substituting y=0y = 0 (for xx-intercept) and x=0x = 0 (for yy-intercept).
  • The product of the intercepts is a condition used to determine the constant in the line’s equation.

Solution

Step 1: General equation of the line perpendicular to 2xβˆ’y+3=02x - y + 3 = 0.

The slope of 2xβˆ’y+3=02x - y + 3 = 0 can be calculated by rearranging it into slope-intercept form (y=mx+cy = mx + c): y=2x+3y = 2x + 3

The slope of this line is 2. The slope of a perpendicular line is the negative reciprocal, which is: mperpendicular=βˆ’12m_{\text{perpendicular}} = -\frac{1}{2}

The general equation of any line with this slope is: x + 2y + c = 0 \tag{1}

Here, cc is a constant to be determined.


Step 2: Calculate the intercepts of the line.

  1. Finding the xx-intercept: Substitute y=0y = 0 into x+2y+c=0x + 2y + c = 0: x+c=0β€…β€ŠβŸΉβ€…β€Šx=βˆ’cx + c = 0 \implies x = -c

    So, the xx-intercept is βˆ’c-c.

  2. Finding the yy-intercept: Substitute x=0x = 0 into x+2y+c=0x + 2y + c = 0: 2y+c=0β€…β€ŠβŸΉβ€…β€Šy=βˆ’c22y + c = 0 \implies y = -\frac{c}{2}

    So, the yy-intercept is βˆ’c2-\frac{c}{2}.


Step 3: Use the condition on the product of intercepts.

We are given that the product of the xx- and yy-intercepts is 3. Substituting the intercepts: (βˆ’c)β‹…(βˆ’c2)=3(-c) \cdot \left(-\frac{c}{2}\right) = 3

Simplify: c22=3\frac{c^2}{2} = 3

Multiply through by 2: c2=6c^2 = 6

Take the square root: c=Β±6c = \pm \sqrt{6}


Step 4: Write the equations of the lines.

Substitute c=6c = \sqrt{6} and c=βˆ’6c = -\sqrt{6} into the general equation x+2y+c=0x + 2y + c = 0:

  1. For c=6c = \sqrt{6}: x+2y+6=0x + 2y + \sqrt{6} = 0

  2. For c=βˆ’6c = -\sqrt{6}: x+2yβˆ’6=0x + 2y - \sqrt{6} = 0

Thus, the equations of the required lines are: x+2y+6=0andx+2yβˆ’6=0x + 2y + \sqrt{6} = 0 \quad \text{and} \quad x + 2y - \sqrt{6} = 0


Key Formulas or Methods Used

  1. Slope of a perpendicular line: mperpendicular=βˆ’1mm_{\text{perpendicular}} = -\frac{1}{m}.
  2. Intercepts:
    • xx-intercept: Set y=0y = 0.
    • yy-intercept: Set x=0x = 0.
  3. Product of intercepts: Relates xx- and yy-intercepts through a given condition.

Summary of Steps

  1. Determine the slope of the given line and find the slope of the perpendicular line.

  2. Write the general equation of the perpendicular line.

  3. Find the xx- and yy-intercepts of the line in terms of cc.

  4. Use the condition on the product of intercepts to solve for cc.

  5. Substitute the values of cc into the equation to get the two required lines:

    • x+2y+6=0x + 2y + \sqrt{6} = 0
    • x+2yβˆ’6=0x + 2y - \sqrt{6} = 0