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

4.5 Q-7

Question Statement

Find the joint equation of the lines passing through the origin and perpendicular to the given equation:

x2βˆ’2xytan⁑aβˆ’y2=0x^2 - 2xy \tan a - y^2 = 0

Background and Explanation

This problem involves finding the equations of lines that satisfy two key conditions:

  1. The lines pass through the origin.
  2. They are perpendicular to the given equation, which represents two intersecting lines.

To solve this, we’ll use the concept of slopes and the property that the product of the slopes of perpendicular lines is βˆ’1-1. We’ll reformulate the given equation into a more workable form and derive the required conditions for perpendicularity.


Solution

Step 1: Simplify the Given Equation

The equation is written as:

x2βˆ’2xytan⁑aβˆ’y2=0x^2 - 2xy \tan a - y^2 = 0

We rewrite it in terms of yx\frac{y}{x}:

y2x2βˆ’2yxtan⁑a+1=0\frac{y^2}{x^2} - 2 \frac{y}{x} \tan a + 1 = 0

Let yx=m\frac{y}{x} = m. This simplifies the equation into a quadratic form:

m2βˆ’2mtan⁑a+1=0m^2 - 2m \tan a + 1 = 0

Step 2: Solve for mm

Using the quadratic formula:

m=βˆ’bΒ±b2βˆ’4ac2am = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Here, a=1a = 1, b=βˆ’2tan⁑ab = -2\tan a, and c=1c = 1. Substituting these values:

m=2tan⁑aΒ±(2tan⁑a)2βˆ’4(1)(1)2m = \frac{2\tan a \pm \sqrt{(2\tan a)^2 - 4(1)(1)}}{2}

Simplify further:

m=tan⁑a±sec⁑2am = \tan a \pm \sqrt{\sec^2 a}

Since sec⁑2a=1+tan⁑2a\sec^2 a = 1 + \tan^2 a, the roots are:

m=tan⁑a±1m = \tan a \pm 1

Step 3: Find Slopes of Perpendicular Lines

The slopes of the original lines are m1=tan⁑a+1m_1 = \tan a + 1 and m2=tan⁑aβˆ’1m_2 = \tan a - 1. For perpendicular lines, their slopes are the negative reciprocals:

  • Slope m3=cos⁑aβˆ’sin⁑a+1m_3 = \frac{\cos a}{-\sin a + 1}
  • Slope m4=cos⁑aβˆ’sin⁑aβˆ’1m_4 = \frac{\cos a}{-\sin a - 1}

Step 4: Equations of Perpendicular Lines

The equations of lines passing through the origin are:

  1. y=m3xy = m_3 x Substituting m3m_3:
y=cos⁑aβˆ’sin⁑a+1x y = \frac{\cos a}{-\sin a + 1} x

Rearrange:

(βˆ’sin⁑a+1)y=cos⁑a,x (-\sin a + 1)y = \cos a , x
  1. y=m4xy = m_4 x Substituting m4m_4:
y=cos⁑aβˆ’sin⁑aβˆ’1x y = \frac{\cos a}{-\sin a - 1} x

Rearrange:

(βˆ’sin⁑aβˆ’1)y=cos⁑a,x (-\sin a - 1)y = \cos a , x

Step 5: Joint Equation of the Two Lines

Combine the two equations:

[(βˆ’sin⁑a+1)yβˆ’cos⁑a,x]β‹…[(βˆ’sin⁑aβˆ’1)yβˆ’cos⁑a,x]=0[(-\sin a + 1)y - \cos a , x] \cdot [(-\sin a - 1)y - \cos a , x] = 0

Expand and simplify:

cos⁑2a,x2βˆ’2cos⁑asin⁑a,xyβˆ’(cos⁑2a)y2=0\cos^2 a , x^2 - 2\cos a \sin a , x y - (\cos^2 a)y^2 = 0

Divide through by cos⁑2a\cos^2 a:

x2βˆ’2tan⁑a,xyβˆ’y2=0x^2 - 2 \tan a , x y - y^2 = 0

This is the joint equation of the required lines.


Key Formulas or Methods Used

  1. Quadratic formula:
m=βˆ’bΒ±b2βˆ’4ac2a m = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
  1. Slope of perpendicular lines: If mm is the slope of a line, the slope of a line perpendicular to it is βˆ’1m-\frac{1}{m}.

  2. Simplification of trigonometric identities: sec⁑2a=1+tan⁑2a\sec^2 a = 1 + \tan^2 a.


Summary of Steps

  1. Rewrite the given equation in terms of yx\frac{y}{x} and substitute m=yxm = \frac{y}{x}.
  2. Solve the resulting quadratic equation for mm.
  3. Derive the slopes of perpendicular lines using the negative reciprocal rule.
  4. Write the equations of these lines and combine them to form the joint equation.