<< Chapter < Page Chapter >> Page >
In this section, you will:
  • Combine functions using algebraic operations.
  • Create a new function by composition of functions.
  • Evaluate composite functions.
  • Find the domain of a composite function.
  • Decompose a composite function into its component functions.

Suppose we want to calculate how much it costs to heat a house on a particular day of the year. The cost to heat a house will depend on the average daily temperature, and in turn, the average daily temperature depends on the particular day of the year. Notice how we have just defined two relationships: The cost depends on the temperature, and the temperature depends on the day.

Using descriptive variables, we can notate these two functions. The function C ( T ) gives the cost C of heating a house for a given average daily temperature in T degrees Celsius. The function T ( d ) gives the average daily temperature on day d of the year. For any given day, Cost = C ( T ( d ) ) means that the cost depends on the temperature, which in turns depends on the day of the year. Thus, we can evaluate the cost function at the temperature T ( d ) . For example, we could evaluate T ( 5 ) to determine the average daily temperature on the 5th day of the year. Then, we could evaluate the cost function at that temperature. We would write C ( T ( 5 ) ) .

Explanation of C(T(5)), which is the cost for the temperature and T(5) is the temperature on day 5.

By combining these two relationships into one function, we have performed function composition, which is the focus of this section.

Combining functions using algebraic operations

Function composition is only one way to combine existing functions. Another way is to carry out the usual algebraic operations on functions, such as addition, subtraction, multiplication and division. We do this by performing the operations with the function outputs, defining the result as the output of our new function.

Suppose we need to add two columns of numbers that represent a husband and wife’s separate annual incomes over a period of years, with the result being their total household income. We want to do this for every year, adding only that year’s incomes and then collecting all the data in a new column. If w ( y ) is the wife’s income and h ( y ) is the husband’s income in year y , and we want T to represent the total income, then we can define a new function.

T ( y ) = h ( y ) + w ( y )

If this holds true for every year, then we can focus on the relation between the functions without reference to a year and write

T = h + w

Just as for this sum of two functions, we can define difference, product, and ratio functions for any pair of functions that have the same kinds of inputs (not necessarily numbers) and also the same kinds of outputs (which do have to be numbers so that the usual operations of algebra can apply to them, and which also must have the same units or no units when we add and subtract). In this way, we can think of adding, subtracting, multiplying, and dividing functions.

For two functions f ( x ) and g ( x ) with real number outputs, we define new functions f + g , f g , f g , and f g by the relations

( f + g ) ( x ) = f ( x ) + g ( x ) ( f g ) ( x ) = f ( x ) g ( x )   ( f g ) ( x ) = f ( x ) g ( x ) ( f g ) ( x ) = f ( x ) g ( x ) where g ( x ) 0
Practice Key Terms 1

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Algebra and trigonometry. OpenStax CNX. Nov 14, 2016 Download for free at https://legacy.cnx.org/content/col11758/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Algebra and trigonometry' conversation and receive update notifications?

Ask