qa prelim

course

Your work has been received. Please scroll through the document to see any inserted notes (inserted at the appropriate place in the document, in boldface) and a note at the end. The note at the end of the file will confirm that the file has been reviewed; be sure to read that note. If there is no note at the end, notify the instructor through the Submit Work form, and include the date of the posting to your access page.

HҋMRy셿

assignment #001

.................................................

......!!!!!!!!...................................

04:32:53

`q001. Part 1 includes six activities. If you have completed an activity, just

enter the answer 'completed'.

This question is appearing in the Question box. The box to the right is the

Answer box, where you will type in your answers to the questions posed here.

To use this program you read a question, then enter your answer in the Answer

box and click on Enter Answer. In your answers give what is requested, but

don't go into excruciating detail. Try to give just enough that the instructor

can tell that you understand an item.

After entering an answer click on Next Question/Answer above the Question box.

Do you understand these instructions?

......!!!!!!!!...................................

RESPONSE -->

Yes

.................................................

......!!!!!!!!...................................

04:34:39

This program has created the folder c:\vhmthphy on your hard drive.

Browse to that folder and locate the file whose name begins with SEND. The name

of this file will also include your name, as you gave it to the program, and the

file will show as a Text file.

Never tamper with a SEND file in any way. It contains internal codes as if

these codes are tampered with you won't get credit for the assignment. However

you are welcome to copy this file to another location and view it, make changes,

etc. Just be sure that when requested to do so you send the instructor the

original, tamper-free file.

State in the Answer box whether or not you have been able to locate the SEND

file. Don't send the SEND file yet. Note that more questions/instructions

remain in the q_a_prelim.

......!!!!!!!!...................................

RESPONSE -->

Yes, located the SEND file

.................................................

......!!!!!!!!...................................

04:36:06

`q002. Note that every time you click on Enter Answer the program writes your

response to your SEND file. Even if the program disappears all the information

you have entered with the Enter Answer button will remain in that file. This

program never 'unwrites' anything. Even if this program crashes your

information will still be there in the SEND file. Explain this in your own

words.

......!!!!!!!!...................................

RESPONSE -->

All information entered via enter response is saved to the send file. The

information will not be lost if the program crashes.

.................................................

......!!!!!!!!...................................

04:43:51

Any time you do not receive a reply from the instructor by the end of the

following day, you should resubmit your work using the Resubmit Form at http://www.vhcc.edu/dsmith/genInfo/. You have

already seen that page, but take another look at that page and be sure you see

the Submit Work form, the Resubmit Form and a number of other forms that will be

explained later.

Enter a sentence or two describing the related links you see at that location.

......!!!!!!!!...................................

RESPONSE -->

Submit work, wait 1 day for a reply, if no reply then resubmit work using the

resubmit form. This page also offers the forms to submit for taking tests and

disccussion

.................................................

......!!!!!!!!...................................

04:44:51

`q003. If you are working on a VHCC computer, it is probably set up in such a

way as to return to its original configuration when it is rebooted. To avoid

losing information it is suggested that you back up your work frequently, either

by emailing yourself a copy or by using a key drive or other device. This is a good idea on any computer. Please

indicate your understanding of this suggestion.

......!!!!!!!!...................................

RESPONSE -->

When using the VHCC computer, back up information frequently and email copies to

self.

.................................................

nޚ~PH|Ŧ

assignment #001

.................................................

ʢԈŴzL

Student Name:

assignment #001

001. typewriter notation

......!!!!!!!!...................................

19:49:12

`q001. Explain the difference between x - 2 / x + 4 and (x - 2) / (x + 4).

......!!!!!!!!...................................

RESPONSE -->

The difference is the () and when in () the equation is done first, as with the

first you need to separate the x first.

.................................................

......!!!!!!!!...................................

19:50:03

The order of operations dictates that grouped expressions must be evaluated

first, that exponentiation must be done before multiplication or division, which

must be done before addition or subtraction.

It makes a big difference whether you subtract the 2 from the 2 or divide the -2

by 4 first. If there are no parentheses you have to divide before you subtract:

2 - 2 / 2 + 4

= 2 - 1 + 4 (do multiplications and divisions before additions and subtractions)

= 5 (add and subtract in indicated order)

If there are parentheses you evaluate the grouped expressions first:

(x - 2) / (x - 4) = (2 - 2) / ( 4 - 2) = 0 / 2 = 0.

