2.3 Modeling Linear Functions

Learning Objectives

  1. Determine the equation of a line given two points.
  2. Determine the equation of a line given the slope and y-intercept.
  3. Find linear functions that model common applications.

Equations of Lines

Given the algebraic equation of a line, we can graph it in a number of ways. In this section, we will be given a geometric description of a line and find the algebraic equation. Finding the equation of a line can be accomplished in a number of ways. The following example makes use of slope-intercept form, y=mx+b, or using function notation, f(x)=mx+b. If we can determine the slope, m, and the y-intercept, (0, b), we can then construct the equation.

Example 1

Find the equation of the line passing through (3,6) and (5,4).

Solution:

We begin by finding the slope. Given two points, we can find the slope using the slope formula.

(x1,y1)(3,6)(x2,y2)(5,4)

m=y2y1x2x1=4(6)5(3)=465+3=108=54

Here m=54 and we have

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

To find b, substitute either one of the given points through which the line passes. Here we will use (3,6), but (5,4) would work just as well:

f(x)=54x+b      Use(x,f(x))=(3,6)6=54(3)+b6=154+b6414154=b24154=b94=b

Therefore, the equation of the line passing through the two given points is:

f(x)=mx+bf(x)=54x+94

Answer: f(x)=54x+94

Next, we outline an alternative method for finding equations of lines. Begin by applying the slope formula with a given point (x1,y1) and a variable point (x,y).

m=yy1xx1m1=yy1xx1               Crossmultiply.m(xx1)=yy1               Applythesymmetricproperty.yy1=m(xx1)

Therefore, the equation of a nonvertical line can be written in point-slope formAny nonvertical line can be written in the form yy1=m(xx1), where m is the slope and (x1,y1) is any point on the line.:

yy1=m(xx1)   Point-slopeform.

Point-slope form is particularly useful for finding the equation of a line given the slope and any ordered pair solution. After finding the slope, 54 in the previous example, we could use this form to find the equation.

Point        Slope(x1,y1)(3,6)    m=54

Substitute as follows.

yy1=m(xx1)y(6)=54(x(3))        Solvefory.y6=54(x+3)              Distribute.y6=54x154y=54x154+6y=54x+94

Notice that we obtain the same linear function f(x)=54x+94.

 

Note: Sometimes a variable is not expressed explicitly in terms of another; however, it is still assumed that one variable is dependent on the other. For example, the equation 2x+3y=6 implicitly represents the function f(x)=23x+2. You should become comfortable with working with functions in either form.

Example 2

Find the equation of the following linear function:

Solution:

From the graph we can determine two points (−1, −2) and (4, 1). Use these points to read the slope from the graph. The rise is 3 units and the run is 5 units.

Therefore, we have the slope and a point. (It does not matter which of the given points we use, the result will be the same.)

Point        Slope(1,2)    m=35

Use point-slope form to determine the equation of the line.

yy1=m(xx1)y(2)=35(x(1))        Solvefory.y+2=35(x+1)y+2=35x+35y=35x+352y=35x75

Answer: f(x)=35x75

Recall that parallel linesLines in the same plane that do not intersect; their slopes are the same. are lines in the same plane that never intersect. Two non-vertical lines in the same plane with slopes m1 and m2 are parallel if their slopes are the same, m1=m2.

Example 3

Find the equation of the line passing through (3,2) and parallel to x2y=2.

Solution:

To find the slope of the given line, solve for y.

x2y=22y=x2y=x22y=x222y=12x+1

Here the given line has slope m=12 and thus the slope of a parallel line m=12. The notation m reads “m parallel.” Since we are given a point and we now have the slope, we will choose to use point-slope form of a line to determine the equation.

Point        Slope(3,2)    m=12

yy1=m(xx1)         Point-Slopeformy(2)=12(x3)y+2=12x32y+22=12x322y=12x72

Answer: f(x)=12x72

It is important to have a geometric understanding of this question. We were asked to find the equation of a line parallel to another line passing through a certain point.

Through the point (3,2) we found a parallel line,y=12x72, shown as a dashed line. Notice that the slope is the same as the given line, y=12x+1, but the y-intercept is different.

Recall that perpendicular linesLines in the same plane that intersect at right angles; their slopes are opposite reciprocals. are lines in the same plane that intersect at right angles (90 degrees). Two nonvertical lines, in the same plane with slopes m1 and m2, are perpendicular if the product of their slopes is −1, m1m2=1. We can solve for m1 and obtain m1=1m2. In this form, we see that perpendicular lines have slopes that are negative reciprocalsUsed when referring to opposite reciproacals., or opposite reciprocalsTwo real numbers whose product is −1. Given a real number ab, the opposite reciprocal is ba.. In general, given real numbers a and b,

