Integration by Substitution Method: Definition & Example

Integration by Substitution Method: Definition & Example

Edited By Komal Miglani | Updated on Jul 02, 2025 07:35 PM IST

Integration by substitution is one of the important parts of Calculus, which applies to measuring the change in the function at a certain point. Mathematically, it forms a powerful tool by which slopes of functions are determined, the maximum and minimum of functions found, and problems on motion, growth, and decay, to name a few. These concepts of integration have been broadly applied in branches of mathematics, physics, engineering, economics, and biology.

Integration by Substitution Method: Definition & Example
Integration by Substitution Method: Definition & Example

In this article, we will cover the concept of Integration by substitution. This concept falls under the broader category of Calculus, which is a crucial Chapter in class 12 Mathematics. It is not only essential for board exams but also for competitive exams like the Joint Entrance Examination (JEE Main), and other entrance exams such as SRMJEE, BITSAT, WBJEE, BCECE, and more. Over the last ten years of the JEE Main exam (from 2013 to 2023), a total of fourteen questions have been asked on this concept, including two in 2016, one in 2018, two in 2019, three in 2020, four in 2021, one in 2022 and two in 2023.

Integration by Substitution

The method of substitution is one of the basic methods for calculating indefinite integrals. This technique transforms a complex integral into a simpler one by changing the variable of integration. It is especially useful for integrals involving composite functions where a direct integration approach is difficult.

Let f be a function of x defined on the closed interval $[\mathrm{a}, \mathrm{b}]$ and F be another function such that $\frac{d}{d x}(F(x))=f(x)$ for all $x$ in the domain of $f$, then

$
\int_a^b f(x) d x=[F(x)+c]_a^b=F(b)-F(a)
$

is called the definite integral of the function $f(x)$ over the interval $[a, b]$, where $a$ is called the lower limit of the integral and $b$ is called the upper limit of the integral.
Working Rule to evaluate definite Integral $\int_a^b f(x) d x$
1. First find the indefinite integration $\int f(x) d x$ and suppose the result be $\mathrm{F}(\mathrm{x})$
2. Next find the $F(b)$ and $F(a)$
3. And, finally value of definite integral is obtained by subtracting $\mathrm{F}(\mathrm{a})$ from $\mathrm{F}(\mathrm{b})$.
Thus, $\quad \int_{\mathrm{a}}^{\mathrm{b}} \mathrm{f}(\mathrm{x}) \mathrm{dx}=[\mathrm{F}(\mathrm{x})]_{\mathrm{a}}^{\mathrm{b}}=\mathrm{F}(\mathrm{b})-\mathrm{F}(\mathrm{a})$.

Substitution - change of variable
To solve the integrate of the form

$I=\int f(g(x)) \cdot g^{\prime}(x) d x$

where $\mathrm{g}(\mathrm{x})$ is contimuously differentiable function.
put $\mathrm{g}(\mathrm{x})=\mathrm{t}, \mathrm{g}^{\prime}(\mathrm{x}) \mathrm{dx}=\mathrm{dt}$
After substitution, we get $\int f(t) d t$.
Evalute this integration and substitute back the value of $t$.

Some standard results using susbtitution
1. $\int \frac{f^{\prime}(\mathrm{x})}{\mathrm{f}(\mathrm{x})} \mathrm{dx}=\log _{\mathrm{e}}|\mathrm{f}(\mathrm{x})|+\mathrm{c}$
2. $\int \mathrm{f}^{\prime}(\mathrm{x})(\mathrm{f}(\mathrm{x}))^{\mathrm{n}} d \mathrm{x}=\frac{(\mathrm{f}(\mathrm{x}))^{\mathrm{n}+1}}{\mathrm{n}+1}+\mathrm{c}$

Integration of the function f(ax + b)

Integration of the function $f(a x+b)$
If $\int f(x) d x=F(x)+C$ and $a, b$ are constants, then

$\int f(a x+b) d x=\frac{1}{a} F(a x+b)+C$