......!!!!!!!!...................................

RESPONSE -->

Enter, as appropriate, an answer to the question, a critique of your answer in

response to a given answer, your insights regarding the situation at this point,

notes to yourself, or just an OK.

ok

.................................................

......!!!!!!!!...................................

19:55:44

`q002. Explain the difference between 2 ^ x + 4 and 2 ^ (x + 4). Then evaluate

each expression for x = 2.

Note that a ^ b means to raise a to the b power. This process is called

exponentiation, and the ^ symbol is used on most calculators, and in most

computer algebra systems, to represent exponentiation.

......!!!!!!!!...................................

RESPONSE -->

You take the 2 to the ^ then times by x and add 4, the 2nd equation you take the

2 to the ^ which is the sum of the x+4 in ().

2^x+4

x=2

2^2 + 4

4+4=8

2^(2+4)

2^(6)

2*2*2*2*2*2*2 = 128

.................................................

......!!!!!!!!...................................

19:56:06

2 ^ x + 4 indicates that you are to raise 2 to the x power before adding the 4.

2 ^ (x + 4) indicates that you are to first evaluate x + 4, then raise 2 to this

power.

If x = 2, then

2 ^ x + 4 = 2 ^ 2 + 4 = 2 * 2 + 4 = 4 + 4 = 8.

and

2 ^ (x + 4) = 2 ^ (2 + 4) = 2 ^ 6 = 2*2*2*2*2*2 = 64.

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

20:00:49

`q003. What is the numerator of the fraction in the expression x - 3 / [ (2x-5)^2 * 3x + 1 ] - 2 + 7x? What is the

denominator? What do you get when you evaluate the expression for x = 2?

......!!!!!!!!...................................

RESPONSE -->

Numerator is x-3

denominator is [(2x-5)^2*3x+1]-2+7x

x=2

2-3/[(2*2-5)^2*3(2)+1]-2+7(2)

-1/ (1) * 7] - 12

-1/7/-12

.................................................

......!!!!!!!!...................................

20:01:36

The numerator is 3. x isn't part of the fraction. / indicates division, which

must always precede subtraction. Only the 3 is divided by [ (2x-5)^2 * 3x + 1

] and only [ (2x-5)^2 * 3x + 1 ] divides 3.

If we mean (x - 3) / [ (2x-5)^2 * 3x + 1 ] - 2 + 7x we have to write it that

way.

The preceding comments show that the denominator is [ (2x-5)^2 * 3x + 1 ]

Evaluating the expression for x = 2:

- 3 / [ (2 * 2 - 5)^2 * 3(2) + 1 ] - 2 + 7*2 =

2 - 3 / [ (4 - 5)^2 * 6 + 1 ] - 2 + 14 = evaluate in parenthese; do multiplications outside parentheses

2 - 3 / [ (-1)^2 * 6 + 1 ] -2 + 14 = add inside parentheses

2 - 3 / [ 1 * 6 + 1 ] - 2 + 14 = exponentiate in

bracketed term;

2 - 3 / 7 - 2 + 14 = evaluate in

brackets

13 4/7 or 95/7 or about 13.57 add and subtract in

order.

The details of the calculation 2 - 3 / 7 - 2 + 14:

Since multiplication precedes addition or subtraction the 3/7 must be done

first, making 3/7 a fraction. Changing the order of the terms we have

2 - 2 + 14 - 3 / 7 = 14 - 3/7 = 98/7 - 3/7 = 95/7.

......!!!!!!!!...................................

RESPONSE -->

ok

Your response did not agree with the given solution in all details, and you should therefore have addressed the discrepancy with a full self-critique, detailing the discrepancy and demonstrating exactly what you do and do not understand about the given solution, and if necessary asking specific questions.

.................................................

......!!!!!!!!...................................

20:01:47

