3

Let $a$ be a constant. If quadratic equation $(ax-1)^2+a^2 -a-2 = 0$ has equal roots, then $a=$?

T C
  • 2,563
king yau
  • 147
  • 1
  • 1
  • 2
  • 2
    Try 'Googling' "when does a quadratic equation have equal roots". – copper.hat Jan 05 '17 at 17:03
  • 2
    @copper.hat: did you try googling it? I did, and all I got was your unhelpful comment! – TonyK Jan 05 '17 at 20:17
  • 1
    @TonyK: Of course I did. The top of the (my) display shows all of the relevant information, discriminant, roots, description. So, for me, the search would have been helpful, not recursive. Actually, I just tried the same search from three different world locations and each returns the same first page. On a mobile search, the first thing returned states (paraphrasing slightly) "a quadratic equation has equal roots if and only if discriminant is zero". – copper.hat Jan 05 '17 at 20:46

3 Answers3

6

Hint:

$$(ax-1)^2 = -a^2+a+2$$

It has equal root when $-a^2+a+2=0$.

$$(-a+2)(a+1)=0$$

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149
2

Hint:

  • A quadratic equation has equal roots iff its discriminant is zero.

  • A quadratic equation has equal roots iff these roots are both equal to the root of the derivative.

lhf
  • 216,483
2

Your equation can be written as $$a^2x^2-2ax+a^2−a−1=0$$ Just equalize the Discriminant with $0$ i.e. in equation $ax^2+bx+c$ the roots will be equal if $$D=b^2-4ac=0$$.