Chapter 7: Definite Integrals

题数:61 题

整理:成都 何老师 联系:AGB114

第301题

301. BC: Evaluate \( \sum_{i=1}^5 i^3 \).

( A ) 99
( B ) 124
( C ) 125
( D ) 225
第301题解答

解答

答案: ( D )

\( 1^3+2^3+3^3+4^3+5^3 = 225 \); or \( \frac{n^2(n+1)^2}{4} = \frac{25\cdot36}{4} = 225 \) .

第302题

302. Evaluate \( \int_0^4 (x^3 - 3x + 1)\,dx \).

( A ) -4
( B ) 0
( C ) 24
( D ) 44
第302题解答

解答

答案: ( D )

\( \left[\frac{x^4}{4}-\frac{3x^2}{2}+x\right]_0^4 = 64-24+4-0 = 44 \) .

第303题

303. Evaluate \( \int_{\pi/2}^{\pi} \frac{1}{4+x^2} dx \).

( A ) 0.169
( B ) 0.334
( C ) 0.338
( D ) 0.535
第303题解答

解答

答案: ( A )

\( \frac{1}{2}\tan^{-1}(x/2)\big|_{\pi/2}^{\pi} \approx 0.502 - 0.333 \approx 0.169 \) .

第304题

304. BC: Evaluate \( \int_0^4 \frac{1}{\sqrt{16-x^2}} dx \).

( A ) 0
( B ) \( \frac{\pi}{4} \)
( C ) \( \frac{\pi}{2} \)
( D ) 2
第304题解答

解答

答案: ( C )

Improper integral; limit as upper bound \( \to 4^- \) gives \( \sin^{-1}(x/4)\big|_0^4 = \frac{\pi}{2} \) .

第305题

305. Evaluate \( \int_0^{2\pi} (x - \cos x)\,dx \).

( A ) 0
( B ) \( 2\pi^2 - \pi \)
( C ) \( 2\pi^2 - \frac{\pi}{2} \)
( D ) \( 2\pi^2 \)
第305题解答

解答

答案: ( D )

\( \left[\frac{x^2}{2}-\sin x\right]_0^{2\pi} = 2\pi^2 \) .

第306题

306. If \( \int_0^k (5-x)\,dx = -12 \) and \( k>0 \), find \( k \).

( A ) -2
( B ) 0
( C ) 2
( D ) 12
第306题解答

解答

答案: ( D )

\( 5k - \frac{k^2}{2} = -12 \) gives \( k^2-10k-24=0 \); \( (k+2)(k-12)=0 \); \( k=12 \) .

第307题

307. BC: Evaluate \( \sum_{i=1}^n n^2 i(i+2) \).

( A ) \( n^3(n+1)(\frac{1}{3}n+\frac{7}{6}) \)
( B ) \( n^3(n+1)(2n+1) \)
( C ) \( \frac{1}{2}n^2(n+1)^2(2n+1) \)
( D ) \( \frac{1}{6}n^3(n+1)(2n+1) \)
第307题解答

解答

答案: ( A )

\( n^2\sum(i^2+2i) = n^3(n+1)[\frac{1}{3}n+\frac{7}{6}] \) .

第308题

308. Find \( \int_{-2}^4 \frac{|x|}{2x} dx \).

( A ) \( \frac{1}{2} \)
( B ) 1
( C ) 2
( D ) The function is not integrable because of a discontinuity at \( x=0 \)
第308题解答

解答

答案: ( B )

Split: \( \frac{|x|}{2x} = -\frac{1}{2} \) on \( [-2,0) \) and \( \frac{1}{2} \) on \( (0,4] \); net area = 1 .

第309题

309. Find \( \frac{dy}{dx} \) if \( y = \int_x^{x^2} (t^2-t+1)\,dt \).

( A ) \( 2x^5-2x^3-\frac{1}{2}x^2-x+1 \)
( B ) \( 2x^5-2x^3-x^2+3x-1 \)
( C ) \( 2x^5-2x^3+x^2-3x+1 \)
( D ) \( \frac{1}{3}x^6-\frac{1}{2}x^4-\frac{1}{3}x^3+\frac{3}{2}x^2-x \)
第309题解答

解答

答案: ( B )

