| 1 | ##DESCRIPTION |
1 | ##DESCRIPTION |
| 2 | ##KEYWORDS('derivatives', 'trigonometry', 'product rule') |
2 | ##KEYWORDS('derivatives', 'trigonometry', 'product rule') |
| 3 | ## Find a derivative of a function involving trigonometric functions, |
3 | ## Find a derivative of a function involving trigonometric functions, |
| 4 | ## and evalute it at a given point; requires using product rule |
4 | ## and evalute it at a given point; requires using product rule |
| 5 | ##ENDDESCRIPTION |
5 | ##ENDDESCRIPTION |
|
|
6 | |
|
|
7 | ## Tagged by sawblade |
|
|
8 | |
|
|
9 | ## DBsubject('Calculus') |
|
|
10 | ## DBchapter('Differentiation') |
|
|
11 | ## DBsection('Derivatives of Trigonometric Functions') |
|
|
12 | ## Date('') |
|
|
13 | ## Author('') |
|
|
14 | ## Institution('Rochester') |
|
|
15 | ## TitleText1('') |
|
|
16 | ## EditionText1('') |
|
|
17 | ## AuthorText1('') |
|
|
18 | ## Section1('') |
|
|
19 | ## Problem1('') |
| 6 | |
20 | |
| 7 | DOCUMENT(); # This should be the first executable line in the problem. |
21 | DOCUMENT(); # This should be the first executable line in the problem. |
| 8 | |
22 | |
| 9 | loadMacros( |
23 | loadMacros( |
| 10 | "PG.pl", |
24 | "PG.pl", |