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.

232 Chapter 4 Applications of Derivatives<br />

89. Maximum value is 5 on the interval [3, );<br />

minimum value is 5 on the interval ( , 2].<br />

90. Minimum value is 4 on the interval [ 1, 3]<br />

91-98. Example CAS commands:<br />

Maple:<br />

with(student):<br />

f : x - x^4-8*x^2 4*x 2;<br />

domain : x -20/25..64/25;<br />

plot( f(x), domain, color black, title "Section 4.1 #91(a)" );<br />

Df : D(f );<br />

plot( Df(x), domain, color black, title "Section 4.1 #91(b)" )<br />

StatPt : fsolve( Df(x) 0, domain )<br />

SingPt : NULL;<br />

EndPt : op(rhs(domain));<br />

Pts : evalf ([EndPt,StatPt,SingPt]);<br />

Values : [seq( f(x), x Pts )];<br />

Maximum value is 2.7608 and occurs at x 2.56 (right endpoint).<br />

Minimum value is -6.2680 and occurs at x 1.86081 (singular point).<br />

Mathematica: (functions may vary) (see Section 2.5 re. RealsOnly ):<br />

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

Saved successfully!

Ooh no, something went wrong!