`q004. Explain, step by step, how you evaluate the expression (x - 5) ^ 2x-1 +

3 / x-2 for x = 4.

......!!!!!!!!...................................

RESPONSE -->

.................................................

......!!!!!!!!...................................

20:02:07

We get

(4-5)^2 * 4 - 1 + 3 / 1 - 4

= (-1)^2 * 4 - 1 + 3 / 4 - 2 evaluating the term in parentheses

= 1 * 4 - 1 + 3 / 4 - 2 exponentiating (2 is the exponent, which is applied to

-1 rather than multiplying the 2 by 4

= 4 - 1 + 3/4 - 2 noting that 3/4 is a fraction and adding and subtracting in

order we get

= 1 3/4 = 7 /4 (Note that we could group the expression as 4 - 1 - 2 + 3/4 =

1 + 3/4 = 1 3/4 = 7/4).

COMMON ERROR:

(4 - 5) ^ 2*4 - 1 + 3 / 4 - 2 = -1 ^ 2*4 - 1 + 3 / 4-2 = -1 ^ 8 -1 + 3 / 4 - 2.

INSTRUCTOR COMMENTS:

There are two errors here. In the second step you can't multiply 2 * 4 because

you have (-1)^2, which must be done first. Exponentiation precedes

multiplication.

Also it isn't quite correct to write -1^2*4 at the beginning of the second step. If you were supposed to multiply 2 * 4 the

expression would be (-1)^(2 * 4).

Note also that the -1 needs to be grouped because the entire expression (-1) is

taken to the power. -1^8 would be -1 because you would raise 1 to the power 8

before applying the - sign, which is effectively a multiplication by -1.

......!!!!!!!!...................................

RESPONSE -->

ok

You did not respond to the question, and should therefore have responded with a very detailed self-critique to the given solution, addressing what you do and do not understand about every of the solution. You should analyze the given solution in this manner, phrase by phrase.

.................................................

KΧ{j yz

Student Name:

assignment #002

002. Describing Graphs

......!!!!!!!!...................................

18:59:23

`q001. You will frequently need to describe the graphs you have constructed in

this course. This exercise is designed to get you used to some of the

terminology we use to describe graphs. Please complete this exercise and email

your work to the instructor.

Problem 1. We make a table for y = 2x + 7 as follows: We construct two

columns, and label the first column 'x' and the second 'y'. Put the numbers -3,

-2, -1, -, 1, 2, 3 in the 'x' column. We substitute -3 into the expression and

get y = 2(-3) + 7 = 1. We substitute -2 and get y = 2(-2) + 7 = 3.

Substituting the remaining numbers we get y values 5, 7, 9, 11 and 13. These

numbers go into the second column, each next to the x value from which it was

obtained. We then graph these points on a set of x-y coordinate axes. Noting

that these points lie on a straight line, we then construct the line through the points.

Now make a table for and graph the function y = 3x - 4.

Identify the intercepts of the graph, i.e., the points where the graph goes

through the x and the y axes.

......!!!!!!!!...................................

RESPONSE -->

The intercepts of the graph of the function y=3x-4 are

(-3, -13), (-2, -10), (-1, -7), (0, -4), (1, -1), (2, 2), (3, 5)

.................................................

......!!!!!!!!...................................

19:05:41

The graph goes through the x axis when y = 0 and through the y axis when x = 0.

The x-intercept is therefore when 0 = 3x - 4, so 4 = 3x and x = 4/3.

The y-intercept is when y = 3 * 0 - 4 = -4. Thus the x intercept is at (4/3, 0)

and the y intercept is at (0, -4).

Your graph should confirm this.

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

19:07:12

`q002. Does the steepness of the graph in the preceding exercise (of the

function y = 3x - 4) change? If so describe how it changes.

......!!!!!!!!...................................

RESPONSE -->

no, it increases by 3 each time

.................................................

......!!!!!!!!...................................

19:07:28

The graph forms a straight line with no change in steepness.

......!!!!!!!!...................................

RESPONSE -->

yeah

.................................................

......!!!!!!!!...................................

19:07:54

`q003. What is the slope of the graph of the preceding two exercises (the

function ia y = 3x - 4;slope is rise / run between two points of the graph)?

......!!!!!!!!...................................

RESPONSE -->

the slope is 3

.................................................

......!!!!!!!!...................................

19:08:26

Between any two points of the graph rise / run = 3.

For example, when x = 2 we have y = 3 * 2 - 4 = 2 and when x = 8 we have y = 3 *

8 - 4 = 20. Between these points the rise is 20 - 2 = 18 and the run is 8 - 2 =

6 so the slope is rise / run = 18 / 6 = 3.

Note that 3 is the coefficient of x in y = 3x - 4.

Note the following for reference in subsequent problems: The graph of this

function is a straight line. The graph increases as we move from left to right.

We therefore say that the graph is increasing, and that it is increasing at

constant rate because the steepness of a straight line doesn't change.

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

19:26:58