we have, $I=\int f(a x+b) d x$
let $\mathrm{ax}+\mathrm{b}=\mathrm{t}$, then $\mathrm{adx}=\mathrm{d} t$

$\begin{aligned}
\therefore \quad \mathrm{I} & =\int \mathrm{f}(\mathrm{ax}+\mathrm{b}) \mathrm{dx} \\
& =\frac{1}{\mathrm{a}} \int \mathrm{f}(\mathrm{t}) \mathrm{dt} \\
& =\frac{1}{\mathrm{a}} \mathrm{F}(\mathrm{t})+\mathrm{c} \\
& =\frac{1}{\mathrm{a}} \mathrm{F}(\mathrm{ax}+\mathrm{b})+\mathrm{c}
\end{aligned}$

For example:
1. $\int \cos 2 x d x=\frac{1}{2} \sin 2 x+c$
2. $\int \frac{1}{x+1} d x=\log _e|x+1|+c$
3. $\int e^{2 x-3} d x=\frac{1}{2} e^{2 x-3}+c$

Also, Integrals of $\tan x, \cot x, \sec x, \operatorname{cosec} x$ all these can be evaluated using the result :

$\int \frac{f^{\prime}(x)}{f(x)} d x=\log |f(x)|+C$

(I) $\begin{array}{ll}
\int \tan x d x= & \int \frac{\sec x \tan x}{\sec x} d x \\
\Rightarrow \quad & \int \tan x d x=\log |\sec x|+C
\end{array}$

(ii) $\int \cot x d x=\int \frac{\cos x}{\sin x} d x=\log |\sin x|+C$
(iii) $\int \sec x d x=\int \frac{\sec x(\sec x+\tan x)}{\sec x+\tan x} d x=\int \frac{\sec ^2 x \sec x+\tan x}{\sec x+\tan x} d x$
$\Rightarrow \quad \int \sec x d x=\log |\sec x+\tan x|+C$
(iv) $\int \csc x d x=\int \frac{\csc x(\csc x-\cot x)}{\csc x-\cot x} d x=\int \frac{\csc ^2 x-\csc x \cot x}{\csc x-\cot x} d x$

$\Rightarrow \quad \int \csc x d x=\log |\csc x-\cot x|+C$

Fundamental formulae such as $\int x^n d x=\frac{x^{n+1}}{n+1}, \int \sin x d x=-\cos x$, ,... and so on
It $x$ is replaced by a LINEAR FUNCTION of $x \Rightarrow(a x+b)$ form then,

$\int f(a x+b) d x=\frac{F(a x+b)}{\frac{\mathrm{d}}{\mathrm{d} x}(a x+b)}+c$

Recommended Video Based on Integration by Substitution


Solved Examples Based On Integration by Substitution:

Example 1: If $\int \frac{d x}{\cos ^3 x \sqrt{2 \sin 2 x}}=(\tan x)^A+C(\tan x)^B+k$, where $k$ is a constant of integration, then $A+B+C$ equals:
1) $\frac{21}{5}$
2) $\frac{16}{5}$
з) $\frac{7}{10}$
4) $\frac{27}{10}$

Solution

As learnt in the concept of Integration by substitution -

$\begin{aligned}
& \int \frac{d x}{\cos ^3 x \sqrt{2 \sin x \cos x \times 2}} \\
& =\frac{1}{2} \int \frac{\sec ^4 x d x}{\sqrt{\tan x}} \\
& =\frac{1}{2} \int \frac{\left(1+\tan ^2 x\right) \sec ^2 x d x}{\sqrt{\tan x}} \\
& =\frac{1}{2} \int(\tan x)^{\frac{-1}{2}} \sec ^2 x d x+\frac{1}{2} \int(\tan x)^{\frac{3}{2}} \sec ^2 x d x \\
& =\frac{1}{2} \frac{(\tan x)^{\frac{1}{2}}}{\frac{1}{2}}+\frac{1}{2} \frac{(\tan x)^{\frac{5}{2}}}{\frac{5}{2}}+C \\
& A=\frac{1}{2} ; B=\frac{5}{2} ; C=\frac{1}{5} \\
& A+B+C=3+\frac{1}{5} \\
& =\frac{16}{5}
\end{aligned}$

