Time and Date Stamps (logged): 01:32:10 08-29-2008 ¯°Ÿ²±Ÿ°¯¯·Ÿ±¸Ÿ±¯¯·
** Write clearly in dark pencil or ink, on one side of the paper only. **
function |
general antiderivative |
sin(ax)cos(bx) |
1/(b^2-a^2) [ a cos(ax)sin(ax) - b sin(ax)cos(bx) ] + c |
| cos(ax)cos(bx) | 1/(b^2-a^2) [ b cos(ax)sin(bx) - a sin(ax)cos(bx) ] + c |
| sin(ax)cos(bx) | 1/(b^2-a^2) [ b sin(ax)sin(bx) + a cos(ax)cos(bx)] + c |
| p(x) e^(ax) | 1/a p(x)e^(ax) - 1/a INTEGRAL(p'(x)e^(ax),x) + c |
| p(x) sin(ax) | 1/a p(x)cos(ax) + 1/a INTEGRAL(p'(x)cos(ax),x) + c |
| p(x) cos(ax) | 1/a p(x)sin(ax) - 1/a INTEGRAL(p'(x)sin(ax),x) + c |
| 1/(sin(x))^m | -1/(m-1) cos(x) / (sin(x))^(m-1) + (m-2)/(m-1) INTEGRAL(1/(sin(x))^(m-2), x) + c |
| 1/sin(x) | 1/2 ln | (cos(x)-1) / (cos(x) + 1) | + c |
| 1/(cos(x))^m | 1/(m-1) sin(x) / (cos(x))^(m-1) + (m-2)/(m-1) INTEGRAL(1/(cos(x))^(m-2), x) + c |
| 1/cos(x) | 1/2 ln | (sin(x)-1) / (sin(x) + 1) | + c |
| (bx+c)/(x^2+x^2) | b/s ln | x^2+x^2 | + c/a arctan(x/a) + c |
| (cx + d) / [ (x-a)(x-b) ] | 1/(a-b) [ (ac + d) ln | x-a | - (bc+d) ln | x-b | ] + c |
| 1 / `sqrt( x^2 +- a^2 ) | ln | x + `sqr(x^2 +- a^2 | + c |
| `sqrt(a^2 +- x^2 ) | 1/2 ( x `sqrt(a^2 +- x^2) + a^2 INTEGRAL(1/`sqrt(a^2 +- x^2 ) + c |
| `sqrt(x^2 - a^2) | 1/2 ( x `sqrt(a^2 +- x^2) + a^2 INTEGRAL(1/`sqrt(a^2 +- x^2 ) + c |
. . . . . . . . . . . . . . . .
.
.
.
.
.
.
.
.
.
.
Problem Number 1A right triangle has its right angle at the origin. Its leg along the x axis has length 50 cm and its leg along the y axis has length 3 cm. At distance x from the y axis the density of the triangle is 1 / ( 1.3 + x) grams / cm^2. Use a Riemann sum to represent the approximate mass of the triangle. What is the precise mass?
.
.
.
.
.
.
.
.
.
.
Problem Number 2For the function f(x) = sin(x), evaluated between x = 0 and x = `pi/2, place the following in order:
.
.
.
.
.
.
.
.
.
.
Problem Number 3Find the present value after 8 years of income stream function $ 50,000 * e^( .051 t) per year, where t is in years from the present, provided we expect money to grow at a constant annual rate of 3%, compounded continuously.
.
.
.
.
.
.
.
.
.
.
Problem Number 4If p(x) = k x ( 1 - x/ 3), 0 <= x <= 3, represents a probability distribution, then
.
.
.
.
.
.
.
.
.
.
Problem Number 5Prove whether the integral of e^-( .9 x) cos^ 10 (x), from x = 1 to infinity, converges or diverges.
.
.
.
.
.
.
.
.
.
.
Problem Number 6Antidifferentiate e^t cos( 6 t + 49) with or without the use of tables.
.
.
.
.
.
.
.
.
.
.
Problem Number 7Find the integral of the function f(x) = sin(x + `pi), evaluated between x = 0 and x = `pi/2. Then calculate the error obtained by TRAP(3), MID(3) and SIMP(3).
.
.
.
.
.
.
.
.
.
.
Problem Number 8Antidifferentiate ( 9 x + 4) / (x^2 + 5 x - 24) with or without the use of tables.
.
.
.
.
.
.
.
.
.
.
Problem Number 9Find the volume of the solid obtained by rotating the region bounded by the curve y = x^- 1 between x = 0 and x = .36 and the y axis about the line y = -.6001.
.
.
.
.
.
.
.
.
.
.
Problem Number 10State the Completeness Axiom, the Nested Interval Theorem and the Intermediate Value Theorem and explain how they are used in proving the central theoretical results of Calculus.