Study Guide: Test #2

Calculus I, Sr. Barbara Reynolds

Study Guide available: Week 7, after class on Day 20

Test Date: Week 8, Day 22

This test will cover material in Chapters 1 – 4.2.  Although you will be expected to do some computations during the test, the problems will focus on conceptual understanding of functions, difference quotients, and the process of modeling problem situations with mathematical functions.  As before, you are to do the first page of the test without a calculator.  Once you turn in the first page, you may use a calculator during the rest of this test.

Identifying the shapes of particular function graphs:

Without using a calculator, you should be able to match the following functions to their graphs, where `a, b, c,` and `r` are constants:

`y=ax+b`

 `y=a f(x)+b`

`y=a sin(x)+b`

`y=(x+a)(x+b)(x+c)`

`y=ax^2+b`

  `y=a f(x+b)`

`y=a cos(x)+b`

 `y=asqrt(x+b)`

`y=ax^3+b`

 

`y=a|x|+b`

`y=asqrt(x)+b`

`y=a/x`

  `y=a/(x+b)`

`y=a|x+b|`

`y=a ln(x)+b`

 `y=a^x`

  `y=a/x+b`

`x^2+y^2=r^2`

`y=a e^x+b=a text[exp](x)+b`

Functions:

Given a function, `f,` expressed algebraically (by an explicit formula), visually (in a graph), or numerically (in a table), you should be able to

Difference Quotients and Rates of Change:

Difference quotients are used to estimate and calculate rates of change. 

When a function has the property of local linearity at a point, `c,` and we zoom in repeatedly on the graph of the function around the point `c,` the function will appear to be straight around this point.  In this case, the graph of the function will appear to be similar to the graph of the tangent line at this point.

Differential Equations and Initial Value Problems

We have investigated two types of differential equations: `dy//dt = ay` and `dy//dt = at,` where `a` is a constant.  One of these leads to an exponential equation, and the other to a power equation.

Mathematical Modeling:

Given a problem situation expressed as a word problem or in a table of data, you should be able to demonstrate the following skills:

Using Derivatives to Solve Problems:

The derivative always tells us about a rate of change.  Depending on the context of the problem the rate of change may be

·        the slope (of the graph of the function),

·        the velocity (rate of change in position), or

·        the acceleration (rate of change in velocity).

The derivative can be used to optimize a function – by helping us to find the local maxima and minima.  A function can reach a local maximum or minimum at a point where the slope of the graph is `0` (so that the tangent line is horizontal).  A function reaches its global maximum or minima at a local maximum or minimum, or at one of the endpoints of the interval under consideration.

You should be able to calculate the first and second derivatives of a given function. 

You should be able to find the zeros (or the roots) of a function, its derivative, and its second derivative.

Given a graph showing both a function and its derivative, you should be able to determine which is which by considering the local maxima and local minima, and where each function crosses the x-axis.

Suggested Study questions for this test:

Certainly go over any problems you found difficult on the first test.  You can expect to see a couple of those problems return on this test.  (Mathematics is a cumulative discipline; thus, all mathematics tests are cumulative.)

Throughout Chapter 1, the authors kept coming back to several problem scenarios: asking whether the situation could be modeled by or represented by a function, what the independent and dependent variables would be, and what kind of expression might model the problem situation, and so on.  Some of these problem scenarios reappear in Chapter 3.  Pay attention to these questions, and try to predict where the authors are going with these threads. 

Many of the Exercises in Chapters 2, 3, and the first two sections of Chapter 4 make good test questions.  Look especially at those Exercises that build on the problem scenarios of Chapter 1.  In particular, study the following problems:

Section 2.3: taking derivatives of polynomials

Section 2.5: any of the exercises for which I wrote out the solutions

Section 2.6 Exercises #5 – 6 

Section 3.1 Exercises #1 – 9

Section 3.2 Exercises #1 – 3

Section 3.3 Exercises #3 – 5

Section 4.1 Exercises #4 – 6

Section 4.2 Exercises #1 – 6

You can use Maple to check your computations of derivatives.  The Maple syntax is as follows:

f:=x->3*x-x^3;
f1:=diff(f(x),x);
f2:=diff(diff(f(x),x),x);