Hence, the answer is the option 2.

Example 2: The integral $\int \frac{d x}{(1+\sqrt{x}) \sqrt{x-x^2}}$ is equal to: (where C is a constant of integration.)
1) $-2 \sqrt{\frac{1+\sqrt{x}}{1-\sqrt{x}}}+C$
2) $-2 \sqrt{\frac{1-\sqrt{x}}{1+\sqrt{x}}}+C$
3) $-\sqrt{\frac{1-\sqrt{x}}{1+\sqrt{x}}}+C$
4) $\sqrt[2]{\frac{1+\sqrt{x}}{1-\sqrt{x}}}+C$

Solution

$\begin{aligned} & \sin x=t \Rightarrow \cos x d x=d t \\ & \int \frac{d t}{t^2\left(1+t^6\right)^{2 / 3}}=\int \frac{d t}{t^3 t^4\left(\frac{1}{t^t}+1\right)^{2 / 3}} \\ & u=\frac{1}{t^6}+1 \Rightarrow d u=-\frac{6}{t^7} d t \\ & \frac{d u}{-6}=\frac{d t}{t^7} \\ & =\int \frac{d u}{-6 u^{2 / 3}}=-\frac{1}{2} u^{1 / 3}+C \\ & =-\frac{1}{2}\left(\frac{1}{t^6}+1\right)^{1 / 3}+C \\ & =-\frac{1}{2}\left(\frac{\left(1+\sin ^6 x\right)^{1 / 3}}{\sin ^2 x}\right) \\ & f(x)=-\frac{1}{2} \frac{1}{\sin ^2 x} \quad \lambda=3 \\ & \lambda f(\pi / 3)=-2\end{aligned}$

Hence, the answer is the option 4.

Example 4: The integral $\int \frac{d x}{(x+4)^{8 / 7}(x-3)^{6 / 7}}$ is equal to: (where C ia a constant of integration)
1) $-\left(\frac{x-3}{x+4}\right)^{-1 / 7}+C$
2) $\frac{1}{2}\left(\frac{x-3}{x+4}\right)^{3 / 7}+C$
3) $\left(\frac{x-3}{x+4}\right)^{1 / 7}+C$
4) $-\frac{1}{13}\left(\frac{x-3}{x+4}\right)^{-13 / 7}+C$

Solution

$\int\left(\frac{x-3}{x+4}\right)^{\frac{-6}{7}} \frac{1}{(x+4)^2} d x$

Let $\frac{x-3}{x+4}=t^7$

$\begin{aligned}
& \frac{7}{(x+4)^2} d x=7 t^6 d t \\
& \int t^{-6} t^6 d t=t+c \\
& \left(\frac{x-3}{x+4}\right)^{\frac{1}{4}}+c
\end{aligned}$

Hence, the answer is the option 3.

Example 5: The integral $\int \frac{e^{3 \log _e 2 x}+5 e^{2 \log _e 2 x}}{e^{4 \log _e x}+5 e^{3 \log _c x}-7 e^{2 \log _e x}} d x, x>0 \quad$ is equal to : (where c is a constant of integration)
1) $\log _c\left|x^2+5 x-7\right|+c$
2) $4 \log _e\left|x^2+5 x-7\right|+c$
3) $\frac{1}{4} \log _e\left|x^2+5 x-7\right|$
4) $\log _e \sqrt{x^2+5 x-7}+c$

Solution

