Gujarati

Derivatives by definition Questions in Gujarati

Class 11 Mathematics · Limits · Derivatives by definition

36+

Questions

Gujarati

Language

100%

With Solutions

Showing 36 of 36 questions in Gujarati

1
EasyMCQ
$\mathop {\lim }\limits_{h \to 0} \frac{{\sqrt {x + h} - \sqrt x }}{h} = $
A
$\frac{1}{{2\sqrt x }}$
B
$\frac{1}{{\sqrt x }}$
C
$2\sqrt x $
D
$\sqrt x $

Solution

(A) લક્ષ $\mathop {\lim }\limits_{h \to 0} \frac{{\sqrt {x + h} - \sqrt x }}{h}$ ની કિંમત શોધવા માટે,આપણે અંશનું સંમેયીકરણ કરીએ:
$\mathop {\lim }\limits_{h \to 0} \frac{{\sqrt {x + h} - \sqrt x }}{h} \times \frac{{\sqrt {x + h} + \sqrt x }}{{\sqrt {x + h} + \sqrt x }} = \mathop {\lim }\limits_{h \to 0} \frac{{(x + h) - x}}{{h(\sqrt {x + h} + \sqrt x )}}$
$= \mathop {\lim }\limits_{h \to 0} \frac{h}{{h(\sqrt {x + h} + \sqrt x )}} = \mathop {\lim }\limits_{h \to 0} \frac{1}{{\sqrt {x + h} + \sqrt x }}$
$= \frac{1}{{\sqrt {x + 0} + \sqrt x }} = \frac{1}{{2\sqrt x }}$
વૈકલ્પિક રીતે,$h$ ની સાપેક્ષમાં વિકલન કરીને $L'\text{Hospital's rule}$ નો ઉપયોગ કરતા:
$\mathop {\lim }\limits_{h \to 0} \frac{{\frac{d}{{dh}}(\sqrt {x + h} - \sqrt x )}}{{\frac{d}{{dh}}(h)}} = \mathop {\lim }\limits_{h \to 0} \frac{{\frac{1}{{2\sqrt {x + h} }}}}{1} = \frac{1}{{2\sqrt x }}$.
2
EasyMCQ
જો $f(r) = \pi r^2$ હોય,તો $\lim_{h \to 0} \frac{f(r + h) - f(r)}{h} = $
A
$\pi r^2$
B
$2\pi r$
C
$2\pi$
D
$2\pi r^2$

Solution

(B) આપેલ પદ $\lim_{h \to 0} \frac{f(r + h) - f(r)}{h}$ એ $f(r)$ નું $r$ ની સાપેક્ષ વિકલન છે,જેને $f'(r)$ અથવા $\frac{df}{dr}$ તરીકે દર્શાવવામાં આવે છે.
આપેલ છે કે $f(r) = \pi r^2$.
વિકલનના ઘાત નિયમનો ઉપયોગ કરતા,$\frac{d}{dr}(\pi r^2) = \pi \cdot \frac{d}{dr}(r^2) = \pi \cdot (2r) = 2\pi r$.
તેથી,$\lim_{h \to 0} \frac{f(r + h) - f(r)}{h} = 2\pi r$.
3
MediumMCQ
જો $f(a) = 2, f'(a) = 1, g(a) = -1, g'(a) = 2$ હોય,તો $\lim_{x \to a} \frac{g(x)f(a) - g(a)f(x)}{x - a} = $
A
$3$
B
$5$
C
$0$
D
$-3$

Solution

(B) ધારો કે $L = \lim_{x \to a} \frac{g(x)f(a) - g(a)f(x)}{x - a}$.
અંશમાં $g(a)f(a)$ ઉમેરતા અને બાદ કરતા:
$L = \lim_{x \to a} \frac{g(x)f(a) - g(a)f(a) + g(a)f(a) - g(a)f(x)}{x - a}$
$L = \lim_{x \to a} \left[ f(a) \frac{g(x) - g(a)}{x - a} - g(a) \frac{f(x) - f(a)}{x - a} \right]$
વિકલનની વ્યાખ્યા મુજબ,$\lim_{x \to a} \frac{g(x) - g(a)}{x - a} = g'(a)$ અને $\lim_{x \to a} \frac{f(x) - f(a)}{x - a} = f'(a)$.
$L = f(a)g'(a) - g(a)f'(a)$
આપેલ કિંમતો મૂકતા: $L = (2)(2) - (-1)(1) = 4 + 1 = 5$.
4
EasyMCQ
$\mathop {\lim }\limits_{h \to 0} \frac{{{{(a + h)}^2}\sin (a + h) - {a^2}\sin a}}{h} = $
A
$a\cos a + {a^2}\sin a$
B
$a\sin a + {a^2}\cos a$
C
$2a\sin a + {a^2}\cos a$
D
$2a\cos a + {a^2}\sin a$

Solution

(C) આપેલ લક્ષ એ $\mathop {\lim }\limits_{h \to 0} \frac{f(a+h) - f(a)}{h}$ સ્વરૂપમાં છે,જે $f(x) = x^2 \sin x$ વિધેય માટે વિકલન $f'(a)$ ની વ્યાખ્યા છે.
પ્રથમ,ગુણાકારના નિયમનો ઉપયોગ કરીને $f(x) = x^2 \sin x$ નું $x$ ની સાપેક્ષમાં વિકલન મેળવો:
$f'(x) = \frac{d}{dx}(x^2) \sin x + x^2 \frac{d}{dx}(\sin x)$
$f'(x) = 2x \sin x + x^2 \cos x$
$x = a$ મૂકતા:
$f'(a) = 2a \sin a + a^2 \cos a$
વૈકલ્પિક રીતે,$h$ ની સાપેક્ષમાં $L$-Hospital ના નિયમનો ઉપયોગ કરતા:
$\mathop {\lim }\limits_{h \to 0} \frac{\frac{d}{dh}((a+h)^2 \sin(a+h) - a^2 \sin a)}{1}$
$= \mathop {\lim }\limits_{h \to 0} (2(a+h) \sin(a+h) + (a+h)^2 \cos(a+h))$
$= 2a \sin a + a^2 \cos a$
5
MediumMCQ
$\mathop {\lim }\limits_{y \to 0} \frac{(x + y)\sec (x + y) - x\sec x}{y} = $
A
$\sec x(x\tan x + 1)$
B
$x\tan x + \sec x$
C
$x\sec x + \tan x$
D
આપેલ પૈકી કોઈ નહીં