`q004. Make a table of y vs. x for y = x^2. Graph y = x^2 between x = 0 and x

= 3.

Would you say that the graph is increasing or decreasing?

Does the steepness of the graph change and if so, how?

Would you say that the graph is increasing at an increasing rate, increasing at

a constant rate, increasing at a decreasing rate, decreasing at an decreasing

rate, decreasing at a constant rate, or decreasing at a decreasing rate?

......!!!!!!!!...................................

RESPONSE -->

The graph is increasing. the steepness changes by 1. The graph is increasing at

an increasing rate.

.................................................

......!!!!!!!!...................................

19:27:19

Graph points include (0,0), (1,1), (2,4) and (3,9). The y values are 0, 1, 4

and 9, which increase as we move from left to right.

The increases between these points are 1, 3 and 5, so the graph not only

increases, it increases at an increasing rate.

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

19:29:47

`q005. Make a table of y vs. x for y = x^2. Graph y = x^2 between x = -3 and x

= 0.

Would you say that the graph is increasing or decreasing?

Does the steepness of the graph change and if so, how?

Would you say that the graph is increasing at an increasing rate, increasing at

a constant rate, increasing at a decreasing rate, decreasing at an decreasing

rate, decreasing at a constant rate, or decreasing at a decreasing rate?

......!!!!!!!!...................................

RESPONSE -->

The graph is decreasing and at a decreasing rate

.................................................

......!!!!!!!!...................................

19:30:01

From left to right the graph is decreasing (points (-3,9), (-2,4), (-1,1), (0,0)

show y values 9, 4, 1, 0 as we move from left to right ). The magnitudes of the

changes in x from 9 to 4 to 1 to 0 decrease, so the steepness is decreasing.

Thus the graph is decreasing, but more and more slowly. We therefore say that

the graph is decreasing at a decreasing rate.

......!!!!!!!!...................................

RESPONSE -->

yeah

.................................................

......!!!!!!!!...................................

19:32:17

