Math 121 - Calculus for Biology I
Fall Semester, 2003

 © 1999, All Rights Reserved, SDSU & Joseph M. Mahaffy
San Diego State University -- This page last updated 02-Sep-02

 

 Linear - Worked Examples

  1. Basic Examples
  2. Graphing Lines
  3. Intersection of Lines
  4. Measurement Conversions
  5. Word Problems

 

Basic Examples

Example 1: Find the equation of a line with a slope of 2, passing through the point (3,-2). What is the y-intercept?

 

 

Solution: The point slope form of the equation gives:

y - (-2) = 2(x - 3)

y + 2 = 2x - 6

y = 2x - 8,

so the y-intercept is -8.

 

 

Example 2: Find the equation of a line passing through the points (-2,1) and (3,-2).

 

 

Solution: The slope is

 

Recall the point slope equation of the line is

y - y0 = m(x - x0)

so

 

 

 

Parallel and Perpendicular Lines

Consider two lines given by the equations:

The two lines are parallel if the slopes are equal, so

m1 = m2,

and the y-intercepts are different. (If b1 = b2, then the lines are the same.)

The two lines are perpendicular if the slopes are negative reciprocals of each other, that is

m1m2 = -1.

 

 

 

Example 3: Find the equation of the line perpendicular to the line 5x + 3y = 6, passing through the point (-2,1). Sketch a graph of both lines.

 

 

Solution: Line #1 satisfies

 

The slope of the perpendicular line is the negative reciprocal of Line #1 or

 

The point slope equation of the line (Line #2) is

 

 

 

Graphing Lines

 

sourcecode for plotexample1c.java

 

Intersection of Lines

Example 4: Find the intersection of the line parallel to the line y = 2x passing through (1,-3) and the line given by the formula 3x + 2y = 5.

Solution: The first line is parallel to y = 2x, so has a slope m = 2.

The point slope equation gives:

y + 3 = 2(x - 1)

y = 2x - 5

Substituting into the formula for the second line gives

 3x + 2(2x - 5) = 5

or

 7x = 15

 Substituting the x value into the first line equation gives

 The point of intersection is

 

 

 

 


 source code for crosspoint.java

Measurement Conversions

Example 5: Find the weight of a 175 pound man in kilograms.

 

 

Solution: Since 1 kg = 2.2046 lb,

 

 

 

Example 6: Suppose a ball is thrown at a speed of 95 miles per hour. Find the speed of this ball in meters per second.

 

 

Solution: Since 1 mile = 1609.3445 m and since there are 3600 s in 1 hour,

 

 

Use the conversion javascript to check your answers.

 

 

Word Problems

Example 6: The growth curve in the lecture notes shows that over a short period of time, using a straight line to estimate growth is quite reasonable. Suppose that a population of white sea urchins (Lytechinus pictus) has a mean diameter of 28 mm at the beginning of June and 33 mm at the beginning of July. Estimate the mean diameter for the population of Lytechinus pictus on June 20, July 10, August 1, and August 15. Which estimates do you trust more and why?

 

 

Solution:

Linear Predictions

 

 

 

 

 

 

Example 7: The pressure of air delivered by the regulator to a Scuba diver varies linearly with the depth of the water. When the diver is at 33 ft., the regulator delivers 29.4 psi (pounds/square inch), while at 66 ft., the regulator delivers 44.1 psi. Find the pressure of air delivered at the surface (0 ft.), at 50 ft., and at 130 ft. (the maximum depth for recreational diving).

 

 

Solution:

p - 29.4 = 0.445(d - 33)

p = 0.445d + 14.7