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.

Section 16.2 Vector Fields and Line Integrals: Work, Circulation, and Flux 1171<br />

C : r t i (1 t ) j, 0 t 1 F 2 t i 2(1 t ) k and i j F 2 t<br />

3<br />

3<br />

1 2<br />

1<br />

t dt t<br />

0 0<br />

Flow 2 1 Circulation ( 1 ) 1 0<br />

d r<br />

dt<br />

dr<br />

dt<br />

52.<br />

dy f f dy f<br />

1 2 2 2<br />

F dr<br />

x<br />

dx<br />

y z<br />

dz dx dz<br />

, where f ( x, y, z) x , y x F dr<br />

d<br />

f r ( t)<br />

by<br />

dt dt dt dt x dt y dt z dt 2<br />

dt dt<br />

dr<br />

dt<br />

b<br />

d<br />

a dt<br />

the chain rule Circulation F dt f r( t ) dt f r( b ) f r ( a ) . Since C is an entire<br />

ellipse, r( b) r ( a),<br />

thus the Circulation 0.<br />

C<br />

53. Let x t be the parameter<br />

dr<br />

dt<br />

2 2<br />

y x t and<br />

2<br />

z x t r ti t j tk , 0 t 1 from (0, 0, 0) to (1,1, 1)<br />

3 2 3 3 3 3 3 1 3<br />

i 2tj k and F xyi yj yzk t i t j t k F dr<br />

t 2t t 2t Flow 2t dt<br />

1<br />

dt<br />

0 2<br />

54. (a)<br />

2 3<br />

dr f dx f dy z dz df<br />

dt x dt y dt z dt dt<br />

F ( xy z ) F , where<br />

2 3<br />

f ( x , y , z ) xy z F dr<br />

dt<br />

C<br />

dt<br />

(b)<br />

b d<br />

dt a<br />

F<br />

C<br />

dr<br />

dt<br />

f r( t) dt f r( b) f r ( a) 0 since C is an entire ellipse.<br />

(2,1, 1) 2 3 2 3<br />

(2,1, 1)<br />

d<br />

2 3 2 3<br />

xy z dt xy z<br />

(1,1,1) dt<br />

(1,1,1)<br />

(2)(1) ( 1) (1)(1) (1) 2 1 3<br />

55-60. Example CAS commands:<br />

Maple:<br />

with( LinearAlgebra );#55<br />

F: r - r[1]*r[2]^6|3*r[1]*(r[1]*r[2]^5+2>;<br />

r: t- 2*cos(t)| sin(t) ;<br />

a,b: 0.2*Pi;<br />

dr: map(diff,r(t),t): # (a)<br />

F(r(t));<br />

# (b)<br />

q1: simplify( F(r(t)) . dr ) assuming t::real; # (c)<br />

q2: Int( q1, t a..b );<br />

value( q2 );<br />

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

Exercises 55 and 56 use vectors in 2 dimensions<br />

Clear[x, y, t, f, r, v]<br />

6 5<br />

f[x_,y_]: {x y ,3x(x y 2)}<br />

{a, b} {0, 2 };<br />

x[t_]: 2 Cos[t]<br />

y[t_]: Sin[t]<br />

r[t_]: {x[t], y[t]}<br />

v[t_]: r'{t]<br />

integrand f[x[t], y[t]]. v[t]//Simplify<br />

Integrate[integrand, (t, a, b)]<br />

N[%]<br />

If the integration takes too long or cannot be done, use NIntegrate to integrate numerically. This is suggested for<br />

Exercises 57 - 60 that use vectors in 3 dimensions. Be certain to leave spaces between variables to be multiplied.<br />

Copyright<br />

2014 Pearson Education, Inc.

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

Saved successfully!

Ooh no, something went wrong!