## DESCRIPTION ## Calculus ## ENDDESCRIPTION ## KEYWORDS('improper' 'integral') ## Tagged by tda2d ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('Improper Integrals') ## Date('') ## Author('') ## Institution('Indiana') ## TitleText1('') ## EditionText1('') ## AuthorText1('') ## Section1('') ## Problem1('') ## Before doing anything, we must import the macro definitions on the next few lines. 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; $a=non_zero_random(-8, 8); $b=non_zero_random(-8, 8); $c=non_zero_random(-8, 8); @functions=("$a x^2 + $b x + $c", "$a x^4", "(x-$a)^2+$b"); $choice=random(0, 2); $soln = "divergent"; TEXT(EV2(<