$\begin{aligned} & e^{\log a^x}=x \log a \\ & e^{\log _x}=x \\ & \text { Let } \mathrm{I}=\int \frac{\mathrm{e}^{3 \log _e 2 \mathrm{x}}+5 \mathrm{e}^{2 \log _e 2 \mathrm{x}}}{\mathrm{e}^{4 \log _e \mathrm{x}}+5 \mathrm{e}^{3 \log _{\mathrm{e}} \mathrm{x}}-7 \mathrm{e}^{2 \log _{\mathrm{e}} \mathrm{x}}} \mathrm{dx}, \mathrm{x}>0 \\ & \mathrm{I}=\int \frac{\mathrm{e}^{\log _e(2 x)^3}+5 \mathrm{e}^{\log _e(2 x)^2}}{\mathrm{e}^{\log _e \mathrm{x}^4}+5 \mathrm{e}^{\log _e \mathrm{x}^3}-7 \mathrm{e}^{\log _e \mathrm{x}^2}} \mathrm{dx} \\ & I=\int \frac{(2 x)^3+5(2 x)^2}{x^4+5 x^3-7 x^2} d x=\int \frac{4 x^2(2 x+5)}{x^2\left(x^2+5 x-7\right)} d x \\ & \text { put } x^2+5 x-7=t \Rightarrow(2 x+5) d x=d t \\ & I=4 \int \frac{d t}{t}=4 \ln |t|=4 \ln \left|x^2+5 x-7\right|\end{aligned}$

Hence, the answer is the option 2.

Frequently Asked Questions (FAQs)

1. What is integration?

Integration is the reverse process of differentiation.

2. What is indefinite integral?

An indefinite integral, also known as an antiderivative, is a function that reverses the process of differentiation.

3. What is the other name of integration by substitution?

The other name for integration by substitution method is the Reverse Chain Rule or U-substitution method

