| 1 | ##DESCRIPTION |
1 | ## DESCRIPTION |
| 2 | # |
2 | ## Calculus |
| 3 | # File Created: 6/1/2000 |
|
|
| 4 | # Last Modified: 6/1/2000 |
|
|
| 5 | # Problem Author: Joseph Neisendorfer |
|
|
| 6 | # WeBWorK Entry: David Etlinger |
|
|
| 7 | # Location: University of Rochester |
|
|
| 8 | # |
|
|
| 9 | # Asks for the angle of a projectile in |
|
|
| 10 | # order to hit a target |
|
|
| 11 | # |
|
|
| 12 | ##ENDDESCRIPTION |
3 | ## ENDDESCRIPTION |
| 13 | |
4 | |
| 14 | ##KEYWORDS('Vector','Projectile') |
5 | ## KEYWORDS('vector' 'acceleration' 'multivariable' 'velocity' 'projectile') |
|
|
6 | ## Tagged by tda2d |
|
|
7 | |
|
|
8 | ## DBsubject('Calculus') |
|
|
9 | ## DBchapter('Vector Functions') |
|
|
10 | ## DBsection('Motion in Space: Velocity and Acceleration') |
|
|
11 | ## Date('') |
|
|
12 | ## Author('') |
|
|
13 | ## Institution('Rochester') |
|
|
14 | ## TitleText1('') |
|
|
15 | ## EditionText1('') |
|
|
16 | ## AuthorText1('') |
|
|
17 | ## Section1('') |
|
|
18 | ## Problem1('') |
| 15 | |
19 | |
| 16 | DOCUMENT(); # This should be the first executable line in the problem. |
20 | DOCUMENT(); # This should be the first executable line in the problem. |
| 17 | |
21 | |
| 18 | loadMacros("PG.pl", |
22 | loadMacros("PG.pl", |
| 19 | "PGbasicmacros.pl", |
23 | "PGbasicmacros.pl", |