Evaluate integral then differentiate; \( \frac{dy}{dx} = 2x^5-2x^3-x^2+3x-1 \) .

第310题

310. Evaluate \( \int_0^6 |2x-4|\,dx \).

( A ) 12
( B ) 20
( C ) 24
( D ) 36
第310题解答

解答

答案: ( B )

Split at \( x=2 \); \( \int_0^2 (4-2x)\,dx + \int_2^6 (2x-4)\,dx = 4 + 16 = 20 \) .

第311题

311. Evaluate \( \int_0^{\pi/2} \frac{\sin x}{\cos x+1} dx \).

( A ) 0
( B ) -0.693
( C ) 0.693
( D ) 0.500
第311题解答

解答

答案: ( C )

Let \( u=\cos x+1 \), \( du=-\sin x\,dx \); \( -\int \frac{du}{u} \) from 1 to 0 gives \( \ln 2 \approx 0.693 \) .

第312题

312. BC: Evaluate \( \int_{-\infty}^0 e^x dx \).

( A ) -1
( B ) 1
( C ) \( e \)
( D ) Integral is divergent
第312题解答

解答

答案: ( B )

\( \lim_{k\to-\infty}\int_k^0 e^x dx = 1 - e^k \to 1 \) .

第313题

313. Find \( k \) if \( \int_{-4}^k (2x-3)\,dx = -30 \) and \( k>1 \).

( A ) 1
( B ) 2
( C ) 3
( D ) 4
第313题解答

解答

答案: ( B )

\( [x^2-3x]_{-4}^k = k^2-3k-28 = -30 \); \( k^2-3k+2=0 \); \( k=2 \) .

第314题

314. Find \( \frac{dy}{dx} \) if \( y = \int_x^{x^2} \frac{1}{\sqrt{t}} dt \).

( A ) \( 2\sqrt{2}(x-1) \)
( B ) \( 2\sqrt{2}(x-\sqrt{x}) \)
( C ) \( 2 - \frac{1}{\sqrt{x}} \)
( D ) \( \frac{2\sqrt{2}}{x} - \frac{1}{\sqrt{x}} \)
第314题解答

解答

答案: ( C )

\( y = 2\sqrt{x^2}-2\sqrt{x} = 2x-2\sqrt{x} \) for \( x>0 \); \( \frac{dy}{dx} = 2 - \frac{1}{\sqrt{x}} \) .

第315题

315. Evaluate \( \int_{-2}^2 (x^2-2x+1)\,dx \).

( A ) \( 1\frac{1}{3} \)
( B ) \( 4\frac{1}{3} \)
( C ) \( 6\frac{2}{3} \)
( D ) \( 9\frac{1}{3} \)
第315题解答

解答

答案: ( D )

\( \left[\frac{x^3}{3}-x^2+x\right]_{-2}^2 = \frac{16}{3}+\frac{12}{3} = 9\frac{1}{3} \) .

第316题

316. BC: Evaluate \( \sum_{i=0}^6 i^2(i-1) \).

( A ) 240
( B ) 280
( C ) 328
( D ) 350
第316题解答

解答

答案: ( D )

\( \sum i^3 - \sum i^2 = \frac{36\cdot49}{4} - \frac{6\cdot7\cdot13}{6} = 441-91 = 350 \) .

第317题

317. Evaluate \( \int_0^{\pi/2} \sin^2 x\,dx \).

( A ) \( -\frac{\pi}{4} \)
( B ) 0
( C ) \( \frac{\pi}{4} \)
( D ) \( \frac{\pi}{2} \)
第317题解答

解答

答案: ( C )

\( \int_0^{\pi/2} \frac{1-\cos 2x}{2}\,dx = \left[\frac{x}{2}-\frac{\sin 2x}{4}\right]_0^{\pi/2} = \frac{\pi}{4} \) .

第318题

318. Evaluate \( \int_0^1 x(x+1)^{1/3} dx \).

( A ) -0.591
( B ) -0.321
( C ) 0.231
( D ) 0.591
第318题解答

解答

答案: ( D )

Let \( u=x+1 \); \( \int (u-1)u^{1/3}\,du \) from 1 to 2; evaluate \( \approx 0.59 \) .

