0

I'm stuck on my maths homework, and would appreciate help.

The question is:

Show that if the equation $(m + n)x^2 - 2mnx - (m-n) = 0$ has equal roots, then $$m^2 = \frac{n^2}{1-n^2}$$

I've worked out that I need to use the discriminant to prove this. This is my progress so far:

$b^2 - 4ac = 0$

$(-2mn)^2 - (4(m+n)(-(m-n)) = 0$

$4m^2n^2 - ((4m + 4n)(-m+n)) = 0$

$4m^2n^2 - (-4m^2 + 4mn - 4mn + 4n^2) = 0$

$4m^2n^2 - (4n^2 - 4m^2) = 0$

$m^2n^2 - (n^2 - m^2) = 0$

$m^2n^2 - n^2 + m^2 = 0$

$m^2n^2 + m^2 = n^2$

$m^2(n^2 + 1) = n^2$

$m^2 = \frac{n^2}{n^2 + 1}$

I can't find a way to rearrange it to get the required proof. Can someone solve this for me?

imulsion
  • 869

2 Answers2

0

For equal roots, $$\begin{align}b^2&=4ac\\ (2mn)^2&=4(m+n)[-(m-n)]\\ m^2n^2&=-(m^2-n^2)\\ m^2(n^2+1)&=n^2\\ m^2&=\frac{n^2}{1+n^2}\end{align}$$

which seems to be the same as your answer.

  • The last line of your solution does not match my question - I need $1-n^2$ instead of $1 + n^2$ – imulsion Sep 08 '14 at 17:12
  • I meant the same as the answer you got, not the one provided with the question. If the question had been $(m+n)x^2-2mnx+(m-n)=0$ then the answer provided with the question is correct. – Hypergeometricx Sep 08 '14 at 17:13
  • Does that mean the question is wrong...? – imulsion Sep 08 '14 at 17:14
  • Either that or the answer provided with the question is wrong :) But my answer could be wrong too, so let's see what others on here have to say. – Hypergeometricx Sep 08 '14 at 17:15
  • imulsion is correct. btw, hypergeometric's solution is identical to the OP's – user26486 Sep 08 '14 at 17:16
  • So someone made a sign error (or swapped $m$ and $n$, which is tantamount to a sign error) when copying the problem. "Someone" could be a teacher, author, or publisher; that is, it could easily have been wrong already when presented to you. – David K Sep 08 '14 at 17:54
0

$$\Delta:=b^2-4ac=(2mn)^2\color{red}-4(m+n)\cdot(\color{red}-(m-n))=4m^2n^2+4(m^2-n^2)=0\iff$$

$$\iff m^2n^2+m^2-n^2=0\iff m^2(n^2+1)=n^2\iff m^2=\frac{n^2}{n^2+1}$$

Thus, the solution the OP provides as given is wrong, and hypergeometric (and the solution the OP himself provides) is right.

Timbuc
  • 34,191