Solution

(A) ધારો કે $f(y) = (x + y)\sec(x + y)$. આપણે $\mathop {\lim }\limits_{y \to 0} \frac{f(y) - f(0)}{y}$ શોધવાનું છે,જે $y$ ની સાપેક્ષે વિકલન $f'(0)$ ની વ્યાખ્યા છે.
$f'(y) = \frac{d}{dy} [(x + y)\sec(x + y)]$
ગુણાકારના નિયમનો ઉપયોગ કરતા: $f'(y) = 1 \cdot \sec(x + y) + (x + y) \cdot \sec(x + y)\tan(x + y)$.
$y = 0$ મૂકતા:
$f'(0) = \sec(x) + x\sec(x)\tan(x)$
$f'(0) = \sec x(1 + x\tan x)$.
6
EasyMCQ
વિધેય $f(x)$ નું વિકલન $\tan^4 x$ છે. જો $f(0) = 0$ હોય,તો $\lim_{x \to 0} \frac{f(x)}{x}$ ની કિંમત કેટલી થાય?
A
$1$
B
$0$
C
$-1$
D
આમાંથી કોઈ નહીં

Solution

(B) આપેલ છે કે $f'(x) = \tan^4 x$ અને $f(0) = 0$.
આપણે $\lim_{x \to 0} \frac{f(x)}{x}$ ની કિંમત શોધવાની છે.
$f(0) = 0$ હોવાથી,આપણે તેને આ રીતે લખી શકીએ:
$\lim_{x \to 0} \frac{f(x) - 0}{x - 0} = \lim_{x \to 0} \frac{f(x) - f(0)}{x - 0}$.
વિકલનની વ્યાખ્યા મુજબ,આ લક્ષ $f'(0)$ ની બરાબર છે.
$f'(x) = \tan^4 x$ હોવાથી,$f'(0) = \tan^4(0) = 0^4 = 0$.
તેથી,લક્ષની કિંમત $0$ છે.
7
EasyMCQ
વિધેય $f(x)=3x$ માટે $x=2$ આગળ વિકલિત શોધો.
A
$3$
B
$6$
C
$2$
D
$0$

Solution

(A) આપણી પાસે વિધેય $f(x) = 3x$ છે.
$x=2$ આગળ વિકલિત શોધવા માટે,આપણે વિકલિતની વ્યાખ્યાનો ઉપયોગ કરીએ છીએ:
$f'(2) = \lim_{h \to 0} \frac{f(2+h) - f(2)}{h}$
સૂત્રમાં $f(x) = 3x$ મૂકતા:
$f'(2) = \lim_{h \to 0} \frac{3(2+h) - 3(2)}{h}$
$f'(2) = \lim_{h \to 0} \frac{6 + 3h - 6}{h}$
$f'(2) = \lim_{h \to 0} \frac{3h}{h}$
$f'(2) = \lim_{h \to 0} 3 = 3$
આમ,વિધેય $f(x) = 3x$ નું $x=2$ આગળ વિકલિત $3$ છે.
8
EasyMCQ
$x=0$ આગળ $\sin x$ નું વિકલિત શોધો.
A
$0$
B
$1$
C
$-1$
D
$\infty$

Solution

(B) ધારો કે $f(x) = \sin x$.
તેથી,$x=0$ આગળ વિકલિત $f'(0) = \lim_{h \to 0} \frac{f(0+h) - f(0)}{h}$ દ્વારા મળે છે.
$f(x) = \sin x$ મૂકતા,આપણને $f'(0) = \lim_{h \to 0} \frac{\sin(0+h) - \sin(0)}{h}$ મળે છે.
$\sin(0) = 0$ હોવાથી,આ $f'(0) = \lim_{h \to 0} \frac{\sin h}{h}$ માં પરિણમે છે.
પ્રમાણિત લક્ષ $\lim_{h \to 0} \frac{\sin h}{h} = 1$ નો ઉપયોગ કરતા,આપણને $f'(0) = 1$ મળે છે.
9
EasyMCQ
$f(x) = 10x$ નું વિકલન શોધો.
A
$10$
B
$1$
C
$0$
D
$10x$

Solution

(A) વિધેય $f(x)$ નું વિકલન $f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$ તરીકે વ્યાખ્યાયિત થયેલ છે.
આપેલ છે કે $f(x) = 10x$,તેથી $f(x+h) = 10(x+h) = 10x + 10h$.
આ કિંમતોને લક્ષની વ્યાખ્યામાં મૂકતા:
$f'(x) = \lim_{h \to 0} \frac{(10x + 10h) - 10x}{h}$
$f'(x) = \lim_{h \to 0} \frac{10h}{h}$
$f'(x) = \lim_{h \to 0} (10) = 10$.
10
EasyMCQ
$f(x) = x^2$ નું વિકલન શોધો.
A
$2x$
B
$x^2$
C
$x$
D
$1$

Solution

