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=0, the roots are found using the quadratic formula:
x=2aโbยฑb2โ4acโโ
The expression inside the square root, b2โ4ac, is called the discriminant.
- If b2โ4ac>0, there are two real roots.
- If b2โ4ac=0, there is one real root.
- If b2โ4ac<0, there are two complex roots.
To evaluate the square root of a negative number, we use the imaginary unit i, where i2=โ1 (meaning i=โ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+bi is a root, then aโbi must also be a root.
Example 1: Solving a Quadratic Equation
Problem: Solve x2+4x+13=0.
Solution: Here, a=1, b=4, and c=13.
First, find the discriminant: b2โ4ac=42โ4(1)(13)=16โ52=โ36
Now, plug this into the quadratic formula: x=2โ4ยฑโ36โโ
Since โ36โ=36โโ โ1โ=6i, we have: x=2โ4ยฑ6iโ
Divide both terms in the numerator by 2: x=โ2ยฑ3i
The solutions are the complex conjugate pair โ2+3i and โ2โ3i.
Example 2: Finding an Equation from Complex Roots
Problem: Find a quadratic equation with roots 2+3i and 2โ3i.
Solution: If r1โ and r2โ are roots of a quadratic equation, the equation can be written as: x2โ(r1โ+r2โ)x+(r1โโ r2โ)=0
-
Find the sum of the roots: (2+3i)+(2โ3i)=4
-
Find the product of the roots: (2+3i)(2โ3i)=22โ(3i)2=4โ9i2 Since i2=โ1, the product is: 4โ9(โ1)=4+9=13
-
Write the equation: Substitute the sum and product back into the formula: x2โ4x+13=0