course Phy 201
......!!!!!!!!...................................
RESPONSE --> I understand these instructions
.................................................
......!!!!!!!!...................................
08:45:13 Your answer has been noted. Enter 'ok' in the Response Box and click on Enter Response, then click on Next Question/Answer for the first real question.
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
`W뽳JÝ Student Name: assignment #001
.................................................
ٴۺÇ}ՌZ Student Name: assignment #001 001. typewriter notation
......!!!!!!!!...................................
10:53:01 `q001. Explain the difference between x - 2 / x + 4 and (x - 2) / (x + 4).
......!!!!!!!!...................................
RESPONSE --> In answering the problem. Equation 1 you would solve (-2/x) first and then subtract from 'x' and add 4. In Equation 2 would solve (x-2) and (x+4) separatly.
.................................................
......!!!!!!!!...................................
10:55:38 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 --> This thoroughly explains the order of operations that I performed in the first question
.................................................
......!!!!!!!!...................................
11:00:06 `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 --> With exponentiation, when the exponents are in parenthesis than the must be calculated beforehand and the product becomes the exponent. For the second calculation 2^ (2+4)= 64. In the first equation the 4 is added after calculating the exponent i.e 2^2 +4 --> 4+4 = 8.
.................................................
......!!!!!!!!...................................
11:00:18 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
.................................................
......!!!!!!!!...................................
11:13: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 x-3 The demonimator is When you evaluate the expression for x=2 Numerator: 2-3 = -1 Denominator:[ (2x-5)^2 * 3x + 1 ] - 2 + 7x [ 2(2)-5)^2 * 3(2) + 1] -2 + 7(2) [ (-1)^2 * 6 + 1] -2 + 14 [ 7] -2 + 14 -14+14 0 Answer: -1/0 = 0
.................................................
......!!!!!!!!...................................
11:15:42 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 --> My mistake was that I multiplied 7 in the brackets with -2 creating a -14 to be added with 14- ultimatly creating a zero in the denominator. I now rememer that the brackets do not serve the same function as parenthesis.
.................................................
......!!!!!!!!...................................
11:41:03 `q004. Explain, step by step, how you evaluate the expression (x - 5) ^ 2x-1 + 3 / x-2 for x = 4.
......!!!!!!!!...................................
RESPONSE --> 1. Add 4 as the variable 'x' to complete the equation creating (4 - 5) ^ 2(4)-1 + 3 / (4)-2 2. Subtract within the parenthesis to create (-1) ^ 2(4)-1 + 3 / (4)-2 3. Multiply with the calculated exponent 8 to create (-1) ^ 8-1 + 3 / (4)-2 4. Solve the exponent to make a 1 so the equation is now 1-1 + 3 / (4)-2 5. Divde the 3/4 to create 0.75 6. Solve from the left 0 + 0.75 - 2 7. Answer is -1.25
.................................................
......!!!!!!!!...................................
11:44:25 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 incorrectly calculated that -1^8 would create a positive 1. Now I know to raise the power before applying the sign.
.................................................
Ύ˺pCzRĩH~ Student Name: assignment #002 002. Describing Graphs
......!!!!!!!!...................................
12:02:19 `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 --> For the graph function y= 3x-4 the y values are -13, -10, -7, -4, -1, 2, and 5. When graphed on an x-y coordinate axis the intercepts of the graph are (-3, -13), (-2, -10), (-1, -7), (0,4), (1, -1), (2,2), (3,5).
.................................................
......!!!!!!!!...................................
12:05:42 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
.................................................
......!!!!!!!!...................................
12:07:08 `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 --> Yes the graph becomes steeper as the intercept is closer to the axis
.................................................
......!!!!!!!!...................................
12:07:17 The graph forms a straight line with no change in steepness.
......!!!!!!!!...................................
RESPONSE --> ok
.................................................
......!!!!!!!!...................................
12:08:08 `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 --> I do not know
.................................................
......!!!!!!!!...................................
12:10:39 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
.................................................
......!!!!!!!!...................................
12:11:14 `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 --> I do not know how to solve this
.................................................
......!!!!!!!!...................................
12:11:24 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
.................................................
......!!!!!!!!...................................
12:23:23 `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 coordinates are (-3, -9), (-2,-4) (-1,1) and (0,0) the inbetween numbers are -5,-3,-1. This graphs decreases as you go from left to right and is decreasing at a decreasing rate.
.................................................
......!!!!!!!!...................................
12:24:06 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 --> I now know that the y-value does not have negative numbers
.................................................
......!!!!!!!!...................................
12:28:53 `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 coordinates are (0,0), (1,1), (2,1.41), (3, 1.73) and is increasing as the line goes left to right. This is increasing at a decreasing rate.
.................................................
......!!!!!!!!...................................
12:29:12 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
.................................................
......!!!!!!!!...................................
12:41:59 `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 --> The coordinates for this are (0,0), (1, -5) , (2, -20), (3, -20) and decrease from left to right. The inbetween numbers are -5, -15, and -10. Therefore we are decreasing at a constant rate.
.................................................
......!!!!!!!!...................................
12:43:14 ** 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 --> I did not remember the algabraic form of calculating negative exponents
.................................................
......!!!!!!!!...................................
12:46:26 `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 would be increasing as the car is travelling faster and faster. The graph would be increasing at an increasing rate.
.................................................
......!!!!!!!!...................................
12:46:38 ** 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 --> ok
.................................................
"