(A) આપણી પાસે છે,$f'(x) = \mathop {\lim }\limits_{h \to 0} \frac{f(x+h) - f(x)}{h}$.
$f(x) = x^2$ મૂકતા,આપણને મળે છે:
$f'(x) = \mathop {\lim }\limits_{h \to 0} \frac{(x+h)^2 - x^2}{h}$.
અંશનું વિસ્તરણ કરતા:
$f'(x) = \mathop {\lim }\limits_{h \to 0} \frac{x^2 + 2xh + h^2 - x^2}{h}$.
પદનું સાદું રૂપ આપતા:
$f'(x) = \mathop {\lim }\limits_{h \to 0} \frac{2xh + h^2}{h} = \mathop {\lim }\limits_{h \to 0} (2x + h)$.
$h \to 0$ માટે લક્ષ લેતા:
$f'(x) = 2x + 0 = 2x$.
11
EasyMCQ
નિશ્ચિત વાસ્તવિક સંખ્યા $a$ માટે અચળ વિધેય $f(x) = a$ નું વિકલિત શોધો.
A
$0$
B
$1$
C
$a$
D
$x$

Solution

(A) વિકલિતની વ્યાખ્યા મુજબ,આપણી પાસે છે:
$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
$f(x) = a$ એ અચળ વિધેય હોવાથી,$f(x+h) = a$ અને $f(x) = a$ થાય.
આ કિંમતો મૂકતા,આપણને મળે છે:
$f'(x) = \lim_{h \to 0} \frac{a - a}{h}$
$f'(x) = \lim_{h \to 0} \frac{0}{h}$
જેમ $h \to 0$ તેમ $h \neq 0$ હોવાથી,પદ $\frac{0}{h}$ ની કિંમત $0$ થાય છે.
તેથી,$f'(x) = 0$.
12
EasyMCQ
$f(x) = \frac{1}{x}$ નું વિકલન શોધો.
A
$-\frac{1}{x^{2}}$
B
$\frac{1}{x^{2}}$
C
$-\frac{1}{x}$
D
$\frac{1}{x}$

Solution

(A) આપણી પાસે વિકલનની વ્યાખ્યા $f^{\prime}(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$ છે.
$f(x) = \frac{1}{x}$ મૂકતા,આપણને મળે છે:
$f^{\prime}(x) = \lim_{h \to 0} \frac{\frac{1}{x+h} - \frac{1}{x}}{h}$
અંશમાં સામાન્ય છેદ લેતા:
$f^{\prime}(x) = \lim_{h \to 0} \frac{1}{h} \left[ \frac{x - (x+h)}{x(x+h)} \right]$
પદનું સાદુંરૂપ આપતા:
$f^{\prime}(x) = \lim_{h \to 0} \frac{1}{h} \left[ \frac{-h}{x(x+h)} \right]$
$h$ ને દૂર કરતા અને $h \to 0$ લેતા:
$f^{\prime}(x) = \lim_{h \to 0} \frac{-1}{x(x+h)} = -\frac{1}{x^{2}}$.
13
EasyMCQ
$\sin x$ નું વિકલન શોધો.
A
$\cos x$
B
$-\cos x$
C
$\sin x$
D
$-\sin x$

Solution

(A) ધારો કે $f(x) = \sin x$. તો વિકલનની વ્યાખ્યા મુજબ:
$\frac{df(x)}{dx} = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} = \lim_{h \to 0} \frac{\sin(x+h) - \sin(x)}{h}$
ત્રિકોણમિતીય નિત્યસમ $\sin A - \sin B = 2 \cos\left(\frac{A+B}{2}\right) \sin\left(\frac{A-B}{2}\right)$ નો ઉપયોગ કરતા:
$= \lim_{h \to 0} \frac{2 \cos\left(\frac{2x+h}{2}\right) \sin\left(\frac{h}{2}\right)}{h}$
$= \lim_{h \to 0} \cos\left(x + \frac{h}{2}\right) \cdot \lim_{h \to 0} \frac{\sin(h/2)}{h/2}$
કારણ કે $\lim_{h \to 0} \cos(x + h/2) = \cos x$ અને $\lim_{\theta \to 0} \frac{\sin \theta}{\theta} = 1$,તેથી:
$= \cos x \cdot 1 = \cos x$
14
EasyMCQ
$\tan x$ નું વિકલન શોધો.
A
$\sec x \tan x$
B
$\sec^2 x$
C
$\tan^2 x$
D
$\csc^2 x$

Solution

(B) ધારો કે $f(x) = \tan x$. તો વિકલનની વ્યાખ્યા મુજબ:
$\frac{df(x)}{dx} = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$
$= \lim_{h \to 0} \frac{\tan(x + h) - \tan x}{h}$
$= \lim_{h \to 0} \frac{1}{h} \left[ \frac{\sin(x + h)}{\cos(x + h)} - \frac{\sin x}{\cos x} \right]$
$= \lim_{h \to 0} \frac{\sin(x + h)\cos x - \cos(x + h)\sin x}{h \cos(x + h)\cos x}$
$\sin(A - B) = \sin A \cos B - \cos A \sin B$ નિત્યસમનો ઉપયોગ કરતા:
$= \lim_{h \to 0} \frac{\sin(x + h - x)}{h \cos(x + h)\cos x}$
$= \lim_{h \to 0} \left( \frac{\sin h}{h} \right) \cdot \lim_{h \to 0} \left( \frac{1}{\cos(x + h)\cos x} \right)$
$\lim_{h \to 0} \frac{\sin h}{h} = 1$ હોવાથી:
$= 1 \cdot \frac{1}{\cos^2 x} = \sec^2 x$
15
MediumMCQ
$x=10$ આગળ $x^{2}-2$ નું વિકલિત શોધો.
A
$18$
B
$19$
C
$20$
D
$21$

Solution