第319题

319. Evaluate \( \int_{-6}^6 |x^2-9|\,dx \).

( A ) 27
( B ) 54
( C ) 108
( D ) 180
第319题解答

解答

答案: ( C )

Split at \( x=\pm 3 \); symmetric pieces sum to 108 .

第320题

320. Evaluate \( \int_1^4 \frac{e^{\sqrt{x}}}{\sqrt{x}} dx \).

( A ) \( 2e(e-1) \)
( B ) \( 2(e^2-1) \)
( C ) \( 2(e^2+1) \)
( D ) \( 2e(e+1) \)
第320题解答

解答

答案: ( A )

Let \( u=\sqrt{x} \); \( 2\int_1^2 e^u du = 2e^u\big|_1^2 = 2e(e-1) \) .

第321题

321. Evaluate \( \int_{\ln 2}^{\ln 3} x e^{x^2} dx \).

( A ) 0.5
( B ) 0.707
( C ) 0.864
( D ) 2.5
第321题解答

解答

答案: ( D )

Let \( u=x^2 \); \( \frac{1}{2}\int e^u du \); \( \frac{1}{2}e^{x^2}\big|_{\ln 2}^{\ln 3} = \frac{9}{2}-\frac{4}{2} = 2.5 \) .

第322题

322. Evaluate \( \int_0^3 |4x-2|\,dx \).

( A ) 9
( B ) 12
( C ) 13
( D ) 15
第322题解答

解答

答案: ( C )

Split at \( x=1/2 \); \( \int_0^{1/2}(2-4x)\,dx + \int_{1/2}^3 (4x-2)\,dx = 13 \) .

第323题

323. Evaluate \( \int_0^{\pi/3} \tan^2 x\sec^2 x\,dx \).

( A ) 0
( B ) \( \frac{\sqrt{3}}{3} \)
( C ) \( \sqrt{3} \)
( D ) \( \frac{\pi^2}{9} \)
第323题解答

解答

答案: ( C )

Let \( u=\tan x \); \( \frac{1}{3}\tan^3 x\big|_0^{\pi/3} = \frac{(\sqrt{3})^3}{3} = \sqrt{3} \) .

第324题

324. Find \( k \) if \( \int_0^k (2x-\frac{\sqrt{x}}{2})\,dx = 0 \) and \( k>0 \).

( A ) \( \frac{1}{9} \)
( B ) \( \frac{1}{3} \)
( C ) \( \frac{4}{9} \)
( D ) \( \frac{2}{3} \)
第324题解答

解答

答案: ( A )

\( k^2 - \frac{1}{3}k^{3/2} = 0 \); \( k^{1/2}(k^{1/2}-\frac{1}{3})=0 \); \( k = \frac{1}{9} \) .

第325题

325. BC: Evaluate \( \int_2^3 \frac{1}{\sqrt{x-2}} dx \).

( A ) 0
( B ) \( \frac{1}{2} \)
( C ) 1
( D ) 2
第325题解答

解答

答案: ( D )

Improper; \( 2\sqrt{x-2}\big|_2^3 = 2\sqrt{1} = 2 \) .

第326题

326. Evaluate \( \int_0^1 10^{3x} dx \).

( A ) 136.90
( B ) 144.62
( C ) 144.90
( D ) 152.22
第326题解答

解答

答案: ( B )

Let \( u=3x \); \( \frac{10^{3x}}{3\ln 10}\big|_0^1 = \frac{1000}{3\ln 10}-\frac{1}{3\ln 10} \approx 144.62 \) .

第327题

327. Evaluate \( \int_e^{e^2} \frac{1}{x\ln x} dx \).

( A ) 0
( B ) \( e \)
( C ) \( e^2-e \)
( D ) \( \ln 2 \)
第327题解答

解答

答案: ( D )

Let \( u=\ln x \); \( \ln|\ln x|\big|_e^{e^2} = \ln 2 - \ln 1 = \ln 2 \) .

第328题

328. Find the average value of \( f(x)=\frac{|x|}{2x} \) on \( [-2,4] \).

( A ) \( \frac{1}{6} \)
( B ) \( \frac{1}{2} \)
( C ) 1
( D ) The function is not integrable because of a discontinuity at \( x=0 \)
第328题解答