If m=ab  then  m=ba

The mathematical notation m reads “m perpendicular”. For example, the opposite reciprocal of m=35 is m=53. We can verify that two slopes produce perpendicular lines if their product is −1.

mm=3553=1515=1

Example 4

Find the equation of the line passing through (5,2) and perpendicular to x+4y=4.

Solution:

To find the slope of the given line, solve for y.

x+4y=44y=x+4y=x+44y=x4+44y=14x+1

The given line has slope m=14, and thus, m=+41=4. Substitute this slope and the given point into point-slope form.

  Point        Slope(5,2)    m=4

yy1=m(xx1)y(2)=4(x(5))y+2=4(x+5)y+5=4x+20y=4x+18

Answer: f(x)=4x+18

Geometrically, we see that the line y=4x+18, shown as a dashed line in the graph, passes through (5,2) and is perpendicular to the given line y=14x+1.

Try this! Find the equation of the line passing through (5,2) and perpendicular to 13x12y=2.

Answer: y=32x192

Modeling Linear Applications

Data can be used to construct functions that model real-world applications. Once an equation that fits given data is determined, we can use the equation to make certain predictions; this is called mathematical modelingUsing data to find mathematical equations that describe, or model, real-world applications..

Example 5

The cost of a daily truck rental is $48.00, plus an additional $0.45 for every mile driven. Write a function that gives the cost of the daily truck rental and use it to determine the total cost of renting the truck for a day and driving it 60 miles.

Solution:

The total cost of the truck rental depends on the number of miles driven. If we let x represent the number of miles driven, then 0.45x represents the variable cost of renting the truck. Use this and the fixed cost, $48.00, to write a function that models the total cost,

C(x)=0.45x+48

Use this function to calculate the cost of the rental when x=60 miles.

C(60)=0.45(60)+48=27+48=75

Answer: The total cost of renting the truck for the day and driving it 60 miles would be $75.

We can use the model C(x)=0.45x+48 to answer many more questions. For example, how many miles can be driven to keep the cost of the rental at most $66? To answer this question, set up an inequality that expresses the cost less than or equal to $66.

C(x)$660.45x+4866

Solve for x to determine the number of miles that can be driven.

0.45x+48660.45x18x40

To limit the rental cost to $66, the truck can be driven 40 miles or less.

Example 6

A company purchased a new piece of equipment for $12,000. Four years later it was valued at $9,000 dollars. Use this data to construct a linear function that models the value of the piece of equipment over time.

Solution:

The value of the item depends on the number of years after it was purchased. Therefore, the age of the piece of equipment is the independent variable. Use ordered pairs where the x-values represent the age and the y-values represent the corresponding value.

(age,value)

From the problem, we can determine two ordered pairs. Purchased new (age = 0), the item cost $12,000, and 4 years later the item was valued at $9,000. Therefore, we can write the following two (age,value) ordered pairs:

(0,12,000)    and    (4,9,000)

Use these two ordered pairs to construct a linear model. Begin by finding the slope m.

m=y2y1x2x1=9,00012,00040=3,0004=750

Here we have m = −750. The ordered pair (0, 12,000) gives the y-intercept; therefore, b = 12,000.

y=mx+by=750x+12,000

Lastly, write this model as a function which gives the value of the piece of equipment over time. Choose the function name V, for value, and the variable t instead of x to represent time in years.

V(t)=750t+12,000

Answer: V(t)=750t+12,000

The function V(t)=750t+12,000 called a linear depreciation modelA linear function used to describe the declining value of an item over time.. It uses a linear equation to expresses the declining value of an item over time. Using this function to determine the value of the item between the given data points is called interpolationUsing a linear function to estimate a value between given data points.. For example, we can use the function to determine the value of the item where t=2,

V(2)=750(2)+12,000=10,500

The function shows that the item was worth $10,500 two years after it was purchased. Using this model to predict the value outside the given data points is called extrapolationUsing a linear function to estimate values that extend beyond the given data points.. For example, we can use the function to determine the value of the item when t=10:

V(10)=750(10)+12,000=7,500+12,000=4,500

The model predicts that the piece of equipment will be worth $4,500 ten years after it is purchased.

In a business application, revenue results from the sale of a number of items. For example, if an item can be sold for $150 and we let n represent the number of units sold, then we can form the following revenue functionA function that models income based on a number of units sold.:

