Solve the following quadratic equation using quadratic formula: $a^2x^2+(a^2-b^2)x-b^2=0$
Reveal answer
Fill a bubble to check yourself
Solve the following quadratic equation using quadratic formula: $a^2x^2+(a^2-b^2)x-b^2=0$
None of these
The equation a^2x^2 + (a^2 - b^2)x - b^2 = 0 can be factored as (a^2x - b^2)(x + 1) = 0. The roots are x = -1 and x = b^2/a^2.
For the equation a^2x^2 + (a^2 - b^2)x - b^2 = 0, we factor the quadratic expression by splitting the middle term. We rewrite the middle term to get a^2x^2 + a^2x - b^2x - b^2 = 0. Factoring by grouping gives a^2x(x + 1) - b^2(x + 1) = 0, which results in (a^2x - b^2)(x + 1) = 0. Setting the factors to zero yields the roots x = -1 and x = b^2/a^2.