Linear Functions Review for Calculus

Linear Functions: Foundations for Calculus

Introduction to Linear Functions in Calculus

  • Linear functions, which represent straight lines, are fundamental in calculus.

  • Their importance is seen almost immediately in calculus, particularly when discussing tangent lines.

  • The ability to work with linear functions is assumed and utilized quickly within the first month of a calculus course.

Defining and Describing a Linear Function

  • To describe a line, two crucial pieces of information are needed:

    1. The slope (m): Represents the rate of change or the angle of inclination of the line.

      • Slope Formula: Given two points (x<em>1,y</em>1)(x<em>1, y</em>1) and (x<em>2,y</em>2)(x<em>2, y</em>2), the slope mm is calculated as:
        m=y<em>2y</em>1x<em>2x</em>1=rise over runm = \frac{y<em>2 - y</em>1}{x<em>2 - x</em>1} = \text{rise over run}

      • Significance in Calculus: The slope tells us about the rate of change of the line. While not typically described this way before calculus, the difference quotient that defines the slope is a precursor to understanding rates of change in calculus, particularly the concept of a derivative.

    2. At least one point on the line: Provides a specific location for the line in the coordinate plane.

Forms of Linear Equations

1. Point-Slope Form
  • Formula: (yy<em>1)=m(xx</em>1)(y - y<em>1) = m(x - x</em>1)

  • This form utilizes the slope mm and a single point (x<em>1,y</em>1)(x<em>1, y</em>1) to find the equation of the line.

  • Example: Given m=2m = -2 and the point (1,3)(1, -3)

    • Substitute the values: (y(3))=2(x1)(y - (-3)) = -2(x - 1)

    • Simplify algebraically:
      y+3=2x+2y + 3 = -2x + 2
      y=2x+23y = -2x + 2 - 3
      y=2x1y = -2x - 1

2. Slope-Intercept Form (Y-intercept Form)
  • Formula: y=mx+by = mx + b

  • Components:

    • mm: The slope.

    • bb: The y-intercept. This is the value of yy when x=0x = 0. Graphically, it's the point (0,b)(0, b) where the line crosses the y-axis.

  • Finding the Equation using y=mx+by = mx + b: One can use the slope and a point to find bb and then write the equation.

    • Example: Using the same information: m=2m = -2 and point (1,3)(1, -3)

      • Substitute x=1x = 1, y=3y = -3, and m=2m = -2 into y=mx+by = mx + b:
        3=(2)(1)+b-3 = (-2)(1) + b
        3=2+b-3 = -2 + b

      • Solve for bb:
        3+2=b-3 + 2 = b
        1=b-1 = b

      • Substitute mm and bb back into the formula to get the equation:
        y=2x1y = -2x - 1

  • Note: Both methods (point-slope and slope-intercept to find bb) will yield the same equation of the line. The method used is a matter of personal preference.

Finding the Equation from Two Points

  • Any two distinct points uniquely define a line.

  • Steps:

    1. Calculate the slope (mm): Use the slope formula m=y<em>2y</em>1x<em>2x</em>1m = \frac{y<em>2 - y</em>1}{x<em>2 - x</em>1}. It's helpful to label the points (e.g., (x<em>1,y</em>1)(x<em>1, y</em>1) and (x<em>2,y</em>2)(x<em>2, y</em>2)) to avoid errors.

    2. Choose one point and the calculated slope: Select either of the given points.

    3. Use either Point-Slope Form or Slope-Intercept Form: Apply one of the methods described above to find the equation.

  • Example: Given points (1,3)(1, 3) and (5,2)(-5, 2)

    • Label points: Let (x<em>1,y</em>1)=(1,3)(x<em>1, y</em>1) = (1, 3) and (x<em>2,y</em>2)=(5,2)(x<em>2, y</em>2) = (-5, 2).

    • Calculate slope: m=2351=16=16m = \frac{2 - 3}{-5 - 1} = \frac{-1}{-6} = \frac{1}{6}

    • Use Point-Slope Form (with point (1,3)(1, 3) and m=1/6m = 1/6):
      (y3)=16(x1)(y - 3) = \frac{1}{6}(x - 1)

    • Algebraic Cleanup (including fraction math): y3=16x16y - 3 = \frac{1}{6}x - \frac{1}{6} y=16x16+3y = \frac{1}{6}x - \frac{1}{6} + 3

      • To add fractions, find a common denominator (6):
        y=16x16+186y = \frac{1}{6}x - \frac{1}{6} + \frac{18}{6}
        y=16x+176y = \frac{1}{6}x + \frac{17}{6}

  • Important Note on Exact Values: In calculus, it's often crucial to maintain exact numerical values (fractions, square roots like 2\sqrt{2}) rather than converting them to decimals. This prevents the accumulation of rounding errors, which can be significant in engineering or scientific applications. Only convert to decimals at the very end if a numerical answer with units is explicitly requested (e.g., in a word problem).

Linear Models and Word Problems

  • Linear equations are frequently used to construct models for real-world problems.

  • These problems often involve making simplifying assumptions that a process follows a linear trend (linear growth/decay).

  • Two main types of linear word problems:

1. Finding the Rate of Change
  • This type of problem is equivalent to finding the slope of the line that describes the motion or change.

  • The rate of change is a