Integration & Its Applications

સંકલન અને તેના ઉપયોગો - Complete Study Guide

🌍 Why learn Integration? (આપણે સંકલન શા માટે શીખીએ છીએ?)

English: Imagine trying to find the exact area of a highly irregular shape, like a lake or a piece of land. Integration is the mathematical tool that lets us slice that shape into tiny, measurable pieces to find the total area, volume, or even total energy in an electrical system.
ગુજરાતી: ધારો કે તમારે કોઈ અનિયમિત આકાર (જેમ કે તળાવ કે જમીન) નું ચોક્કસ ક્ષેત્રફળ શોધવું છે. સંકલન એ એવું ગાણિતિક સાધન છે જે તે આકારને અસંખ્ય નાના-નાના ભાગોમાં વહેંચીને કુલ ક્ષેત્રફળ, ઘનફળ કે સિસ્ટમની કુલ ઊર્જા શોધવામાં મદદ કરે છે.

Standard Integration Formulas સંકલનના પ્રમાણિત સૂત્રો

Integration is the mathematical process of finding the antiderivative of a function. The constant of integration, denoted as \( c \), is always added to indefinite integrals because the derivative of a constant is zero.
Function / વિધેય \( f(x) \) Integral / સંકલિત \( \int f(x) dx \)
\( x^n \) (where \(n \neq -1\))\( \frac{x^{n+1}}{n+1} + c \)
\( \frac{1}{x} \)\( \log_e |x| + c \)
\( e^x \)\( e^x + c \)
\( a^x \)\( \frac{a^x}{\log_e a} + c \)
\( \sin x \)\( -\cos x + c \)
\( \cos x \)\( \sin x + c \)
\( \sec^2 x \)\( \tan x + c \)
\( \sec x \tan x \)\( \sec x + c \)
\( \csc^2 x \)\( -\cot x + c \)
\( \csc x \cot x \)\( -\csc x + c \)
\( \frac{1}{1+x^2} \)\( \tan^{-1} x + c \)
\( \frac{1}{\sqrt{1-x^2}} \)\( \sin^{-1} x + c \)

3.1 & 3.2 Concept & Basic Integrals સંકલનનો ખ્યાલ અને મૂળભૂત નિયમો

Linearity Rule: Integration is the reverse of differentiation. When integrating a sum or difference of functions multiplied by constants, you can integrate each function separately and multiply by the constant.
સુરેખતાનો નિયમ: સંકલન એ વિકલનની ઉલટી પ્રક્રિયા છે. બે વિધેયોના સરવાળા કે બાદબાકીના સંકલનને અલગ-અલગ કરી શકાય છે. અચળ પદને સંકલનની બહાર કાઢી શકાય છે.

Linearity Property / સુરેખતાનો ગુણધર્મ:

\( \int [a \cdot f(x) \pm b \cdot g(x)] dx = a \int f(x) dx \pm b \int g(x) dx \)

Example 1: Evaluate \(\int x^5 dx\)
Step 1: Use the power rule \(\int x^n dx = \frac{x^{n+1}}{n+1} + c\).
Step 2: Substitute \(n=5\).
$$ I = \frac{x^{5+1}}{5+1} + c = \frac{x^6}{6} + c $$
Example 2: Evaluate \(\int \frac{1}{x^2} dx\)
Step 1: Express as a negative power.
$$ I = \int x^{-2} dx $$
Step 2: Apply power rule with \(n=-2\).
$$ I = \frac{x^{-2+1}}{-2+1} + c = \frac{x^{-1}}{-1} + c = -\frac{1}{x} + c $$
Example 3: Evaluate \(\int (x^3 + 5x^2 - 4) dx\)
Step 1: Apply Linearity / સરવાળાનો નિયમ લાગુ કરો.
$$ I = \int x^3 dx + 5\int x^2 dx - 4\int 1 dx $$
Step 2: Apply power rule.
$$ I = \frac{x^4}{4} + 5\left(\frac{x^3}{3}\right) - 4x + c $$
Example 4: Evaluate \(\int (e^x + \sin x + \sec^2 x) dx\)
Step 1: Separate the integrals using linearity.
$$ I = \int e^x dx + \int \sin x dx + \int \sec^2 x dx $$
Step 2: Apply standard formulas directly from the table.
$$ I = e^x + (-\cos x) + \tan x + c = e^x - \cos x + \tan x + c $$

