0% found this document useful (0 votes)
53 views9 pages

MTH 201 Calculus 3 Exam 1 Fall 2011

Uploaded by

mansouranthony77
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views9 pages

MTH 201 Calculus 3 Exam 1 Fall 2011

Uploaded by

mansouranthony77
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

201-Exam1-F’11

LEBANESE AMERICAN UNIVERSITY


DEPARTMENT OF COMPUTER SCIENCE AND MATHEMATICS
MTH 201 - CALCULUS 3
EXAM 1 – FALL 2011

Instructors (circle one): Dr. Samer Habre Dr. Rony Touma


Dr. May Hamdan Dr. Leila Issa
Dr. Diane Nauffal

Duration: 75 minutes

Name: ID#:

• This exam consists of 9 pages and 8 problems.


• Answer the questions below on the space provided. You can use the back
pages for scratch or for more space for your answers. Please specify.
• Make sure you justify all your answers.

Question Number Grade

1. 10%

2. 12%

3. 20%

4. 12%

5. 12%

6. 10%

7. 12%

8. 12%

TOTAL

1|Page
Problem 1: (10%) Evaluate the following limits
x2
(a) lim sin 1 ( )
x⇥⇤ 1 + 2x2

tan 1 (ex )
(b) lim
x⇥⇤ e2x + x

2
Problem 2: (12%)

(a) Simplify the following expression

ln (cosh 6x sinh 6x) + ln (cosh 3x + sinh 3x)

(b) Evaluate
sinh (ln x)
dx
x
Simplify your answer.

3
Problem 3: (20%) Evaluate the following integrals
1
(a) tan (4x) dx

1
(b) x2 +4x+5
dx

4
Problem 4: (12%) Evaluate the following improper integrals
4 1
(a) 2 x2 x 2
dx

⇥ 1
(b) ⇥ (ex +e x) dx

5
Problem 5: (12%) Determine the convergence or divergence of the following improper
integrals. Justify your answers.
1
(a) 0 (ex +1)2
dx

ln x
(b) 1 ex
dx

6
Problem 6: (10%) Show that

sin x + 2
dx
1 x2
converges, whereas
sin x + 2
dx
1 x
diverges.

7
Problem 7: (12%)

Find the values of p for which


x
dx
1 xp+1
converges.

Justify your answer.

8
Problem 8: (12%) Determine if the following sequences converge or diverge. Justify
your answers.
n sin ((2n 1) 2 )
(a) an =
n+1

2 n 1
(b) an = (1 + ) n
n2
n

Common questions

Powered by AI

For evaluating the integral of the arctangent function in Problem 3(a), ! tan^(-1)(4x) dx, substitution and integration by parts could be considered. Integration by parts is useful, where one can set u = tan^(-1)(4x) and dv = dx, or vice versa, using du/dx derived from the derivative of arctangent. This converts the integral into a simpler form that involves x and ln based functions, often result in expressions involving ln(x^2+1) or inverse trigonometric simplifications.

In Problem 1, evaluating limits involving inverse trigonometric and exponential functions requires understanding the behavior of these functions as the variable approaches certain limits. For (a) lim x→∞ sin^(-1)((x^2)/(1 + 2x^2)), the range and behavior of sin^(-1) are crucial, where as x grows, (x^2)/(1 + 2x^2) approaches 1/2, leading to a known limit value sin^(-1)(1/2). For (b) lim x→∞ tan^(-1)(e^x) - (e^2x + x), the rapid increase of e^x can make inverse and exponential functions dominate, requiring subtraction simplification before evaluating tangible asymptotic limits.

In Problem 3(b) for the integral ! 1 / (x^2 + 4x + 5) dx, completing the square can transform the quadratic expression into a sum of squares, allowing it to match the arctan integral form a^2 + u^2. For Problem 4(a), ! 4 2 1 / (x^2 − x − 2) dx, partial fraction decomposition involves expressing the integrand as a sum of simpler fractions of the form A/(x - r1) + B/(x - r2), where r1 and r2 are roots of the quadratic denominator. This decomposition simplifies integration into basic logarithmic forms which are easier to handle, allowing direct integration and solving.

