Orientation math problems

course Phy 121

ސߧ_xMCS`assignment #001

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.

001. Only assignment: prelim asst

qa prelim

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

11:30:16

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

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

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

11:30:31

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, I think so.

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

ͱÍv쁀^Ka

assignment #001

001. typewriter notation

qa initial problems

05-28-2008

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

13:07:51

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

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

RESPONSE -->

In the first problem, x-2/x+4 the division would be done first because Multiplication and Division are done before addition and subtraction. In the second problem, (x-2)/(x+4) the portions inside of the parentheses are done first and then those answers are divided.

2-2/2+4 = -0.5 The x's or 2's cancel each other out leaving -2/4 which equals -0.5

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

(2-2) = 0

2+4 = 6

0/6 = 0

confidence assessment: 3

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

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

13:13:39

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 x or divide the -2 by 4 first. If there are no parentheses you have to divide before you subtract. Substituting 2 for x we get

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

I did something wrong! Why does

2-2/2+4 equal 2-1+ 4 ?

I came up with 0 on the second one, but why did the x and the 4 switch places? (x-4) and then (4-2)?

self critique assessment:

Good question, which I'm glad to answer.

The / in the expression 2-2/2+4 is done first, before the - or the +. The quantity in front of the / is 2, and the quantity following the / is 2. So the calculation 2 / 2 = 1 is the first done.

Only after completing this calculation can you perform the - and the + operations.

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

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

13:18:15

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

The first problem indicates that the 2 is raised to the x power, in this case 2 and then 4 is added to the answer.

2^2 = 4

4+4 = 8

The second problem indicates that the 2 is raised to the x+4 power. In this case x=2 so the 2 is raised to the 6th power.

2^ (x+4) =

2^ 6 =

64

confidence assessment: 2

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

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

13:19:14

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

Yay! I got that right,

self critique assessment: 3

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

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

13:35:10

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

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

Parentheses first:

2x-5 = (2*2)-5 = -1

Within the larger parentheses

[ -1^2 * 3x + 1]

Do exponent first:

-1^2 = 1

Then multiplication

1 * 3x = 1*6 = 6

Then addition within the larger parentheses

6 + 1 = 7

Now the problem reads:

x - 3 / 7-2 + 7x

or:

2-2 / 7- 2 + 14 where x = 2

But I am unsure where to go from here.

I think I multiply

(2 - 2) -7 +2 - 14

Which equals

-14 + 4 - 28 + 14 - 4 + 28

which equals 0

confidence assessment: 1

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

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

13:44: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 that the numerator did not include the x because it was not in parentheses, and that the denominator did not include the -2+7x because they also were not within the brackets.

self critique assessment: 3

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

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

13:53:14

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

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

RESPONSE -->

Parentheses first

(x-5) = (4 - 5) = -1

Equation: -1^2x - 1 + 3/x - 2

Exponents next

-1 ^2x = -1 ^ 8 = 1

Equation: 1 - 1 + 3/x - 2

Mult and Div

3 / x = 3 / 4 = .75

Equation: 1 - 1 + 0.75 - 2

Rearrange

1 - 1 - 2 + 0.75=

-2 + 0.75 =

-1.25

confidence assessment: 2

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

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

13:57:59

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:

you made the common error, but otherwise you had a very good solution

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

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

14:01:11

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

The notation isn't that different than regular notation. One area of confusion for me was the use or lack of use of spaces within the equation. When there was a lack of space between notations I tended to see it as going together as if within parentheses. I am extremely dissappointed with my performance on this exercise as I just completed a mathematics course in the fall that covered all of these topics.

self critique assessment: 2

Nothing to be disappointed about. You understand the order of operations. I designed these problems around errors made by almost all students. Nearly everyone tends to read groupings into expressions, and when writing expressions to leave out necessary groupings.

The point here is that to avoid ambiguity, we have to read expressions literally and write them correctly. You'll be fine with this.

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

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

14:08:10

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

Examples of typewriter notation and regular notation. This isn't a new concept for me, as the previous math classes I have taken have always taught that equations could be written both ways. My problem is that aside from the course I took last semester it has been 20 years since my last math class.

confidence assessment: 3

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

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

14:08:45

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

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

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

14:09:44

end program

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

RESPONSE -->

self critique assessment: 3

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

I think you'll be in good shape. See my notes.

&#

Let me know if you have questions. &#