Composition of Functions
"Function Composition" is applying one function to the results of another:
The result of f() is sent through g()
It is written: (g º f)(x)
Which means: g(f(x))
Symbol
The symbol for composition is a small circle:
(g º f)(x)
It is not a filled in dot: (g · f)(x), as that means multiply.
Composed With Itself
We can even compose a function with itself!
Domains
It has been easy so far, but now we must consider the Domains of the functions.
The domain is the set of all the values that go into a function.
The function must work for all values we give it, so it is up to us to make sure we get the domain correct!
It is important to get the Domain right, or we will get bad results!
Domain of Composite Function
We must get both Domains right (the composed function and the first function used).
When doing, for example, (g º f)(x) = g(f(x)):
- Make sure we get the Domain for f(x) right,
- Then also make sure that g(x) gets the correct Domain
Why Both Domains?
Well, imagine the functions are machines ... the first one melts a hole with a flame (only for metal), the second one drills the hole a little bigger (works on wood or metal):
What we see at the end is a drilled hole, and we may think "that should work for wood or metal". But if we put wood into g º f then the first function f will make a fire and burn everything down! |
So what happens "inside the machine" is important.
De-Composing Function
We can go the other way and break up a function into a composition of other functions.
This can be useful if the original function is too complicated to work on.
Summary
- "Function Composition" is applying one function to the results of another.
- (g º f)(x) = g(f(x)), first apply f(), then apply g()
- We must also respect the domain of the first function
- Some functions can be de-composed into two (or more) simpler functions.
https://www.mathsisfun.com/sets/functions-composition.html
Algebra 1
Elimination Method
The elimination method of solving systems of equations is also called the addition method. To solve a system of equations by elimination we transform the system such that one variable "cancels out".
Example 1: Solve the system of equations by elimination
Solution:
In this example we will "cancel out" the y term. To do so, we can add the equations together.
Now we can find: x = 2
In order to solve for y, take the value for x and substitute it back into either one of the original equations.
The solution is (x, y) = (2, 1).
Example 2: Solve the system using elimination
Solution:
Look at the x - coefficients. Multiply the first equation by -4, to set up the x-coefficients to cancel.
Now we can find: y = -2
Take the value for y and substitute it back into either one of the original equations.
The solution is (x, y) = (1, -2).
Example 3: Solve the system using elimination method
Solution:
In this example, we will multiply the first row by -3 and the second row by 2; then we will add down as before.
Now we can find: y = -1
Substitute y = -1 back into first equation:
The solution is (x, y) = (3, -1).
https://www.mathportal.org/algebra/solving-system-of-linear-equations/elimination-method.php
No comments:
Post a Comment