Ճ×߉†å¦m»—ª¹Ö°¿—„Õü°®WbæÑ Physics II 11-25-2007
......!!!!!!!!...................................
10:25:36 query problem 7.6.6 approx using n=10 is 2.346; exact is 4.0. What is n = 30 approximation if original approx used LEFT, TRAP, SIMP?
......!!!!!!!!...................................
RESPONSE --> (a) LEFT(10) = 2.346 exact = 4.0 error = 1.654 error will decrease by a factor of about 3 as n increases by a factor of 3. 1.654 / 3 = .5513 4.0 - .5513 = LEFT(30) = 3.4487 (b) TRAP(10) = 2.346 exact = 4.0 error = 1.654 error will decrease by a factor of about 3^2 as n increases by a factor of 3. 1.654 / 9 = .1838 4.0 - .1838 = TRAP(30) = 3.8162 (c) SIMP(10) = 2.346 exact = 4.0 error = 1.654 error will decrease by a factor of about 3^4 as n increases by a factor of 3. 1.654 / 81 = .02042 4.0 - .02042 = SIMP(30) = 3.97958
.................................................
......!!!!!!!!...................................
10:25:49 If the approximation used LEFT then what is your estimate of the n = 30 approximation and how did you get it?
......!!!!!!!!...................................
RESPONSE --> (a) LEFT(10) = 2.346 exact = 4.0 error = 1.654 error will decrease by a factor of about 3 as n increases by a factor of 3. 1.654 / 3 = .5513 4.0 - .5513 = LEFT(30) = 3.4487 (b) TRAP(10) = 2.346 exact = 4.0 error = 1.654 error will decrease by a factor of about 3^2 as n increases by a factor of 3. 1.654 / 9 = .1838 4.0 - .1838 = TRAP(30) = 3.8162 (c) SIMP(10) = 2.346 exact = 4.0 error = 1.654 error will decrease by a factor of about 3^4 as n increases by a factor of 3. 1.654 / 81 = .02042 4.0 - .02042 = SIMP(30) = 3.97958
.................................................
......!!!!!!!!...................................
10:26:07 If the approximation used TRAP then what is your estimate of the n = 30 approximation and how did you get it?
......!!!!!!!!...................................
RESPONSE --> (b) TRAP(10) = 2.346 exact = 4.0 error = 1.654 error will decrease by a factor of about 3^2 as n increases by a factor of 3. 1.654 / 9 = .1838 4.0 - .1838 = TRAP(30) = 3.8162
.................................................
......!!!!!!!!...................................
10:26:16 If the approximation used SIMP then what is your estimate of the n = 30 approximation and how did you get it?
......!!!!!!!!...................................
RESPONSE --> (c) SIMP(10) = 2.346 exact = 4.0 error = 1.654 error will decrease by a factor of about 3^4 as n increases by a factor of 3. 1.654 / 81 = .02042 4.0 - .02042 = SIMP(30) = 3.97958
.................................................
......!!!!!!!!...................................
10:26:27 This problem has been omitted from the present edition and may be skipped: query problem 7.6.10 If TRAP(10) = 12.676 and TRAP(30) = 10.420, estimate the actual value of the integral.
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
10:26:29 What is your estimate of the actual value and how did you get it?
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
10:26:32 By what factor should the error in the second approximation be less than that in the first, and how does this allow you to estimate the integral based on the difference in the two approximations?
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
10:26:34 a < b, m = (a+b)/2. If f quadratic then int(f(x),x,a,b) = h/3 ( f(a) / 2 + 2 f(m) + f(b) / 2).
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
10:26:36 How did you show that if f(x) = 1, the equation holds?
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
10:26:38 How did you show that if f(x) = x, the equation holds?
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
10:26:40 How did you show that if f(x) = x^2, the equation holds?
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
10:26:44 How did you use your preceding results to show that if f(x) = A x^2 + B x + c, the equation must therefore hold?
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
12:33:39 query problem 7.7.19 integrate 1 / (u^2-16) from 0 to 4 if convergent
......!!!!!!!!...................................
RESPONSE --> integral of 1 / (u^2-16) from 0 to 4 1 / (u^2-16) = 1 / ((u - 4)(u + 4)) using formula V.26. integral of 1 / ((u - 4)(u + 4)) = 1/8 (ln |u - 4| - ln |u+4|) + C from 0 to b = ((ln |b - 4| - ln |b+4|) / 8) - ((ln |0 - 4| - ln |0+4|) / 8) = ((ln |b - 4| - ln |b+4|) / 8) limit of ((ln |b - 4| - ln |b+4|) / 8) as b approaches 4 does not exist. Integral of 1 / (u^2-16) from 0 to 4 diverges.
.................................................
......!!!!!!!!...................................
12:35:29 does your integral converge, and why or why not?
......!!!!!!!!...................................
RESPONSE --> No, it diverges. As the integral approaches 4, the area approaches infinity.
.................................................
......!!!!!!!!...................................
12:35:38 If convergent what is your result?
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
12:40:34 Why is there a question as to whether the integral does in fact converge?
......!!!!!!!!...................................
RESPONSE --> If the area approches a finite number as b approches 4, then it is said to converge. The values just don't shrink fast enough for the integral to have a finite value.
.................................................
......!!!!!!!!...................................
12:43:34 Give the steps in your solution.
......!!!!!!!!...................................
RESPONSE --> integral of 1 / (u^2-16) from 0 to 4 1 / (u^2-16) = 1 / ((u - 4)(u + 4)) using formula V.26. integral of 1 / ((u - 4)(u + 4)) = 1/8 (ln |u - 4| - ln |u+4|) + C from 0 to b = ((ln |b - 4| - ln |b+4|) / 8) - ((ln |0 - 4| - ln |0+4|) / 8) = ((ln |b - 4| - ln |b+4|) / 8) limit of ((ln |b - 4| - ln |b+4|) / 8) as b approaches 4 does not exist. Integral of 1 / (u^2-16) from 0 to 4 diverges.
.................................................
......!!!!!!!!...................................
12:44:33 If you didn't give it, give the expression whose limit showed whether the integral was convergent or divergent.
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
15:02:18 query problem 7.7.44 (was #39) rate of infection r = 1000 t e^(-.5t)
......!!!!!!!!...................................
RESPONSE --> (a) (b) People are getting sick the fastest on day 2. The slope is increasing from 0 to 2 and decreasing after 2, and the derivative of the function equals zero at x = 2. This indicates a maximum at x = 2.
.................................................
......!!!!!!!!...................................
15:06:39 describe your graph, including asymptotes, concavity, increasing and decreasing behavior, zeros and intercepts
......!!!!!!!!...................................
RESPONSE --> The graph is concave down. It is increasing at a decreasing rate from 0 to 2 and decreasing at a decreasing rate from 2 to infinity. The graph intercepts the origin.
.................................................
......!!!!!!!!...................................
15:07:54 when our people getting sick fastest and how did you obtain this result?
......!!!!!!!!...................................
RESPONSE --> (b) People are getting sick the fastest on day 2. The slope is increasing from 0 to 2 and decreasing after 2, and the derivative of the function equals zero at x = 2. This indicates a maximum at x = 2.
.................................................
......!!!!!!!!...................................
15:08:33 How many people get sick and how did you obtain this result?
......!!!!!!!!...................................
RESPONSE --> (c) Using integration by parts, The indefinite integral of 1000 t e^(-.5t) is -2000e^(-0.5t)(t + 2) + C r = 1000 t e^(-.5t) t = 19.7854 when r = 1 t = 19.7855 when r = .999955 at t = 19.7855 is approximately the point where less than one person per day is getting sick. I will approximate this to be day 20. Thus, the integral of 1000 t e^(-.5t) from 0 to 20 is [-2000e^(-0.5(20))((20) + 2)] - [-2000e^(-0.5(0))((0) + 2)] = 3998 People getting sick
.................................................
......!!!!!!!!...................................
15:09:37 What improper integral arose in your solution and, if you have not already explained it, explain in detail how you evaluated the integral.
......!!!!!!!!...................................
RESPONSE -->
.................................................
......!!!!!!!!...................................
15:09:41 Query Add comments on any surprises or insights you experienced as a result of this assignment.
......!!!!!!!!...................................
RESPONSE -->
.................................................