Solve the following quadratic equation using quadratic formula: $a(x^2+1)=x(a^2+1)$
Reveal answer
Fill a bubble to check yourself
Solve the following quadratic equation using quadratic formula: $a(x^2+1)=x(a^2+1)$
None of these
Expand the equation: ax^2 + a = a^2x + x. Rearrange to standard form: ax^2 - (a^2 + 1)x + a = 0. Using the quadratic formula or factoring: (ax - 1)(x - a) = 0. The roots are 1/a and a.
Rearrange the equation to standard form to get ax^2 - (a^2 + 1)x + a = 0. Using the quadratic formula, the discriminant is (a^2 + 1)^2 - 4(a)(a), which simplifies to a^4 - 2a^2 + 1 or (a^2 - 1)^2. Substituting this back into the formula gives x = ((a^2 + 1) +/- (a^2 - 1)) / 2a, yielding the solutions a and 1/a.