• Tidak ada hasil yang ditemukan

Calculus Midterm #1

N/A
N/A
Protected

Academic year: 2024

Membagikan "Calculus Midterm #1"

Copied!
7
0
0

Teks penuh

(1)

Calculus Midterm #1

Spring 2005

(1) Find the following integrals.

(i)

7

0 x√3

x+ 1dx. 10%

(ii)

x(lnx)2dx. 10%

(iii)

xe2xdx. 10%

(2) The volume of the solid formed by revolving the graph off(x) about thex-axis 10%

is given by the formula:

1

0 π(f(x))2dx.

Find the volume by revolving f(x) = x1,1≤x <∞ about thex-axis.

(3) After test-marketing a new menu item, a fast-food restaurant predicts that sales 10%

of a new item will grow according to the model dS

dt = 2t (t+ 4)2

where t is the time in weeks and S is the sales in thousands of dollars. Find the sales of the menu item at 10 weeks.

(4) The Simpson Rule (for even n) approximates

b

a f(x)dx by 10%

(b−a

3n )[f(x0) + 4f(x1) + 2f(x2) +· · ·+ 4f(xn−1) +f(xn)]. Use n = 6 to estimate

1

1

1 2πe−x

2

2 dx up to three digits after the decimal point. (Note: 12π = 0. .399)

(5) Find the second partial derivatives fxx and fxy of f(x, y) =e2y/x. 10%

(6) Find and sketch the domain of the function 5%

f(x, y) =

4−x2−y2.

(7) A company’s production is given by the Cobb-Douglas production function Q=f(x, y) = 4x0.5y0.5

where x > 0 is the number of units of labor and y >0 is the number of units of capital.

(i) What is the production level whenx= 100 and y = 144. 5%

(ii) Sketch the level curves for Q = 4,6,8,10,12. On your drawing, show the 5%

coordinates of the points at which the level curves intersect with y= 1.

(2)

Solutions for Calculus Midterm 1 (1) (i) Letu=x+ 1, then du=dx.

And we have Z 7

0

x√3

x+ 1dx= Z 8

1

(u−1)u13du

= Z 8

1

(u43 −u13)du

= 3

7u73 −3 4u43

8

1

= 1209 28 . (ii) Letu= (lnx)2, dv=xdx.

Then du= x2lnxdx, v = 12x2. Thus R

x(lnx)2dx = 12x2(lnx)2−R

xlnxdx obtained from using integration by parts.

Letu= lnx, dv=xdx⇒du= 1xdx,v = 12x2. Then we use integration by parts again.

Thus Z

x(lnx)2dx= 1

2x2(lnx)2−(1

2x2lnx− Z 1

2xdx)

= 1

2x2(lnx)2− 1

2x2lnx+1

4x2+C

= 1

2x2[(lnx)2−lnx+ 1 2] +C (iii) Letu=x, dv=e2xdx⇒du=dx,v = 12e2x

Then we apply integration by parts and obtain Z

xe2xdx = 1

2xe2x− Z 1

2e2xdx

= 1

2xe2x− 1

4e2x+C

(3)

(2) Z

1

π(1 x)2dx

= lim

b→∞

Z b

1

π 1 x2dx

= lim

b→∞

[−π x]

b

1

= lim

b→∞

[−π b +π]

Thus the volume is π cubic units.

(3) dS

dt = 2t (t+ 4)2.

And we know that S(0) = 0.

Thus S(10)−S(0) = Z 10

0

2t

(t+ 4)2dtby Fundamental Theorem of Cal- culus. It follows that S(10) =

Z 10

0

2t (t+ 4)2dt. Let u=t+ 4⇒du=dt

Then

S(10) = Z 14

4

2(u−4) u2 du

= Z 14

4

(2 u − 8

u2)du

= 2 lnu+ 8 u

14

4

= (2 ln 14 + 8

14)−(2 ln 4 + 2)

= 2 ln 7−2 ln 2− 10 7

≈1.0769

Hence the sales of the menu item at 10 weeks are 1.0769 thousand dollars.

(4)

(4) n = 6

⇒x0 =−1,x1 =−23, x2 =−13, x3 = 0, x4 = 13,x5 = 23, x6 = 1.

Then by Simpson’s Rule, we have Z 1

−1

√1 2πex

2

2 dx= 1

√2π 2

18(e12 + 4e92 + 2e181 + 4e0+ 2e181 + 4e29 +e12)

≈0.399×1

9(0.6065 + 4×0.8007 + 2×0.9460 + 4×1 + 2×0.9460 + 4×0.8007 + 0.6065)

≈0.683 (5)

f(x, y) =ex2y fx =ex2y2yx−2

⇒fxx = ∂

∂x(ex2y)2yx+ex2y

∂x(2yx−2)

=ex2y2yx−2(2yx−2) +ex2y(−4yx−3)

= 4x−4yex2y(y−x) And fxy = ∂

∂y(ex2y)2yx−2+ex2y

∂y(2yx−2)

=ex2y(−2

x )2yx−2+ex2y(2x−2)

= 2x−3ex2y(x−2y)

(5)

(6) f(x, y) =p

4−x2−y2

4−x2−y2 ≥0⇒x2+y2 ≤4.

Thus the domain of f is the set of all points that lie on or inside the circle given byx2+y2 = 22. That is dom(f) = {(x, y)∈R2|x2+y2 ≤4}. And we sketch the domain as shown in the following figure 1.

2 2

−2

−2 x

y

Figure 1: The domain off(x, y).

(7) (i) The production level is Q=f(100,144) = 4(100)0.5(144)0.5 = 480 units.

(ii) Q= 4⇒xy = 1 Q= 6⇒xy = 94 Q= 8⇒xy = 4 Q= 10⇒xy = 254 Q= 12⇒xy = 9

Hence we obtain five level curves and show it in the figure 2.

Furthermore, these level curves intersect with y = 1 at points A = (1,1), B = (94,1), C = (4,1), D = (254 ,1), and E = (9,1) respectively.

(6)

E D

C B

A

0 2 4 6 8 10

y

2 4 6 8 10

x

Figure 2: The level curves for Q=4,6,8,10,12.

(iii) When the capital is fixed at y = 1, from the figure 2 we can find that the production level Q increases 2 units, the distances AB, BC, CD, and DE become larger. Therefore the surface is less steep.

(8) f(x, y) = 12y+ 6x−x2−y3 fx = 6−2x,fy = 12−3y2

We solve fx = 0 andfy = 0, then determine that the critical points are (3,2) and (3,−2).

Furthermore fxx =−2, fyy =−6y, fxy = 0.

And we use the second-partials test to classify the critical points as follows.

1. When (x, y) = (3,2),

(7)

2. When (x, y) = (3,−2),

d=fxx(3,−2)fyy(3,−2)−[fxy(3,−2)]2 = (−2)12−0 =−24<0.

Thus (3,−2) is a saddle point.

Referensi

Dokumen terkait