How to Solve Word Problems Programmatically

Chapter

9

---

 

 

Chapter 9.  Graphs

 

 

 

 

9.1

Graphing Software

9.2

Visualizing Dimensional Relationships

9.3

Graphing Proportionality Functions

9.4

Graphing Linear Functions

9.5

Graphing Quadratic Functions

9.6

Graphing Inverse Functions

9.7

Graphing Exponential Functions

9.8

Graphing Logarithmic Functions

9.9

Regression (Points to Formulas)

9.10

Activities and Explorations

 

 

 

9.1

Graphing Software

 

 

Online Graphing Calculator

www.coolmath.com/graphit

 

 

Several resources can help you to visualize the relationship between the quantities in a word problem by displaying a graph of functional expressions. 

 

Some calculators, called graphing calculators can plot graphs of functions.  Some nice instructions on how to use some of these graphing calculators visit the site: http://www.prenhall.com/divisions/esm/app/calc_v2/frameset_89.html

Some websites allow you to enter an expression online and will return a graph.

http://www.coolmath.com/graphit/  (calculator show above)

http://colbycc.edu/www/math/calculator2/calculator2.htm   (alternative site with instructions)

http://www.walter-fendt.de/m14e/deriv12.htm (graph, derivative, symbols explained)

 

Some websites will allow you to download software that you can use to plot an expression.  As an example consider:

http://www.graphcalc.com/download.shtml  (free trial version, $30.00 license)

 

Spreadsheet software like Microsoft's Excel allows you to create graphs.  Many of the graphs in this chapter come from Excel.

 

 

9.2

Visualizing Dimensional Relationships

 

 

Qty

Value

Meaning

Relationship

q1

r

[m~Radius(Circle)]

 

q2

2*r

[m~Diameter(Circle)]

 

q3

C

[m~Circumference(Circle)]

2*π* r

q4

A

[m2~Area(Circle)]

π*r^2

 

y=f(x)

Points

Graph

q2=f(r)=2*r

 

 

C=q3=f(r)=2*π*r

A=q4=f(r)= π*r^2

 

In a meaning table, each expression in the Relationship column or in the Value column provides us with a function.  If the expression depends on only one of the other quantities, then we can graph that function using a two dimensional graph.  Likewise, if the expression depends on only two of the other quantities, then we can graph that function using a three dimensional graph. 

 

We call the first two functions linear graphs; notice how the graphs look like lines.  The last one, though, does not; and we call it a nonlinear graph.  Notice that the scales on different axis need not be the same.

 

The graphs above visually show how several dimensions of a circle depend on each other.  Similarly, you can dynamically see the relationships between dimensions associated with an accelerating car at the site:  http://www.walter-fendt.de/ph11e/acceleration.htm

 

9.3

Graphing Proportionality Functions

 

 

y=f(x)

Points

Graph

y=a*x

 

Example:

 

y=f(x)=2*x

 

 

 

Proportional functions graph a line through the origin.  The constant "a" represent the constant of proportionality.  When multiplying two unified quantities the cancellation rule applies to proportional growth functions.

 

 

9.4

Graphing Linear Functions

 

 

y=f(x)

Points

Graph

y=a*x+b

 

Example:

 

y=f(x)=2*x+3

 

 

 

This slope-intercept form of a line has a constant "a" that determines the slope and the constant b that determines the y-intercept.  In this particular example,  the slope indicates that the moves 2 units up per 1 unit across and the constant b=3 determines the point (0,3) where the line crosses the y axis.

 

When we change a parameter like "a" or "b" it changes the graph in particular ways.  You gain insight into such abstract models as you play with these parameters.  Try it, visit the following websites for translations and stretching of such graphs.

http://members.shaw.ca/ron.blond/TLE/Fcncd.APPLET/index.html

http://members.shaw.ca/ron.blond/TLE/Fcnab.APPLET/index.html

 

 

9.5

Graphing Quadratic Functions

 

 

