The straight line $y = m(x – a)$ will meet the parabola $y^2 = 4ax$ at two distinct real points for which values of $m$?
The answer is given as $m \in \mathbb R - {\{0\}}$.
I tried to solve by using the method of discriminants as follows:
$\{m(x-a)\}^2=4ax$, and then putting $D>0$, I get $1+m^2>0$ which is true for all reals.
I can't understand why $m=0$ can't be true from the result I get using the discriminant method. Any ideas ?
Note that if we have a quadratic equation $ax^2+bx+c=0$, then the solution is given by: $$ x = \frac{-b \pm \sqrt{b^2-4ac}}{2a} $$
Hence, the solution implicitly assumes that $a \neq 0$, which is the assumption that the equation is exactly of second degree and no less.
Now, let us look at the equation $m^2(x-a)^2 = 4ax$. This expands to: $$ m^2x^2 - 2m^2xa + m^2a^2 = 4ax \implies m^2x^2 +x(-4a-2ma) + ma^2 = 0 $$
Hence, your discriminant evaluates to $m^2+1$, which is greater than zero, for all applicable $m$. We have already seen that $m \neq 0$ is not applicable for this situation, because in the general quadratic solution, $m$ appears in the denominator, hence if $m=0$ we will be dividing by zero, which is a problem.
At $m=0$, the equation is not quadratic, and there is only one solution. Hence, it follows that there are two solutions on $\mathbb R - \{ 0\}$.