0% found this document useful (0 votes)
12 views5 pages

NUS MA2002 Calculus Tutorial Solutions

The document provides solutions to various calculus problems related to continuity, limits, and differentiability. It discusses the behavior of functions at specific points, applying the Intermediate Value Theorem and the Squeeze Theorem. The solutions include detailed calculations and justifications for the continuity and differentiability of different functions.

Uploaded by

yuexi0208
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)
12 views5 pages

NUS MA2002 Calculus Tutorial Solutions

The document provides solutions to various calculus problems related to continuity, limits, and differentiability. It discusses the behavior of functions at specific points, applying the Intermediate Value Theorem and the Squeeze Theorem. The solutions include detailed calculations and justifications for the continuity and differentiability of different functions.

Uploaded by

yuexi0208
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

NATIONAL UNIVERSITY OF SINGAPORE

MA2002 Calculus Solution to Tutorial 3

T UTORIAL PART I

1. (i) It is given by definition that f (1) = 1. Since

lim f (x) = lim− 2x = 2 and lim f (x) = lim+ (−2x + 4) = 2,


x→1− x→1 x→1+ x→1

lim f (x) exists and equals 2. Since lim f (x) #= f (1), f is discontinuous at x = 1.
x→1 x→1

(ii) f is undefined at x = 2, so f (2) does not exist. lim− f (x) = lim− (−2x + 4) = 0.
x→2 x→2
Since f (2) does not exist, f is discontinuous at x = 2.
y

1 !

O0 1 2 x

1
2. (a) lim f (x) = lim does not exist, so f is discontinuous at x = 1.
x→1 x→1 x −1 ! !
! 1 !
!
Since lim | f (x)| = lim ! ! = ∞, f has an infinite discontinuity at x = 1.
x→1 x→1 x − 1 !
y

2 !

O
0
−1 0 1 2 3 x

−1

−2

x2 − x x(x − 1) x 1
(b) lim f (x) = lim 2
= lim = lim = #= 1 = f (1), so f is discontinuous
x→1 x→1 x − 1 x→1 (x + 1)(x − 1) x→1 x + 1 2
at x = 1. Since lim f (x) exists, f has a removable discontinuity at x = 1.
x→1
1
2 MA2002 CALCULUS TUTORIAL SOLUTION 3

1 !

O
0
−3 −2 −1 0 1 2 x

−1

(c) Let x > 1. If x is rational, then 1 < f (x) = x; if x is irrational, then 1 = f (x) < x. So
1 ≤ f (x) ≤ x for all real numbers x > 1.
Since lim+ 1 = lim+ x = 1, by squeeze theorem, lim+ f (x) = 1.
x→1 x→1 x→1
Let x < 1. If x is rational, then x = f (x) < 1; if x is irrational, then x < f (x) = 1. So
x ≤ f (x) ≤ 1 for all real numbers x < 1.
Since lim− x = lim− 1 = 1, by squeeze theorem, lim− f (x) = 1.
x→1 x→1 x→1
Then lim f (x) = 1 = f (1). So f is continuous at x = 1.
x→1
y

O
0
−2 −1 0 1 2 3 x

−1

−2

3. (a) Let f (x) = sin x + x + 1. Then

f (−π) = 1 − π < 0 and f (0) = 1 > 0.

Since f is continuous on [−π, 0], by intermediate value theorem, there exists a number
c ∈ (−π, 0) such that f (c) = 0.
Therefore, sin x + x + 1 = 0 has at least one real solution x = c.
' 10
(b) Let f (x) = x −3− . Then
x −5
' '
f (6) = 3 − 10 < 0 and f (10) = 7 − 2 > 0.
MA2002 CALCULUS TUTORIAL SOLUTION 3 3

Since f is continuous on [6, 10], by intermediate value theorem, there exists a number
c ∈ (6, 10) such that f (c) = 0.
' 10
Therefore, x − 3 = has at least one real solution x = c.
x −5

4. (a) The slope of the tangent line of y = f (x) at (−1, 3) is


