Pages

Thursday, February 6, 2025

JEE MATHS PRACTICE - MAINS TO ADVANCED - CALCULUS - LIMITS, CONTINUITY AND DIFFERENTIABILITY

Here are 25 concept-based solved examples on Limits, Continuity, and Differentiability with increasing difficulty:


PART 1: Basic Problems (Easy Level)

1. Evaluate limx2(x2+3x4)\lim\limits_{x \to 2} (x^2 + 3x - 4)
Solution: Direct substitution gives 22+3(2)4=4+64=62^2 + 3(2) - 4 = 4 + 6 - 4 = 6.

2. Find limx0sinxx\lim\limits_{x \to 0} \frac{\sin x}{x}.
Solution: Standard result: limx0sinxx=1\lim\limits_{x \to 0} \frac{\sin x}{x} = 1.

3. Evaluate limx01cosxx2\lim\limits_{x \to 0} \frac{1 - \cos x}{x^2}.
Solution: Using cosx1x22\cos x \approx 1 - \frac{x^2}{2} for small xx, we get:

1(1x2/2)x2=x2/2x2=12\frac{1 - (1 - x^2/2)}{x^2} = \frac{x^2/2}{x^2} = \frac{1}{2}

4. Check continuity of f(x)={x2,x12x1,x>1f(x) = \begin{cases} x^2, & x \leq 1 \\ 2x - 1, & x > 1 \end{cases} at x=1x = 1.
Solution: limx1f(x)=12=1\lim\limits_{x \to 1^-} f(x) = 1^2 = 1, limx1+f(x)=2(1)1=1\lim\limits_{x \to 1^+} f(x) = 2(1) - 1 = 1, and f(1)=1f(1) = 1. So, f(x)f(x) is continuous at x=1x = 1.

5. Evaluate limx3x2+25x2+7\lim\limits_{x \to \infty} \frac{3x^2 + 2}{5x^2 + 7}.
Solution: Divide by x2x^2:

limx3+2/x25+7/x2=35\lim\limits_{x \to \infty} \frac{3 + 2/x^2}{5 + 7/x^2} = \frac{3}{5}

PART 2: Intermediate Level Problems

6. Evaluate limx0xsinxx3\lim\limits_{x \to 0} \frac{x - \sin x}{x^3}.
Solution: Using Maclaurin series:

sinxxx36xsinxx36\sin x \approx x - \frac{x^3}{6} \Rightarrow x - \sin x \approx \frac{x^3}{6} limx0xsinxx3=x36x3=16\lim\limits_{x \to 0} \frac{x - \sin x}{x^3} = \frac{\frac{x^3}{6}}{x^3} = \frac{1}{6}

7. Find the derivative of f(x)=xxf(x) = x^x.
Solution: Take logarithm:

y=xxlny=xlnxy = x^x \Rightarrow \ln y = x \ln x

Differentiate:

1ydydx=lnx+1\frac{1}{y} \cdot \frac{dy}{dx} = \ln x + 1 f(x)=xx(lnx+1)f'(x) = x^x (\ln x + 1)

8. Show that f(x)=x33x+2f(x) = x^3 - 3x + 2 is differentiable at x=1x = 1.
Solution:

f(x)=3x23f'(x) = 3x^2 - 3 f(1)=3(1)23=0f'(1) = 3(1)^2 - 3 = 0

9. Check differentiability of f(x)=xf(x) = |x| at x=0x = 0.
Solution: Left derivative: f(0)=1f'_-(0) = -1, right derivative: f+(0)=1f'_+(0) = 1. Since they are unequal, f(x)f(x) is not differentiable at x=0x = 0.

10. Evaluate limx0tanxxx3\lim\limits_{x \to 0} \frac{\tan x - x}{x^3}.
Solution: Using Maclaurin expansion:

tanx=x+x33+O(x5)\tan x = x + \frac{x^3}{3} + O(x^5) limx0tanxxx3=x+x3/3xx3=x3/3x3=13\lim\limits_{x \to 0} \frac{\tan x - x}{x^3} = \frac{x + x^3/3 - x}{x^3} = \frac{x^3/3}{x^3} = \frac{1}{3}

PART 3: Advanced & Challenging Problems

11. Prove that f(x)=x3+x2+x+1f(x) = x^3 + x^2 + x + 1 is continuous everywhere.
Solution: Polynomial functions are always continuous.

12. Evaluate limx0ex1xx2\lim\limits_{x \to 0} \frac{e^x - 1 - x}{x^2}.
Solution: Using Maclaurin series,

ex=1+x+x2/2+O(x3)e^x = 1 + x + x^2/2 + O(x^3) limx0ex1xx2=limx0x2/2+O(x3)x2=12\lim\limits_{x \to 0} \frac{e^x - 1 - x}{x^2} = \lim\limits_{x \to 0} \frac{x^2/2 + O(x^3)}{x^2} = \frac{1}{2}

13. If f(x)=x3+3x2+5x+7f(x) = x^3 + 3x^2 + 5x + 7, find points where f(x)=0f'(x) = 0.
Solution:

f(x)=3x2+6x+5f'(x) = 3x^2 + 6x + 5

Solving 3x2+6x+5=03x^2 + 6x + 5 = 0, we get no real roots.

14. Prove that g(x)=x36x2+11x6g(x) = x^3 - 6x^2 + 11x - 6 is differentiable everywhere.
Solution: Since it is a polynomial, it is differentiable everywhere.

15. Evaluate limx0ln(1+x)x\lim\limits_{x \to 0} \frac{\ln(1+x)}{x}.
Solution: Using Maclaurin series,

ln(1+x)=xx2/2+O(x3)\ln(1+x) = x - x^2/2 + O(x^3) limx0xx2/2x=1\lim\limits_{x \to 0} \frac{x - x^2/2}{x} = 1

16-25. Challenge Problems:
These will involve epsilon-delta proofs, L'Hôpital's Rule, Rolle’s Theorem, Mean Value Theorem, and function differentiability proofs

Here are 10 challenging problems (16-25) on Limits, Continuity, and Differentiability, including advanced proofs and theorem applications.


PART 4: Challenging Problems (Advanced Level)

16. Prove that limx0ex1x=1\lim\limits_{x \to 0} \frac{e^x - 1}{x} = 1 using the epsilon-delta definition.

Solution:
For any ϵ>0\epsilon > 0, we must find δ>0\delta > 0 such that

0<x<δex1x1<ϵ.0 < |x| < \delta \Rightarrow \left| \frac{e^x - 1}{x} - 1 \right| < \epsilon.

Using Taylor expansion:

ex=1+x+x22+O(x3).e^x = 1 + x + \frac{x^2}{2} + O(x^3). ex1x=1+x2+O(x2).\frac{e^x - 1}{x} = 1 + \frac{x}{2} + O(x^2).

Choosing δ=min(1,2ϵ3)\delta = \min(1, \frac{2\epsilon}{3}), we ensure ex1x1<ϵ\left| \frac{e^x - 1}{x} - 1 \right| < \epsilon.


17. Use L'Hôpital’s Rule to evaluate limx0x2ex1x\lim\limits_{x \to 0} \frac{x^2}{e^x - 1 - x}.

Solution:
Direct substitution gives 00\frac{0}{0}. Differentiating numerator and denominator:

Numerator: ddx(x2)=2x.\text{Numerator: } \frac{d}{dx} (x^2) = 2x. Denominator: ddx(ex1x)=ex1.\text{Denominator: } \frac{d}{dx} (e^x - 1 - x) = e^x - 1.

Applying L'Hôpital’s Rule:

limx02xex1=limx02xx+x2/2=2.\lim\limits_{x \to 0} \frac{2x}{e^x - 1} = \lim\limits_{x \to 0} \frac{2x}{x + x^2/2} = 2.


18. Use Rolle’s Theorem to prove that f(x)=x33x+1f(x) = x^3 - 3x + 1 has at least one root in (2,2)(-2,2).

Solution:
Since f(x)f(x) is polynomial, it is continuous and differentiable everywhere.

f(2)=(8+6+1)=1,f(2)=(86+1)=3.f(-2) = (-8 + 6 + 1) = -1, \quad f(2) = (8 - 6 + 1) = 3.

By Intermediate Value Theorem, there exists c(2,2)c \in (-2,2) such that f(c)=0f(c) = 0.

Now, Rolle’s Theorem states f(c)=0f'(c) = 0 for some cc:

f(x)=3x23,solving 3x23=0x=±1.f'(x) = 3x^2 - 3, \quad \text{solving } 3x^2 - 3 = 0 \Rightarrow x = \pm 1.

Since x=1x = 1 and x=1x = -1 are in (2,2)(-2,2), Rolle’s Theorem is verified.


19. Verify Mean Value Theorem for f(x)=x36xf(x) = x^3 - 6x in [2,2][-2,2].

Solution:
Since f(x)f(x) is continuous and differentiable on (2,2)(-2,2), MVT applies:

f(c)=f(2)f(2)2(2).f'(c) = \frac{f(2) - f(-2)}{2 - (-2)}. f(2)=(812)=4,f(2)=(8+12)=4.f(2) = (8 - 12) = -4, \quad f(-2) = (-8 + 12) = 4. 444=2.\frac{-4 - 4}{4} = -2. f(x)=3x26,solving 3c26=2c2=43.f'(x) = 3x^2 - 6, \quad \text{solving } 3c^2 - 6 = -2 \Rightarrow c^2 = \frac{4}{3}.

Thus, c=±23c = \pm \frac{2}{\sqrt{3}} exists in (2,2)(-2,2).


20. Show that f(x)=x23f(x) = |x - 2|^3 is continuous but not differentiable at x=2x = 2.

Solution:

  • Continuity:

limx2f(x)=223=0,f(2)=0.\lim\limits_{x \to 2} f(x) = |2-2|^3 = 0, \quad f(2) = 0.

So, f(x)f(x) is continuous.

  • Differentiability:

limh0+(2+h2)30h=limh0+h3h=0.\lim\limits_{h \to 0^+} \frac{(2+h-2)^3 - 0}{h} = \lim\limits_{h \to 0^+} \frac{h^3}{h} = 0. limh0(2h2)30h=limh0(h)3h=h2.\lim\limits_{h \to 0^-} \frac{(2-h-2)^3 - 0}{h} = \lim\limits_{h \to 0^-} \frac{(-h)^3}{h} = -h^2.

Since left derivative =0= 0 and right derivative =0= 0, function is not differentiable.


21. Find limx0x3sin3x\lim\limits_{x \to 0} \frac{x^3}{\sin^3 x}.

Solution:
Using limx0sinxx=1\lim\limits_{x \to 0} \frac{\sin x}{x} = 1, we get

limx0x3sin3x=1.\lim\limits_{x \to 0} \frac{x^3}{\sin^3 x} = 1.


22. Prove that f(x)=x35x+2f(x) = x^3 - 5x + 2 has a root in (0,2)(0,2).

Solution:

f(0)=2,f(2)=810+2=0.f(0) = 2, \quad f(2) = 8 - 10 + 2 = 0.

By Intermediate Value Theorem, f(x)f(x) has at least one root in (0,2)(0,2).


23. Evaluate limx0xtanxx3\lim\limits_{x \to 0} \frac{x - \tan x}{x^3}.

Solution:

tanx=x+x33+O(x5),\tan x = x + \frac{x^3}{3} + O(x^5), limx0x(x+x3/3)x3=limx0x3/3x3=13.\lim\limits_{x \to 0} \frac{x - (x + x^3/3)}{x^3} = \lim\limits_{x \to 0} \frac{-x^3/3}{x^3} = -\frac{1}{3}.


24. Find the derivative of f(x)=xxxf(x) = x^{x^x}.

Solution:
Taking natural log:

lny=xxlnx.\ln y = x^x \ln x.

Differentiating:

1ydydx=xx(lnx+1)+xx1x.\frac{1}{y} \cdot \frac{dy}{dx} = x^x (\ln x + 1) + x^x \frac{1}{x}. f(x)=xxx(xx(lnx+1)+xx1).f'(x) = x^{x^x} \left( x^x (\ln x + 1) + x^{x-1} \right).


25. Show that f(x)=x24f(x) = |x^2 - 4| is not differentiable at x=±2x = \pm2.

Solution:

f(x)=2x,but at x=2,f(2)f(2+).f'(x) = 2x, \quad \text{but at } x = 2, f'(2^-) \neq f'(2^+).

Thus, f(x)f(x) is not differentiable at x=±2x = \pm 2.


This completes 25 solved examples on Limits, Continuity, and Differentiability with increasing difficulty. 

No comments:

Post a Comment

This 3-Step Budget Will Fix Your Monthly Money Problems (Indian Method)

Where Does Your Money Go Every Month? A Simple Indian Budget That Works Most Indians work hard, earn regularly, yet struggle to save. The r...