`q006. Make a table of y vs. x for y = `sqrt(x). [note: `sqrt(x) means 'the

square root of x']. Graph y = `sqrt(x) between x = 0 and x = 3.

Would you say that the graph is increasing or decreasing?

Does the steepness of the graph change and if so, how?

Would you say that the graph is increasing at an increasing rate, increasing at a constant rate,

increasing at a decreasing rate, decreasing at an decreasing rate, decreasing at

a constant rate, or decreasing at a decreasing rate?

......!!!!!!!!...................................

RESPONSE -->

The graph is decreasing at a decreasing rate. the steepness of the graph stays

the same - 1

.................................................

......!!!!!!!!...................................

19:32:51

If you use x values 0, 1, 2, 3, 4 you will obtain graph points (0,0), (1,1),

(2,1.414), (3. 1.732), (4,2). The y value changes by less and less for every

succeeding x value. Thus the steepness of the graph is decreasing.

The graph would be increasing at a decreasing rate.{}{} If the graph

respresents the profile of a hill, the hill starts out very steep but gets

easier and easier to climb. You are still climbing but you go up by less with

each step, so the rate of increase is decreasing. {}{}If your graph doesn't look like this then you probably are not

using a consistent scale for at least one of the axes. If your graph isn't as

desribed take another look at your plot and make a note in your response

indicating any difficulties.

......!!!!!!!!...................................

RESPONSE -->

ok

This also requires a self-critique.

.................................................

......!!!!!!!!...................................

19:36:05

`q007. Make a table of y vs. x for y = 5 * 2^(-x). Graph y = 5 * 2^(-x)

between x = 0 and x = 3.

Would you say that the graph is increasing or decreasing?

Does the steepness of the graph change and if so, how?

Would you say that the graph is increasing at an increasing rate, increasing at

a constant rate, increasing at a decreasing rate, decreasing at an decreasing

rate, decreasing at a constant rate, or decreasing at a decreasing rate?

......!!!!!!!!...................................

RESPONSE -->

Steepness of the graph increases by 5 and then by 10 each time.

the graph is increasing at a constant rate

.................................................

......!!!!!!!!...................................

19:36:48

** From basic algebra recall that a^(-b) = 1 / (a^b).

So, for example:

2^-2 = 1 / (2^2) = 1/4, so 5 * 2^-2 = 5 * 1/4 = 5/4.

5* 2^-3 = 5 * (1 / 2^3) = 5 * 1/8 = 5/8. Etc.

The decimal equivalents of the values for x = 0 to x = 3 will be 5, 2.5, 1.25,

.625. These values decrease, but by less and less each time.

The graph is therefore decreasing at a decreasing rate. **

......!!!!!!!!...................................

RESPONSE -->

ok, did x instead of -x

.................................................

......!!!!!!!!...................................

19:37:56

`q008. Suppose you stand still in front of a driveway. A car starts out next

to you and moves away from you, traveling faster and faster.

If y represents the distance from you to the car and t represents the time in

seconds since the car started out, would a graph of y vs. t be increasing or

decreasing?

Would you say that the graph is increasing at an increasing rate, increasing at

a constant rate, increasing at a decreasing rate, decreasing at an decreasing

rate, decreasing at a constant rate, or decreasing at a decreasing rate?

......!!!!!!!!...................................

RESPONSE -->

The graph of y vs t will be increasing at an increasing rate

.................................................

......!!!!!!!!...................................

19:38:08

** The speed of the car increases so it goes further each second. On a graph of

distance vs. clock time there would be a greater change in distance with each

second, which would cause a greater slope with each subsequent second. The

graph would therefore be increasing at an increasing rate. **

......!!!!!!!!...................................

RESPONSE -->

good

.................................................

S훼K^ˡǚ

Student Name:

assignment #003

003. PC1 questions

......!!!!!!!!...................................

19:49:51

`q001 A straight line connects the points (3, 5) and (7, 17), while another

straight line continues on from (7, 17) to the point (10, 29). Which line is

steeper and on what basis to you claim your result?

......!!!!!!!!...................................

RESPONSE -->

The line (3,5) and (7, 17), because it is closer to the 0 point and the second

line is farther away which makes it less steep.

.................................................

......!!!!!!!!...................................

19:50:51

The point (3,5) has x coordinate 3 and y coordinate 5. The point (7, 17) has x

coordinate 7 and y coordinate 17. To move from (3,5) to (7, 17) we must

therefore move 4 units in the x direction and 12 units in the y direction.

Thus between (3,5) and (7,17) the rise is 12 and the run is 4, so the rise/run ratio is 12/4 = 3.

Between (7,10) and (10,29) the rise is also 12 but the run is only 3--same rise

for less run, therefore more slope. The rise/run ratio here is 12/3 = 4.

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

19:57:06

`q002. The expression (x-2) * (2x+5) is zero when x = 2 and when x = -2.5.

Without using a calculator verify this, and explain why these two values of x,

and only these two values of x, can make the expression zero.

......!!!!!!!!...................................

RESPONSE -->

Each of these values causes the equation to become zero. (2-2)*(2x+5) = 0(2x+5)

which equals 0

(x-2)*(2*-2.5+5) = (x-2)*(-5+5) which equals 0

.................................................

......!!!!!!!!...................................

19:57:39

If x = 2 then x-2 = 2 - 2 = 0, which makes the product (x -2) * (2x + 5) zero.

If x = -2.5 then 2x + 5 = 2 (-2.5) + 5 = -5 + 5 = 0.which makes the product (x

-2) * (2x + 5) zero.

The only way to product (x-2)(2x+5) can be zero is if either (x -2) or (2x + 5)

is zero.

Note that (x-2)(2x+5) can be expanded using the Distributive Law to get

x(2x+5) - 2(2x+5). Then again using the distributive law we get

2x^2 + 5x - 4x - 10 which simplifies to

2x^2 + x - 10.

However this doesn't help us find the x values which make the expression zero.

We are better off to look at the factored form.

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

19:59:54

`q003. For what x values will the expression (3x - 6) * (x + 4) * (x^2 - 4) be

zero?

......!!!!!!!!...................................

RESPONSE -->

the x values that will make the expression zero are: 2, -4, -2

.................................................

......!!!!!!!!...................................

20:00:46

In order for the expression to be zero we must have 3x-6 = 0 or x+4=0 or

x^2-4=0.

3x-6 = 0 is rearranged to 3x = 6 then to x = 6 / 3 = 2. So when x=2, 3x-6 = 0

and the entire product (3x - 6) * (x + 4) * (x^2 - 4) must be zero.

x+4 = 0 gives us x = -4. So when x=-4, x+4 = 0 and the entire product (3x - 6)

* (x + 4) * (x^2 - 4) must be zero.

x^2-4 = 0 is rearranged to x^2 = 4 which has solutions x = + - `sqrt(4) or + -

2. So when x=2 or when x = -2, x^2 - 4 = 0 and the entire product (3x - 6) * (x

+ 4) * (x^2 - 4) must be zero.

We therefore see that (3x - 6) * (x + 4) * (x^2 - 4) = 0 when x = 2, or -4, or

-2. These are the only values of x which can yield zero.**

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

20:05:54

`q004. One straight line segment connects the points (3,5) and (7,9) while

another connects the points (10,2) and (50,4). From each of the four points a

line segment is drawn directly down to the x axis, forming two trapezoids. Which

trapezoid has the greater area? Try to justify your answer with something more

precise than, for example, 'from a sketch I can see that this one is much bigger

so it must have the greater area'.

......!!!!!!!!...................................

RESPONSE -->

The second trapezoid has the greater area. the space between 10 and 50 are 40

but the first has space of only 4 across.

.................................................

......!!!!!!!!...................................

20:06:41

Your sketch should show that while the first trapezoid averages a little more

than double the altitude of the second, the second is clearly much more than

twice as wide and hence has the greater area.

To justify this a little more precisely, the first trapezoid, which runs from x

= 3 to x = 7, is 4 units wide while the second runs from x = 10 and to x = 50

and hence has a width of 40 units. The altitudes of the first trapezoid are 5

and 9,so the average altitude of the first is 7. The average altitude of the

second is the average of the altitudes 2 and 4, or 3. So the first trapezoid is

over twice as high, on the average, as the first. However the second is 10

times as wide, so the second trapezoid must have the greater area.

This is all the reasoning we need to answer the question. We could of course

multiply average altitude by width for each trapezoid, obtaining area 7 * 4 = 28

for the first and 3 * 40 = 120 for the second. However if all we need to know

is which trapezoid has a greater area, we need not bother with this step.

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

20:13:52

* `q005. Sketch graphs of y = x^2, y = 1/x and y = `sqrt(x) [note: `sqrt(x)

means 'the square root of x'] for x > 0. We say that a graph increases if it

