[npl] / trunk / NationalProblemLibrary / Rochester / setTrig06Inverses / srw7_4_23.pg Repository:
ViewVC logotype

Annotation of /trunk/NationalProblemLibrary/Rochester/setTrig06Inverses/srw7_4_23.pg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 517 - (view) (download)

1 : jj 517 ##DESCRIPTION
2 :     ## Algebra: Analytic Trigonometry
3 :     ##ENDDESCRIPTION
4 :    
5 :     ##KEYWORDS('algebra', 'analytic trigonometry', 'inverse trigonometric function')
6 :    
7 :     ## tcao , PAID on 11-24-2003
8 :    
9 :     ## DBsubject('Trigonometry')
10 :     ## DBchapter('Analytic Trigonometry')
11 :     ## DBsection('Inverse Trigonometric Functions')
12 :     ## Date('6/3/2002')
13 :     ## Author('')
14 :     ## Institution('')
15 :     ## TitleText1('Precalculus')
16 :     ## EditionText1('3')
17 :     ## AuthorText1('Stewart, Redlin, Watson')
18 :     ## Section1('7.4')
19 :     ## Problem1('21')
20 :     DOCUMENT(); # This should be the first executable line in the problem.
21 :    
22 :     loadMacros(
23 :     "PG.pl",
24 :     "PGbasicmacros.pl",
25 :     "PGchoicemacros.pl",
26 :     "PGanswermacros.pl",
27 :     "PGauxiliaryFunctions.pl"
28 :     );
29 :    
30 :     TEXT(beginproblem());
31 :     $showPartialCorrectAnswers = 0;
32 :    
33 :     $a=random(2,9,1);
34 :    
35 :     TEXT(EV2(<<EOT));
36 :     Find the exact value of each expression if defined; otherwise, input undefined.
37 :     $BR
38 :     (a) \( \tan(\sin^{-1} \frac{1}{2}) = \) \{ans_rule(10)\}.
39 :     $BR
40 :     (b) \( \tan(\sin^{-1} (-\frac{1}{2})) = \) \{ans_rule(10)\}.
41 :     $BR
42 :     EOT
43 :    
44 :     $ans1= 1/sqrt(3);
45 :     $ans2= -1/sqrt(3);
46 :    
47 :     ANS(num_cmp($ans1));
48 :     ANS(num_cmp($ans2));
49 :    
50 :     ENDDOCUMENT(); # This should be the last executable line in the problem.

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9