4. What is integration by substitution?
Integration by substitution is a method used to simplify complex integrals by replacing a variable or expression with a new variable. This technique allows us to transform a difficult integral into a simpler one that we can solve more easily.
5. Why is the chain rule important in integration by substitution?
The chain rule is crucial in integration by substitution because it forms the basis of this method. When we substitute a new variable, we're essentially reversing the chain rule for derivatives. Understanding this connection helps in choosing appropriate substitutions and applying the method correctly.
6. How do you choose a good substitution?
A good substitution often involves identifying a composite function within the integral. Look for expressions that appear both in the integrand and in the derivative of another part of the integrand. Choose a substitution that simplifies the integral and makes it easier to evaluate.
7. What is the difference between u-substitution and direct substitution?
U-substitution is a specific form of integration by substitution where we typically use 'u' as the new variable. Direct substitution involves replacing a variable with a specific value or expression. U-substitution is used to simplify integrals, while direct substitution is often used to evaluate definite integrals or solve equations.
8. Can integration by substitution always simplify an integral?
No, integration by substitution doesn't always simplify an integral. Its effectiveness depends on the structure of the integrand and choosing an appropriate substitution. Sometimes, other integration techniques may be more suitable.
9. What happens to the limits of integration when using substitution in a definite integral?
When using substitution in a definite integral, the limits of integration must be transformed to correspond to the new variable. This involves evaluating the substitution expression at the original limits and using these new values as the limits for the transformed integral.
10. How does the differential change when making a substitution?
When making a substitution, the differential changes based on the relationship between the original variable and the new variable. If u = g(x), then du = g'(x)dx. This relationship is crucial for correctly transforming the integral.
11. What is the significance of the '+C' in indefinite integrals solved by substitution?
The '+C' represents the constant of integration. It's important because indefinite integrals represent a family of antiderivatives that differ by a constant. Including '+C' acknowledges that there are infinitely many functions whose derivative is the integrand.
12. How does integration by substitution relate to reversing the chain rule?
Integration by substitution can be thought of as reversing the chain rule for derivatives. Where the chain rule breaks down a composite function for differentiation, substitution builds up a composite function for integration. This relationship helps in identifying suitable substitutions.
13. Can you use trigonometric identities in substitution?
Yes, trigonometric identities can be very useful in integration by substitution. They can help simplify complex trigonometric integrals or suggest appropriate substitutions. For example, using the identity sin²x + cos²x = 1 can lead to effective substitutions in certain integrals.
14. What is a common mistake when applying the substitution method?
A common mistake is forgetting to change the differential (dx to du) when making the substitution. This error can lead to incorrect results. Always remember to express both the integrand and the differential in terms of the new variable.
15. How do you know when to switch back to the original variable after substitution?
After simplifying and integrating in terms of the new variable, you should switch back to the original variable if the problem requires it. This is often necessary for indefinite integrals or when the original limits of integration are given in terms of the original variable.
16. Can integration by substitution be used for improper integrals?
Yes, integration by substitution can be used for improper integrals. However, care must be taken when transforming the limits of integration, especially if they involve infinity or points where the integrand is undefined.
17. What role does the fundamental theorem of calculus play in substitution for definite integrals?
The fundamental theorem of calculus allows us to evaluate definite integrals by finding an antiderivative and applying it at the limits of integration. When using substitution, we apply this theorem to the transformed integral, which is why correctly changing the limits of integration is crucial.
18. How does integration by substitution differ from integration by parts?
While both are techniques for solving complex integrals, they work differently. Integration by substitution simplifies an integral by changing variables, whereas integration by parts breaks an integral into simpler parts based on the product rule of differentiation. Substitution is often used for composite functions, while integration by parts is useful for products of functions.
19. Can you use multiple substitutions in a single integral?
Yes, some complex integrals may require multiple substitutions. You might need to apply one substitution, simplify, and then apply another. This is often necessary when dealing with nested functions or complex expressions.
20. What is the relationship between the degree of the substitution and the resulting integral?
The degree of the substitution (the highest power of the variable in the substitution expression) often relates to the complexity of the resulting integral. Higher degree substitutions can sometimes lead to more complex integrals, so it's important to choose substitutions that simplify rather than complicate the problem.
21. How does integration by substitution help in solving differential equations?
In differential equations, integration by substitution can help solve equations that aren't easily integrable in their original form. By making an appropriate substitution, we can sometimes transform a difficult differential equation into a more manageable form.
22. What is the geometric interpretation of integration by substitution?
Geometrically, integration by substitution can be thought of as a change of coordinates or a transformation of the area under a curve. The substitution changes the shape of the region being integrated, but preserves its area, allowing us to calculate it more easily in the new coordinate system.
23. How does the substitution u = tan(x/2) help in integrating rational functions of sin x and cos x?
The substitution u = tan(x/2), known as the Weierstrass substitution, is powerful for integrating rational functions of sin x and cos x. It expresses both sin x and cos x as rational functions of u, transforming the trigonometric integral into an integral of a rational function, which is often easier to evaluate.
24. Can integration by substitution be used for multivariable integrals?
Yes, integration by substitution can be extended to multivariable integrals. In this case, it's often called a change of variables. The process is similar, but involves the Jacobian determinant to account for the change in the region of integration.
25. What is the significance of the absolute value in the substitution formula |du/dx|dx = du?
The absolute value in |du/dx|dx = du ensures that the orientation of the integral is preserved. It's particularly important when dealing with decreasing functions or when the substitution reverses the direction of integration. In practice, we often assume du/dx is positive and omit the absolute value signs.
26. How does integration by substitution relate to the concept of inverse functions?
Integration by substitution often involves recognizing a function and its derivative in the integrand, which relates to inverse functions. For example, when integrating f'(g(x))g'(x), we can use u = g(x) as a substitution, which is essentially using the inverse of g to simplify the integral.
27. Can integration by substitution be used to derive integration formulas?
Yes, integration by substitution is a powerful tool for deriving many standard integration formulas. For instance, the formulas for integrating tan x, sec x, and many other trigonometric functions can be derived using clever substitutions.
28. How does the substitution method help in integrating rational functions?
For rational functions, substitution can be useful in several ways. It can help complete the square in the denominator, transform complex fractions into simpler ones, or set up partial fraction decomposition. These transformations often make the integration process more straightforward.
29. What is the role of substitution in solving integrals involving exponential and logarithmic functions?
Substitution is particularly useful for integrals involving exponential and logarithmic functions. It can help simplify expressions like e^(ax) or ln(ax), often by using substitutions like u = ax. This transforms the integral into a more standard form that's easier to evaluate.
30. How does the choice of substitution affect the difficulty of the resulting integral?
The choice of substitution can significantly affect the difficulty of the resulting integral. A good substitution simplifies the integrand, reduces the degree of polynomials, or transforms complex functions into simpler ones. A poor choice might complicate the integral or lead to an expression that's harder to integrate.
31. Can integration by substitution be used to evaluate improper integrals with infinite limits?
Yes, integration by substitution can be applied to improper integrals with infinite limits. However, care must be taken when transforming the limits. Sometimes, a substitution can change an improper integral into a proper one, or vice versa, which can affect the convergence or divergence of the integral.
32. How does integration by substitution relate to the concept of differential forms in advanced calculus?
In advanced calculus, integration by substitution is closely related to the change of variables theorem for differential forms. The substitution method can be seen as a special case of pulling back a differential form along a map between spaces, providing a more general and geometric understanding of the technique.
33. What is the connection between integration by substitution and parametric equations?
Integration by substitution is closely related to parametric equations. When integrating a function defined parametrically, we often use the parameter as a substitution variable. This allows us to transform integrals involving x and y into integrals in terms of the parameter, which are often easier to evaluate.
34. How can dimensional analysis help in choosing a substitution?
Dimensional analysis can guide substitution choices by ensuring that the units are consistent throughout the integration process. If a substitution leads to inconsistent units, it's likely incorrect. This is particularly useful in physics and engineering applications where maintaining dimensional consistency is crucial.
35. What is the role of substitution in solving integrals involving inverse trigonometric functions?
Substitution is often key in integrating inverse trigonometric functions. For example, when integrating arctan(x), a substitution like u = arctan(x) can transform the integral into a more manageable form. Understanding the derivatives of inverse trig functions is crucial for identifying effective substitutions.
36. How does the substitution method relate to the concept of differential equations?
In differential equations, substitution methods are often used to transform equations into more solvable forms. This is similar to integration by substitution, where we change variables to simplify the problem. Understanding substitution in integration can provide insights into solving differential equations and vice versa.
37. Can integration by substitution be used to evaluate contour integrals in complex analysis?
Yes, integration by substitution can be extended to contour integrals in complex analysis. In this context, it involves changing the path of integration in the complex plane. The technique is similar to real integration, but care must be taken to ensure that the new path is equivalent to the original in terms of the integral's value.
38. How does the concept of a perfect differential relate to integration by substitution?
A perfect differential is an expression that can be directly integrated. Integration by substitution often aims to transform an integrand into a perfect differential of a new variable. Recognizing when an expression is close to a perfect differential can suggest effective substitutions.
39. What is the significance of the substitution u = x² + a² in trigonometric integrals?
The substitution u = x² + a² is particularly useful for integrals involving √(x² + a²). This substitution transforms expressions like 1/√(x² + a²) into 1/√u, which has a known antiderivative. It's commonly used in integrals that arise from trigonometric substitutions.
40. How can integration by substitution be used to derive the formula for integration by parts?
Integration by parts can be derived using substitution. By considering the integral of a product fg and making substitutions based on the product rule of differentiation, we can arrive at the formula for integration by parts. This derivation highlights the deep connections between different integration techniques.
41. What is the role of substitution in solving integrals involving hyperbolic functions?
Substitution is crucial for many integrals involving hyperbolic functions. Similar to trigonometric functions, hyperbolic functions often appear in pairs that suggest effective substitutions. For example, the relationship between cosh x and sinh x can be exploited through substitution to simplify complex hyperbolic integrals.
42. How does the concept of homogeneous functions relate to integration by substitution?
For integrals involving homogeneous functions, substitutions based on the degree of homogeneity can be very effective. If f(tx, ty) = t^n f(x, y), a substitution like y = ux can often simplify the integral. This technique is particularly useful in multivariable calculus and differential equations.
43. Can integration by substitution be used to evaluate surface integrals?
Yes, integration by substitution can be extended to surface integrals. In this context, it's often called a change of variables or parametrization. The process involves transforming the surface and the integrand, taking into account how the area element changes. This requires using the Jacobian determinant, similar to multivariable substitution.
44. How does the method of substitution relate to solving integrals involving rational functions of trigonometric functions?
For integrals involving rational functions of trigonometric functions, substitutions like u = tan(x/2) (the Weierstrass substitution) can be very effective. This transforms trigonometric functions into algebraic expressions, often simplifying the integral significantly. Understanding these special substitutions is key to tackling complex trigonometric integrals.
45. What is the connection between integration by substitution and the method of partial fractions?
While integration by substitution and partial fractions are distinct techniques, they often work together. Substitution can sometimes help set up an integral for partial fraction decomposition, or simplify the result after partial fractions have been applied. Both methods aim to transform complex integrals into simpler, known forms.
46. How can integration by substitution be used to evaluate integrals involving the square root of quadratic expressions?
For integrals involving √(ax² + bx + c), trigonometric substitutions are often effective. Depending on the signs of a and c, substitutions like x = a sin θ or x = a tan θ can transform the square root into a simpler trigonometric expression. This technique connects algebraic and trigonometric methods in integration.
47. What is the role of substitution in deriving reduction formulas for integrals?
Substitution often plays a key role in deriving reduction formulas, which are recursive formulas for evaluating certain types of integrals. By making appropriate substitutions and applying integration by parts, we can often relate an integral to a similar integral of lower degree, forming the basis of a reduction formula.
48. How does the concept of a change of scale relate to integration by substitution?
A change of scale, such as u = ax where a is a constant, is a simple form of substitution that can often simplify integrals. This type of substitution can help factor out constants, simplify the limits of integration, or transform an integral into a standard form. Understanding scale changes is fundamental to more complex substitutions.
49. Can integration by substitution be used to evaluate double or triple integrals?
Yes, integration by substitution can be extended to multiple integrals. In this context, it's often called a change of variables. The process involves transforming both the integrand and the region of integration, using the Jacobian determinant to account for how volumes change under the transformation. This technique is powerful for simplifying complex multiple integrals.
50. How does the method of substitution relate to solving integrals involving composite functions?
Integration by substitution is particularly well-suited for integrals involving composite functions. When we see a function and its derivative (or a multiple of its derivative) in the integrand, it often suggests a substitution. This is essentially "undoing" the chain rule, which is why substitution is so effective for composite functions.
51. What is the significance of the substitution u = e^x in solving certain types of integrals?
The substitution u = e^x is particularly useful for integrals involving exponential functions, especially when combined with polynomials or rational functions. This substitution can transform expressions like x^n * e^x into polynomial functions of u, which are generally easier to integrate. It's a key technique for solving many differential equations as well.
52. How can integration by substitution be used to derive the formula for integration of sec x?
The integral of sec x can be derived using a clever substitution. By setting u = tan(x/2), we can express sec x in terms of u, transforming the integral into a rational function that can be integrated using partial fractions. This

