Home Previous Next

MAT092 :: Lecture Note :: Week 06
Handouts | Email Thurman | Math Resources
GDT::Bits:: Time  |  Weather  |  Populations  |  Special Dates

Overview
Assessments:

Quote of the Week {Furman.edu:: Mathematical Quotations Server}
The depth with which we understand anything is in direct
proportion to the degree with which we have engaged in
intellectual labor to figure it out for ourselves.

-- Richard Paul (?????-) {authority on critical thinking; more...} [learning] [log]
BARS of the Week {NASA.gov:: Astronomy Picture of the Day}
Gila Bend AZ | Scottsbluff NE | Garden City KS | AZ Hwy-277 [log]


Linear Functions

M-W.com defines linear as follows.

   "of, relating to, resembling, or having a graph that 
    is a line and especially a straight line"

   [...and...]

   "having or being a response or output that is directly 
    proportional to the input"

Observe that the word linear contains the word line.

A linear function is a function is a "first degree polynomial function of one variable. These functions are called 'linear' because they are precisely the functions whose graph in the Cartesian coordinate plane is a straight line."

The following are equations for a line.

   slope-intercept form:  y = mx + b
   ... used when slope and y-intercept are known

   point-slope form:  y - y1 = m(x - x1)
   ... where (x1, y1) is a point on the line having slope m

   standard form:  Ax + By = C

Slope is another way of saying "rate of change" and linear functions have a constant rate of change.

Slope is often described as the ratio "rise over run."

Linear functions with a positive constant rate of change are increasing functions. Linear functions with a negative constant rate of change are decreasing functions.

{TopOfPage} {101Science} {quiet} { TI-83} { Factors} {MathWords}


Slope (Linear Functions)

The slope of a line is a measure of its average rate of change (steepness?). The slope also indicates if the line is increasing (uphill?) or decreasing (downhill?). In linear equations, slope is represented by the letter m.

The following is how to find the slope between two unique points on a line.

   point 1:  (x1, y1)
   point 2:  (x2, y2) 

   slope = m = (y2 - y1) / (x2 - x2)

   note:  x1 ≠ x2

Slope represents the ratio of change-in-output over change-in-input.

   m = Δy / Δx    (change in output / change in input)

   Δ is the "delta" character
   Δy is read "change of" (Δy is read "change of" y)
   Δy = y2 - y1

Slope is often described as the ratio "rise over run."


        rise
   m = ------
        run

Some slope notes.

   horizonal lines have slope 0   (y = f(x) = k, where k is a consant)
   vertical lines have undefined slope   (x = k, where k is a consant)
   parallel lines have equal slopes     (m1 = m2)
   perpendicular lines have negative inverse slopes  (m2 = -1/m1)

The following is a verbose form the slope-intercept equation.

   output = slope * input + initial_value_if_any

   ...or...

   output = average_rate_of_change * input + initial_value_if_any

{TopOfPage} {101Science} {quiet} { TI-83} { Factors} {MathWords}


Intercepts (Linear Functions)

Intercepts are points where lines intersect. In many cases, we need to know where lines intersect the horizonal- and vertical-axis (often called the x-intercept and y-intercept, respectively).

The vertical-intercept for a function is found by evaluating a function when its input is zero.

The horizontal-intercept for a function is found by setting its output to zero and finding what input value results in that output.

   f(x) = 5(x) + 3

   vertical-intercept (y-intercept)... 
      set the input to 0 and evaluate:  f(0) = 5(0) + 3 = 3
      vertical-intercept is (0, 3)

   horizontal-intercept (x-intercept)... 
      set the output to 0 and solve:  0 = 5(x) + 3 
                                     -3 = 5(x)
                                   -3/5 = x
      horizontal-intercept is (-3/5, 0)

Generalizations.

   given  f(x) = m(x) + b

     vertical-intercept:  (0, b)        [notice input is 0]
   horizontal-intercept:  (-b/m, 0)     [notice output is 0]

{TopOfPage} {101Science} {quiet} { TI-83} { Factors} {MathWords}


Exercise: Find Equation of a Line Given Two Points

Memorize the following

   slope formula:  m = (y2 - y1) / (x2 - x1)
   slope-intercept form:   y = mx + b
   point-slope form: y - y1 = m(x - x1)

[exercise] Given the two points (1, 5) and (3, 15), find the equation of the line.

   step 1:  calculate the slope m
            (15 - 5) / (3 - 1) = 10 / 2 = 5

   step 2:  substitute one of the points and the slope into the 
            point-slope form equation for a line

            y - 5 = 5(x - 1)       # point (1, 5) selected; m=5
                                     y1=5, x1=1

   step 3:  solve for y

            y - 5 = 5x - 5         # distributive property on right-side
            y     = 5x - 5 + 5     # add 5 to both sides
            y     = 5x + 0         # this is slope-intercept form

Since the 'b' value is zero we know that this line passes through point (0, 0). Recall, the 'b' value is the y-intercept (vertical-intercept) and it is obtained by setting the input to zero.

Solving this problem using the TI-83 calcuator.

   press ON
   press STAT
   press 1:EDIT
   if there are values in L1, then
      left arrow to L1 column, if necessary
      up arrow to L1 cell, if necessary
      press CLEAR
      press ENTER
   if there are values in L2, then
      up arrow to L1 cell
      right arrow to L2 cell
      press CLEAR
      press ENTER
   if necessary, use arrow keys to get to line 1 of L1
   1 ENTER
   3 ENTER
   right arrow
   5 ENTER
   15 ENTER

   There are now two point entered.

      L1    |     L2
      --------------
      1     |     5
      3     |     15

   press STAT
   right arrow to CALC
   press 4:LinReg(ax + b)

   home screen says:  LinReg(ax + b) [cursor]

   press 2ND 1 (L1)
   press COMMA (,)
   press 2ND 2
   press COMMA (,)
   press VARS
   right arrow to Y-VARS
   press 1:Function
   press 1:Y1

   home screen says:  LinReg(ax + b) L1,L2,Y1 [cursor]
   press ENTER

   home screen says:  LinReg
                        y = ax+b
                        a = 5
                        b = 0
                        r^2 = 1
                        r = 1

   press 2ND GRAPH to see a table
   press GRAPH to see a graph of the line
   press Y= to see the linear equation

{TopOfPage} {101Science} {quiet} { TI-83} { Factors} {MathWords}


Home Previous Next