(C) ધારો કે $f(x) = x^{2} - 2$.
$x = 10$ આગળ વિકલિત શોધવા માટે,આપણે વિકલિતની વ્યાખ્યાનો ઉપયોગ કરીશું:
$f'(10) = \lim_{h \to 0} \frac{f(10+h) - f(10)}{h}$
સૂત્રમાં $f(x) = x^{2} - 2$ મૂકતા:
$f'(10) = \lim_{h \to 0} \frac{[(10+h)^{2} - 2] - [10^{2} - 2]}{h}$
પદોનું વિસ્તરણ કરતા:
$f'(10) = \lim_{h \to 0} \frac{100 + 20h + h^{2} - 2 - 100 + 2}{h}$
પદનું સાદું રૂપ આપતા:
$f'(10) = \lim_{h \to 0} \frac{20h + h^{2}}{h}$
$h$ વડે ભાગતા:
$f'(10) = \lim_{h \to 0} (20 + h)$
$h \to 0$ માટે લક્ષની કિંમત લેતા:
$f'(10) = 20 + 0 = 20$
આમ,$x = 10$ આગળ $x^{2} - 2$ નું વિકલિત $20$ છે.
16
EasyMCQ
$x = 1$ આગળ $f(x) = x$ નું વિકલન શોધો.
A
$0$
B
$1$
C
$x$
D
$2$

Solution

(B) ધારો કે $f(x) = x$.
વિકલનની વ્યાખ્યા મુજબ,$f'(a) = \mathop{\lim}\limits_{h \to 0} \frac{f(a+h) - f(a)}{h}$.
$a = 1$ માટે,આપણને મળે:
$f'(1) = \mathop{\lim}\limits_{h \to 0} \frac{f(1+h) - f(1)}{h}$
$f(x) = x$ હોવાથી,આપણે $f(1+h) = 1+h$ અને $f(1) = 1$ મૂકીએ:
$f'(1) = \mathop{\lim}\limits_{h \to 0} \frac{(1+h) - 1}{h}$
$f'(1) = \mathop{\lim}\limits_{h \to 0} \frac{h}{h}$
$f'(1) = \mathop{\lim}\limits_{h \to 0} (1) = 1$.
આમ,$x = 1$ આગળ $x$ નું વિકલન $1$ છે.
17
EasyMCQ
$x=100$ આગળ $99x$ નું વિકલન શોધો.
A
$99$
B
$100$
C
$9900$
D
$0$

Solution

(A) ધારો કે $f(x) = 99x$.
વિકલનની વ્યાખ્યા મુજબ,$f'(a) = \mathop{\lim}\limits_{h \to 0} \frac{f(a+h) - f(a)}{h}$.
અહીં,$a = 100$,તેથી $f'(100) = \mathop{\lim}\limits_{h \to 0} \frac{f(100+h) - f(100)}{h}$.
$f(x) = 99x$ મૂકતા:
$f'(100) = \mathop{\lim}\limits_{h \to 0} \frac{99(100+h) - 99(100)}{h}$.
$f'(100) = \mathop{\lim}\limits_{h \to 0} \frac{9900 + 99h - 9900}{h}$.
$f'(100) = \mathop{\lim}\limits_{h \to 0} \frac{99h}{h}$.
$f'(100) = \mathop{\lim}\limits_{h \to 0} (99) = 99$.
આમ,$x=100$ આગળ $99x$ નું વિકલન $99$ છે.
18
MediumMCQ
પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને વિધેય $f(x) = x^{3}-27$ નું વિકલિત શોધો.
A
$3x^{2}$
B
$3x^{2}-27$
C
$x^{2}$
D
$3x^{2}+27$

Solution

(A) ધારો કે $f(x) = x^{3}-27$. વિકલિતના પ્રથમ સિદ્ધાંત મુજબ:
$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
$f'(x) = \lim_{h \to 0} \frac{[(x+h)^{3} - 27] - [x^{3} - 27]}{h}$
$f'(x) = \lim_{h \to 0} \frac{x^{3} + 3x^{2}h + 3xh^{2} + h^{3} - 27 - x^{3} + 27}{h}$
$f'(x) = \lim_{h \to 0} \frac{3x^{2}h + 3xh^{2} + h^{3}}{h}$
$f'(x) = \lim_{h \to 0} (3x^{2} + 3xh + h^{2})$
જ્યારે $h \to 0$,ત્યારે $f'(x) = 3x^{2} + 3x(0) + (0)^{2} = 3x^{2}$.
19
MediumMCQ
પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને વિધેય $f(x) = (x-1)(x-2)$ નું વિકલિત શોધો.
A
$2x - 3$
B
$2x + 3$
C
$x - 3$
D
$2x - 1$

Solution

(A) ધારો કે $f(x) = (x-1)(x-2) = x^2 - 3x + 2$.
વિકલિતના પ્રથમ સિદ્ધાંત મુજબ,$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$.
$f(x+h) = (x+h)^2 - 3(x+h) + 2$ મૂકતા:
$f'(x) = \lim_{h \to 0} \frac{[(x+h)^2 - 3(x+h) + 2] - [x^2 - 3x + 2]}{h}$
$f'(x) = \lim_{h \to 0} \frac{x^2 + 2xh + h^2 - 3x - 3h + 2 - x^2 + 3x - 2}{h}$
$f'(x) = \lim_{h \to 0} \frac{2xh + h^2 - 3h}{h}$
$f'(x) = \lim_{h \to 0} (2x + h - 3)$
જ્યારે $h \to 0$,ત્યારે $f'(x) = 2x - 3$.
20
MediumMCQ
પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને વિધેય $f(x) = \frac{1}{x^{2}}$ નું વિકલિત શોધો.
A
$\frac{-2}{x^{3}}$
B
$\frac{-1}{x^{3}}$
C
$\frac{2}{x^{3}}$
D
$\frac{1}{x^{3}}$

Solution

