functions

Concepts in Math

Math 170 - Fall 2025


Functions

Overview of Functions

  • Functions are mathematical constructs that describe relationships between quantities.

  • Various professionals analyze dependencies between quantities using functions.

    • Manufacturers: Interested in profit as a function of production levels.

    • Biologists: Analyze population changes of cultures (e.g., bacteria) over time.

    • Psychologists: Study relationships between learning time and vocabulary list length.

    • Chemists: Examine how reaction speed correlates with substrate amounts.

Definition of Functions

  • A function expresses a dependency of one variable on another.

  • Mathematically, a function is represented as y=f(x)y = f(x), where:

    • y: Dependent variable (output)

    • x: Independent variable (input)

Example: Area of a Circle
  • Let:

    • xx = radius of circle

    • yy = area of circle

  • From geometry, the area is defined as:

    • y=extπimesx2y = ext{π} imes x^2

  • This can also be expressed as:

    • f(x)=extπimesx2f(x) = ext{π} imes x^2

  • For a radius of 5 inches:

    • f(5)=extπimes(5)2=25extπf(5) = ext{π} imes (5)^2 = 25 ext{π} square inches.

Independent and Dependent Variables

  • In a function y=f(x)y = f(x):

    • Independent Variable: xx

    • Dependent Variable: yy

  • Domain: Set of all possible xx values (input values).

  • Range: Set of all possible yy values (output values).

Example: Finding Domain and Range
  • For the area function f(x)=extπimesx2f(x) = ext{π} imes x^2:

    • Domain: All positive values of xx (radius cannot be negative).

    • Range: All positive values of yy (area is always positive).

Linear Functions

  • Linear Function Definition: A function that can be represented in the slope-intercept form:

    • y=mx+by = mx + b

    • Here, mm is the slope and bb is the y-intercept.

  • This can also be expressed as:

    • f(x)=mx+bf(x) = mx + b

  • Importance: Linear functions are crucial for analyzing quantitative relationships in business and economics.

Example: U.S. Health-Care Expenditures
  • Trend Analysis: Rapid growth of the over-65 population projected to increase healthcare spending significantly in upcoming decades.

  • Mathematical Model: Health-care expenditures from 2008 through 2013 modeled as:

    • S(t)=0.134t+2.325S(t) = 0.134t + 2.325,

    • where tt represents years since 2008 (i.e., t=0t = 0 corresponds to 2008).

Investigating the Model
  1. Graphing the Function: Sketch S(t)S(t) alongside projected health-care expenditure data from 2008-2013.

  2. Expenditure Projection for 2014:

    • Calculate: S(6)=0.134imes6+2.325=3.129exttrillion<br>ightarrowextApprox.3.13exttrillionS(6) = 0.134 imes 6 + 2.325 = 3.129 ext{ trillion} <br>ightarrow ext{Approx. } 3.13 ext{ trillion}.

  3. Rate of Increase: Derived from the slope:

    • mext(slope)<br>ightarrowextRateofincrease=0.134exttrillion/yearextorapprox.0.13exttrillion/yearm ext{(slope)} <br>ightarrow ext{Rate of increase} = 0.134 ext{ trillion/year} ext{ or approx. } 0.13 ext{ trillion/year}.


Simple Depreciation

Understanding Depreciation

  • Depreciation describes the reduction in value of an asset over time.

  • Example Case: A network server with an original value of 10,00010,000:

    • Decreased linearly over 5 years to a scrap value of 3,0003,000.

Creating the Depreciation Model
  • Let V(t)V(t) represent the book value of the server at the end of year tt:

    • Since depreciation is linear, VV is a linear function of tt.

Finding the Equation
  • Using known values:

    • At t=0t = 0: V(0)=10,000V(0) = 10,000 (initial value).

    • At t=5t = 5: V(5)=3,000V(5) = 3,000 (scrap value).

  • Calculate the slope (rate of depreciation):

    • Using points: V(0)=(0,10000)V(0) = (0, 10000) and V(5)=(5,3000)V(5) = (5, 3000).

    • Slope mm can be found as:

    • m=V(5)V(0)50=30001000050=1400m = \frac{V(5) - V(0)}{5 - 0} = \frac{3000 - 10000}{5 - 0} = -1400.

Final Depreciation Equation
  • Use the point-slope form to derive the line equation:

    • V10,000=1400(t0)V - 10,000 = -1400(t - 0)

    • Therefore: V(t)=1400t+10,000V(t) = -1400t + 10,000

Book Value Calculation
  • Book Value at End of Year 2:

    • V(2)=1400(2)+10,000=7200V(2) = -1400(2) + 10,000 = 7200

  • Depreciation Rate:

    • Rate is given by the slope's negative value:

    • Since m=1400m = -1400, the rate of depreciation is $1400 per year.

Visual Representation of Depreciation
  • Graph of V(t)=1400t+10000V(t) = -1400t + 10000:

    • Starting point: (0, 10000)

    • Ending point: (5, 3000)

    • Depicts linear depreciation from initial value to the scrap value over 5 years.