Download Quadratic Equations

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Mathematics of radio engineering wikipedia , lookup

Vincent's theorem wikipedia , lookup

Recurrence relation wikipedia , lookup

Algebra wikipedia , lookup

List of important publications in mathematics wikipedia , lookup

Fundamental theorem of algebra wikipedia , lookup

Elementary algebra wikipedia , lookup

System of polynomial equations wikipedia , lookup

Partial differential equation wikipedia , lookup

Quadratic reciprocity wikipedia , lookup

History of algebra wikipedia , lookup

Quadratic form wikipedia , lookup

Transcript
Quadratic Equations
An Introduction
SPI 3103.3.2
Solve quadratic equations and systems, and
determine roots of a higher order polynomial.
Quadratic Equations are written
in the form ax2 + bx + c = 0,
where a ≠ 0.
Methods Used to
Solve Quadratic Equations
1. Graphing
2. Factoring
3. Square Root Property
4. Completing the Square
5. Quadratic Formula
Why so many methods?
- Some methods will not work for
all equations.
- Some equations are much
easier to solve using a
particular method.
- Variety is the spice of life.
Graphing
Graphing to solve quadratic equations does
not always produce an accurate result.
If the solutions to the quadratic equation
are irrational or complex, there is no way
to tell what the exact solutions are by
looking at a graph.
Graphing is very useful when solving
contextual problems involving quadratic
equations.
Graphing
2
y = x – 4x – 5
Solutions are
-1 and 5
Graphing (Example 2)
2
y = 3x + 7x – 1
Solutions are
-3 <x<-2 and 0<x<1
Factoring
Factoring is typically one of the easiest
and quickest ways to solve quadratic
equations;
however,
not all quadratic polynomials can be
factored.
This means that factoring will not work to
solve many quadratic equations.
Factoring (Examples)
Example 1
Example 2
2
x – 2x – 24 = 0
(x + 4)(x – 6) = 0
x+4=0
x–6=0
x = –4
x=6
2
x – 8x + 11 = 0
2
x – 8x + 11 is
prime; therefore,
another method
must be used to
solve this equation.
Square Root Property
This method is also relatively quick and
easy;
however,
it only works for equations in which the
quadratic polynomial is written in the
following form.
2
2
x = n or (x + c) = n
Square Root Property (Examples)
Example 1
2
Example 2
2
Example 3
2
x = 49
(x + 3) = 25
x – 5x + 11 = 0
x2  49
( x 3)2  25
x=±7
x+3=±5
This equation is
not written in the
correct form to
use this method.
x+3=5
x=2
x + 3 = –5
x = –8
Completing the Square
This method will work to solve ALL
quadratic equations;
however,
it is “messy” to solve quadratic equations
by completing the square if a ≠ 1 and/or b
is an odd number.
Completing the square is a great choice for
solving quadratic equations if a = 1 and b is
an even number.
Completing the Square
To complete the square for a quadratic
expression, change the format to ax² +bx=c
Steps:
1. Find ½ of b, the coefficient of x
2. Square the result of step 1
3. Add the result of step 2 to x²+bx. The
original expression.
Completing the Square
X²-14x+13=0
X²-14x
=-13
X²-14x +49=-13+49
(x-7)²
= 36
x-7
= ±6
x=7±6
x=7+6=13 or
x=7-6=1
original equation
Subtract 13
Square ½ of b
Factor left side, add
right side.
Take the square root of
each side.
Simplify
Quadratic Formula
This method will work to solve ALL quadratic
equations;
however,
for many equations it takes longer than some
of the methods discussed earlier.
The quadratic formula is a good choice if the
quadratic polynomial cannot be factored, the
equation cannot be written as (x+c)2 = n, or a
is not 1 and/or b is an odd number.
Quadratic Formula
The Quadratic Formula uses the a, b, and c from
ax2 + bx + c, where "a", "b", and "c" are just
numbers; they are the "numerical coefficients".
Quadratic Formula (Example)
2
x – 8x – 17 = 0
a=1
b = –8
c = –17
8  (8)2  4(1)(17)
x
2(1)
8  64  68
x
2
8  132
x
2
8  2 33
x
2
4  33
The Discriminant- b²-4ac
In the Quadratic Formula the expression under
the radical sign is called the discriminant. This
value can help you determine how many roots
you will find for a quadratic equation.
Discriminant
Number of roots
Graph
Negative
No real roots
The graph does not
cross the
x-axis
Zero
One root
The graph touches the
x-axis in one place
Positive
Two real roots
The graph crosses the
x-axis twice