## DESCRIPTION ## Determine an Indefinite Integral ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integral', 'indefinite') ## Tagged by YJ ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('Indefinite Integrals') ## Date('5/26/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus: Early Transcendentals') ## EditionText1('5') ## AuthorText1('Stewart') ## Section1('5.4') ## Problem1('') ## TitleText2('Calculus: Early Transcendentals') ## EditionText2('6') ## AuthorText2('Stewart') ## Section2('5.4') ## Problem2('') DOCUMENT(); loadMacros( "PG.pl", "PGbasicmacros.pl", "PGchoicemacros.pl", "PGanswermacros.pl", "PGauxiliaryFunctions.pl" ); TEXT(beginproblem()); $showPartialCorrectAnswers = 1; $a = random(6,18,2); $b = random(2,5,1); TEXT(EV2(<"antider", vars=>"m")); ENDDOCUMENT();