Exploring Properties of a Family of Curves

The expression "b = 1 to 5.5; stepsize = 0.5" in the Work window represents an iterated constant. This particular expression represents the set of constants {1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5}. When you plot a function expression containing an iterated constant, for example, f(x) = x exp(-b x), a curve will be plotted for each value of the iterated constant.

Plot of the family f(x) = x exp(-b x)


The data table Maximums[10,2] in the Work window contains the coordinates of the maximum values of the family of curves.

Overlay of Maximums


Does it appear that the points located at the maximum values all lie on a straight line?

Can you find the equation of this straight line?


Overlay of MaxLine(x)



The data table PointsOfInflection[10,2] in the Work window contains the coordinates of the points of inflection of the family of curves.

Overlay of PointsOfInflection


Does it appear that the points of inflection all lie on a straight line?

Can you find the equation of this straight line?


Overlay of POILine(x)



Return to Topic Start Return to Examples Menu

Copyright 2000-2008 Adam O. Hausknecht and Robert E. Kowalczyk