Solveeit Logo

Question

Question: If the lines represented by equation $px^2$-$qy^2$=0 are distinct then...

If the lines represented by equation px2px^2-qy2qy^2=0 are distinct then

A

pq>0pq > 0

B

pq<0pq < 0

C

pq=0pq = 0

D

p+q=0p + q = 0

Answer

A

Explanation

Solution

The given equation is px2qy2=0px^2 - qy^2 = 0. This equation represents a pair of straight lines passing through the origin.

We can rewrite the equation as px2=qy2px^2 = qy^2.

Case 1: If p=0p=0 or q=0q=0.

  • If p=0p=0, the equation becomes qy2=0-qy^2 = 0. If q0q \neq 0, this simplifies to y2=0y^2 = 0, which means y=0y=0. This is the equation of the x-axis, a single line.
  • If q=0q=0, the equation becomes px2=0px^2 = 0. If p0p \neq 0, this simplifies to x2=0x^2 = 0, which means x=0x=0. This is the equation of the y-axis, a single line.

In both these scenarios (p=0p=0 or q=0q=0), the equation represents a single line, not two distinct lines. Therefore, for distinct lines, we must have p0p \neq 0 and q0q \neq 0.

Case 2: If p0p \neq 0 and q0q \neq 0.

We can write the equation as y2=pqx2y^2 = \frac{p}{q} x^2.

Taking the square root on both sides, we get: y=±pqxy = \pm \sqrt{\frac{p}{q}} x

For these two lines to be real and distinct, the term under the square root, pq\frac{p}{q}, must be a positive real number.

  • If pq<0\frac{p}{q} < 0, then pq\sqrt{\frac{p}{q}} would be an imaginary number, meaning the lines would be imaginary (they would only intersect at the origin in the real plane).
  • If pq=0\frac{p}{q} = 0, this would imply p=0p=0 (since q0q \neq 0), which we have already excluded as it leads to a single line.

Therefore, for two distinct real lines, we must have pq>0\frac{p}{q} > 0.

The condition pq>0\frac{p}{q} > 0 implies that pp and qq must have the same sign:

  • If p>0p > 0 and q>0q > 0, then pq>0pq > 0.
  • If p<0p < 0 and q<0q < 0, then pq>0pq > 0.

Thus, the condition for the lines to be distinct (real and distinct) is pq>0pq > 0.

Alternative Method (Using General Equation of Pair of Straight Lines):

The general equation of a pair of straight lines passing through the origin is Ax2+2Hxy+By2=0Ax^2 + 2Hxy + By^2 = 0.

The given equation is px2qy2=0px^2 - qy^2 = 0.

Comparing the coefficients:

A=pA = p H=0H = 0 B=qB = -q

For the lines to be real and distinct, the condition is H2AB>0H^2 - AB > 0.

Substituting the values:

(0)2(p)(q)>0(0)^2 - (p)(-q) > 0 0+pq>00 + pq > 0 pq>0pq > 0

Both methods yield the same result.