Stuck solving this equation.
Full text:
For what real values of the parameter do the common solutions of the equation became identical?
1. y = mx - 1
2. x^2 = 4y
ans. m = +/- 1
2a. x^2 - 4y = 0
So i started by substituting 1. into 2a.
x^2 - 4 * (mx - 1) = 0
x^2 -4mx + 4 = 0
Solutions must be identical so we must have x1 = x2 and y1 = y2
From the book: Therefore the two common solutions of (1) and (2) become identical when and only when the roots of the equation are equal; that is when the discriminant vanishes
d = B^2 - 4AC
A = x^2
B = -4mx
C = 4
Here i got stuck
d = (-4mx)^2 - 4 * x^2 * 4
(-4mx)^2 - 4 * x^2 * 4 = 0
(-4mx)^2 + 16 * x^2 = 0
looking at previous solutions, i should get the value of m from determinant by getting a trinomial that i could factor. I am unable to form a trinomial.
So how can this be solved?
The discriminant of a quadratic in $\,x\, $ does not involve $\,x\,$ but only the coefficients, so
$$x^2-4mx+4=0\implies \Delta=(-4m)^2-4\cdot1\cdot4=16m^2-16=0\iff$$
$$\iff 16m^2=16\iff m^2=1\iff m=\pm\,1$$