In Problem 7, to find values of p for which ! ∞ 1 x / (√x^p + 1) dx converges, one must evaluate the asymptotic behavior of the integrand's components. As x approaches infinity, the expression resembles x^(1-p/2) due to the dominance of x^p within the square root. The convergence of such integrals depends on the p-value in comparison to critical p-integral thresholds. Specifically, the integral converges if the exponent of x in the simplified asymptotic expression is less than -1, which sets up an inequality to solve: 1 - p/2 < -1. Solving yields p > 4.

To evaluate the convergence of a sequence, analyze its general term and its behavior as n approaches infinity. In Problem 8, for (a) a_n = n sin((2n −1)π/2) / (n + 1), the structure implies reliance on the oscillating sin term and the limit behavior of n/(n+1) converging to 1. However, due to the periodic nature of sine and division by n, this sequence could oscillate, hinting at divergence. For (b) a_n = (1 + 2/n)^n - 1 / n√ n, the sequence can be assessed by expanding (1 + 2/n)^n using the exponential series, showing connection to e^2, and considering this term's limit behavior compared to n√n, which might suggest convergence towards 0 or divergence based on its limit ratio analysis.

In Problem 2(a), the expression ln(cosh(6x) − sinh(6x)) + ln(cosh(3x) + sinh(3x)) can be simplified using properties of logarithms and hyperbolic identities. The logarithm of a product rule can combine the sum into a single logarithm: ln((cosh(6x) − sinh(6x)) * (cosh(3x) + sinh(3x))). Hyperbolic identities such as cosh(x) + sinh(x) = e^x and cosh(x) - sinh(x) = e^(-x) simplify the expression by converting cosh and sinh into exponential form, reducing further to ln(e^(x)) expressions.

To determine if an improper integral converges or diverges, one can use comparison tests or evaluate the behavior of the function at the points of discontinuity or at infinity. In Problem 5, the integral ! ∞ 0 (1/(e^x+1)^2) dx was likely evaluated using a comparison test with an integral that has a known convergence behavior, while ! ∞ 1 (ln x/e^x) dx was probably analyzed by estimating the behavior of ln x and e^x as x approaches infinity. For Problem 6, the integral ! ∞ 1 (sin x + 2)/x^2 dx converges, possibly due to the dominant x^-2 term which is a known convergent p-integral with p=2. However, ! ∞ 1 (sin x + 2)/x dx diverges because the x^-1 behavior suggests a p-integral with p=1, which does not converge.

For integrals involving exponential functions like in Problem 5(b), ! ∞ 1 ln x / e^x dx, leveraging the balance between growth rates of the numerator and exponential decay in the denominator is crucial. The exponential e^x decays faster than the logarithmic growth of ln x, suggesting convergence. Techniques such as substitution or integration by parts are useful; here, choosing u = ln x, dv = e^(-x) dx helps pair ln x with decreasing exponential, simplifying to integral expressions that highlight convergence properties due to the dominance of e^(-x) expansion.

In Problem 4(b), for the integral ! −∞ ∞ 1/ (e^x + e^-x) dx, evaluating hyperbolic integrals involves recognizing the denominator's form is related to cosh(x). Since 1/(e^x + e^-x) = 1/cosh(x), the integral resembles standard hyperbolic related antiderivatives which are known, such as the arctangent and arctanh, allowing for simplification into recognizable constant terms based on hyperbolic properties and identities for integration across symmetric intervals like −∞ to ∞.

Justification is crucial in evaluating convergence or divergence as it involves rigorous mathematical reasoning beyond simple computation. Throughout the exam, justifications ensure clarity on why certain behaviors occur, such as why a p-integral converges based on its exponent, or why an integral diverges due to bounds of defined intervals or unbounded growth. Justification provides the theoretical framework to underpin computational results, ensuring validity, particularly in determining convergence, using tests like comparison and limit tests, and offering explanations for integral evaluations and sequences inferences.

You might also like