## DESCRIPTION ## Calculus: The Substitution Rule ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'substitution rule') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Substitution Rule') ## Date('6/5/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.5') ## Problem1('23') 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 = random(2,5,1); $power = $a - 1; $coeff = 1 / $a; $funct = "$coeff * e^(x^$a)"; TEXT(EV2(<"antider")); ENDDOCUMENT(); # This should be the last executable line in the problem. ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Substitution Rule ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'substitution rule') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Substitution Rule') ## Date('6/5/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.5') ## Problem1('35') 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 = random(1,5,1); $b = 2 * $a; $c = 1 + $a**2; $funct = "1/2 * ln(x^2 + $b * x + $c)"; TEXT(EV2(<"antider")); ENDDOCUMENT(); # This should be the last executable line in the problem. ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Substitution Rule ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'substitution rule') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Substitution Rule') ## Date('6/5/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.5') ## Problem1('25') 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 = random(1,5,2); $b = random(1,3,1); TEXT(EV2(<"antider")); ENDDOCUMENT(); # This should be the last executable line in the problem. ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Substitution Rule ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'substitution rule') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Substitution Rule') ## Date('6/5/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.5') ## Problem1('5') 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 = random(2,8,1); $b = random(2,4,1); $c = 1 - $b; $d = random(1,15,1); $power = $c; $coeff1 = 1 / $a; $coeff2 = 1 / $c; $funct = "$coeff1 * $coeff2 * ($a * x + $d)^$power"; TEXT(EV2(<"antider")); ENDDOCUMENT(); # This should be the last executable line in the problem. ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Substitution Rule ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'substitution rule') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Substitution Rule') ## Date('6/5/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.5') ## Problem1('12') 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 = random(2,6,2); $b = random(1,7,1); $c = $a - 1; $coeff = 1 / $a; $funct = "$coeff * ln(x^$a + $b)"; TEXT(EV2(<"antider")); ENDDOCUMENT(); # This should be the last executable line in the problem. ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Substitution Rule ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'substitution rule') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Substitution Rule') ## Date('6/5/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.5') ## Problem1('21') ## 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 = random(2,9,1); $power = $a + 1; $coeff = 1 / $power; $funct = "(ln(x)^$power)/$power "; TEXT(EV2(<[1,2], mode=>"antider", vars=>'x')); ENDDOCUMENT(); # This should be the last executable line in the problem. ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Substitution Rule ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'substitution rule') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Substitution Rule') ## Date('6/5/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.5') ## Problem1('29') 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 = random(2,6,1); $b = random(1,9,1); $c = $a + 1; $funct = "$b / $c * (sin(x))^$c"; TEXT(EV2(<"antider")); ENDDOCUMENT(); # This should be the last executable line in the problem. ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Substitution Rule ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'substitution rule') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Substitution Rule') ## Date('6/5/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.5') ## Problem1('34') 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 = random(2,6,1); $b = $a-1; TEXT(EV2(<"antider")); ENDDOCUMENT(); # This should be the last executable line in the problem. ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Substitution Rule ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'substitution rule') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Substitution Rule') ## Date('6/5/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.5') ## Problem1('38') 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 = random(2,4,1); $b = 2*$a-1; TEXT(EV2(<"antider")); ENDDOCUMENT(); # This should be the last executable line in the problem. ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Substitution Rule ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'substitution rule') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Substitution Rule') ## Date('6/5/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.5') ## Problem1('50') 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 = random(3,7,4); $u = 21/$a; TEXT(EV2(<