##DESCRIPTION ##Calculus: Differentiation ##ENDDESCRIPTION ##KEYWORDS('calculus', 'differentiation') ##Tagged by YJ ## DBsubject('Calculus') ## DBchapter('Differentiation') ## DBsection('Derivatives of Polynomials and Exponential Functions') ## Date('5/26/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('3.1') ## Problem1('8') DOCUMENT(); # This should be the first executable line in the problem. loadMacros( "PG.pl", "PGbasicmacros.pl", "PGchoicemacros.pl", "PGanswermacros.pl", "PGauxiliaryFunctions.pl" ); TEXT(beginproblem()); $showPartialCorrectAnswers = 1; $a1 = random(2,7,1); $b1 = random(2,12,1); $x1 = random(1,5,1); $deriv1 = $a1*exp($x1); $funct1 = "$a1*exp(x)"; TEXT(EV2(<