0

If the three lines: $$x\sin^2 \theta + y \cos^2 \theta = 1$$ $$x \cos^2 \theta + y \sin^2 \theta = 1$$ $$lx + my + n = 0$$ are concurrent then which of the following is true?

a) $l+m=n$

b) $l^3+m^3+n^3=3lmn$

c) $l=m=n$

d) None of these

Well obviously if the lines are concurrent, then all three terms have to be in a common ratio. However don't know where to proceed from there. Please help!

Gummy bears
  • 3,408

3 Answers3

1

Solving for $x,y$ from the first two equation, we find $x=y=1$

So for concurrency, $lx+my+n=0$ must pass through $(1,1)$

0

The three lines are concurrent iff the determinant of $$ \left[ \begin{array}{ccc} s^2& c^2& -1\\ c^2& s^2& -1\\ l& m& n \end{array} \right] $$ is equal to zero. You shall have $l+m+n=0$ or $s^2-c^2=0$.

Troy Woo
  • 3,579
0

Rather than solving the equations lets try something else - since the conditions are independent of $\theta$, we can choose $\theta$ as we please.

If $\theta =0$ the first two equations give $y=1$ and $x=1$ and the third gives $l+m+n=0$. So we can have $l=m=1, n=-2$ which eliminate $a)$ and $c)$. But $b)$ becomes $-6=-6$ which is true.

Now if $\sin \theta = \cos \theta =\frac {\sqrt 2}2$ we get $x+y=2$ from the first two equations. Then if $x=0, y=2$ the third equation becomes $n=-2m$. Setting $m=n=0, l=1$ note that $b)$ becomes $1=0$, so can't always hold.

Mark Bennet
  • 100,194