R(n)=150n

Use this function to determine the revenue generated from selling n=100 units,

R(100)=150(100)=15,000

The function shows that the revenue generated from selling 100 items is $15,000. Typically, selling items does not represent the entire story. There are a number of costs associated with the generation of revenue. For example, if there is a one-time set up fee of $5,280 and each item cost $62 to produce, then we can form the following cost functionA function that models the cost of producing a number of units.:

C(n)=62n+5,280

Here n represents the number of items produced. Use this function to determine the cost associated with producing n=100 units:

C(100)=62(100)+5,280=11,480

The function shows that the cost associated with producing 100 items is $11,480. Profit is revenue less costs:

Profit=Revenue  Cost=15,00011,480=3,520

Therefore, the profit generated by producing and selling 100 items is $3,520. In general, given a revenue function R and a cost function C, we can form a profit functionA function that models the profit as revenue less cost. by subtracting as follows:

P(n)=R(n)C(n)

Example 7

The cost in dollars of producing n items is given by the formula C(n)=62n+5,280. The revenue in dollars is given by R(n)=150n, where n represents the number items sold. Write a function that gives the profit generated by producing and selling n items. Use the function to determine how many items must be produced and sold in order to earn a profit of at least $7,000.

Solution:

Obtain the profit function by subtracting the cost function from the revenue function.

P(n)=R(n)C(n)=150n(62n+5,280)=150n62n5,280=88n5,280

Therefore, P(n)=88n+5,280 models the profit. To determine the number of items that must be produced and sold to profit at least $7,000, solve the following:

P(n)7,00088n5,2807,00088n12,280n139.5

Round up because the number of units produced and sold must be an integer. To see this, calculate the profit where n is 139 and 140 units.

P(139)=88(139)5,280=6,952P(140)=88(140)5,280=7,040

Answer: 140 or more items must be produced and sold in order to earn a profit of at least $7,000.

Sometimes the costs exceed the revenue, in which case, the profit will be negative. For example, use the profit function of the previous example, P(n)=88n5,280, to calculate the profit generated where n=50. P(50)=88(50)5,280=880 This indicates that when 50 units are produced and sold the corresponding profit is a loss of $880.

It is often important to determine how many items must be produced and sold to break even. To break even means to neither have a gain nor a loss; in this case, the profit will be equal to zero. To determine the breakeven pointThe point at which profit is neither negative nor positive; profit is equal to zero., set the profit function equal to zero and solve:

P(n)=88n5,2800=88n5,2805,280=88n60=n

Therefore, 60 items must be produced and sold to break even.

Try this! Custom t-shirts can be sold for $6.50 each. In addition to an initial set-up fee of $120, each t-shirt cost $3.50 to produce. a. Write a function that models the revenue and a function that models the cost. b. Determine a function that models the profit and use it to determine the profit from producing and selling 150 t-shirts. c. Calculate the number of t-shirts that must be sold to break even.

Answer: a. Revenue: R(x)=6.50x; cost: C(x)=3.50x+120; b. profit: P(x)=3x+120; $330 c. 40

Key Takeaways

  • Given two points we can find the equation of a line.
  • Parallel lines have the same slope.
  • Perpendicular lines have slopes that are opposite reciprocals. In other words, if m=ab, then m=ba.
  • To find an equation of a line, first use the given information to determine the slope. Then use the slope and a point on the line to find the equation using point-slope form.
  • To construct a linear function that models a real-world application, first identify the dependent and independent variables. Next, find two ordered pairs that describe the given situation. Use these two ordered pairs to construct a linear function by finding the slope and y-intercept.

