Algebra 2
Algebra 2
Algebra 2
A square array of numbers or variables enclosed between vertical lines is called a determinant. A
determinant is different from a matrix in that a determinant has a numerical value, whereas a matrix does
not. The following determinant has two rows and two columns.
The a's are the coefficients of the x's. The b's are the coefficients of the y's. The following is
the matrix of those coefficients.
det = a1b2 − b1a2
In every system of two equations with two unknowns, the determinant D is not 0,
Dx
x =
D
Dy
y =
D
What is determinant?
The value of this determinant is found by finding the difference between the diagonally down product and
the diagonally up product:
Example
Example
The x‐numerator determinant is formed by taking the constant terms from the system and placing them in
the x‐coefficient positions and retaining the y‐coefficients.
The y‐numerator determinant is formed by taking the constant terms from the system and placing them in
the y‐coefficient positions and retaining the x‐coefficients.
The answers for x and y are as follows:
Many times, finding solutions by using determinants is referred to as Cramer's Rule, named after the
mathematician who devised this method. Cramer's Rule could hardly be considered a “shortcut,” but it is
a rather neat way to solve systems of equations by using determinants.
Example
Example
= 20 – 6
= 14.
= −44 + 30
= −14.
= −50 + 22
= −28.
Therefore,
Dx −14
x = = = −1.
D 14
Dy −28
y= = = −2.
D 14
Example:
= 3 + 10
= 13.
= −31 + 5
= −26.
= 3 + 62
= 65.
Therefore,
Dx −26
x = = = −2.
D 13
Dy 65
y= = = 5.
D 13
When the determinant D is not 0, we say that the equations are linearly independent. In
any system of linearly independent equations, there is one and only one solution.
When the determinant D is 0, then either 1) there is not a unique solution, it is possible to
name many; or 2) there is no solution at all. In case 1), the equations are linearly
dependent. One of them is simply a multiple of the other. For example,
x + y = 3
2x + 2y = 6.
In case 2), the equations are inconsistent.
x + y = 3
x + y = 4.
Example
In the preceding matrix, the dashed line separates the coefficients of the variables from the constants in
each equation. Through the use of row multiplication and row additions, the goal is to transform the
preceding matrix into the following form.
The matrix method is the same as the elimination method but more organized.
Example
Therefore, y = 1
Matrices are a more time‐consuming method of solving systems of linear equations than either the
elimination or substitution methods. They only become a time‐saving method when solving multiple
equations in multiple variables that are repeatedly equated to different sets of constants. Don't worry;
you won't have to do those this year. Still, you should know that they are an alternative method of solving
linear equation systems.
FACTORING QUADRATICS
To "Factor" or "Factorize” a Quadratic is to find what to multiply to get the Quadratic. It is called
"Factoring" because we find the factors (a factor is something we multiply by)
Example:
= x2 + 3x − 4
Common Factor
Example:
2(3x2 − x) = 0
2x(3x − 1) = 0
2x is 0 when x = 0
3x − 1 is zero when x = ⅓
And this is the graph (see how it is zero at x=0 and x=⅓):
But it is not always that easy...
Example: what are the factors of 2x2 + 7x + 3? No common factors. Let us try to guess an answer, and
then check if we are right ... we might get lucky!
(2x+3)(x+1) = 2x2 + 2x + 3x + 3
= 2x2 + 5x + 3 (wrong)
(2x+7)(x−1) = 2x2 − 2x + 7x − 7
= 2x2 + 5x − 7 (wrong again)
(2x+9)(x−1) = 2x2 − 2x + 9x − 9
= 2x2 + 7x − 9 (wrong again)
Oh No! We could be guessing for a long time before we get lucky. That is not a very good method. So let
us try something else.
Luckily there is a method that works in simple cases. With the quadratic equation in this form:
Step 1: Find two numbers that multiply to give ac (in other words a times c), and add to give b.
Example:
2x2 + 7x + 3
ac is 2×3 = 6 and b is 7. So we want two numbers that multiply together to make 6, and add up to 7. In
fact 6 and 1 do that (6 × 1 = 6, and 6 + 1 = 7)
How do we find 6 and 1? It helps to list the factors of ac = 6, and then try adding some to get b = 7.
Factors of 6 include 1, 2, 3 and 6.
Aha! 1 and 6 add to 7, and 6 × 1 = 6.
Step 2: Rewrite the middle with those numbers: Rewrite 7x with 6x and 1x:
2x2 + 6x + x + 3
Step 3: Factor the first two and last two terms separately: The first two terms 2x2 6x factor into 2x(x+3).
The last two terms x+3 don't actually change in this case
So we get:
2x(x+3) + (x+3)
Step 4: If we've done this correctly, our two new terms should have a clearly visible common factor. In
this case we can see that (x+3) is common to both terms, so we can go:
Done!
Check: (2x+1)(x+3)
= 2x2 + 6x + x + 3
= 2x2 + 7x + 3 (Yes)
2x2 + 7x + 3
2x2 + 6x + x + 3
2x(x+3) + (x+3)
2x(x+3) + 1(x+3)
(2x+1)(x+3)
Example
6x2 + 5x − 6
One of the numbers has to be negative to make −36, so by playing with a few different numbers I find
that −4 and 9 work nicely: −4×9 = −36 and −4+9 = 5
Check: (2x+3)(3x − 2)
= 6x2 − 4x + 9x − 6
= 6x2 + 5x − 6 (Yes)
The hardest part is finding two numbers that multiply to give ac, and add to give b. It is partly guesswork,
and it helps to list out all the factors. Here is another example to help you:
Example:
ac = −120 and b = 7
What two numbers multiply to −120 and add to 7? The factors of 120 are (plus and minus):
1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 24, 30, 40, 60, and 120
We can try pairs of factors (start near the middle!) and see if they add to 7:
Why Factor?
Well, one of the big benefits of factoring is that we can find the roots of the quadratic equation (where the
equation is zero). All we need to do (after factoring) is find where each of the two factors becomes zero.
Example:
What are the roots (zeros) of 6x2 + 5x − 6?
We already know (from above) the factors are (2x + 3)(3x − 2). We can figure out that (2x + 3) is zero
when x = −3/2 and (3x − 2) is zero when x = 2/3.
ax2 + bx + c = 0 a(x+d)2 + e = 0
But if you have time, let me show you how to "Complete the Square" yourself. Say we have a simple
expression like x2 + bx. Having x twice in the same expression can make life hard. What can we do?
Well, with a little inspiration from Geometry we can convert it, like this:
As you can see x2 + bx can be rearranged nearly into a square...... and we can complete the
square with (b/2)2
So, by adding (b/2)2 we can complete the square, and (x+b/2)2 has x only once, which is easier to use.
Keeping the Balance: Now ... we can't just add (b/2)2 without also subtracting it too! Otherwise the
whole value changes. So let's see how to do it properly with an example:
Start with:
The result:
x2 + 6x + 7 = (x+3)2 − 2
And now x only appears once, and our job is done!
A Shortcut Approach
Here is a quick way to get an answer. You may like this method. First think about the result we
want: (x+d)2 + e. After expanding (x+d)2 we get: x2 + 2dx + d2 + e
Now see if we can turn our example into that form to discover d and e
Now, let us look at a useful application. We can complete the square to solve a Quadratic Equation (find
where it is equal to zero).
ax2 + bx + c = 0
But that is easy to deal with ... just divide the whole equation by "a" first, then carry on:
We now have something that looks like (x + p)2 = q, which can be solved rather easily:
Step 4 Take the square root on both sides of the equation.
Step 5 Subtract the number that remains on the left side of the equation to find x.
Example:
Solve x2 + 4x + 1 = 0
Step 2 Move the number term to the right side of the equation:
x2 + 4x = -1
Step 3 Complete the square on the left side of the equation and balance this by adding the same number
to the right side of the equation.
x2 + 4x + 4 = -1 + 4
(x + 2)2 = 3
Example:
Solve 5x2 – 4x – 2 = 0
Step 3 Complete the square on the left side of the equation and balance this by adding the same number
to the right side of the equation:
Step 5 Subtract (-0.4) from both sides (in other words, add 0.4):
Why complete the square when we can just use the Quadratic Formula to solve a Quadratic Equation?
Well, one reason is given above, where the new form not only shows us the vertex, but makes it easier to
solve.
There are also times when the form ax2 + bx + c may be part of a larger question and rearranging it
as a(x+d)2 + e makes the solution easier, because x only appears once. For example "x" may itself be a
function (like cos(z)) and rearranging it may open up a path to a better solution.
How did I get the values of d and e from the top of the page?
Start with
"Complete the Square"
Example
To solve using graphing, graph both equations on the same set of coordinate axes and see where the
graphs cross. The ordered pair at the point of intersection becomes the solution (see Figure 1).
Dependent system. If the two graphs coincide—that is, if they are actually two versions of the
same equation—then the system is called a dependent system, and its solution can be expressed
as either of the two original equations.
Inconsistent system. If the two graphs are parallel—that is, if there is no point of intersection—
then the system is called an inconsistent system, and its solution is expressed as an empty set {},
or the null set, ⊘.
The most useful form is the turning point form when we discuss transformations. Consider the turning
point form:
y = a(x – h)2 + k
We can consider the effects of each parameter (a, h and k) on the graph of the parabola.
a will cause a dilation by a factor of a from the x-axis.
h will cause a horizontal translation of h units.
k will cause a vertical translation of k units.
Before discussing the transformations of a quadratic, always make sure it is in turning point form. If it is
not in turning point form, you need to first complete the square on the general form.
Remember: you can use the discriminant (Δ) to determine how many x-intercepts exist:
Finally, you can use differential calculus (to be covered later) to determine the stationary
point of the quadratic which is the turning point of a parabola.
Step 4: Draw a parabola through points from (1) - (3) on a set of axes
Locate each of the points found in step (1), (2) and (3) on a set of axes.
Determine if the parabola is positive or negative from the value of a in the general form
The three points plotted from step (1), (2) and (3) should guide you to the overall shape of the
parabola; however, it is always a good idea to know what shape you should expect.
Lastly, and most importantly, ensure all the important features of the graph have been labelled with their
coordinates. Remember the important features are:
x-intercepts (if there are any).
y-intercepts
The turning point.
y= -x2+3
y=x2+2
y=x2
All of these equations are quadratics but they all have different roots. But what is a root??
A root is the x value when the y value = 0. It’s where the graph crosses the x axis. Because y=x 2+2 does
not cross the x axis it does not have any roots. This is easy to see graphically! Equally if we have a graph
we can simply read off the coordinates that cross the x axis to estimate the roots.
To work this out algebraically however we use part of the quadratic formula: b2 -4ac
If b2 - 4ac = 0 then there will be one real root, one place where the graph crosses the x axis e.g. y = x 2
If b2 - 4ac > 0 There will be two real roots, like y = -x2+3
If b2 - 4ac < 0 there won’t be any real roots, like y = x2+2
b2 - 4ac
b2 - 4ac
Given that the roots are where the graph crosses the x axis, y must be equal to 0. With this knowledge we
can find roots of quadratic equations algebraically by factorizing quadratics. For example, if we have the
graph y = x2 + x + 6, to find our roots we need to make y = 0.
Therefore 0 = x2 + x + 6
Factorize 0 = (x+3) (x-2)
0 = (x+3), -3 = x
0 = (x-2), 2 = x
The turning point of a graph is where the curve in the graph turns. The turning point will always be the
minimum or the maximum value of your graph. To find the turning point of a quadratic equation we need
to remember a couple of things:
So remember these key facts, the first thing we need to do is to work out the x value of the turning point.
Example
y = x2 + x + 6
Step 1: Find the roots of your quadratic - do this by factorizing and equating y to 0. (Exactly as we did
above with identifying roots)
Therefore 0 = y = x2 + x + 6
0 = (x+3), -3 = x
0 = (x-2), 2=x
Step 2: Find the average of the two roots to get the midpoint of the parabola. This will give us the x value
of our turning point!
-3 + 2 / 2 = -½
Therefore x = -½.
y= (-½)2 -½ - 6
=¼ -½ - 6
= -6.25
Summary
f(x) = ax2
To this:
f(x) = a(x-h)2 + k
Where: h = −b/2a
k = f(h)
In other words, calculate h (= −b/2a), then find k by calculating the whole equation for x = h. The
wonderful thing about this new form is that h and k show us the very lowest (or very highest) point, called
the vertex. And also the curve is symmetrical (mirror image) about the axis that passes through x=h,
making it easy to graph. So …
h shows us how far left (or right) the curve has been shifted from x=0
k shows us how far up (or down) the curve has been shifted from y=0
Example:
a = 2,
b = −12, and
c = 16
Example:
You have just plotted some interesting data, and it looks Quadratic:
(h, k) = (1, 1)
f(x) = a(x-h)2 + k
f(x) = a(x−1)2 + 1
f(x) = 0.5(x−1)2 + 1