|
|
|
|
||
|
|
|
|
|
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 problems where you need to think about what you're doing, the order in which you're doing it, and therefore the way in which 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.
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). That is, if I have to pay taxes on the purchase plus the delivery fee, I would pay more. I would rather 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, as a function of time, is: Copyright © Elizabeth Stapel 2006-2008 All Rights Reserved r(t) = 2.5t The formula for the area of a circle, as a function of the radius, 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 answer is: << Previous Top | 1 | 2 | 3 | 4 | 5 | Return to Index Next >>
|
|
|
|
Copyright © 2006-2008 Elizabeth Stapel | About | Terms of Use |
|
|
|
|
|
|