29.06.2016 Views

Thomas Calculus 13th [Solutions]

  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

1110 Chapter 15 Multiple Integrals<br />

48. The region R is shaded in the graph below.<br />

( 1, 1)<br />

2<br />

y<br />

1<br />

2<br />

0 2<br />

x<br />

As ranges from 3 /4 to 5 /4 the ray at angle enters R at r sec and leaves R at r 2. Thus<br />

R<br />

2 5 /4<br />

2 2 2 4<br />

x y dA r r dr d<br />

3 /4 sec<br />

5 /4 2<br />

5 /4 5 /4<br />

1 2 1 2 1 5 /4<br />

1 1<br />

r d 2cos 1 d cos2 d sin 2<br />

3 /4<br />

3 /4<br />

3 2 4 4<br />

sec<br />

3 8 4<br />

49-52. Example CAS commands:<br />

Maple:<br />

f : (x,y) - y/(x^2+y^2);<br />

a,b : 0,1;<br />

f1: x - x;<br />

f2 : x - 1;<br />

plot3d( f(x,y), y f1(x)..f2(x), x a..b, axes boxed, style patchnogrid, shading zhue, orientation [0,180],<br />

title "#49(a) (Section 15.4" );<br />

# (a)<br />

q1: eval( x a, [x r*cos(theta),y r*sin(theta)] ); # (b)<br />

q2 : eval( x b, [x r*cos(theta),y r*sin(theta)] );<br />

q3 : eval( y f1(x), [x r*cos(theta),y r*sin(theta)] );<br />

q4 : eval( y f2(x), [x r*cos(theta),y r*sin(theta)] );<br />

theta1: solve( q3, theta );<br />

theta2 : solve( q1, theta );<br />

r1: 0;<br />

r2 : solve( q4, r );<br />

plot3d(0,r r1..r2, theta theta1..theta2, axes boxed, style patchnogrid, shading zhue, orientation [-90,0],<br />

title "#49(c) (Section 15.4)" );<br />

fP : simplify(eval( f(x,y), [x r*cos(theta),y r*sin(theta)] ));<br />

q5 : Int( Int( fP*r, r r1..r2 ), theta theta1..theta2 );<br />

value( q5 );<br />

# (d)<br />

Mathematica: (functions and bounds will vary)<br />

For 49 and 50, begin by drawing the region of integration with the FilledPlot command.<br />

Copyright<br />

2014 Pearson Education, Inc.

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

Saved successfully!

Ooh no, something went wrong!