Systems of Linear Equations:
Solving by Addition / Elimination
The addition method of solving systems of equations is also called the method of elimination. This method is similar to the method you probably learned for solving simple equations.
If you had the equation "x + 6 = 11", you would write "–6" under either side of the equation, and then you'd "add down" to get "x = 5" as the solution.
- x + 6 = 11
–6 –6
x = 5
- Solve the following system using addition.
- 2x + y = 9
3x – y = 16
- 2x + y = 9
3x – y = 165x = 25
- 2(5) + y = 9
10 + y = 9
y = –1
Then the solution is (x, y) = (5, –1).
- 3(5) – y = 16
15 – y = 16
–y = 1
y = –1
- Solve the following system using addition.
- x – 2y = –9x + 3y = 16
I'll multiply the second equation.
- x – 2(5) = –9
x – 10 = –9
x = 1
Then the solution is (x, y) = (1, 5).
Algebra2
You can also evaluate compositions symbolically. It is simpler to evaluate a composition at a point because you can simplify as you go, since you'll always just be plugging in numbers and simplifying. Evaluating a symbolic compositon, where you're first plugging x into some function and then plugging that function into some other function, can be much messier. But the process works just as the at-a-number composition does, and using parentheses to be carefully explicit at each step will be even more helpful.
- Given f(x) = 2x + 3 and g(x) = –x2 + 5, find ( f o g)(x). In this case, I am not trying to find a certain numerical value. Instead, I am trying to find the formula that results from plugging the formula for g(x) into the formula for f(x). I will write the formulas at each step, using parentheses to indicate where the inputs should go:
- ( f o g)(x) = f (g(x)) = f (–x2 + 5) = 2( ) + 3 ... setting up to insert the input formula = 2(–x2 + 5) + 3 = –2x2 + 10 + 3 = –2x2 + 13
Here's another symbolic example: Copyright © Elizabeth Stapel 2002-2011 All Rights Reserved
- Given f(x) = 2x + 3 and g(x) = –x2 + 5, find (g o f )(x).
- (g o f )(x) = g( f(x)) = g(2x + 3) = –( )2 + 5 ... setting up to insert the input = –(2x + 3)2 + 5 = –(4x2 + 12x + 9) + 5 = –4x2 – 12x – 9 + 5 = –4x2 – 12x – 4
There is something you should note from these two symbolic examples. Look at the results I got:
- ( f o g)(x) = –2x2 + 13 (g o f )(x) = –4x2 – 12x – 4
- f(x) • g(x) = g(x) • f(x) [always true for multiplication]
- ( f o g)(x) = (g o f )(x) [generally false for composition]
Usually composition is used to combine two functions. But sometimes you are asked to go backwards. That is, they will give you a function, and they'll ask you to come up with the two original functions that they composed. For example: Copyright © Elizabeth Stapel 2002-2011 All Rights Reserved
- Given h(x) = (x + 1)2 + 2(x + 1) – 3, determine two functions f (x) and g(x) which, when composed, generate h(x). This is asking you to notice patterns and to figure out what is "inside" something else. In this case, this looks similar to the quadratic x2 + 2x – 3, except that, instead of squaring x, they're squaring x + 1. In other words, this is a quadratic into which they've plugged x + 1. So let's make g(x) = x + 1, and then plug this function into f (x) = x2 + 2x – 3:
- ( f o g)(x) = f (g(x)) = f (x + 1) = ( )2 + 2( ) – 3 = (x + 1)2 + 2(x + 1) – 3
- Given h(x) = sqrt(4x + 1), determine two functions f (x) and g(x) which, when composed, generate h(x). Since the square root is "on" (or "around") the "4x + 1", then the 4x + 1 is put inside the square root. I need to take x, do "4x + 1" to it, and then take the square root of the result:
- g(x) = 4x + 1, f(x) = sqrt(x), and h(x) = ( f o g)(x).
© Elizabeth Stapel 2003-2011 All Rights Reserved
No comments:
Post a Comment