(A) ધારો કે $f(x) = \frac{1}{x^{2}}$.
વિકલિતના પ્રથમ સિદ્ધાંત મુજબ,$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$.
$f(x) = \frac{1}{x^{2}}$ મૂકતા,આપણને મળે છે:
$f'(x) = \lim_{h \to 0} \frac{\frac{1}{(x+h)^{2}} - \frac{1}{x^{2}}}{h}$
$f'(x) = \lim_{h \to 0} \frac{1}{h} \left[ \frac{x^{2} - (x+h)^{2}}{x^{2}(x+h)^{2}} \right]$
$f'(x) = \lim_{h \to 0} \frac{1}{h} \left[ \frac{x^{2} - (x^{2} + 2xh + h^{2})}{x^{2}(x+h)^{2}} \right]$
$f'(x) = \lim_{h \to 0} \frac{1}{h} \left[ \frac{-2xh - h^{2}}{x^{2}(x+h)^{2}} \right]$
$f'(x) = \lim_{h \to 0} \frac{-h(2x + h)}{h \cdot x^{2}(x+h)^{2}}$
$f'(x) = \lim_{h \to 0} \frac{-(2x + h)}{x^{2}(x+h)^{2}}$
લક્ષ $h \to 0$ લેતા:
$f'(x) = \frac{-(2x + 0)}{x^{2}(x+0)^{2}} = \frac{-2x}{x^{2} \cdot x^{2}} = \frac{-2x}{x^{4}} = \frac{-2}{x^{3}}$.
21
MediumMCQ
પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને વિધેય $f(x) = \frac{x+1}{x-1}$ નું વિકલિત શોધો.
A
$\frac{-2}{(x-1)^{2}}$
B
$\frac{2}{(x-1)^{2}}$
C
$\frac{-1}{(x-1)^{2}}$
D
$\frac{1}{(x-1)^{2}}$

Solution

