##DESCRIPTION ## Find the velocity of a ball thrown straight up during periods of time ## approaching a value, then guess the instantaneous velocity at that point ##ENDDESCRIPTION ##KEYWORDS('Calculus') ##Tagged by ynw2d ##DBsubject('Calculus') ##DBchapter('Limits and Derivatives') ## DBsection('Tangents, Velocities, and Other Rates of Change') ## TitleText1('Calculus: Early Transcendentals') ## EditionText1('1') ## AuthorText1('Rogawski') ## Section1('2.1') ## Problem1('5') ## TitleText2('Calculus: Early Transcendentals') ## EditionText2('1') ## AuthorText2('Rogawski') ## Section2('2.1') ## Problem2('5') DOCUMENT(); # This should be the first executable line in the problem. loadMacros( "PG.pl", "PGbasicmacros.pl", "PGchoicemacros.pl", "PGanswermacros.pl", "PGauxiliaryFunctions.pl", "PGcourse.pl" ); TEXT(beginproblem()); $showPartialCorrectAnswers = 1; $v0 = random(40,100,5); $t0 = random(1,2,1); TEXT(EV2(<3)); ENDDOCUMENT(); # This should be the last executable line in the problem.