Study Notes on Quadratic Formula and Complex Numbers
Quadratic Formula
Definition: The quadratic formula is a solution for polynomial equations of the form ( ax^2 + bx + c = 0 ), where ( a, b, c ) are real numbers and ( a \neq 0 ).
Formula: The formula is expressed as:
[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ]
This formula allows us to find the roots of the polynomial, which are the values of ( x ) that satisfy the equation such that the polynomial equals zero.
Roots Definition: Roots of a polynomial are the values of ( x ) for which the polynomial equals zero.
Example of Quadratic Formula Application
Given Equation: ( x^2 - 5x + 6 = 0 )
Factored Form: This trinomial factors to ( (x - 2)(x - 3) = 0 ) leading us to the roots ( x = 2 ) and ( x = 3 ).
Using the Quadratic Formula:
Identify parameters: ( a = 1, b = -5, c = 6 )
Substitute into formula:
[ x = \frac{-(-5) \pm \sqrt{(-5)^2 - 4 \cdot 1 \cdot 6}}{2 \cdot 1} ]
Simplifying this leads to:
[ x = \frac{5 \pm \sqrt{25 - 24}}{2} ]
This simplifies to [ x = \frac{5 \pm 1}{2} ] yielding the same roots, ( x = 3 ) and ( x = 2 ).
Discriminant
Definition: The expression ( b^2 - 4ac ) is known as the discriminant.
Interpretation:
If ( b^2 - 4ac > 0 ): There are two distinct real roots.
If ( b^2 - 4ac = 0 ): There is one real root or a double root.
If ( b^2 - 4ac < 0 ): There are no real roots, but there are two complex roots.
This discriminant also plays a crucial role in leading us to complex numbers in cases where the polynomial does not yield real values.
Complex Numbers
Definition: A complex number is stated in the form ( a + bi ), where:
( a ) is the real part.
( b ) is the imaginary part.
( i ) represents the imaginary unit, defined as ( i = \sqrt{-1} ).
Properties of the Imaginary Unit ( ( i ) )
Basic Values:
( i^2 = -1 )
( i^3 = -i )
( i^4 = 1 )
The powers of ( i ) cycle every four: ( i, -1, -i, 1 ).
Operations with Complex Numbers
Addition
For two complex numbers ( a + bi ) and ( c + di ):
The result is ( (a + c) + (b + d)i ).
Subtraction
For the same complex numbers:
The result is ( (a - c) + (b - d)i ).
Multiplication
For two complex numbers ( (a + bi)(c + di) ):
Apply the distributive property (or FOIL method) to multiply:
Result:
[ ac + adi + bci + bdi^2 ]
Replace ( i^2 ) with ( -1 ):
Final form: ( (ac - bd) + (ad + bc)i )
Example of Multiplication
Multiplying ( (9 + 7i)(-3 + 8i) ):
Result: is found through distribution resulting in a combination of real and imaginary terms.
Complex Conjugate
Definition: The conjugate of a complex number ( a + bi ) is ( a - bi ).
Useful Property: Multiplying a complex number by its conjugate:
( (a + bi)(a - bi) = a^2 + b^2 )
This property can eliminate complex numbers from denominators when dividing.
Complex Roots Example Using Quadratic Formula
Given Equation: ( x^2 + 10x + 26 = 0 )
Setting parameters:
( a = 1, b = 10, c = 26 )
Substitute into formula:
[ x = \frac{-10 \pm \sqrt{10^2 - 4 \cdot 1 \cdot 26}}{2 \cdot 1} ]
Calculate discriminant:
[ 10^2 - 4(1)(26) = 100 - 104 = -4 ]
Conclude no real roots and complex roots:
[ x = \frac{-10 \pm 2i}{2} = -5 \pm i ]
Therefore, roots are ( x = -5 + i ) and ( x = -5 - i ).
Summary of Key Concepts
Quadratic Formula: Essential for finding polynomial roots.
Discriminant's Importance: Indicates the nature of roots.
Complex Numbers: Essential for solutions where real numbers are insufficient.
Operations on Complex Numbers: Addition, subtraction, and multiplication can be evaluated accordingly, taking care of imaginary components.
Conclusion
The quadratic formula and complex number theory are fundamental concepts bridging real and complex solutions in algebra, which have applications beyond mathematics in fields like physics.