Orientation initial problems

course Phy 121

Sorry that this information is so late. I will have all orientation material completed by tomorrow and will be caught up on all assignments by the end of the week. My wife had a death in her family and I have therefore been behind in my work.

^[Ԓzyassignment #001

001. typewriter notation

qa initial problems

01-21-2008

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

16:03:27

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

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

RESPONSE -->

When using the process of order of operations, material within parenthesis must be completed first, followed by division and multiplication and then finally addition and subtraction. In the first problem the 2/x would happen first then you would do x-(2/X) followed by that answer being added to 4. If using 2 for x in that particular problem you would get an answer of 5. In the problem (x-2)/(x+4) you would do what is in each parenthesis first and then divide. When substituting 2 for x your problem would read (2-2)/(2+4) which would be 0/6 resulting in an answer of 0.

confidence assessment: 3

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

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

16:09:58

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

ok

confidence assessment:

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

ݬQgTѻ{Ko

assignment #001

001. typewriter notation

qa initial problems

01-21-2008

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

16:12:17

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

self critique assessment: 3

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

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

16:33:45

`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, or top number in a division problem, is 3 in this particular problem. The denominator, or number on bottom in a division problem, is [(2x-5)^2*3x+1] in this problem. If you evaluate the expression for x=2 then the problem would look as follows: 2-3/[(2(2)-5)^2*3(2)+1]-2+7(2). Following order of operation you would do what's in parenthesis first followed by exponents, then multiplication and division, and finally addition and subtraction. If following the order of operation your answer would be -14(3/7).

confidence assessment: 2

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

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

16:38:30

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

I understand what should be the numerator and what should be the denominator. In my answer to the problem I mistakenly added the +14 to the -2 and had down -16. This was a simple mental mistake and I understand how to correctly do the problem.

self critique assessment: 2

Your explanation was complete and correct, except for the minor error you mention here.

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

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

16:47:48

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

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

RESPONSE -->

To evaluate the expression (x - 5) ^ 2x-1 + 3 / x-2 for x = 4 you need to first substitute the 4 for all x's which would give you an expression as follows: (4-5)^2(4)-1+3/4-2. First one should do what is in ( )

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

Next the exponent should be done.

(1)^2=1 4-1+3/4-2

Next any division or subtraction should be done

1*4=4 and 3/4=.75

Finally do subtraction and addition from left to right.

4-1+.75-2=1.75

Therefore the answer is 1.75

confidence assessment: 2

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

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

16:50:34

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

self critique assessment: 3

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

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

16:54:39

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

I understand that this notation is necessary because at some point I may need it in expressing a problem in a computer algebra system.

self critique assessment: 2

You will also be using it to communicate in this course.

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

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

16:59:32

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

When clicking on the links, the webpage provides how expressions look in both standard notation and in typewriter notation. This give you a good comparison of the two and would be a very useful tool if you were stumped on how to write a standard notation problem in typewriter notation or vice versa.

confidence assessment: 3

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

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

17:00:00

You should see a brief set of instructions and over 30 numbered examples. If you click on the word Picture you will see the standard-notation format of the expression. The link entitled Examples and Pictures, located in the initial instructions, shows all the examples and pictures without requiring you to click on the links. There is also a file which includes explanations.

The instructions include a note indicating that Liberal Arts Mathematics students don't need a deep understanding of the notation, Mth 173-4 and University Physics students need a very good understanding,

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

RESPONSE -->

self critique assessment: 3

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

&#

Very good work. Let me know if you have questions. &#