5. Limit Study Guide

લક્ષ અભ્યાસ માર્ગદર્શિકા

5.1 Limit of a Function

૫.૧ વિધેયનું લક્ષ

Definition (વ્યાખ્યા): A limit is the value that a function approaches as the input approaches some value. It describes the behavior of a mathematical function near a specific point or at infinity. / લક્ષ એ એક એવું મૂલ્ય છે, જેની તરફ કોઈ વિધેય આગળ વધે છે જ્યારે તેનો ઇનપુટ કોઈ ચોક્કસ કિંમતની અથવા અનંતની ખૂબ જ નજીક પહોંચે છે.


Application (વાસ્તવિક ઉપયોગ): Used to determine instantaneous speed in a car's speedometer or predicting boundaries in structural engineering. / કારના સ્પીડોમીટરમાં ત્વરિત ઝડપ નક્કી કરવા માટે અથવા સ્ટ્રક્ચરલ એન્જિનિયરિંગમાં બાઉન્ડ્રીઝની આગાહી કરવા માટે ઉપયોગી છે.

Detailed Explanation / વિસ્તૃત સમજૂતી:

Evaluating limits involves several algebraic methods based on the form the function takes when substituting the limit value directly:
1. Direct Substitution (સીધી કિંમત મૂકવી): Works if the function is continuous.
2. Factorization (અવયવ પાડવા): Used when direct substitution yields a $0/0$ form.
3. Rationalization (સંમેયીકરણ / કરણી લેતા): Used when the function contains square roots ($\sqrt{x}$) leading to $0/0$. We multiply the numerator and denominator by the conjugate.
4. Infinite Limits (અનંત લક્ષ): When $n \to \infty$, we divide the numerator and denominator by the highest power of $n$ to solve the limit.

લક્ષ શોધવાની વિવિધ બીજગણિતીય રીતો છે: સીધી કિંમત મૂકવી, અવયવ પાડવા, સંમેયીકરણ (કરણી લેતા - જ્યારે વર્ગમૂળ હોય), અને અનંત લક્ષ (જ્યારે $n \to \infty$ હોય, ત્યારે $n$ ની મહત્તમ ઘાત વડે ભાગવું).

📖 Fundamental Properties / મૂળભૂત ગુણધર્મો

Direct Substitution:
If continuous at $x=a$,
$$ \lim_{x \to a} f(x) = f(a) $$
Limits at Infinity:
$$ \lim_{n \to \infty} \frac{1}{n} = 0, \quad \lim_{n \to \infty} \frac{1}{n^p} = 0 $$

Example 1 (Direct Substitution)

Evaluate / કિંમત શોધો: $\lim_{x \to 2} \frac{x^2+6}{4x-3}$ [cite: 6]

Step-by-step:

Check if denominator becomes zero. At $x=2$, denominator is $4(2)-3 = 5 \neq 0$. Direct substitution is possible.

$$ = \frac{(2)^2 + 6}{4(2) - 3} $$

$$ = \frac{4 + 6}{8 - 3} = \frac{10}{5} = 2 $$

Example 2 (Factorization)

Evaluate / કિંમત શોધો: $\lim_{x \to -2} \frac{x^3 + 2x^2 + x + 2}{x^2 + x - 2}$ [cite: 3]

Step-by-step:

Direct substitution yields $0/0$. Factorize Numerator: $x^2(x+2) + 1(x+2) = (x^2+1)(x+2)$

Factorize Denominator: $(x+2)(x-1)$

$$ \lim_{x \to -2} \frac{(x^2+1)(x+2)}{(x+2)(x-1)} $$

Cancel $(x+2)$ and substitute $x=-2$:

$$ = \frac{(-2)^2 + 1}{-2 - 1} = \frac{4 + 1}{-3} = -\frac{5}{3} $$

Example 3 (Rationalization)

Evaluate / કિંમત શોધો: $\lim_{x \to 0} \frac{\sqrt{25+x}-5}{x}$ [cite: 2]

Step-by-step:

Multiply numerator and denominator by conjugate (કરણી લેતા) $\sqrt{25+x}+5$:

$$ \lim_{x \to 0} \frac{\sqrt{25+x}-5}{x} \times \frac{\sqrt{25+x}+5}{\sqrt{25+x}+5} $$

$$ = \lim_{x \to 0} \frac{(\sqrt{25+x})^2 - 5^2}{x(\sqrt{25+x}+5)} $$

$$ = \lim_{x \to 0} \frac{25 + x - 25}{x(\sqrt{25+x}+5)} = \lim_{x \to 0} \frac{x}{x(\sqrt{25+x}+5)} $$

Cancel $x$ and substitute $x=0$:

$$ = \frac{1}{\sqrt{25+0}+5} = \frac{1}{5+5} = \frac{1}{10} $$

Example 4 (Infinite Polynomials)

Evaluate / કિંમત શોધો: $\lim_{n \to \infty} \frac{6n^2-3n+5}{2n^2+4n-2}$ [cite: 7]

