29.06.2016 Views

Thomas Calculus 13th [Solutions]

  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

462 Chapter 6 Applications of Definite Integrals<br />

37-42. Example CAS commands:<br />

Maple:<br />

with( plots );<br />

with( Student[<strong>Calculus</strong>1] );<br />

with( student );<br />

f : x - sqrt(1-x^2);a : -1;<br />

b : 1;<br />

N : [2, 4, 8];<br />

for n in N do<br />

xx : [seq( a i*(b-a)/n, i 0..n )];<br />

pts : [seq([x,f (x)], x xx)];<br />

L : simplify(add( distance(pts[i 1],pts[i]), i 1..n ));<br />

# (b)<br />

T : sprintf("#37(a) (Section 6.3)\nn %3d L %8.5f \n", n, L );<br />

P[n] : plot( [f (x),pts], x a..b, title T ): # (a)<br />

end do:<br />

display( [seq(P[n], n N)], insequence true, scaling constrained );<br />

L : ArcLength( f(x), x a..b, output integral ):<br />

L evalf ( L ); # (c)<br />

Mathematica: (assigned function and values for a, b, and n may vary)<br />

Clear[x, f ]<br />

{a, b} { 1, 1}; f[x _] Sqrt[1<br />

2<br />

x ]<br />

p1 Plot[f[x], {x, a, b}]<br />

n 8;<br />

pts Table[{xn, f[xn]}, {xn, a, b, (b a)/n}]/ / N<br />

Show[p1,Graphics[{Line[pts]}]}]<br />

Sum[ Sqrt[ (pts[[i 1, 1]]<br />

2<br />

pts[[i, 1]]) (pts[[i 1, 2]]<br />

2<br />

pts[[i, 2]]) ], {i, 1, n}]<br />

NIntegrate[Sqrt[ 1<br />

2<br />

f '[x] ], {x, a, b}]<br />

6.4 AREAS OF SURFACES OF REVOLUTION<br />

1. (a)<br />

dy<br />

dx<br />

2<br />

2 dy 4<br />

sec x sec x<br />

dx<br />

(b)<br />

/4 4<br />

S 2 (tan x) 1 sec x dx<br />

0<br />

(c) S 3.84<br />

Copyright<br />

2014 Pearson Education, Inc.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!