Assignment1

course Mth 174

􅭌tEÛĝꆷassignment #001

001. typewriter notation

qa initial problems

08-28-2008

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

13:56:15

`q001. Explain the difference between x - 2 / x + 4 and (x - 2) / (x + 4). The evaluate each expression for x = 2.

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

RESPONSE -->

The difference is that the first one the computer will read as x minus 2/x+4 the second one it will read x-2 all divided by x+4

1.) 2- (2/2+4) = 2-(1/3) = 12/3

2.) 0

confidence assessment: 3

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

ɪ݁ǹՐO|ƒ

assignment #001

001. typewriter notation

qa initial problems

08-28-2008

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

14:03:12

`q001. Explain the difference between x - 2 / x + 4 and (x - 2) / (x + 4). The evaluate each expression for x = 2.

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

RESPONSE -->

Order of operations means that in the first equation the 2/x will be done first and then the rest added and subtracted together. In the second x-2 and x+4 will be summed up then divided

1.) 2-2/2+4= 2-1+4= 5

2.) (2-2)/(2+4)= 0/6= 0

confidence assessment: 3

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

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

14:04:55

`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 -->

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.

Always critique your solutions by describing any insights you had or errors you makde, and by explaining how you can make use of the insight or how you now know how to avoid certain errors. Also pose for the instructor any question or questions that you have related to the problem or series of problems.

mine was right o nthe concept and I still got the right answers but I had 0/6 instead of 0/2

confidence assessment: 3

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

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

14:18:55

`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 -->

The numerator is 3

The denominator is (-1^2 *6+1)= -1*6+1= -6+1= -5

you get 2 + 1/5 - 2 + 14= 14 and 1/5

confidence assessment: 2

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

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

14:22:05

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.

COMMON STUDENT QUESTION: ok, I dont understand why x isnt part of the fraction? And I dont understand why only the brackets are divided by 3..why not the rest of the equation?

INSTRUCTOR RESPONSE: Different situations give us different algebraic expressions; the situation dictates the form of the expression.

If the above expression was was written otherwise it would be a completely different expression and most likely give you a different result when you substitute.

If we intended the numerator to be x - 3 then the expression would be written (x - 3) / [(2x-5)^2 * 3x + 1 ] - 2 + 7x, with the x - 3 grouped.

If we intended the numerator to be the entire expression after the / the expression would be written x - 3 / [(2x-5)^2 * 3x + 1 - 2 + 7x ].

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

RESPONSE -->

when I squared -1 I didnt make it 1 I made it =-1 so my answer was off

self critique assessment: 2

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

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

14:44:44

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

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

RESPONSE -->

you do everything in parenthesis first so:

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

then exponents:

1-1+3/4-2

then division:

1-1+.75-2

then add everything up:

= -1.25

confidence assessment: 2

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

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

14:45:17

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 -->

I messed up the exponents

self critique assessment: 3

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

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

14:45:51

*&*& Standard mathematics notation is easier to see. On the other hand it's very important to understand order of operations, and students do get used to this way of doing it.

You should of course write everything out in standard notation when you work it on paper.

It is likely that you will at some point use a computer algebra system, and when you do you will have to enter expressions through a typewriter, so it is well worth the trouble to get used to this notation.

Indicate your understanding of the necessity to understand this notation.

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

RESPONSE -->

It is really hard to do everything on the computer. Paper is so much easier and faster

self critique assessment: 3

Most of your work will be done on paper. However most of the questions you answer for submission will be typed in. Typewriter notation is the most efficient way to communicate mathematics electronically, in a format that admits to feedback.

Also note that we type more quickly than we handwrite, so while the mathematics is a little more cumbersome due to signs of grouping, etc., the verbal part of an explanation is much quicker using a keyboard.

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

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

14:48:25

`q005. At the link

http://www.vhcc.edu/dsmith/genInfo/introductory problems/typewriter_notation_examples_with_links.htm

(copy this path into the Address box of your Internet browser; alternatively use the path

http://vhmthphy.vhcc.edu/ > General Information > Startup and Orientation (either scroll to bottom of page or click on Links to Supplemental Sites) > typewriter notation examples

and you will find a page containing a number of additional exercises and/or examples of typewriter notation.Locate this site, click on a few of the links, and describe what you see there.

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

RESPONSE -->

There a bunch of exaples and pictures of what they would look like on paper

confidence assessment: 3

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

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

14:50:08

while students in other courses should understand the notation and should understand the more basic simplifications.

There is also a link to a page with pictures only, to provide the opportunity to translated standard notation into typewriter notation.

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

RESPONSE -->

it takes some getting used to

self critique assessment: 3

It will be easier to get used to than you think; it only takes a couple of assignments to get pretty comfortable with it.

Note also that if you use mathematics software, the quickest way to enter expressions is by typing them, using these conventions.

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