3

How do we make a combined equation of a curve $$ax^2+2hxy+by^2+2gx+2fy+c=0$$ and line $$lx + my = n?$$

Rustyn
  • 8,407
Ravi
  • 123

2 Answers2

1

$$(ax^2+2hxy+by^2+2gx+2fy+c)\cdot(lx+my-n)=0$$

  • But by Mutiplying both the equations we can't find the point of intersection of the curves and the line.. – Ravi Jan 16 '13 at 18:03
  • But it is an equation that describes the combination (set-theoretic union) of the curve and the line. The question said nothing about finding the intersection points. – Hagen von Eitzen Jan 16 '13 at 18:08
  • Sorry, my mistake. Actually we have to develop a combined equation of line passing through origin and intersection point of the curve and the line. – Ravi Jan 16 '13 at 18:14
1

In assumption that $l^2+m^2\ne{0}$ is possible to solve the linear equation $lx+my=n$ with respect to one of variables, say $x: \;\;x=\dfrac{n-my}{l}$ and substitute it into the first equation

M. Strochyk
  • 8,397