3.3 Method of Substitution આદેશની રીત

Substitution Method: Used when an integral contains a composite function \( f(g(x)) \) multiplied by the derivative of its inner function \( g'(x) \). We substitute the inner function with a new variable \( t \).
આદેશની રીત: જ્યારે સંકલનમાં કોઈ વિધેય અને તેનું વિકલિત બંને આપેલા હોય, ત્યારે તે વિધેય બરાબર નવો ચલ \( t \) ધારવામાં આવે છે જેથી સંકલન સરળ બને.

Substitution Rule / આદેશનું સૂત્ર:

If \( I = \int f(g(x)) \cdot g'(x) dx \)
Let \( g(x) = t \implies g'(x) dx = dt \)
Then, \( I = \int f(t) dt \)

Example 1: Evaluate \(\int \frac{\cos(\log x)}{x} dx\)
Step 1: Notice that the derivative of \(\log x\) is \(\frac{1}{x}\). Let \( \log x = t \). Differentiating both sides gives \( \frac{1}{x} dx = dt \).
Step 2: Substitute into the integral.
$$ I = \int \cos(t) dt $$
Step 3: Integrate and replace \(t\) with \(\log x\).
$$ I = \sin(t) + c = \sin(\log x) + c $$
Example 2: Evaluate \(\int x \sin(x^2) dx\)
Step 1: Let \( x^2 = t \). Differentiating gives \( 2x dx = dt \implies x dx = \frac{dt}{2} \).
Step 2: Substitute into the integral.
$$ I = \int \sin(t) \frac{dt}{2} = \frac{1}{2} \int \sin(t) dt $$
Step 3: Integrate and replace \(t\).
$$ I = \frac{1}{2} (-\cos t) + c = -\frac{1}{2} \cos(x^2) + c $$
Example 3: Evaluate \(\int \frac{e^{\tan^{-1} x}}{1+x^2} dx\)
Step 1: The derivative of \(\tan^{-1} x\) is \(\frac{1}{1+x^2}\). Let \( \tan^{-1} x = t \). Then \( \frac{1}{1+x^2} dx = dt \).
Step 2: The integral simplifies to:
$$ I = \int e^t dt $$
Step 3: Integrate and replace \(t\).
$$ I = e^t + c = e^{\tan^{-1} x} + c $$

3.4 Integration By Parts ખંડશઃ સંકલન (ગુણાકારનો નિયમ)

Integration by Parts: This method is used when two functions are multiplied together. It acts as the product rule for integration. The order in which you choose the first function (\(u\)) and the second function (\(v\)) is crucial and is determined by the LIATE rule.
ખંડશઃ સંકલન: જ્યારે બે જુદા જુદા પ્રકારના વિધેયોનો ગુણાકાર આપ્યો હોય ત્યારે આ રીતનો ઉપયોગ થાય છે. આ સંકલન માટેના ગુણાકારનો નિયમ છે. પ્રથમ વિધેય (\(u\)) અને દ્વિતીય વિધેય (\(v\)) ની પસંદગી LIATE ના નિયમ મુજબ કરવામાં આવે છે.

Formula for Integration by Parts / ખંડશઃ સંકલનનું સૂત્ર:

If \(u\) and \(v\) are two functions of \(x\), then:

$$ \int u \cdot v \, dx = u \int v \, dx - \int \left( \frac{du}{dx} \int v \, dx \right) dx $$

In Words: (First function) × (Integral of Second) - Integral of [ (Derivative of First) × (Integral of Second) ]

💡 The LIATE Rule (LIATE નો નિયમ)

The LIATE rule is used to decide which function should be \(u\) (the one to differentiate) and which should be \(v\) (the one to integrate). The function that comes first in the word LIATE is chosen as \( u \).

  • L = Logarithmic (લઘુગણકીય વિધેયો) → e.g., \( \log x, \ln x \)
  • I = Inverse Trigonometric (પ્રતિ-ત્રિકોણમિતિય વિધેયો) → e.g., \( \sin^{-1}x, \tan^{-1}x \)
  • A = Algebraic (બૈજિક વિધેયો) → e.g., \( x, x^2, x^3 \)
  • T = Trigonometric (ત્રિકોણમિતિય વિધેયો) → e.g., \( \sin x, \cos x \)
  • E = Exponential (ઘાતાંકીય વિધેયો) → e.g., \( e^x, 2^x \)
Example (ઉદાહરણ): In \( \int x \log x \, dx \), we have \( x \) (Algebraic) and \( \log x \) (Logarithmic). Since 'L' comes before 'A' in the word LIATE, we take \( u = \log x \) and \( v = x \).
Example 1: Evaluate \(\int x \log x dx\)
Step 1: By LIATE, \(u = \log x\) and \(v = x\).
Step 2: Apply the formula \( \int uv = u\int v - \int(u'\int v) \).
$$ I = (\log x) \int x dx - \int \left( \frac{d}{dx}(\log x) \int x dx \right) dx $$
Step 3: Execute integrals.
$$ I = (\log x)\left(\frac{x^2}{2}\right) - \int \frac{1}{x} \left(\frac{x^2}{2}\right) dx $$ $$ I = \frac{x^2}{2} \log x - \frac{1}{2} \int x dx = \frac{x^2}{2} \log x - \frac{x^2}{4} + c $$
Example 2: Evaluate \(\int x e^x dx\)
Step 1: By LIATE, \(u = x\) (Algebraic) and \(v = e^x\) (Exponential).
Step 2: Apply formula.
$$ I = x \int e^x dx - \int \left( \frac{d}{dx}(x) \int e^x dx \right) dx $$
Step 3: Evaluate.
$$ I = x e^x - \int (1 \cdot e^x) dx = x e^x - e^x + c = e^x(x - 1) + c $$
Example 3: Evaluate \(\int x \sin x dx\)
Step 1: By LIATE, \(u = x\) (A) and \(v = \sin x\) (T).
Step 2: Apply formula.
$$ I = x \int \sin x dx - \int \left( \frac{d}{dx}(x) \cdot \int \sin x dx \right) dx $$
Step 3: Evaluate.
$$ I = x (-\cos x) - \int 1(-\cos x) dx = -x\cos x + \int \cos x dx $$ $$ I = -x\cos x + \sin x + c $$
Example 4: Evaluate \(\int x^2 e^x dx\) (Requires two applications)
Step 1: By LIATE, \(u = x^2\) and \(v = e^x\).
$$ I = x^2 e^x - \int (2x \cdot e^x) dx $$
Step 2: We must use By Parts again on \( \int 2x e^x dx \). Let \(u=2x\) and \(v=e^x\).
$$ \int 2x e^x dx = 2x e^x - \int (2 \cdot e^x) dx = 2x e^x - 2e^x $$
Step 3: Substitute back into Step 1.
$$ I = x^2 e^x - (2x e^x - 2e^x) + c = e^x(x^2 - 2x + 2) + c $$

3.5 Definite Integral & Properties નિયત સંકલિત અને ગુણધર્મો

Definite Integral: A definite integral has upper and lower limits. It calculates the exact net area under a curve between those two points. No constant of integration (\(+c\)) is needed.
નિયત સંકલિત: નિયત સંકલનમાં ઉપલી અને નીચલી સીમાઓ આપેલી હોય છે. તે આપેલ વક્રના નીચેના ક્ષેત્રફળની ચોક્કસ કિંમત આપે છે. તેમાં સંકલનનો અચળાંક (\(+c\)) મુકાતો નથી.

Fundamental Theorem of Calculus / મૂળભૂત પ્રમેય:

$$ \int_{a}^{b} f(x) dx = [F(x)]_a^b = F(b) - F(a) $$

Where \( F(x) \) is the integral of \( f(x) \), \( b \) is the upper limit, and \( a \) is the lower limit.

Example 1: Evaluate \(\int_{0}^{1} e^x dx\)
Step 1: Integrate without limits first.
$$ \int e^x dx = e^x $$
Step 2: Apply upper limit - lower limit.
$$ I = [e^x]_0^1 = e^1 - e^0 = e - 1 $$
Example 2: Evaluate \(\int_{-1}^{1} (x^2 + 1) dx\)
Step 1: Integrate term by term.
$$ I = \left[ \frac{x^3}{3} + x \right]_{-1}^{1} $$
Step 2: Put limits: \( (\text{Upper}) - (\text{Lower}) \).
$$ I = \left( \frac{1^3}{3} + 1 \right) - \left( \frac{(-1)^3}{3} + (-1) \right) $$ $$ I = \frac{4}{3} - \left(-\frac{4}{3}\right) = \frac{8}{3} $$
Example 3: Evaluate \(\int_{0}^{\pi/2} \frac{\tan x}{\tan x + \cot x} dx\)
Step 1: Let this be Equation 1. Use Property \(\int_0^a f(x) dx = \int_0^a f(a-x) dx\).
$$ I = \int_{0}^{\pi/2} \frac{\tan(\frac{\pi}{2}-x)}{\tan(\frac{\pi}{2}-x) + \cot(\frac{\pi}{2}-x)} dx $$
Step 2: Since \(\tan(\pi/2 - x) = \cot x\) and \(\cot(\pi/2 - x) = \tan x\):
$$ I = \int_{0}^{\pi/2} \frac{\cot x}{\cot x + \tan x} dx \quad \dots (2) $$
Step 3: Add Eq (1) and Eq (2).
$$ 2I = \int_{0}^{\pi/2} \frac{\tan x + \cot x}{\tan x + \cot x} dx = \int_0^{\pi/2} 1 dx = [x]_0^{\pi/2} = \frac{\pi}{2} \implies I = \frac{\pi}{4} $$

3.6 Applications: Area ઉપયોગો: ક્ષેત્રફળ

Area Under a Curve: The area \(A\) bounded by the curve \(y = f(x)\), the x-axis, and the vertical lines \(x = a\) and \(x = b\) is given by the definite integral of \(f(x)\) from \(a\) to \(b\).
વક્ર નીચેનું ક્ષેત્રફળ: વક્ર \(y = f(x)\), X-અક્ષ અને રેખાઓ \(x = a\), \(x = b\) વડે ઘેરાયેલા પ્રદેશનું ક્ષેત્રફળ એ \(a\) થી \(b\) સુધીના નિયત સંકલિત બરાબર થાય છે.

Area Formula / ક્ષેત્રફળનું સૂત્ર:

$$ Area = \int_{a}^{b} y \, dx = \int_{a}^{b} f(x) \, dx $$

Example 1: Area bounded by curve \(y = 3x^2\), lines \(x = 2, x = 3\) and X-axis.
x=2x=3
$$ A = \int_{2}^{3} 3x^2 dx = 3 \left[ \frac{x^3}{3} \right]_2^3 = [x^3]_2^3 = 27 - 8 = 19 \text{ sq. units} $$
Example 2: Find the area of circle \(x^2 + y^2 = a^2\) using integration.
x=ay=a
Step 1: Find the area of the first quadrant and multiply by 4. In Q1, \( y = \sqrt{a^2 - x^2} \).
$$ A = 4 \times \int_{0}^{a} \sqrt{a^2 - x^2} dx $$
Step 2: Use standard formula \(\int \sqrt{a^2 - x^2} dx = \frac{x}{2}\sqrt{a^2-x^2} + \frac{a^2}{2}\sin^{-1}(\frac{x}{a})\).
$$ A = 4 \left[ \frac{x}{2}\sqrt{a^2-x^2} + \frac{a^2}{2}\sin^{-1}\left(\frac{x}{a}\right) \right]_0^a $$
Step 3: Apply limits.
$$ A = 4 \left[ (0 + \frac{a^2}{2}\sin^{-1}(1)) - (0 + 0) \right] = 4 \left( \frac{a^2}{2} \cdot \frac{\pi}{2} \right) = \pi a^2 $$

Applications: Volume of Solid of Revolution ઉપયોગો: પરિભ્રમણથી બનતા ઘનનું ઘનફળ

Volume of Revolution: When a curve \(y = f(x)\) is rotated 360° around the x-axis, it creates a 3D solid. The volume of this solid is calculated by integrating the area of circular slices (\(\pi y^2\)).
પરિભ્રમણ ઘનફળ: જ્યારે વક્ર \(y = f(x)\) ને X-અક્ષની આસપાસ 360° પરિભ્રમણ કરાવવામાં આવે છે, ત્યારે એક ઘન આકાર બને છે. આ આકારનું ઘનફળ શોધવા માટે વર્તુળાકાર આડછેદ (\(\pi y^2\)) નું સંકલન કરવામાં આવે છે.

Volume Formula / ઘનફળનું સૂત્ર:

$$ Volume = \pi \int_{a}^{b} y^2 \, dx = \pi \int_{a}^{b} [f(x)]^2 \, dx $$

1. Volume of a Cylinder (નળાકારનું ઘનફળ)

Revolve the line \(y = r\) around the x-axis from \(x=0\) to \(x=h\).

y = r h
$$ V = \pi \int_0^h (r)^2 dx = \pi r^2 \int_0^h 1 dx $$ $$ V = \pi r^2 [x]_0^h = \pi r^2 h $$
2. Volume of a Cone (શંકુનું ઘનફળ)

Revolve the line \(y = \frac{r}{h}x\) around the x-axis from \(x=0\) to \(x=h\).

y = (r/h)x
$$ V = \pi \int_0^h \left(\frac{r}{h}x\right)^2 dx = \pi \frac{r^2}{h^2} \int_0^h x^2 dx $$ $$ V = \pi \frac{r^2}{h^2} \left[ \frac{x^3}{3} \right]_0^h = \frac{1}{3} \pi r^2 h $$
3. Volume of a Sphere (ગોલકનું ઘનફળ)

Revolve the semicircle \(y = \sqrt{r^2 - x^2}\) around the x-axis from \(x=-r\) to \(x=r\).

y = √(r² - x²) -rr
$$ V = \pi \int_{-r}^r (r^2 - x^2) dx = \pi \left[ r^2 x - \frac{x^3}{3} \right]_{-r}^r = \frac{4}{3} \pi r^3 $$

Advanced Symbolic Calculator Lab એડવાન્સ સ્ટુડન્ટ કેલ્ક્યુલેટર લેબ

Universal Algebra Engine: Just type naturally! This tool understands student typing like x sin(x), e^x, sin^-1(x), or x^2 e^x. It will automatically reformat your input, recommend the method, and solve it exactly!
યુનિવર્સલ અલ્જેબ્રા એન્જિન: ફક્ત સ્વાભાવિક રીતે ટાઇપ કરો! આ ટૂલ x sin(x), e^x, sin^-1(x) જેવી સ્ટુડન્ટ ટાઇપિંગ સમજે છે. તે યોગ્ય પદ્ધતિની ભલામણ કરશે અને ચોક્કસ ઉકેલ આપશે!
Try typing: x^2 e^x, sin(x)^2, 1/(x^2 - 1), x log(x), sin^-1(x), e^x sin(x)