y=f(x)

Points

Graph

y=a*x^2+b*x+c

 

Example:

 

y=-3*x^2+12*x+3

 

 

 

By definition, quadratic equations have an x term raised to the second power.  Again, changing values of a, b, or c impacts the curve in different ways.  For example, the quadratic equation forms a dome shape when the "a" parameter is negative.  If you change the sign of a, the quadratic equation flips over like a hammock shape.  Visit the following websites for translations and stretching of such graphs.

http://members.shaw.ca/ron.blond/TLE/Fcncd.APPLET/index.html

http://members.shaw.ca/ron.blond/TLE/Fcnab.APPLET/index.html

 

 

 

9.6

Graphing Inverse Functions

 

 

y=f(x)

Points

Graph

y= 1/(a*x+b)

 

Example:

 

y=f(x)=4/x

 

a=1, b=0

 

This particular form of an inverse function inverts the line function discussed previous.

The example sets a=1/4 and b=0.

 

 

9.7

Graphing Exponential Functions

 

 

y=f(x)

Points

Graph

y= a*e^(b*x)

 

Example:

 

y=f(x)=e^x

 

(a=b=1)

 

 

 

When you think of exponent, you think of the variable in the exponent; instead of x^2 we have 2^x

in this case we have an exponent with base 2.  The function f(x)=10^x  would be an exponent function with base 10.  The exponential function f(x)=e^x uses an irrational number e (approximately 2.718) as its base.  This number arises naturally in real life (like π) when studying for example compounding interest or biological growth.  It is the only function such that the height of the function equals the slop of a tangent line at the point on the curve. This example sets a=1 and b=1 to get the function.

 

 

9.8

Graphing Logarithmic Functions

 

 

y=f(x)

Points

Graph

y=a+b*ln(x)

 

Example:

 

y= f(x)=ln(x)

 

 

 

The (natural) logarithmic function y=ln(x) is the inverse the exponential function.  You can visually an inverse function as a reflection of the original function around the diagonal line y=x.   So ln(e^x)=x.  The example sets a=0 and b=1.

 

 

 

9.9

Regression (Fitting Formulas To Points)

 

 

y=f(x)

Points

Graph

f(x)=?

 

Example:

 

quadratic

 

 

 

Regression techniques fit curves to a given set of points.  Usually the criteria for finding a good fit is to minimize the error between the points on the curve to the corresponding real data at each point x.

Explore linear regression by inserting points:

http://www.stat.uiuc.edu/courses/stat100//java/guess//PPApplet.html

 

Check out the regression calculations available on line www.zunzun.com

 

 

9.10

Activities and Explorations

 

 

 Activities:

 

Graph Functions using online software

Use an online graphing application to graph the functions in your textbook or in the exercises.  http://colbycc.edu/www/math/calculator2/calculator2.htm

http://people.hofstra.edu/staff/steven_r_costenoble/Graf/Graf.html

 

Manipulate Functions, Relations, Translations, Unit Circles, etc.

Take functions (and relationships) in your textbook or in the exercises, put them into standard forms, and use the interactive applets to visualize the function.  http://members.shaw.ca/ron.blond/TLE/index.html

 

Download graphing software  (Optional, requires a fee)

Download and use the graphing software to graph the functions in your textbook or in the exercises. (http://www.graphcalc.com/download.shtml )

 

 

Explorations:

 

Visualize dimensions associated with an accelerating car:

http://www.walter-fendt.de/ph11e/acceleration.htm

Graphs function and derivative (list of symbols)
http://www.walter-fendt.de/m14e/deriv12.htm

Instructions for various graphing calculators (excellent)
http://www.prenhall.com/divisions/esm/app/calc_v2/frameset_89.html

Graphing calculator
http://colbycc.edu/www/math/calculator2/calculator2.htm

 

Exercises:

 

Do Related Problems In Your Textbook

 

 

Home  |  Top

 

Copyright © 2004  Dr. Ranel E. Erickson