Articles

sir when i am opening viteee knockout  5000 concepts matrices and its aplication chapter it opens complex number pls do help

they are not showing any option

when is vit entrance examination 2020?

Arrange the following Cobalt complexes in the order of incresing Crystal Field Stabilization Energy (CFSE) value. Complexes :  

\mathrm{\underset{\textbf{A}}{\left [ CoF_{6} \right ]^{3-}},\underset{\textbf{B}}{\left [ Co\left ( H_{2}O \right )_{6} \right ]^{2+}},\underset{\textbf{C}}{\left [ Co\left ( NH_{3} \right )_{6} \right ]^{3+}}\: and\: \ \underset{\textbf{D}}{\left [ Co\left ( en \right )_{3} \right ]^{3+}}}

Choose the correct option :
Option: 1 \mathrm{B< C< D< A}
Option: 2 \mathrm{B< A< C< D}
Option: 3 \mathrm{A< B< C< D}
Option: 4 \mathrm{C< D< B< A}

The type of hybridisation and magnetic property of the complex \left[\mathrm{MnCl}_{6}\right]^{3-}, respectively, are :
Option: 1 \mathrm{sp ^{3} d ^{2} \text { and diamagnetic }}
Option: 2 \mathrm{sp ^{3} d ^{2} \text { and diamagnetic }}
Option: 3 \mathrm{sp ^{3} d ^{2} \text { and diamagnetic }}
Option: 4 \mathrm{sp ^{3} d ^{2} \text { and diamagnetic }}
Option: 5 \mathrm{d ^{2} sp ^{3} \text { and diamagnetic }}
Option: 6 \mathrm{d ^{2} sp ^{3} \text { and diamagnetic }}
Option: 7 \mathrm{d ^{2} sp ^{3} \text { and diamagnetic }}
Option: 8 \mathrm{d ^{2} sp ^{3} \text { and diamagnetic }}
Option: 9 \mathrm{d ^{2} sp ^{3} \text { and paramagnetic }}
Option: 10 \mathrm{d ^{2} sp ^{3} \text { and paramagnetic }}
Option: 11 \mathrm{d ^{2} sp ^{3} \text { and paramagnetic }}
Option: 12 \mathrm{d ^{2} sp ^{3} \text { and paramagnetic }}
Option: 13 \mathrm{sp ^{3} d ^{2} \text { and paramagnetic }}
Option: 14 \mathrm{sp ^{3} d ^{2} \text { and paramagnetic }}
Option: 15 \mathrm{sp ^{3} d ^{2} \text { and paramagnetic }}
Option: 16 \mathrm{sp ^{3} d ^{2} \text { and paramagnetic }}
The number of geometrical isomers found in the metal complexes \mathrm{\left[ PtCl _{2}\left( NH _{3}\right)_{2}\right],\left[ Ni ( CO )_{4}\right], \left[ Ru \left( H _{2} O \right)_{3} Cl _{3}\right] \text { and }\left[ CoCl _{2}\left( NH _{3}\right)_{4}\right]^{+}} respectively, are :
Option: 1 1,1,1,1
Option: 2 1,1,1,1
Option: 3 1,1,1,1
Option: 4 1,1,1,1
Option: 5 2,1,2,2
Option: 6 2,1,2,2
Option: 7 2,1,2,2
Option: 8 2,1,2,2
Option: 9 2,0,2,2
Option: 10 2,0,2,2
Option: 11 2,0,2,2
Option: 12 2,0,2,2
Option: 13 2,1,2,1
Option: 14 2,1,2,1
Option: 15 2,1,2,1
Option: 16 2,1,2,1
Spin only magnetic moment of an octahedral complex of \mathrm{Fe}^{2+} in the presence of a strong field ligand in BM is :
Option: 1 4.89
Option: 2 4.89
Option: 3 4.89
Option: 4 4.89
Option: 5 2.82
Option: 6 2.82
Option: 7 2.82
Option: 8 2.82
Option: 9 0
Option: 10 0
Option: 11 0
Option: 12 0
Option: 13 3.46
Option: 14 3.46
Option: 15 3.46
Option: 16 3.46

3 moles of metal complex with formula \mathrm{Co}(\mathrm{en})_{2} \mathrm{Cl}_{3} gives 3 moles of silver chloride on treatment with excess of silver nitrate. The secondary valency of CO in the complex is_______.
(Round off to the nearest integer)
 

The overall stability constant of the complex ion \mathrm{\left [ Cu\left ( NH_{3} \right )_{4} \right ]^{2+}} is 2.1\times 10^{1 3}. The overall dissociation constant is y\times 10^{-14}. Then y is ___________(Nearest integer)
 

Identify the correct order of solubility in aqueous medium:

Option: 1

Na2S > ZnS > CuS


Option: 2

CuS > ZnS > Na2S


Option: 3

ZnS > Na2S > CuS


Option: 4

Na2S > CuS > ZnS


Back to top