f (x) − f (−1) (4 − x 2 ) − 3
m = f ( (−1) = lim = lim
x→−1 x − (−1) x→−1 x +1
(1 + x)(1 − x)
= lim = lim (1 − x) = 2.
x→−1 1+x x→−1

Then the tangent line of y = f (x) passing through (−1, 3) is given by

y − 3 = 2(x + 1); that is, y = 2x + 5.

(b) The slope of the tangent line of y = f (x) at (2, 8) is


f (x) − f (2) x3 − 8 (x − 2)(x 2 + 2x + 4)
m = f ( (2) = lim = lim = lim
x→2 x −2 x→2 x − 2 x→2 x −2
= lim (x 2 + 2x + 4) = 12.
x→2

Then the tangent line of y = f (x) passing through (2, 8) is given by

y − 8 = 12(x − 2); that is, y = 12x − 16.

!
2 ( (!
5. i) Suppose the line " is tangent to y = x at x = a. Since y = 2x and y ! = 2a, the
x=a
2 2
equation of " can be written as y − a = 2a(x − a); that is, y = 2ax − a .
!
2 ( (!
ii) Suppose the line " is also tangent to y = x −2x +2 at x = b. Since y = 2x −2 and y ! =
x=b
2
2b − 2, the equation of " can also be written as y − (b − 2b + 2) = (2b − 2)(x − b); that is,
y = (2b − 2)x − b 2 + 2.
iii) Note that the slope-intercept form of " is unique. Then

2b − 2 = 2a and − b 2 + 2 = −a 2 .

Solving the simultaneous equations, we have a = 1/2 and b = 3/2.


Then the equation of " is y = x − 1/4.

f (x) − f (−2) |x + 2| −(x + 2)


6. lim − = lim − = lim − = lim − (−1) = −1.
x→−2 x − (−2) x→−2 x + 2 x→−2 x +2 x→−2
f (x) − f (−2) |x + 2| x +2
lim = lim + = lim + = lim + 1 = 1.
x→−2+ x − (−2) x→−2 x + 2 x→−2 x + 2 x→−2
( f (x) − f (−2)
Then f (−2) = lim does not exist. Hence, f is not differentiable at x = −2.
x→−2 x − (−2)
4 MA2002 CALCULUS TUTORIAL SOLUTION 3

7. Clearly f is differentiable on R \ {2}. Suppose f is differentiable at x = 2. In particular, f is


continuous at x = 2. Then
lim f (x) = lim f (x) = f (2).
x→2+ x→2

That is, 2m + b = 4.
f (x) − f (2) x2 − 4 (x − 2)(x + 2)
lim− = lim− = lim− = lim− (x + 2) = 4.
x→2 x −2 x→2 x − 2 x→2 x −2 x→2
f (x) − f (2) (mx + b) − 4 mx − 2m
lim = lim+ = lim+ = lim+ m = m.
x→2+ x −2 x→2 x −2 x→2 x −2 x→2
f (x) − f (2)
Since f ( (2) = lim exists, we must have m = 4. So b = 4 − 2m = −4.
x→2 x −2
" # " #
dy 2 ( 1 2 1 (
8. (a) = (x + 1) x + 5 + + (x + 1) x + 5 +
dx " # x " # x " #
1 2 1 2 2 1
= 2x x + 5 + + (x + 1) 1 − 2 = (2x + 10x + 2) + x − 2
x x x
2 1
= 3x + 10x + 2 − 2 .
x

( (x 2 − 4)( (x + 0.5) − (x 2 − 4)(x + 0.5)( 2x(x + 0.5) − (x 2 − 4) x 2 + x + 4


(b) g (x) = = = .
(x + 0.5)2 (x + 0.5)2 (x + 0.5)2
" # " #
dv 1 4 ( 1 1 1
(c) = +1− ' = − 2 − 4 − x −3/2 = − 2 + 2x −3/2 .
dx x x x 2 x

(x 3 + x)( (x 4 − 2) − (x 3 + x)(x 4 − 2)( (3x 2 + 1)(x 4 − 2) − (x 3 + x)4x 3


(d) f ( (x) = =
(x 4 − 2)2 (x 4 − 2)2
6 4 2 6 4 6 4 2
(3x + x − 6x − 2) − (4x + 4x ) x + 3x + 6x + 2
= 4 2
=− .
(x − 2) (x 4 − 2)2

T UTORIAL PART II

1. Define f (x) = a(x 3 + x − 2) + b(x 3 + 2x 2 − 1). Then

f (−1) = −4a < 0, f (1) = 2b > 0, and f is continuous on [−1, 1].

By Intermediate Value Theorem, there exists a number c ∈ (−1, 1) such that f (c) = 0.
We shall verify that c is a solution to neither x 3 + x − 2 = 0 nor x 3 + 2x 2 − 1 = 0.
i) x 3 + x − 2 = (x − 1)(x 2 + x + 2) #= 0 for all x ∈ (−1, 1). In particular, c is not a solution to
x 3 + x − 2 = 0.
ii) Since f (c) = 0, b(c 3 +2c 2 −1) = −a(c 3 +c −2) #= 0. So c is also not a solution to x 3 +2x 2 −1 =
0.
a b
Therefore, c ∈ (−1, 1) is a solution to + = 0.
x 3 + 2x 2 − 1 x3 + x − 2
MA2002 CALCULUS TUTORIAL SOLUTION 3 5

2. For f to be continuous at x = 3, we must have lim f (x) = f (3). In particular,


x→3

lim f (x) = f (3).


x→3−

That is, lim− (x 2 − 1) = 2a · 3, which implies that 8 = 6a, i.e., a = 4/3. Thus
x→3
$
x 2 − 1, if x < 3,
f (x) =
8x/3, if x ≥ 3.
Now
f (3 + h) − f (3) ((3 + h)2 − 1) − 8
lim− = lim− = lim− (h + 6) = 6,
h→0 h h→0 h h→0
8(3+h)
f (3 + h) − f (3) 3
−8 8 8
lim+ = lim+ = lim+ = .
h→0 h h→0 h h→0 3 3
f (3 + h) − f (3) f (3 + h) − f (3)
Since lim− #= lim+ , f is not differentiable at x = 3.
h→0 h h→0 h

3. (i) It is given that |g (x)| ≤ x 2 for all −1 ≤ x ≤ 1. In particular, |g (0)| ≤ 0. So we must have
g (0) = 0. Therefore,
g (x) − g (0) g (x)
lim = lim .
x→0
! x! − 0 x→0 x
! g (x) !
If −1 ≤ x ≤ 1 and x #= 0, then !! ! ≤ |x|; that is, −|x| ≤ g (x) ≤ |x|.
x ! x
g (x)
As lim (−|x|) = lim |x| = 0, by Squeeze Theorem, lim exists and equals 0.
x→0 x→0 x→0 x
Therefore, g is differentiable at x = 0 and g ( (0) = 0.

(ii) If x #= 0, then |g (x)| = |x 2 sin(1/x)| ≤ x 2 ; if x = 0, then |g (0)| = 0 ≤ 02 . So |g (x)| ≤ x 2 for all


x ∈ R.
Therefore, by (i) g is differentiable at x = 0 and g ( (0) = 0.

Common questions

Powered by AI

The tangent line to a quadratic function at a given point supplies both the slope and the point of tangency, which through unique equations such as y = mx + b can identify specific coordinates. In Source 3, for the parabola y = x², the tangent at any point x = a has a derivative y' = 2a. By setting the tangent line to also fit x² - 2x + 2 at b, and solving simultaneous equations, specific points a = 1/2 and b = 3/2 are determined, giving the unique tangent line y = x - 1/4 at these points .

A removable discontinuity occurs at a point where the limit of the function exists but does not equal the function's value at that point. It can be resolved by redefining the function's value at the discontinuous point to make it continuous. From Source 1, for the function f(x) = x^2 - x / x^2 - 1, there is a removable discontinuity at x = 1 because the limit exists but is not equal to f(1). Redefining f(1) = 1/2 will remove the discontinuity .

A function may fail to be differentiable at a point if the derivative limits from either side of the point are not equal. In Source 4, the function is not differentiable at x = 3 because the left-hand limit lim h→0− and the right-hand limit lim h→0+ of (f(3+h)−f(3))/h are not equal. This difference indicates a lack of differentiability at x = 3, despite potential continuity .

Differentiability at a point implies that a function is also continuous at that point because, for a derivative to exist, both the function's values and their slopes must converge to finite limits. In Source 2, differentiability at x = 2 is examined with f(x) being continuous as a precondition. For the derivative f'(2) to exist, both one-sided limits of the difference quotient must not only exist but equal each other, implying f(x) = f(2).

A piecewise function might be continuous at junction points if the limits of each segment as they approach the junction equal the function value there. It becomes non-differentiable if the derivatives (slopes) of the segments do not align. From Source 4, f(x) defined piecewise by different expressions for x < 3 and x ≥ 3 has matched function values but mismatched derivatives, resulting in non-differentiability despite continuity at x = 3 .

The Squeeze Theorem is applicable when a function can be expressed as being bounded by two other functions that have the same limit at a specific point. As explained in Source 1, for a function f(x) where 1 ≤ f(x) ≤ x for x > 1, the limits of the bounding functions as x approaches 1 are both equal to 1. Thus, the limit of f(x) as x approaches 1 is also 1, demonstrating the utility of the Squeeze Theorem in determining limits .

The slope of the tangent line at a specific point on a curve is the derivative of the function at that point. For instance, in Source 2, the slope of the tangent at (−1,3) for y = f(x) is determined by evaluating the limit definition of the derivative f '(−1), resulting in a slope m = 2. Similarly, at (2,8) for y = x^3, the derivative gives a slope of m = 12 .

The Intermediate Value Theorem states that if a function is continuous on a closed interval [a, b] and if k is a number between f(a) and f(b), then there exists at least one c in the interval (a, b) such that f(c) = k. As discussed in Source 1, when f(x) = sinx + x + 1 is continuous on [-π,0] and changes sign over the interval, the theorem guarantees at least one real solution where f(c) = 0 within that interval .

The uniqueness of tangent lines for specific slopes ties intersections across different functions through simultaneous tangent equations. Source 2 discusses tangent lines to y = x² and y = x²−2x+2 at shared slopes from unique points like a = 1/2 and b = 3/2. The concurrent slopes result in these lines not only touching but having the same tangent at those specific points, demonstrating how unique intersection properties can relate functions .

A function is continuous at a specific point, such as x = 2, if the limit of the function as it approaches the point from both sides equals the function's value at that point. Specifically, for differentiability, the derivative at that point must exist. From Source 3, f is differentiable at x = 2 if f is continuous at x = 2, which requires that lim x→2 f(x) = f(2). Additionally, the limit of the derivative as x approaches from both sides must exist and be equal .

You might also like