How do you solve the quadratic with complex numbers given x^4+16x^2-225=0x4+16x2225=0?

1 Answer
Nov 5, 2016

This quartic equation has roots +-3±3 and +-5i±5i

Explanation:

The difference of squares identity can be written:

a^2-b^2 = (a-b)(a+b)a2b2=(ab)(a+b)

We will use this several times.

color(white)()
Given:

x^4+16x^2-225 = 0x4+16x2225=0

This is a quartic in x^4x4, but effectively a quadratic in x^2x2. So we can make a start by treating it as such and using whatever method we like to solve the quadratic:

0 = x^4+16x^2-2250=x4+16x2225

color(white)(0) = (x^2)^2+16(x^2)+64-2890=(x2)2+16(x2)+64289

color(white)(0) = (x^2+8)^2-17^20=(x2+8)2172

color(white)(0) = ((x^2+8)-17)((x^2+8)+17)0=((x2+8)17)((x2+8)+17)

color(white)(0) = (x^2-9)(x^2+25)0=(x29)(x2+25)

color(white)(0) = (x^2-3^2)(x^2-(5i)^2)0=(x232)(x2(5i)2)

color(white)(0) = (x-3)(x+3)(x-5i)(x+5i)0=(x3)(x+3)(x5i)(x+5i)

Hence roots:

x = +-3x=±3 and x = +-5ix=±5i