解答

答案: ( A )

\( \frac{1}{6}\int_{-2}^4 \frac{|x|}{2x}\,dx \); split and evaluate gives \( \frac{1}{6} \) .

第329题

329. Evaluate \( \int_4^9 \frac{x+1}{\sqrt{x}} dx \).

( A ) \( 9\frac{1}{3} \)
( B ) \( 13\frac{1}{3} \)
( C ) \( 14\frac{2}{3} \)
( D ) \( 15\frac{1}{6} \)
第329题解答

解答

答案: ( C )

\( \int (x^{1/2}+x^{-1/2})\,dx = \frac{2}{3}x^{3/2}+2x^{1/2} \); evaluate from 4 to 9 gives \( 14\frac{2}{3} \) .

第330题

330. BC: Evaluate \( \int_{-\infty}^{\infty} \frac{1}{1+x^2} dx \).

( A ) \( -\infty \)
( B ) \( \frac{\pi}{2} \)
( C ) 0
( D ) \( \pi \)
第330题解答

解答

答案: ( D )

\( \int_{-\infty}^0 + \int_0^{\infty} = \frac{\pi}{2}+\frac{\pi}{2} = \pi \) .

第331题

331. If \( f(x)=\int_{\pi/2}^x \tan^{-1} t\,dt \), find \( f'(\pi/6) \) to the nearest thousandth.

( A ) -0.4823
( B ) 0.4823
( C ) 0.5236
( D ) 0.5774
第331题解答

解答

答案: ( B )

FTC: \( f'(x)=\tan^{-1} x \); \( f'(\pi/6)=\tan^{-1}(\pi/6)\approx 0.4823 \) .

第332题

332. Evaluate \( \int_{-1}^1 (x^2-3)(x^5+2)\,dx \).

( A ) \( -13\frac{1}{3} \)
( B ) -12
( C ) \( -10\frac{2}{3} \)
( D ) \( 1\frac{1}{3} \)
第332题解答

解答

答案: ( C )

Expand; odd powers cancel; \( \int_{-1}^1 (x^7-3x^5+2x^2-6)\,dx = -10\frac{2}{3} \) .

第333题

333. BC: Evaluate \( \int_3^5 \frac{1}{x^2-3x+2} dx \).

( A ) -0.693
( B ) -0.288
( C ) 0
( D ) 0.405
第333题解答

解答

答案: ( D )

Partial fractions \( \frac{1}{(x-2)(x-1)} \); \( \ln\frac{|x-2|}{|x-1|}\big|_3^5 = \ln\frac{3}{4}-\ln\frac{1}{2} = \ln\frac{3}{2} \approx 0.405 \) .

第334题

334. Evaluate \( \int_0^1 \frac{x^2}{\sqrt{1-x^6}} dx \).

( A ) \( -\frac{\pi}{6} \)
( B ) 0
( C ) \( \frac{\pi}{6} \)
( D ) \( \frac{\pi}{3} \)
第334题解答

解答

答案: ( C )

Let \( u=x^3 \); \( \frac{1}{3}\sin^{-1}(x^3)\big|_0^1 = \frac{1}{3}\cdot\frac{\pi}{2} = \frac{\pi}{6} \) .

第335题

335. Find \( \frac{dy}{dx} \) if \( y = \int_{\sin x}^{\cos x} (1-\frac{1}{2}t)\,dt \).

( A ) \( \sin x\cos x - \sin x - \cos x \)
( B ) \( 2\sin x\cos x \)
( C ) \( 2 - \sin x\cos x \)
( D ) \( \sin x\cos x \)
第335题解答

解答

答案: ( A )

FTC and chain rule: \( (1-\frac{1}{2}\cos x)(-\sin x) - (1-\frac{1}{2}\sin x)(\cos x) = \sin x\cos x - \sin x - \cos x \) .

第336题

336. Evaluate \( \int_{\pi/6}^{\pi/4} \csc^2 x\cot x\,dx \).

( A ) \( \frac{1}{2}-\sqrt{3} \)
( B ) \( -\frac{\sqrt{3}}{2} \)
( C ) 0
( D ) 1
第336题解答

解答

答案: ( D )

Let \( u=\cot x \); \( -\frac{\cot^2 x}{2}\big|_{\pi/6}^{\pi/4} = -\frac{1}{2}+\frac{3}{2} = 1 \) .

第337题

337. Evaluate \( \int_1^e \frac{\ln x}{5x} dx \).

( A ) \( \frac{1}{10e} \)
( B ) \( \frac{1}{5} \)
( C ) \( \frac{1}{e} \)
( D ) \( \frac{1}{10} \)
第337题解答

解答

答案: ( D )

Let \( u=\ln x \); \( \frac{1}{10}(\ln x)^2\big|_1^e = \frac{1}{10} \) .

第338题

338. On \( [-2,4] \) there must be a value \( c \) with \( f(c)=\frac{1}{6} \) by the Mean Value Theorem for Integrals. What does \( c \) equal?

( A ) \( \frac{1}{6} \)
( B ) \( \frac{1}{2} \)
( C ) 1
( D ) The Mean Value Theorem does not apply because of a discontinuity at \( x=0 \)
第338题解答

解答

答案: ( D )

MVT for integrals requires continuity; \( f(x)=\frac{|x|}{2x} \) has a discontinuity at \( x=0 \) .

第339题

339. If \( f'(x)=g(x) \), express \( \int_0^\pi g(2x)\,dx \) in terms of \( f(x) \).

( A ) \( f(2\pi)-f(0) \)
( B ) \( \frac{1}{2}f(2\pi) \)
( C ) \( 2f(\pi)-f(0) \)
( D ) \( \frac{1}{2}[f(2\pi)-f(0)] \)
第339题解答

解答

答案: ( D )

Substitute \( u=2x \); \( \frac{1}{2}\int_0^{2\pi} g(u)\,du = \frac{1}{2}[f(2\pi)-f(0)] \) .

第340题

340. Evaluate \( \int_{\ln 3}^{\ln 5} \frac{e^x}{e^x+4} dx \).

( A ) \( \ln\frac{9}{7} \)
( B ) \( \ln\frac{5}{7} \)
( C ) \( \ln 2 \)
( D ) \( \frac{e^5}{e^5+4} - \frac{e^3}{e^3+4} \)
第340题解答

解答

答案: ( A )

Let \( u=e^x+4 \); \( \ln|e^x+4|\big|_{\ln 3}^{\ln 5} = \ln 9 - \ln 7 = \ln\frac{9}{7} \) .

第341题

341. Evaluate \( \int_0^{\pi/6} \sqrt{\sin x}\,\cos x\,dx \).

( A ) \( \frac{2\sqrt{3}}{3} \)
( B ) \( \frac{\sqrt{2}}{3} \)
( C ) \( \frac{\sqrt{2}}{6} \)
( D ) \( \frac{\sqrt{3}}{6} \)
第341题解答

解答

答案: ( C )

Let \( u=\sin x \), \( du=\cos x\,dx \); \( \int u^{1/2}du = \frac{2u^{3/2}}{3}+C \); \( \frac{2(\sin x)^{3/2}}{3}\big|_0^{\pi/6} = \frac{2(1/2)^{3/2}}{3} = \frac{\sqrt{2}}{6} \) .

第342题

342. If \( G(x) \) is the antiderivative of \( \ln(x) \) and \( G(1)=0 \), find \( G(2) \).

( A ) \( \ln 2 \)
( B ) \( 2\ln 2 \)
( C ) \( 2\ln 2 - 1 \)
( D ) \( 2\ln 2 + 1 \)
第342题解答

解答

答案: ( C )

\( G(x)=\int\ln x\,dx = x\ln x - x + C \); \( G(1)=0 \Rightarrow C=1 \); \( G(2)=2\ln 2-2+1=2\ln 2-1 \) .

第343题

343. BC: Evaluate \( \int_0^{\pi/2} e^x\sin x\,dx \).

( A ) \( \frac{1}{2} \)
( B ) \( \frac{1}{2}(e^{\pi/2}+1) \)
( C ) \( e^{\pi/2}-1 \)
( D ) \( e^{\pi/2}+1 \)
第343题解答

解答

答案: ( B )

Integration by parts twice: \( \int e^x\sin x\,dx = \frac{1}{2}e^x(\sin x-\cos x)+C \); evaluate from 0 to \( \pi/2 \) gives \( \frac{1}{2}(e^{\pi/2}+1) \) .

第344题

344. BC: Evaluate \( \int_6^{10} \frac{1}{x^2-3x-10}\,dx \).

( A ) \( \frac{1}{7}\ln|\frac{5}{96}| \)
( B ) \( \frac{1}{7}\ln|\frac{10}{3}| \)
( C ) \( \frac{1}{7}\ln|\frac{15}{2}| \)
( D ) \( \frac{2}{5}\ln|\frac{10}{3}| \)
第344题解答

解答

答案: ( B )

Partial fractions \( \frac{1}{(x-5)(x+2)} = \frac{1/7}{x-5}-\frac{1/7}{x+2} \); \( \frac{1}{7}[\ln|x-5|-\ln|x+2|]\big|_6^{10} = \frac{1}{7}\ln|\frac{10}{3}| \) .

第345题

345. BC: Evaluate \( \int_1^\infty \frac{1}{x^6}\,dx \).

( A ) \( \frac{1}{6} \)
( B ) \( \frac{1}{5} \)
( C ) 1
( D ) \( \infty \)
第345题解答

解答

答案: ( B )

\( \lim_{k\to\infty}\int_1^k x^{-6}\,dx = \lim_{k\to\infty}[-\frac{x^{-5}}{5}]_1^k = \frac{1}{5} \) .

第346A题

346A. 346. The marginal cost of producing \( x \) units is \( C'(x)=\frac{1}{4}x-2 \). (A) Find an expression for \( C(x) \), assuming the cost of producing 0 units is $2, so that \( C(0)=2 \).

第346A题解答

解答

\( C(x)=\int C'(x)\,dx = \int(\frac{1}{4}x-2)\,dx = \frac{1}{8}x^2-2x+C \); \( C(0)=2 \Rightarrow C=2 \); \( C(x)=\frac{1}{8}x^2-2x+2 \) .

第346B题

346B. 346. (B) Find the value of \( x \) such that the average cost is a minimum. Justify your answer.

第346B题解答

解答

\( \bar{C}=\frac{C(x)}{x}=\frac{x}{8}-2+\frac{2}{x} \); \( \frac{d\bar{C}}{dx}=\frac{1}{8}-\frac{2}{x^2}=0 \) gives \( x=4 \); second derivative \( \frac{4}{x^3}>0 \) at \( x=4 \) so relative minimum; \( x=4 \) .

第346C题

346C. 346. (C) Find the cost for producing 40 units.

第346C题解答

解答

\( C(40)=\frac{40^2}{8}-2(40)+2=200-80+2=122 \) .

第347A题
\( x \)01/213/225/237/24
f(x)01/419/4425/4949/416

347A. 347. Area \( A \) is bounded by \( f(x)=x^2 \) and the \( x \)-axis. (A) Use a right-hand Riemann sum to find area \( A \) on the interval from \( x=0 \) to \( x=4 \), using 4 subdivisions of equal length.

第347A题解答

解答

\( \Delta x_i=1 \); right-hand sum \( A = f(1)\cdot1+f(2)\cdot1+f(3)\cdot1+f(4)\cdot1 = 1+4+9+16=30 \) .

第347B题
\( x \)01/213/225/237/24
f(x)01/419/4425/4949/416

347B. 347. (B) Find the area \( A \) on the interval from \( x=0 \) to \( x=4 \) using 8 subdivisions of equal length.

第347B题解答

解答

\( \Delta x_i=\frac{1}{2} \); right-hand sum \( A = \frac{1}{4}\cdot\frac{1}{2}+1\cdot\frac{1}{2}+\frac{9}{4}\cdot\frac{1}{2}+4\cdot\frac{1}{2}+\frac{25}{4}\cdot\frac{1}{2}+9\cdot\frac{1}{2}+\frac{49}{4}\cdot\frac{1}{2}+16\cdot\frac{1}{2} = \frac{204}{8}=25\frac{1}{2} \) .

第347C题
\( x \)01/213/225/237/24
f(x)01/419/4425/4949/416

347C. 347. (C) Find area \( A \) by integrating \( f(x) \) over the interval \( (0,4) \).

第347C题解答

解答

\( A=\int_0^4 x^2\,dx = \frac{x^3}{3}\big|_0^4 = \frac{64}{3} = 21\frac{1}{3} \) .

第348A题

348A. 348. A virus population grows at \( P'(t)=10t-2\sqrt{t}+100 \) organisms per hour. (A) If \( P(0)=500 \), what is the population after \( t \) hours?

第348A题解答

解答

\( P(t)=\int(10t-2t^{1/2}+100)\,dt = 5t^2-\frac{4}{3}t^{3/2}+100t+C \); \( P(0)=500 \Rightarrow C=500 \); \( P(t)=5t^2-\frac{4}{3}t^{3/2}+100t+500 \) .

第348B题

348B. 348. (B) What is the increase in population after 3 hours, rounded to the nearest whole number?

第348B题解答

解答

\( P(3)-P(0)=5(9)-\frac{4}{3}(3\sqrt{3})+300 = 45-\frac{4\sqrt{27}}{3}+300 \approx 338 \) .

第348C题

348C. 348. (C) What is the average rate of change in the population during the first 12 hours?

第348C题解答

解答

\( P_{\text{avg}}=\frac{P(12)-P(0)}{12} = \frac{1}{12}[5(144)-\frac{4}{3}\sqrt{1728}+1200] \approx 155 \) per hour.

第349A题

349A. 349. A particle starts at 100 on the \( x \)-axis with \( v(0)=50 \); acceleration \( a(t)=15\sqrt{t} \). (A) Find the velocity function.

第349A题解答

解答

\( v(t)=\int a(t)\,dt = \int 15t^{1/2}\,dt = 10t^{3/2}+C \); \( v(0)=50 \Rightarrow C=50 \); \( v(t)=10\sqrt{t^3}+50 \) .

第349B题

349B. 349. (B) Find the position function.

第349B题解答

解答

\( s(t)=\int v(t)\,dt = 4t^{5/2}+50t+C \); \( s(0)=100 \Rightarrow C=100 \); \( s(t)=4t^{5/2}+50t+100 \) .

第349C题

349C. 349. (C) What is the change in velocity between \( t=0 \) and \( t=5 \)?

第349C题解答

解答

\( v(5)-v(0)=\int_0^5 a(t)\,dt = 10\sqrt{125}+50-50 = 50\sqrt{5} \approx 112 \) .

第349D题

349D. 349. (D) What is the change in position from \( t=0 \) to \( t=5 \)?

第349D题解答

解答

\( s(5)-s(0)=4(5^{5/2})+250+100-100 = 4\sqrt{3125}+250 \approx 474 \) .

第350A题

350A. 350. A pillar is 35 ft tall; density \( \rho(x)=\frac{1}{3\sqrt{x+1}} \) (tons), \( x \) from ground. (A) What is the total mass of the pillar rounded to the nearest ton?

第350A题解答

解答

\( m=\int_0^{35}\rho(x)\,dx = \frac{1}{3}\int_0^{35}(x+1)^{-1/2}\,dx = \frac{2}{3}(x+1)^{1/2}\big|_0^{35} = \frac{2}{3}(6-1)= \frac{10}{3} \approx 3 \) tons (nearest ton).

第350B题

350B. 350. (B) For what value of height \( h \) does the interval \( [0,h] \) contain half the total mass?

第350B题解答

解答

\( \int_0^h \rho(x)\,dx = \frac{1}{2}\cdot\frac{10}{3} \); \( \frac{2}{3}(h+1)^{1/2}-\frac{2}{3}=\frac{5}{3} \); \( (h+1)^{1/2}=\frac{7}{2} \); \( h+1=\frac{49}{4} \); \( h=\frac{45}{4}=11\frac{1}{4} \) ft.

第350C题

350C. 350. (C) What is the mass of the uppermost 5 ft of the pillar, rounded to the nearest hundredth?

第350C题解答

解答

\( m=\int_{30}^{35}\rho(x)\,dx = \frac{2}{3}(x+1)^{1/2}\big|_{30}^{35} = \frac{2}{3}(6-\sqrt{31}) \approx 0.29 \) tons.