Facebook Pixel
Mathos AI logo

Quadratic Equations with Complex Solutions

Quadratic Equations with Complex Solutions

When solving quadratic equations, you might encounter situations where the quadratic formula requires taking the square root of a negative number. This is where complex numbers come into play.

The Discriminant and Imaginary Numbers

For any quadratic equation in the form ax2+bx+c=0ax^2 + bx + c = 0, the roots are found using the quadratic formula:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

The expression inside the square root, b24acb^2 - 4ac, is called the discriminant.

  • If b24ac>0b^2 - 4ac > 0, there are two real roots.
  • If b24ac=0b^2 - 4ac = 0, there is one real root.
  • If b24ac<0b^2 - 4ac < 0, there are two complex roots.

To evaluate the square root of a negative number, we use the imaginary unit ii, where i2=1i^2 = -1 (meaning i=1i = \sqrt{-1}).

Complex Conjugate Pairs

An important rule in algebra is that if a polynomial has entirely real coefficients, its complex roots will always come in conjugate pairs. This means if a+bia + bi is a root, then abia - bi must also be a root.

Example 1: Solving a Quadratic Equation

Problem: Solve x2+4x+13=0x^2 + 4x + 13 = 0.

Solution: Here, a=1a = 1, b=4b = 4, and c=13c = 13.

First, find the discriminant: b24ac=424(1)(13)=1652=36b^2 - 4ac = 4^2 - 4(1)(13) = 16 - 52 = -36

Now, plug this into the quadratic formula: x=4±362x = \frac{-4 \pm \sqrt{-36}}{2}

Since 36=361=6i\sqrt{-36} = \sqrt{36} \cdot \sqrt{-1} = 6i, we have: x=4±6i2x = \frac{-4 \pm 6i}{2}

Divide both terms in the numerator by 2: x=2±3ix = -2 \pm 3i

The solutions are the complex conjugate pair 2+3i-2 + 3i and 23i-2 - 3i.

Example 2: Finding an Equation from Complex Roots

Problem: Find a quadratic equation with roots 2+3i2 + 3i and 23i2 - 3i.

Solution: If r1r_1 and r2r_2 are roots of a quadratic equation, the equation can be written as: x2(r1+r2)x+(r1r2)=0x^2 - (r_1 + r_2)x + (r_1 \cdot r_2) = 0

  1. Find the sum of the roots: (2+3i)+(23i)=4(2 + 3i) + (2 - 3i) = 4

  2. Find the product of the roots: (2+3i)(23i)=22(3i)2=49i2(2 + 3i)(2 - 3i) = 2^2 - (3i)^2 = 4 - 9i^2 Since i2=1i^2 = -1, the product is: 49(1)=4+9=134 - 9(-1) = 4 + 9 = 13

  3. Write the equation: Substitute the sum and product back into the formula: x24x+13=0x^2 - 4x + 13 = 0