We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e66b8f commit ea871c2Copy full SHA for ea871c2
OpenProblemLibrary/Utah/Calculus_II/set6_Indeterminate_Forms_and_Improper_Integrals/set6_pr15.pg
@@ -25,10 +25,11 @@ loadMacros(
25
26
TEXT(beginproblem());
27
$showPartialCorrectAnswers = 1;
28
-$e = 2.718;
+$e = E();
29
30
TEXT(EV2(<<EOT));
31
-In all these problems, write I if the limit is either \(+\infty \) or \(-\infty \).
+In both of these problems, write I if the limit is either \(+\infty \)
32
+or \(-\infty \).
33
$PAR
34
Find the following limits:
35
@@ -37,7 +38,7 @@ $BR
37
38
\{ans_rule(40)\}.
39
40
-(b) \( \lim_{x\rightarrow 0} x^{\sin(x)} = \)
41
+(b) \( \lim_{x\rightarrow 0^{+}} x^{\sin(x)} = \)
42
$BR \{ans_rule(40)\}.
43
44
0 commit comments