gets higher as we move toward the right, and if a graph is increasing it has a

positive slope. Explain which of the following descriptions is correct for each

graph:

As we move from left to right the graph increases as its slope increases.

As we move from left to right the graph decreases as its slope increases.

As we move from left to right the graph increases as its slope decreases.

As we move from left to right the graph decreases as its slope decreases.

......!!!!!!!!...................................

RESPONSE -->

.................................................

......!!!!!!!!...................................

20:16:00

For x = 1, 2, 3, 4:

The function y = x^2 takes values 1, 4, 9 and 16, increasing more and more for

each unit increase in x. This graph therefore increases, as you say, but at an

increasing rate.

The function y = 1/x takes values 1, 1/2, 1/3 and 1/4, with decimal equivalents

1, .5, .33..., and .25. These values are decreasing, but less and less each

time. The decreasing values ensure that the slopes are negative. However, the

more gradual the decrease the closer the slope is to zero. The slopes are

therefore negative numbers which approach zero.

Negative numbers which approach zero are increasing. So the slopes are

increasing, and we say that the graph decreases as the slope increases.

We could also say that the graph decreases but by less and less each time. So

the graph is decreasing at a decreasing rate.

For y = `sqrt(x) we get approximate values 1, 1.414, 1.732 and 2. This graph increases but at a decreasing rate.

......!!!!!!!!...................................

RESPONSE -->

ok

You did not respond to the question, and should therefore have responded with a very detailed self-critique to the given solution, addressing what you do and do not understand about every of the solution. You should analyze the given solution in this manner, phrase by phrase.

.................................................

......!!!!!!!!...................................

20:17:58

`q006. If the population of the frogs in your frog pond increased by 10% each

month, starting with an initial population of 20 frogs, then how many frogs

