## DESCRIPTION ## Find an Antiderivative ## ENDDESCRIPTION ## KEYWORDS('calculus', 'antiderivative', 'integral', 'indefinite') ## Tagged by YJ ## DBsubject('Calculus') ## DBchapter('Applications of Differentiation') ## DBsection('Antiderivatives') ## Date('5/26/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus: Early Transcendentals') ## EditionText1('5') ## AuthorText1('Stewart') ## Section1('4.10') ## Problem1(' ') ## TitleText2('Calculus: Early Transcendentals') ## EditionText2('6') ## AuthorText2('Stewart') ## Section2('4.9') ## Problem2('') DOCUMENT(); loadMacros( "PG.pl", "PGbasicmacros.pl", "PGchoicemacros.pl", "PGanswermacros.pl", "PGauxiliaryFunctions.pl" ); TEXT(beginproblem()); $showPartialCorrectAnswers = 1; $a = random(2,8,1); $b = random(3,7,1); TEXT(EV2(<"antider", vars=>"x")); ENDDOCUMENT();