Step-by-step:

Divide numerator and denominator by highest power $n^2$ / $n^2$ વડે ભાગતા:

$$ \lim_{n \to \infty} \frac{\frac{6n^2}{n^2} - \frac{3n}{n^2} + \frac{5}{n^2}}{\frac{2n^2}{n^2} + \frac{4n}{n^2} - \frac{2}{n^2}} $$

$$ = \lim_{n \to \infty} \frac{6 - \frac{3}{n} + \frac{5}{n^2}}{2 + \frac{4}{n} - \frac{2}{n^2}} $$

As $n \to \infty$, terms with $1/n$ approach 0:

$$ = \frac{6 - 0 + 0}{2 + 0 - 0} = \frac{6}{2} = 3 $$

Example 5 (Infinite Radicals)

Evaluate / કિંમત શોધો: $\lim_{n \to \infty} (\sqrt{n^2+n+1} - n)$ [cite: 2, 3, 7]

Step-by-step:

Multiply by conjugate / કરણી વડે ગુણતા:

$$ \lim_{n \to \infty} \frac{(\sqrt{n^2+n+1}-n)(\sqrt{n^2+n+1}+n)}{\sqrt{n^2+n+1}+n} $$

$$ = \lim_{n \to \infty} \frac{n^2+n+1 - n^2}{\sqrt{n^2+n+1}+n} = \lim_{n \to \infty} \frac{n+1}{\sqrt{n^2+n+1}+n} $$

Divide by $n$ (inside root, divide by $n^2$):

$$ = \lim_{n \to \infty} \frac{1 + \frac{1}{n}}{\sqrt{1+\frac{1}{n}+\frac{1}{n^2}} + 1} $$

$$ = \frac{1 + 0}{\sqrt{1+0+0} + 1} = \frac{1}{1 + 1} = \frac{1}{2} $$

Example 6 (Series Summation)

Evaluate / કિંમત શોધો: $\lim_{n \to \infty} \frac{\sum n}{n^2}$ [cite: 7]

Step-by-step:

We know sum of first $n$ natural numbers is / પ્રાકૃતિક સંખ્યાઓનો સરવાળો: $\sum n = \frac{n(n+1)}{2}$

Substitute this into the limit:

$$ \lim_{n \to \infty} \frac{n(n+1)}{2n^2} = \lim_{n \to \infty} \frac{n^2+n}{2n^2} $$

Divide by $n^2$ / $n^2$ વડે ભાગતા:

$$ = \lim_{n \to \infty} \frac{1 + \frac{1}{n}}{2} $$

$$ = \frac{1 + 0}{2} = \frac{1}{2} $$

5.2 Standard formulae of Limit and related simple examples

૫.૨ લક્ષના પ્રમાણિત સૂત્રો અને સંબંધિત સાદા ઉદાહરણો

Definition (વ્યાખ્યા): Pre-derived mathematical identities and rules that allow for rapid evaluation of specific complex limits (rational, trigonometric, logarithmic, and exponential) without deep algebraic expansion. / પૂર્વ-તારવેલા ગાણિતિક સૂત્રો અને નિયમો જે બીજગણિતીય વિસ્તરણ વિના ચોક્કસ જટિલ લક્ષની (ત્રિકોણમિતિય, ઘાતાંકીય વગેરે) ઝડપી ગણતરી માટે પરવાનગી આપે છે.


Application (વાસ્તવિક ઉપયોગ): Calculating continuous compound interest in finance using the limit definition of the exponential constant 'e'. / 'e' ના લક્ષ સૂત્રનો ઉપયોગ કરીને ફાઇનાન્સમાં સતત ચક્રવૃદ્ધિ વ્યાજની ગણતરી કરવી.

Detailed Explanation / વિસ્તૃત સમજૂતી:

When direct substitution results in an indeterminate form like $0/0$ or $\infty/\infty$, we use standard formulas to evaluate the limit. These formulas act as powerful shortcuts.

જ્યારે સીધી કિંમત મૂકવાથી $0/0$ અથવા $\infty/\infty$ જેવું અનિશ્ચિત સ્વરૂપ મળે, ત્યારે લક્ષ શોધવા માટે આપણે પ્રમાણિત સૂત્રોનો ઉપયોગ કરીએ છીએ.

📖 Key Formulas / મહત્વના સૂત્રો

Rational Formula:
$$ \lim_{x \to a} \frac{x^n - a^n}{x - a} = n \cdot a^{n-1} $$ $$ \lim_{x \to a} \frac{x^n - a^n}{x^m - a^m} = \frac{n}{m} \cdot a^{n-m} $$
Trigonometric Formula:
$$ \lim_{\theta \to 0} \frac{\sin \theta}{\theta} = 1, \quad \lim_{\theta \to 0} \frac{\tan \theta}{\theta} = 1 $$
Exponential Formula:
$$ \lim_{x \to 0} \frac{a^x - 1}{x} = \log_e a $$
'e' Formula:
$$ \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e $$

