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.

628 Chapter 8 Techniques of Integration<br />

q6 : Int( f(x,p), x domain );<br />

q7 : value( q6 );<br />

q8 : simplify( q7 ) assuming p -1;<br />

q9 : simplify( q7 ) assuming p -1;<br />

q10 : value( eval( q6, p -1 ) );<br />

i2 : q6 piecewise( p -1, q9, p -1, q10, p -1, q8 );<br />

83. Example CAS commands:<br />

Maple:<br />

f : (x,p) - x^p*ln(x);<br />

domain : 0..infinity;<br />

fn_<br />

list : [seq( f(x,p), p -2..2 )];<br />

plot( fn_<br />

list, x 0..10, y -50..50, color [red,blue,green,cyan,pink], linestyle [1,3,4,7,9],<br />

thickness [3,4,1,2,0], legend ["p -2","p -1","p 0","p 1","p 2"], title "#83 (Section 8.8)" );<br />

q11: Int( f(x,p), x domain ):<br />

q11<br />

``<br />

lhs(i1 i2);<br />

rhs(i1 i2);<br />

`` piecewise( p -1, q4 q9, p -1, q5 q10, p -1, q3 q8 );<br />

`` piecewise( p -1, -infinity, p -1, undefined, p -1, infinity );<br />

84. Example CAS commands:<br />

Maple:<br />

f : (x,p) - x^p*ln(abs(x));<br />

domain : -infinity..infinity;<br />

fn_<br />

list : [seq( f(x,p), p -2..2 )];<br />

plot( fn_<br />

list, x 4..4, y -20..10, color [red,blue,green,cyan,pink], linestyle [1,3,4,7,9],<br />

legend ["p -2","p -1","p 0","p 1","p 2"], title "#84 (Section 8.8)" );<br />

q12 : Int( f(x,p), x domain );<br />

q12p : Int( f(x,p), x 0..infinity );<br />

q12n : Int( f(x,p), x -infinity..0 );<br />

q12 q12p q12n;<br />

`` simplify( q12p q12n );<br />

81-84. Example CAS commands:<br />

Mathematica: (functions and domains may vary)<br />

Clear[x, f, p]<br />

p<br />

f[x _]:<br />

x Log[Abs[x]]<br />

int Integrate[f[x], {x, e, 100)]<br />

int /. p 2.5<br />

Copyright<br />

2014 Pearson Education, Inc.

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

Saved successfully!

Ooh no, something went wrong!