Topic Exercises

    Part A: Equations of Lines

      Find the linear function f passing through the given points.

    1. (1,2) and (3,4)

    2. (3,2) and (1,4)

    3. (5,6) and (4,2)

    4. (2,7) and (3,5)

    5. (10,15) and (7,6)

    6. (9,13) and (8,12)

    7. (12,22) and (6,20)

    8. (6,12) and (4,13)

    9. (13,45) and (12,1)

    10. (32,52) and (1,56)

    11. (5,10) and (1,10)

    12. (4,0) and (7,0)

      Find the equation of the given linear function.

      Find the equation of the line:

    1. Parallel to y=53x+12 and passing through (3,4).

    2. Parallel to y=34x73 and passing through (8,1).

    3. Parallel to y=13x+6 and passing through (2,5).

    4. Parallel to y=14x+53 and passing through (5,6).

    5. Parallel to 4x5y=15 and passing through (1,2).

    6. Parallel to 3x4y=2 and passing through (6,8).

    7. Parallel to 2x+12y=9 and passing through (10,9).

    8. Parallel to 9x+24y=2 and passing through (12,4).

    9. Parallel to 215x+13y=110 and passing through (15,4).

    10. Parallel to 13x+27y=1 and passing through (12,11).

    11. Perpendicular to y=5x+2 and passing through (10,5).

    12. Perpendicular to y=2x+1 and passing through (8,11).

    13. Perpendicular to y=32x5 and passing through (5,3).

    14. Perpendicular to y=34x12 and passing through (6,4).

    15. Perpendicular to 12x+15y=3 and passing through (12,15).

    16. Perpendicular to 24x+15y=12 and passing through (2,1).

    17. Perpendicular to 14xy=3 and passing through (7,3).

    18. Perpendicular to xy=4 and passing through (6,2).

    19. Perpendicular to 215x35y=1 and passing through (1,1).

    20. Perpendicular to 34x23y=12 and passing through (3,6).

    21. Give the equation of the line that coincides with the x-axis.

    22. Give the equation of the line that coincides with the y-axis.

    23. Given any line in standard form, ax+by=c, determine the slope of any perpendicular line.

    24. Given any line in standard form, ax+by=c, determine the slope of any parallel line.

    Part B: Modeling Linear Applications

      Use algebra to solve the following.

    1. A company wishes to purchase pens stamped with the company logo. In addition to an initial set-up fee of $90, each pen cost $1.35 to produce. Write a function that gives the cost in terms of the number of pens produced. Use the function to determine the cost of producing 500 pens with the company logo stamped on it.

    2. A rental car company charges a daily rate of $42.00 plus $0.51 per mile driven. Write a function that gives the cost of renting the car for a day in terms of the number of miles driven. Use the function to determine the cost of renting the car for a day and driving it 76 miles.

    3. A certain cellular phone plan charges $16 per month and $0.15 per minute of usage. Write a function that gives the cost of the phone per month based on the number of minutes of usage. Use the function to determine the number of minutes of usage if the bill for the first month was $46.

    4. A web-services company charges $2.50 a month plus $0.14 per gigabyte of storage on their system. Write a function that gives the cost of storage per month in terms of the number of gigabytes stored. How many gigabytes are stored if the bill for this month was $6.00?

    5. Mary has been keeping track of her cellular phone bills for the last two months. The bill for the first month was $45.00 for 150 minutes of usage. The bill for the second month was $25.00 for 50 minutes of usage. Find a linear function that gives the total monthly bill based on the minutes of usage.

    6. A company in its first year of business produced 1,200 brochures for a total cost of $5,050. The following year, the company produced 500 more brochures at a cost of $2,250. Use this information to find a linear function that gives the total cost of producing brochures from the number of brochures produced.

    7. A Webmaster has noticed that the number of registered users has been steadily increasing since beginning an advertising campaign. Before starting to advertise, he had 2,200 registered users, and after 4 months of advertising he now has 5,480 registered users. Use this data to write a linear function that gives the total number of registered users, given the number of months after starting to advertise. Use the function to predict the number of users 8 months into the advertising campaign.

    8. A corn farmer in California was able to produce 154 bushels of corn per acre 2 years after starting his operation. Currently, after 7 years of operation, he has increased his yield to 164 bushels per acre. Use this information to write a linear function that gives the total yield per acre based on the number of years of operation, and use it to predict the yield for next year.

    9. A commercial van was purchased new for $22,500 and is expected to be worthless in 12 years. Use this information to write a linear depreciation function for the value of the van. Use the function to determine the value of the van after 8 years of use.

    10. The average lifespan of an industrial welding robot is 10 years, after which it is considered to have no value. If an industrial welding robot was purchased new for $58,000, write a function that gives the value of the robot in terms of the number of years of operation. Use the function to value the robot after 3 years of operation.

    11. A business purchased a piece of equipment new for $2,400. After 5 years of use the equipment is valued at $1,650. Find a linear function that gives the value of the equipment in terms of years of usage. Use the function to determine the number of years after which the piece of equipment will have no value.

    12. A salesman earns a base salary of $2,400 a month plus a 5% commission on all sales. Write a function that gives the salesman’s monthly salary in terms of sales. Use the function to determine the monthly sales required to earn at least $3,600 a month.

    13. When a certain professor was hired in 2005, the enrollment at a college was 8,500 students. Five years later, in 2010, the enrollment grew to 11,200 students. Determine a linear growth function that models the student population in years since 2005. Use the model to predict the year in which enrollment will exceed 13,000 students.

    14. In 1980, the population of California was about 24 million people. Twenty years later, in the year 2000, the population was about 34 million. Use this data to construct a linear function to model the population growth in years since 1980. Use the function to predict the year in which the population will reach 40 million.

    15. A classic car is purchased for $24,500 and is expected to increase in value each year by $672. Write a linear function that models the appreciation of the car in terms of the number of years after purchase. Use the function to predict the value of the car in 7 years.

    16. A company reported first and second quarter sales of $52,000 and $64,500, respectively.

      1. Write a linear function that models the sales for the year in terms of the quarter n.
      2. Use the model to predict the sales in the third and fourth quarters.
    17. A particular search engine assigns a ranking to a webpage based on the number of links that direct users to the webpage. If no links are found, the webpage is assigned a ranking of 1. If 20 links are found directing users to the webpage, the search engine assigns a page ranking of 3.5. a. Find a linear function that gives the webpage ranking based on the number of links that direct users to it. b. How many links will be needed to obtain a page ranking of 5?

    18. Online sales of a particular product are related to the number of clicks on its advertisement. It was found that 1,520 clicks in a month results in $2,748 of online sales, and that 1,840 clicks results in $2,956 of online sales. Write a linear function that models the online sales of the product based on the number of clicks on its advertisement. How many clicks would we need to expect $3,385 in monthly online sales from this particular product?

    19. A bicycle manufacturing business can produce x bicycles at a cost, in dollars, given by the formula C(x)=85x+2,400. The company sells each bicycle at a wholesale price of $145. The revenue, in dollars, is given by R(x)=145x, where x represents the number of bicycles sold. Write a function that gives profit in terms of the number of bicycles produced and sold. Use the function to determine the number of bicycles that need to be produced and sold to break even.

    20. The cost, in dollars, of producing n custom lamps is given by the formula C(n)=28n+360. Each lamp can be sold online for $79. The revenue in dollars, is given by R(n)=79n, where n represents the number of lamps sold. Write a function that gives the profit from producing and selling n custom lamps. Use the function to determine how many lamps must be produced and sold to earn at least $1,000 in profit.

    21. A manufacturer can produce a board game at a cost of $12 per unit after an initial fixed retooling investment of $12,500. The games can be sold for $22 each to retailers.

      1. Write a function that gives the manufacturing costs when n games are produced.
      2. Write a function that gives the revenue from selling n games to retailers.
      3. Write a function that gives the profit from producing and selling n units.
      4. How many units must be sold to earn a profit of at least $37,500?
    22. A vending machine can be leased at a cost of $90 per month. The items used to stock the machine can be purchased for $0.50 each and sold for $1.25 each.

      1. Write a function that gives the monthly cost of leasing and stocking the vending machine with n items.
      2. Write a function that gives the revenue generated by selling n items.
      3. Write a function that gives the profit from stocking and selling n items per month.
      4. How many items must be sold each month to break even?

    Part C: Discussion Board

    1. Research and discuss linear depreciation. In a linear depreciation model, what do the slope and y-intercept represent?

    2. Write down your own steps for finding the equation of a line. Post your steps on the discussion board.

Answers

  1. f(x)=32x+12

  2. f(x)=8x+34

  3. f(x)=3x+15

  4. f(x)=73x6

  5. f(x)=65x+25

  6. f(x)=10

  7. f(x)=12x+12

  8. f(x)=x

  9. f(x)=38x54

  10. f(x)=23x+13

  11. f(x)=2

  12. y=53x1

  13. y=13x173

  14. y=45x65

  15. y=16x223

  16. y=25x2

  17. y=15x3

  18. y=23x+13

  19. y=54x

  20. y=114x+72

  21. y=92x+72
  22. y=0

  23. m=ba

  1. C(x)=1.35x+90; $765

  2. C(x)=0.15x+16; 200 minutes

  3. C(x)=0.20x+15

  4. U(x)=820x+2,200; 8,760 users

  5. V(t)=1,875t+22,500; $7,500

  6. V(t)=150t+2,400; 16 years

  7. P(x)=540x+8,500; 2013

  8. V(t)=672t+24,500; $29,204

    1. r(n)=0.125n+1;
    2. 32 links
  9. P(x)=60x2,400; 40 bicycles

    1. C(n)=12n+12,500;
    2. R(n)=22n;
    3. P(n)=10n12,500;
    4. at least 5,000 units
  1. Answer may vary