would you have at the end of each of the first three months (you can count

fractional frogs, even if it doesn't appear to you to make sense)? Can you

think of a strategy that would allow you to calculate the number of frogs after

300 months (according to this model, which probably wouldn't be valid for that

long) without having to do at least 300 calculations?

......!!!!!!!!...................................

RESPONSE -->

20(.10)^n+1

20(.10)^n+300

.................................................

......!!!!!!!!...................................

20:20:43

At the end of the first month, the number of frogs in the pond would be (20 *

.1) + 20 = 22 frogs. At the end of the second month there would be (22 * .1) +

22 = 24.2 frogs while at the end of the third month there would be (24.2 * .1) +

24.2 = 26.62 frogs.

The key to extending the strategy is to notice that multiplying a number by .1

and adding it to the number is really the same as simply multiplying the number

by 1.1. 10 * 1.1 = 22; 22 * 1.1 = 24.2; etc.. So after 300 months you will

have multiplied by 1.1 a total of 300 times. This would give you 20 * 1.1^300,

whatever that equals (a calculator will easily do the arithmetic).

A common error is to say that 300 months at 10% per month gives 3,000 percent,

so there would be 30 * 20 = 600 frogs after 30 months. That doesn't work

because the 10% increase is applied to a greater number of frogs each time.

3000% would just be applied to the initial number, so it doesn't give a big enough answer.

......!!!!!!!!...................................

RESPONSE -->

20(1.1)^300 = 5.23E13

While you got some of the solution correct, your response did not agree with the given solution in all details, and you should therefore have addressed the discrepancy with a full self-critique, detailing the discrepancy and demonstrating exactly what you do and do not understand about the given solution, and if necessary asking specific questions.

.................................................

......!!!!!!!!...................................

20:29:47

`q007. Calculate 1/x for x = 1, .1, .01 and .001. Describe the pattern you

obtain. Why do we say that the values of x are approaching zero? What numbers

might we use for x to continue approaching zero? What happens to the values of

1/x as we continue to approach zero? What do you think the graph of y = 1/x vs.

x looks for x values between 0 and 1?

......!!!!!!!!...................................

RESPONSE -->

The values of x are approaching zero as you add 00 after the decimal point, for

each zero that you add you come closer to zero and not reach zero. We can use

the numbers .0001, .00001, .000001 for x to continue approaching zero. the

values of 1/x become larger and larger as we continue to approach zero. the

graph of y=1/x

.................................................

......!!!!!!!!...................................

20:31:07

If x = .1, for example, 1 / x = 1 / .1 = 10 (note that .1 goes into 1 ten times,

since we can count to 1 by .1, getting.1, .2, .3, .4, ... .9, 10. This makes it

clear that it takes ten .1's to make 1.

So if x = .01, 1/x = 100 Ithink again of counting to 1, this time by .01). If x

= .001 then 1/x = 1000, etc..

Note also that we cannot find a number which is equal to 1 / 0. Deceive why

this is true, try counting to 1 by 0's. You can count as long as you want and

you'll ever get anywhere.

The values of 1/x don't just increase, they increase without bound. If we think

of x approaching 0 through the values .1, .01, .001, .0001, ..., there is no

limit to how big the reciprocals 10, 100, 1000, 10000 etc. can become.

The graph becomes steeper and steeper as it approaches the y axis, continuing to

do so without bound but never touching the y axis.

This is what it means to say that the y axis is a vertical asymptote for the

graph .

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

20:34:02

* `q008. At clock time t the velocity of a certain automobile is v = 3 t + 9.

At velocity v its energy of motion is E = 800 v^2. What is the energy of the

automobile at clock time t = 5?

......!!!!!!!!...................................

RESPONSE -->

V=3(5)+9

V= 15+9

V=24

E=800(24)^2

E=460,800

.................................................

......!!!!!!!!...................................

20:34:37

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

20:35:22

For t=5, v = 3 t + 9 = (3*5) + 9 = 24. Therefore E = 800 * 24^2 = 460800.

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

20:35:32

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

20:38:05

* `q009. Continuing the preceding problem, can you give an expression for E in

terms of t?

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

20:39:35

Since v = 3 t + 9 the expression would be E = 800 v^2 = 800 ( 3t + 9) ^2. This is the only answer really required here.

For further reference, though, note that this expression could also be expanded

by applying the Distributive Law:.

Since (3t + 9 ) ^ 2 = (3 t + 9 ) * ( 3 t + 9 ) = 3t ( 3t + 9 ) + 9 * (3 t + 9) =

9 t^2 + 27 t + 27 t + 81 = 9 t^2 + 54 t + 81, we get

E = 800 ( 9 t^2 + 54 t + 81) = 7200 t^2 + 43320 t + 64800 (check my

multiplication because I did that in my head, which isn't always reliable).

......!!!!!!!!...................................

RESPONSE -->

ok, the equation 3t+9 gets substituted for the v in the equation of 800v^2. I

understand.

.................................................

"

You need to tell me exactly what you do and do not understand about that given solution. You need to be specific in a self-critique.