(A) ધારો કે $f(x) = \frac{x+1}{x-1}$. વિકલિતના પ્રથમ સિદ્ધાંત મુજબ,$f^{\prime}(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$.
$f(x+h) = \frac{x+h+1}{x+h-1}$ અને $f(x) = \frac{x+1}{x-1}$ મૂકતા:
$f^{\prime}(x) = \lim_{h \to 0} \frac{1}{h} \left[ \frac{x+h+1}{x+h-1} - \frac{x+1}{x-1} \right]$
$= \lim_{h \to 0} \frac{1}{h} \left[ \frac{(x-1)(x+h+1) - (x+1)(x+h-1)}{(x-1)(x+h-1)} \right]$
$= \lim_{h \to 0} \frac{1}{h} \left[ \frac{(x^2 + xh + x - x - h - 1) - (x^2 + xh - x + x + h - 1)}{(x-1)(x+h-1)} \right]$
$= \lim_{h \to 0} \frac{1}{h} \left[ \frac{-2h}{(x-1)(x+h-1)} \right]$
$= \lim_{h \to 0} \frac{-2}{(x-1)(x+h-1)} = \frac{-2}{(x-1)^2}$.
22
MediumMCQ
પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને $\cos x$ નું વિકલન શોધો.
A
$-\sin x$
B
$\sin x$
C
$\cos x$
D
$-\cos x$

Solution

(A) ધારો કે $f(x) = \cos x$. વિકલનના પ્રથમ સિદ્ધાંત મુજબ:
$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
$= \lim_{h \to 0} \frac{\cos(x+h) - \cos x}{h}$
$\cos(A+B) = \cos A \cos B - \sin A \sin B$ નિત્યસમનો ઉપયોગ કરતા:
$= \lim_{h \to 0} \frac{\cos x \cos h - \sin x \sin h - \cos x}{h}$
$= \lim_{h \to 0} \left[ \cos x \left( \frac{\cos h - 1}{h} \right) - \sin x \left( \frac{\sin h}{h} \right) \right]$
$= \cos x \cdot (0) - \sin x \cdot (1)$
$= -\sin x$
23
MediumMCQ
વિધેય $\sec x$ નું વિકલિત શોધો:
A
$\sec x \tan x$
B
$\sec x \cot x$
C
$\csc x \tan x$
D
$\csc x \cot x$

Solution

(A) ધારો કે $f(x) = \sec x$. વિકલિતના પ્રથમ સિદ્ધાંત મુજબ:
$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
$= \lim_{h \to 0} \frac{\sec(x+h) - \sec x}{h}$
$= \lim_{h \to 0} \frac{1}{h} \left[ \frac{1}{\cos(x+h)} - \frac{1}{\cos x} \right]$
$= \lim_{h \to 0} \frac{1}{h} \left[ \frac{\cos x - \cos(x+h)}{\cos x \cos(x+h)} \right]$
નિત્યસમ $\cos A - \cos B = -2 \sin \left( \frac{A+B}{2} \right) \sin \left( \frac{A-B}{2} \right)$ નો ઉપયોગ કરતા:
$= \frac{1}{\cos x} \cdot \lim_{h \to 0} \frac{-2 \sin \left( \frac{2x+h}{2} \right) \sin \left( \frac{-h}{2} \right)}{h \cos(x+h)}$
$= \frac{1}{\cos x} \cdot \lim_{h \to 0} \left[ \frac{\sin \left( \frac{2x+h}{2} \right)}{\cos(x+h)} \cdot \frac{\sin(h/2)}{h/2} \right]$
$= \frac{1}{\cos x} \cdot \frac{\sin x}{\cos x} \cdot 1$
$= \sec x \tan x$
24
MediumMCQ
વિધેય $\operatorname{cosec} x$ નું વિકલિત શોધો.
A
$-\operatorname{cosec} x \cot x$
B
$\operatorname{cosec} x \cot x$
C
$\sec x \tan x$
D
$-\sec x \tan x$

Solution

(A) ધારો કે $f(x) = \operatorname{cosec} x$. વિકલિતના પ્રથમ સિદ્ધાંતનો ઉપયોગ કરતા:
$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
$= \lim_{h \to 0} \frac{\operatorname{cosec}(x+h) - \operatorname{cosec} x}{h}$
$= \lim_{h \to 0} \frac{1}{h} \left[ \frac{1}{\sin(x+h)} - \frac{1}{\sin x} \right]$
$= \lim_{h \to 0} \frac{1}{h} \left[ \frac{\sin x - \sin(x+h)}{\sin x \sin(x+h)} \right]$
નિત્યસમ $\sin A - \sin B = 2 \cos(\frac{A+B}{2}) \sin(\frac{A-B}{2})$ નો ઉપયોગ કરતા:
$= \lim_{h \to 0} \frac{1}{h} \left[ \frac{2 \cos(\frac{2x+h}{2}) \sin(-\frac{h}{2})}{\sin x \sin(x+h)} \right]$
$= \lim_{h \to 0} \left[ -\cos(\frac{2x+h}{2}) \cdot \frac{\sin(h/2)}{h/2} \cdot \frac{1}{\sin x \sin(x+h)} \right]$
કારણ કે $\lim_{h \to 0} \frac{\sin(h/2)}{h/2} = 1$:
$= -\cos x \cdot 1 \cdot \frac{1}{\sin^2 x} = -\frac{\cos x}{\sin x} \cdot \frac{1}{\sin x} = -\cot x \operatorname{cosec} x$
25
Medium
$f(x) = \frac{2x+3}{x-2}$ દ્વારા આપવામાં આવેલ વિધેય $f$ નું પ્રથમ સિદ્ધાંત (first principle) થી વિકલિત શોધો.

Solution

પ્રથમ સિદ્ધાંત મુજબ વિધેય $f(x)$ નું વિકલિત $f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$ દ્વારા મળે છે.
$f(x) = \frac{2x+3}{x-2}$ આપેલ હોવાથી:
$f'(x) = \lim_{h \to 0} \frac{\frac{2(x+h)+3}{x+h-2} - \frac{2x+3}{x-2}}{h}$
અંશમાં લસાઅ લેતા:
$f'(x) = \lim_{h \to 0} \frac{(2x+2h+3)(x-2) - (2x+3)(x+h-2)}{h(x-2)(x+h-2)}$
પદોનું વિસ્તરણ કરતા:
$f'(x) = \lim_{h \to 0} \frac{(2x^2 - 4x + 2xh - 4h + 3x - 6) - (2x^2 + 2xh - 4x + 3x + 3h - 6)}{h(x-2)(x+h-2)}$
અંશનું સાદું રૂપ આપતા:
$f'(x) = \lim_{h \to 0} \frac{-7h}{h(x-2)(x+h-2)}$
$h$ ને દૂર કરી $h \to 0$ લેતા:
$f'(x) = \frac{-7}{(x-2)(x-2)} = -\frac{7}{(x-2)^2}$.
26
Medium
$f(x) = x + \frac{1}{x}$ દ્વારા આપવામાં આવેલ વિધેય $f$ નું પ્રથમ સિદ્ધાંત (first principle) થી વિકલિત શોધો.

Solution

વિધેય $x = 0$ આગળ વ્યાખ્યાયિત નથી. વિકલિતના પ્રથમ સિદ્ધાંતનો ઉપયોગ કરતા:
$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
$= \lim_{h \to 0} \frac{(x+h + \frac{1}{x+h}) - (x + \frac{1}{x})}{h}$
$= \lim_{h \to 0} \frac{1}{h} [h + \frac{1}{x+h} - \frac{1}{x}]$
$= \lim_{h \to 0} \frac{1}{h} [h + \frac{x - (x+h)}{x(x+h)}]$
$= \lim_{h \to 0} \frac{1}{h} [h - \frac{h}{x(x+h)}]$
$= \lim_{h \to 0} [1 - \frac{1}{x(x+h)}]$
$= 1 - \frac{1}{x^2}$
આમ,$x \neq 0$ માટે વિકલિત $1 - \frac{1}{x^2}$ છે.
27
MediumMCQ
$f(x) = \sin x + \cos x$ નું પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને વિકલિત શોધો.
A
$\cos x - \sin x$
B
$\cos x + \sin x$
C
$\sin x - \cos x$
D
$-(\sin x + \cos x)$

Solution

(A) પ્રથમ સિદ્ધાંત મુજબ,વિકલિત $f'(x)$ નીચે મુજબ વ્યાખ્યાયિત થાય છે:
$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
$f(x) = \sin x + \cos x$ મૂકતા:
$f'(x) = \lim_{h \to 0} \frac{\sin(x+h) + \cos(x+h) - (\sin x + \cos x)}{h}$
સરવાળાના સૂત્રોનો ઉપયોગ કરતા:
$f'(x) = \lim_{h \to 0} \frac{\sin x \cos h + \cos x \sin h + \cos x \cos h - \sin x \sin h - \sin x - \cos x}{h}$
પદોને ગોઠવતા:
$f'(x) = \lim_{h \to 0} \left[ \sin x \left( \frac{\cos h - 1}{h} \right) + \cos x \left( \frac{\sin h}{h} \right) + \cos x \left( \frac{\cos h - 1}{h} \right) - \sin x \left( \frac{\sin h}{h} \right) \right]$
પ્રમાણિત લક્ષ $\lim_{h \to 0} \frac{\sin h}{h} = 1$ અને $\lim_{h \to 0} \frac{\cos h - 1}{h} = 0$ નો ઉપયોગ કરતા:
$f'(x) = \sin x(0) + \cos x(1) + \cos x(0) - \sin x(1)$
$f'(x) = \cos x - \sin x$
28
MediumMCQ
$f(x) = x \sin x$ નું પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને વિકલિત શોધો.
A
$x \cos x + \sin x$
B
$x \cos x - \sin x$
C
$\sin x - x \cos x$
D
$-x \cos x - \sin x$

Solution

(A) વિકલિતના પ્રથમ સિદ્ધાંત મુજબ,$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$.
અહીં $f(x) = x \sin x$ આપેલ છે,તેથી $f(x+h) = (x+h) \sin(x+h)$.
$f'(x) = \lim_{h \to 0} \frac{(x+h) \sin(x+h) - x \sin x}{h}$.
નિત્યસમ $\sin(x+h) = \sin x \cos h + \cos x \sin h$ નો ઉપયોગ કરતા:
$f'(x) = \lim_{h \to 0} \frac{(x+h)(\sin x \cos h + \cos x \sin h) - x \sin x}{h}$.
$f'(x) = \lim_{h \to 0} \frac{x \sin x \cos h + x \cos x \sin h + h \sin x \cos h + h \cos x \sin h - x \sin x}{h}$.
$f'(x) = \lim_{h \to 0} \left[ x \sin x \left( \frac{\cos h - 1}{h} \right) + x \cos x \left( \frac{\sin h}{h} \right) + \sin x \cos h + \cos x \sin h \right]$.
જ્યારે $h \to 0$,ત્યારે $\frac{\cos h - 1}{h} \to 0$,$\frac{\sin h}{h} \to 1$,$\cos h \to 1$,અને $\sin h \to 0$.
$f'(x) = x \sin x (0) + x \cos x (1) + \sin x (1) + \cos x (0) = x \cos x + \sin x$.
29
EasyMCQ
પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને વિધેય $f(x) = -x$ નું વિકલિત શોધો.
A
$-1$
B
$0$
C
$1$
D
$x$

Solution

(A) ધારો કે $f(x) = -x$. તેથી,$f(x+h) = -(x+h)$.
વિકલિતના પ્રથમ સિદ્ધાંત મુજબ:
$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
કિંમતો મૂકતા:
$f'(x) = \lim_{h \to 0} \frac{-(x+h) - (-x)}{h}$
પદનું સાદુંરૂપ આપતા:
$f'(x) = \lim_{h \to 0} \frac{-x - h + x}{h}$
$f'(x) = \lim_{h \to 0} \frac{-h}{h}$
$f'(x) = \lim_{h \to 0} (-1)$
આમ,$f'(x) = -1$.
30
EasyMCQ
પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને વિધેય $f(x) = -x^{-1}$ નું વિકલિત શોધો.
A
$1/x^2$
B
$-1/x^2$
C
$1/x$
D
$-1/x$

Solution

(A) ધારો કે $f(x) = -x^{-1} = -\frac{1}{x}$.
વિકલિતના પ્રથમ સિદ્ધાંત મુજબ,$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$.
$f(x+h) = -\frac{1}{x+h}$ અને $f(x) = -\frac{1}{x}$ મૂકતા:
$f'(x) = \lim_{h \to 0} \frac{-\frac{1}{x+h} - (-\frac{1}{x})}{h}$
$f'(x) = \lim_{h \to 0} \frac{1}{h} \left( \frac{1}{x} - \frac{1}{x+h} \right)$
$f'(x) = \lim_{h \to 0} \frac{1}{h} \left( \frac{x+h - x}{x(x+h)} \right)$
$f'(x) = \lim_{h \to 0} \frac{1}{h} \left( \frac{h}{x(x+h)} \right)$
$f'(x) = \lim_{h \to 0} \frac{1}{x(x+h)}$
જ્યારે $h \to 0$,ત્યારે $f'(x) = \frac{1}{x(x+0)} = \frac{1}{x^2}$.
31
MediumMCQ
પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને નીચેના વિધેયનું વિકલન શોધો: $\sin(x+1)$
A
$\cos(x+1)$
B
$-\cos(x+1)$
C
$\sin(x+1)$
D
$-\sin(x+1)$

Solution

(A) ધારો કે $f(x) = \sin(x+1)$. તેથી,$f(x+h) = \sin(x+h+1)$.
પ્રથમ સિદ્ધાંત મુજબ:
$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
$= \lim_{h \to 0} \frac{\sin(x+h+1) - \sin(x+1)}{h}$
$\sin A - \sin B = 2 \cos(\frac{A+B}{2}) \sin(\frac{A-B}{2})$ નિત્યસમનો ઉપયોગ કરતા:
$= \lim_{h \to 0} \frac{2 \cos(\frac{2x+h+2}{2}) \sin(\frac{h}{2})}{h}$
$= \lim_{h \to 0} [\cos(\frac{2x+h+2}{2}) \cdot \frac{\sin(h/2)}{h/2}]$
$= \cos(\frac{2x+2}{2}) \cdot 1$
$= \cos(x+1)$
32
MediumMCQ
પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને નીચેના વિધેયનું વિકલન શોધો: $\cos \left(x-\frac{\pi}{8}\right)$
A
$-\sin \left(x-\frac{\pi}{8}\right)$
B
$\sin \left(x-\frac{\pi}{8}\right)$
C
$\cos \left(x-\frac{\pi}{8}\right)$
D
$-\cos \left(x-\frac{\pi}{8}\right)$

Solution

(A) ધારો કે $f(x) = \cos \left(x-\frac{\pi}{8}\right)$. તેથી,$f(x+h) = \cos \left(x+h-\frac{\pi}{8}\right)$.
વિકલનના પ્રથમ સિદ્ધાંત મુજબ:
$f'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}$
$= \lim_{h \to 0} \frac{1}{h} \left[ \cos \left(x+h-\frac{\pi}{8}\right) - \cos \left(x-\frac{\pi}{8}\right) \right]$
નિત્યસમ $\cos A - \cos B = -2 \sin \left(\frac{A+B}{2}\right) \sin \left(\frac{A-B}{2}\right)$ નો ઉપયોગ કરતા:
$= \lim_{h \to 0} \frac{1}{h} \left[ -2 \sin \left(\frac{2x+h-\frac{\pi}{4}}{2}\right) \sin \left(\frac{h}{2}\right) \right]$
$= \lim_{h \to 0} \left[ -\sin \left(x + \frac{h}{2} - \frac{\pi}{8}\right) \cdot \frac{\sin(h/2)}{h/2} \right]$
કારણ કે $\lim_{\theta \to 0} \frac{\sin \theta}{\theta} = 1$ અને જ્યારે $h \to 0$ ત્યારે $\frac{h}{2} \to 0$:
$= -\sin \left(x - \frac{\pi}{8}\right) \cdot 1 = -\sin \left(x - \frac{\pi}{8}\right)$.
33
EasyMCQ
વિધેય $(x+a)$ નું $x$ ની સાપેક્ષમાં વિકલન શોધો (અહીં $a, b, c, d, p, q, r$ અને $s$ એ નિશ્ચિત શૂન્યેતર અચળાંકો છે અને $m$ તથા $n$ એ પૂર્ણાંક સંખ્યાઓ છે).
A
$1$
B
$0$
C
$x$
D
$a$

Solution

(A) ધારો કે $f(x) = x + a$.
તેથી,$f(x + h) = x + h + a$.
વિકલનના પ્રથમ સિદ્ધાંત મુજબ:
$f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$
$= \lim_{h \to 0} \frac{(x + h + a) - (x + a)}{h}$
$= \lim_{h \to 0} \frac{h}{h}$
$= \lim_{h \to 0} (1)$
$= 1$.
34
Medium
$(ax + b)^n$ વિધેયનું $x$ ની સાપેક્ષમાં વિકલન શોધો,જ્યાં $a$ અને $b$ અચળ શૂન્યતર સંખ્યાઓ છે અને $n$ પૂર્ણાંક છે.

Solution

ધારો કે $f(x) = (ax + b)^n$.
વિકલનના પ્રથમ સિદ્ધાંત મુજબ,$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$.
$f'(x) = \lim_{h \to 0} \frac{(a(x+h) + b)^n - (ax + b)^n}{h}$.
$f'(x) = \lim_{h \to 0} \frac{(ax + b + ah)^n - (ax + b)^n}{h}$.
$f'(x) = \lim_{h \to 0} \frac{(ax + b)^n (1 + \frac{ah}{ax+b})^n - (ax + b)^n}{h}$.
દ્વિપદી પ્રમેય $(1+z)^n = 1 + nz + \frac{n(n-1)}{2}z^2 + \dots$ નો ઉપયોગ કરતા:
$f'(x) = \lim_{h \to 0} \frac{(ax + b)^n [1 + n(\frac{ah}{ax+b}) + \dots] - (ax + b)^n}{h}$.
$f'(x) = (ax + b)^n \lim_{h \to 0} \frac{n(\frac{ah}{ax+b}) + \dots}{h}$.
$f'(x) = (ax + b)^n \cdot \frac{na}{ax+b} = na(ax + b)^{n-1}$.
35
Medium
પ્રથમ સિદ્ધાંતનો ઉપયોગ કરીને વિધેય $\sin (x+a)$ નું $x$ ની સાપેક્ષમાં વિકલિત શોધો,જ્યાં $a$ એ શૂન્યતર અચળાંક છે.

Solution

ધારો કે $f(x) = \sin (x+a)$.
વિકલિતના પ્રથમ સિદ્ધાંત મુજબ:
$f^{\prime}(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
વિધેયની કિંમત મૂકતા:
$f^{\prime}(x) = \lim_{h \to 0} \frac{\sin (x+h+a) - \sin (x+a)}{h}$
ત્રિકોણમિતીય નિત્યસમ $\sin C - \sin D = 2 \cos \left(\frac{C+D}{2}\right) \sin \left(\frac{C-D}{2}\right)$ નો ઉપયોગ કરતા:
$f^{\prime}(x) = \lim_{h \to 0} \frac{2 \cos \left(\frac{x+h+a+x+a}{2}\right) \sin \left(\frac{x+h+a-x-a}{2}\right)}{h}$
$f^{\prime}(x) = \lim_{h \to 0} \frac{2 \cos \left(\frac{2x+2a+h}{2}\right) \sin \left(\frac{h}{2}\right)}{h}$
$f^{\prime}(x) = \lim_{h \to 0} \cos \left(x+a+\frac{h}{2}\right) \cdot \frac{\sin (h/2)}{h/2}$
કારણ કે $\lim_{\theta \to 0} \frac{\sin \theta}{\theta} = 1$:
$f^{\prime}(x) = \cos (x+a) \cdot 1 = \cos (x+a)$.
36
MediumMCQ
ધારો કે $f(x) = 3x^{10} - 7x^{8} + 5x^{6} - 21x^{3} + 3x^{2} - 7$. તો $\lim_{h \rightarrow 0} \frac{f(1-h) - f(1)}{h^{3} + 3h}$ શું છે?
A
અસ્તિત્વ ધરાવતું નથી
B
$\frac{50}{3}$ છે
C
$\frac{53}{3}$ છે
D
$\frac{22}{3}$ છે

Solution

(C) આપેલ છે $f(x) = 3x^{10} - 7x^{8} + 5x^{6} - 21x^{3} + 3x^{2} - 7$.
આપણે લક્ષ $L = \lim_{h \rightarrow 0} \frac{f(1-h) - f(1)}{h^{3} + 3h}$ ની કિંમત શોધવાની છે.
આપણે પદને આ રીતે લખી શકીએ:
$L = \lim_{h \rightarrow 0} \left( \frac{f(1-h) - f(1)}{-h} \cdot \frac{-h}{h(h^{2} + 3)} \right)$.
કારણ કે $f'(1) = \lim_{h \rightarrow 0} \frac{f(1-h) - f(1)}{-h}$,તેથી:
$L = f'(1) \cdot \lim_{h \rightarrow 0} \frac{-1}{h^{2} + 3}$.
પ્રથમ,વિકલન $f'(x) = 30x^{9} - 56x^{7} + 30x^{5} - 63x^{2} + 6x$ શોધો.
$x = 1$ આગળ કિંમત મુકતા:
$f'(1) = 30 - 56 + 30 - 63 + 6 = -53$.
હવે આ કિંમત લક્ષમાં મુકતા:
$L = (-53) \cdot \left( \frac{-1}{0^{2} + 3} \right) = (-53) \cdot \left( -\frac{1}{3} \right) = \frac{53}{3}$.

Limits — Derivatives by definition · Frequently Asked Questions

1Are these Limits questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a Limits Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.