Example 1

Evaluate / કિંમત શોધો: $\lim_{x \to 3} \frac{x^3-27}{\sqrt{x^3}-\sqrt{3^3}}$ [cite: 4, 6]

Step-by-step:

Rewrite using fractional powers / ઘાતાંકીય સ્વરૂપમાં લખતા:

$$ \lim_{x \to 3} \frac{x^3 - 3^3}{x^{3/2} - 3^{3/2}} $$

Using extended standard formula $\lim_{x \to a} \frac{x^n - a^n}{x^m - a^m} = \frac{n}{m} a^{n-m}$

Here $n=3, m=3/2, a=3$:

$$ = \frac{3}{3/2} \cdot 3^{3 - 3/2} = 2 \cdot 3^{3/2} $$

$$ = 2 \cdot \sqrt{3^3} = 2 \cdot 3\sqrt{3} = 6\sqrt{3} $$

Example 2

Evaluate / કિંમત શોધો: $\lim_{x \to 9} \frac{x^2 - 81}{x - 9}$ [cite: 5]

Step-by-step:

Express 81 as $9^2$ / 81 ને $9^2$ તરીકે લખો:

$$ \lim_{x \to 9} \frac{x^2 - 9^2}{x - 9} $$

Apply rational formula ($n=2, a=9$):

$$ = 2(9)^{2-1} = 2(9)^1 = 18 $$

Example 3

Evaluate / કિંમત શોધો: $\lim_{\theta \to 0} \frac{\tan 7\theta}{\sin 2\theta}$ [cite: 7]

Step-by-step:

Divide numerator and denominator by $\theta$:

$$ \lim_{\theta \to 0} \frac{ \frac{\tan 7\theta}{\theta} }{ \frac{\sin 2\theta}{\theta} } $$

Adjust coefficients for standard formulas:

$$ = \frac{ \lim_{\theta \to 0} \frac{\tan 7\theta}{7\theta} \times 7 }{ \lim_{\theta \to 0} \frac{\sin 2\theta}{2\theta} \times 2 } $$

$$ = \frac{1 \times 7}{1 \times 2} = \frac{7}{2} $$

Example 4

Evaluate / કિંમત શોધો: $\lim_{x \to 0} \frac{e^{3x} - 1}{x}$ [cite: 7]

Step-by-step:

Multiply and divide by 3 to match the exponential limit standard form:

$$ \lim_{x \to 0} \frac{e^{3x} - 1}{3x} \times 3 $$

Using $\lim_{h \to 0} \frac{e^h - 1}{h} = 1$:

$$ = 1 \times 3 = 3 $$

Example 5

Evaluate / કિંમત શોધો: $\lim_{x \to 0} \frac{4^x - 3^x}{x}$ [cite: 6]

Step-by-step:

Subtract and add 1 in the numerator / અંશમાં 1 બાદ કરી ઉમેરો:

$$ \lim_{x \to 0} \frac{(4^x - 1) - (3^x - 1)}{x} $$

Split into two limits:

$$ \lim_{x \to 0} \frac{4^x - 1}{x} - \lim_{x \to 0} \frac{3^x - 1}{x} $$

Apply formula $\lim_{x \to 0} \frac{a^x - 1}{x} = \log_e a$:

$$ = \log_e 4 - \log_e 3 = \log_e\left(\frac{4}{3}\right) $$

Example 6

Evaluate / કિંમત શોધો: $\lim_{x \to \infty} \left(1 + \frac{5}{x}\right)^{2x}$ [cite: 3, 6]

Step-by-step:

Rearrange to match standard form $\lim_{x \to \infty} (1 + \frac{k}{x})^x = e^k$:

$$ \lim_{x \to \infty} \left[ \left(1 + \frac{5}{x}\right)^x \right]^2 $$

Inner limit evaluates to $e^5$:

$$ = (e^5)^2 = e^{10} $$

Interactive Limit Evaluator Tool

ઇન્ટરેક્ટિવ લક્ષ ગણતરી ટૂલ

1. Rational Limit Formula

સંમેય લક્ષ સૂત્ર: $\lim_{x \to a} \frac{x^n - a^n}{x - a}$

2. Trigonometric Limit

ત્રિકોણમિતિય લક્ષ: $\lim_{x \to 0} \frac{\sin(ax)}{\tan(bx)}$

3. Exponential Limit

ઘાતાંકીય લક્ષ: $\lim_{x \to 0} \frac{a^x - b^x}{x}$

4. Infinite Polynomial Limit

અનંત લક્ષ: $\lim_{n \to \infty} \frac{An^2+Bn+C}{Dn^2+En+F}$

Enter values in any of the tools above and click 'Evaluate' to see step-by-step MathJax solutions here.
અહીં સ્ટેપ-બાય-સ્ટેપ ઉકેલ જોવા માટે કોઈપણ ટૂલમાં કિંમતો દાખલ કરો અને ગણતરી કરો બટન દબાવો.