Composition
of Functions: Sections: Composing functions that are sets of point, Composing functions at points, Composing functions with other functions, Word problems using composition, Inverse functions and composition You may be given exercises where you need to think about what's going on, the order in which things are being done, and therefore the way in which modelling functions need to be composed:
Well, (
f o
g)(x) = f(g(x))
would mean that I would take my sales x,
subtract off the $5000
that didn't get the commission, and then multiply by 3%.
On the other hand, (g
o
f )(x) = So ( f o g)(x) does what we need it to do: ( f o g)(x) represents my commission. If you're not sure how the formulas are working, try plugging in numbers that you can understand, and pay attention to what you do with those numbers. The formula you need will be the same process. In the case of the commission formula above, you could test the following sales values:
For each sales value, I first subtracted $5000 to see if I'd sold enough to earn any commission at all. If I had, then I multiplied by 3%. Then I should apply the "subtract five thousand" formula first, and then apply the "multiply by three percent" formula last. This matches f(g(x)) = ( f o g)(x), which confirms my earlier answer.
This sort of calculation actually comes up in "real life", and is used for programming the cash registers. And this is why there is a separate button on the register for delivery fees and why they're not rung up as just another purchase. (i) The taxes are 7.5%, so the tax function is given by t(x) = 1.075x The delivery fee is fixed, so the purchase amount is irrelevant. The fee function is given by f (x) = x + 20 (ii) Composing, I get this: ( f
o
t)(x) = f (t(x)) = f (1.075x)
= 1.075x + 20 Then I would pay more using (t o f )(x), because I would be paying taxes (the t(x) formula) on the delivery fee (the "+20" in the f (x) formula). I would prefer that the delivery fee be tacked on after the taxes, because ( f o t)(x) results in a lower cost to me. (iii) If the state is not allowed to collect taxes on delivery fees, then: The function to use is ( f o t)(x).
Since the circle's leading edge covers ten inches in four seconds, the radius is growing at a rate of (10 inches)/(4 seconds) = 2.5 inches per second. Then the equation of the radius r, as a function of time t, is: Copyright © Elizabeth Stapel 2002-2011 All Rights Reserved r(t) = 2.5t The formula for the area A of a circle, as a function of the radius r, is given by:
Then the area, as a function of time, is found by plugging the radius equation into the area equation, and simplifying the composition:
Then the function they're looking for is:
<< Previous Top | 1 | 2 | 3 | 4 | 5 | 6 | Return to Index Next >>
|
|
|
|
Copyright © 2002-2012 Elizabeth Stapel | About | Terms of Use |
|
|
|
|
|
|