Processing math: 100%
Skip to main content

Section 5.6 Projects for Chapter 5

Project 5.2. The Logistic Function.

In this project, we investigate the graph of the logistic function.

  1. Graph the sigmoid function, s(t)=11+eβˆ’t, in the window

    Xmin=βˆ’4Xmax=4Ymin=βˆ’1Ymax=2

    What are the domain and range of the function? List the intercepts of the graph, as well as any horizontal or vertical asymptotes. Estimate the coordinates of the inflection point, where the graph changes concavity.

  2. Graph the two functions Y1(t)=51+4eβˆ’t and Y2=101+9eβˆ’t in the window

    Xmin=βˆ’2Xmax=10Ymin=βˆ’1Ymax=11

    How do the graphs of these functions differ from the sigmoid function? State the domain and range, intercepts, and asymptotes of Y1 and Y2. Estimate the coordinates of their inflection points.

  3. The function P(t)=KP0P0+(Kβˆ’P0)eβˆ’rt is called a logistic function. It is used to model population growth, among other things. It has three parameters, K, P0, and r. The parameter K is called the carrying capacity. The functions Y1 and Y2 in part (b) are logistic functions with P0=1 and r=1. What does the value of K tell you about the graph? What do you notice about the vertical coordinate of the inflection point?

  4. Graph the function P(t)=10P0P0+(10βˆ’P0)eβˆ’t for P0=3, 4, and 5. What does the value of P0 tell you about the graph?

  5. Graph the function P(t)=202+8eβˆ’rt for r=0.5, 1, and 2. What does the value of r tell you about the graph?

Project 5.3. Bell-shaped Curve.

In this project, we investigate the normal or bell-shaped curve.

  1. Graph the function f(x)=eβˆ’x2, in the window

    Xmin=βˆ’2Xmax=2Ymin=βˆ’1Ymax=2

    What are the domain and range of the function? List the intercepts of the graph, as well as any horizontal or vertical asymptotes. Estimate the coordinates of the inflection point, where the graph changes concavity.

  2. Graph the function f(x)=eβˆ’(xβˆ’m)2 for m=βˆ’1, 0, 1, and 2. How does the value of m affect the graph?

  3. The function

    N(x)=1s√2Ο€eβˆ’(xβˆ’m)2/2s2

    is called the normal curve. It is used in statistics to describe the distribution of a variable, such as height, among a population. The parameter m gives the mean of the distribution, and s gives the standard deviation. For example, the distribution of height among American women has a mean of 64 inches and a standard deviation of 2.5 inches. Graph N(x) for these values.

  4. Graph the function

    N(x)=1s√2Ο€eβˆ’(xβˆ’m)2/2s2

    for s=0.5, 0.8, 1, and 1.2. (You may have to adjust the window to get a good graph.) How does the value of s affect the graph?

Project 5.4.

Do hedgerows planted at the boundaries of a field have a good or bad effect on crop yields? Hedges provide some shelter for the crops and retain moisture, but they may compete for nutrients or create too much shade. Results of studies on the microclimates produced by hedges are summarized in the figure, which shows how crop yields increase or decrease as a function of distance from the hedgerow. (Source: Briggs, David, and Courtney, 1985)

crop yield near hedgerow
  1. We will use trial-and-improvement to fit a curve to the graph. First, graph y1=xeβˆ’x in the window Xmin=βˆ’2, Xmax=5, Ymin=βˆ’1, Ymax=1 to see that it has the right shape.

  2. Graph y2=(xβˆ’2)eβˆ’(xβˆ’2) on the same axes. How is the graph of y2 different from the graph of y1?

  3. Next we'll find the correct scale by trying functions of the form y=a(xβˆ’2)eβˆ’(xβˆ’2)/b. Experiment with different whole number values of a and b. How do the values of a and b affect the curve?

  4. Graph y=5(xβˆ’2)eβˆ’(xβˆ’2)/4 in the window Xmin=βˆ’5, Xmax=25, Ymin=βˆ’20, Ymax=25. This function is a reasonable approximation for the curve in the figure. Compare the area of decreased yield (below the x-axis) with the area of increased yield (above the x-axis). Which area is larger? Is the overall effect of hedgerows on crop yield good or bad?

  5. About how far from the hedgerow do the beneficial effects extend? If the average hedgerow is about 2.5 meters tall, how large should the field be to exploit their advantages?

Project 5.5. Carbon Content.

Organic matter in the ground decomposes over time, and if the soil is cultivated properly, the fraction of its original organic carbon content is given by

C(t)=abβˆ’aβˆ’bbeβˆ’bt

where t is in years, and a and b are constants. (Source: Briggs, David, and Courtney, 1985)

  1. Write and simplify the formula for C(t) if a=0.01, b=0.028.

  2. Graph C(t) in the window Xmin=0, Xmax=200, Ymin=0, Ymax=1.5.

  3. What value does C(t) approach as t increases? Compare this value to ab.

  4. The half-life of this function is the amount of time until C(t) declines halfway to its limiting value, ab. What is the half-life?

Project 5.6. Change of Base.

This project derives the change of base formula.

  1. Follow the steps below to calculate log820.

    Step 1

    Let x=log820. Write the equation in exponential form.

    Step 2

    Take the logarithm base 10 of both sides of your new equation.

    Step 3

    Simplify and solve for x.

  2. Follow the steps in part (a) to calculate log85.

  3. Use part (a) to find a formula for calculating log8Q, where Q is any positive number.

  4. Find a formula for calculating logbQ, where b>1 and Q is any positive number.

  5. Find a formula for calculating lnQ in terms of log10Q.

  6. Find a formula for calculating log10Q in terms of lnQ.

Project 5.7. Log Equations.

In this project, we solve logarithm equations with a graphing calculator. We have already used the Intersect feature to find approximate solutions for linear, exponential, and other types of equations in one variable. The same technique works for equations that involve common or natural logarithms.

  1. Solve log10(x+1)+log10(xβˆ’2)=1 using the Intersect feature by setting Y1=log(x+1)+log(xβˆ’2) and Y2=1. What about logarithmic equations with other bases? The calculator typically does not have a log key for bases other than 10 or e. However, by using the change of base formula from Project 5, we can rewrite any logarithm in terms of a common or natural logarithm.

  2. Use the change of base formula to write y=log2x and y=log2(xβˆ’2) in terms of common logarithms.

  3. Solve log2x+log2(xβˆ’2)=3 by using the Intersect feature on your calculator.

  4. Solve log3(xβˆ’2)βˆ’log3(x+1)=3 by using the Intersect feature on your calculator.