Integration by Parts - Formula, Derivation, Applications, Examples

Integration by Parts - Formula, Derivation, Applications, Examples

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

Integration by Parts 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 integration concepts have been broadly applied in branches of mathematics, physics, engineering, economics, and biology.

Integration by Parts - Formula, Derivation, Applications, Examples
Integration by Parts - Formula, Derivation, Applications, Examples

In this article, we will cover the concept of Integration by Part. This concept falls under the broader category of Calculus, 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), ten questions have been asked on this concept, including one in 2013, one in 2014, two in 2019, four in 2020, one in 2021, and one in 2022.

Integration By Parts:

Integration is the reverse process of differentiation. In integration, we find the function whose differential coefficient is given. The rate of change of a quantity y concerning another quantity x is called the derivative or differential coefficient of y concerning x. Geometrically, the Differentiation of a function at a point represents the slope of the tangent to the graph of the function at that point.

For example,

$\begin{aligned} & \frac{d}{d x}(\sin x)=\cos x \\ & \frac{d}{d x}\left(x^2\right)=2 x \\ & \frac{d}{d x}\left(e^x\right)=e^x\end{aligned}$

To evaluate the integration of a function which is a product of two functions, we use the method of integration by parts.

If two functions of x, u, and v are given,

where u is function of u(x),

v is function of v(x)

then

$\int u v d x=u \times \int v d x-\int\left\{\frac{d u}{d x} \int v d x\right\} d x$

i.e.

The integral of the product of two functions =

( first function) X ( integral of second function ) - integral of (differential of first function X integral of second function).

Proof:

Let, h(x) = f(x) . g(x), then by using the product rule, we obtain, h′(x) = f ′(x) g(x) + g′(x) f(x). Let’s now integrate both sides of this equation:


$\int h^{\prime}(x) d x=\int\left(g(x) f^{\prime}(x)+f(x) g^{\prime}(x)\right) d x$

this gives us,

$h(x)=f(x) g(x)=\int g(x) f^{\prime}(x) d x+\int f(x) g^{\prime}(x) d x$

Now we solve for $\int f(x) g^{\prime}(x) d x$

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


By making the substitutions $u=f(x)$ and $v=g^{\prime}(x)$ which in turn make $g(x)=\int v d x$, we have the more compact form

$\int u v d x=u \int v d x-\int\left\{\frac{d u}{d x} \int v d x\right\} d x$

Important point for selecting first function (u) and second function (v)

Usually, we use the following preference order for selecting the first function. (Inverse, Logarithmic, Algebraic, Trigonometric, Exponential). In the above-stated order, the function on the left is always chosen as the first function. This rule is called ILATE.

For example, if an integral contains a logarithmic function and an algebraic function, we should choose the logarithmic function as the first function (u).

One of the interesting application of integration by part is:

$\int \mathrm{e}^{\mathbf{x}}\left\{\mathbf{f}(\mathbf{x})+\mathbf{f}^{\prime}(\mathbf{x})\right\} \mathrm{dx}=\mathrm{e}^{\mathbf{x}} \mathbf{f}(\mathbf{x})+\mathbf{C}$


Proof:
We have given $\int \mathrm{e}^x\left\{f(x)+f^{\prime}(x)\right\} d x$

$=\int \mathrm{e}^{\mathrm{x}} \cdot \mathrm{f}(\mathrm{x}) \mathrm{dx}+\int \mathrm{e}^{\mathrm{x}} \cdot \mathrm{f}^{\prime}(\mathrm{x}) \mathrm{dx}$

In first integral, take $f(x)$ as first function and $e^x$ as second function

$\begin{aligned}
& =f(x) \cdot e^x-\int f^{\prime}(x) \cdot e^x d x+\int e^x \cdot f^{\prime}(x) d x+C \\
& =f(x) \cdot e^x+C
\end{aligned}$

Thus, to evaluate the integrals of the type $\int e^x\left\{f(x)+f^{\prime}(x)\right\} d x$ we first express the integral as the sum of two integrals $\int e^x f(x) d x$ and $\int e^x f^{\prime}(x) d x$ and then integrate the integral involving $e^x f(x)$ as integral by parts taking $e^x$ as second function.

General Formula

$\int \mathrm{e}^{g(x)} \cdot\left\{f(x) g^{\prime}(x)+f^{\prime}(x)\right\} d x=f(x) \cdot e^{g(x)}+C$

Integration of $\int e^{a x} \cdot \sin (b x) d x$ and $\int e^{a x} \cdot \cos (b x) d x$
Let, $\quad \mathrm{I}=\int \mathrm{e}^{a x}(\sin b x) \mathrm{dx}$
take $\sin b x$ as first function and $\mathrm{e}^{a x}$ as second

$\begin{aligned}
& =\sin b x \cdot\left(\frac{e^{a x}}{a}\right)-\int b \cos b x \cdot \frac{e^{a x}}{a} d x \\
& =\frac{1}{a} \sin b x \cdot e^{a x}-\frac{b}{a}\left\{\cos b x \cdot \frac{e^{a x}}{a}-\int(-b \sin b x) \cdot \frac{e^{a x}}{a} d x\right\} \\
& =\frac{1}{a} \sin b x \cdot e^{a x}-\frac{b}{a^2} \cos b x \cdot e^{a x}-\frac{b^2}{a^2} \int \sin b x \cdot e^{a x} d x \\
I & =\frac{1}{a} \sin b x \cdot e^{a x}-\frac{b}{a^2} \cos b x \cdot e^{a x}-\frac{b^2}{a^2} I \\
\therefore \quad I+\frac{b^2}{a^2} I & =\frac{1 \cdot e^{a x}}{a^2} \cdot(a \sin b x-b \cos b x) \\
\Rightarrow \quad I & =\frac{e^{a x}}{a^2+b^2}(a \sin b x-b \cos b x)+C
\end{aligned}$

In the same way,

$\int e^{a x} \cos b x d x=\frac{e^{a x}}{a^2+b^2}(a \cos b x+b \sin b x)+C$
Result for integration by parts or ex :

$\begin{aligned}
& \int e^{\tan ^{-1} x}\left[\frac{x^n+1}{x^2+1}+n x^{n-1}\right] d x=e^{\tan ^{-1} x}\left(x^n+1\right)+c \\
& \int e^{g(x)}\left\{f(x) g^{\prime}(x)+f^{\prime}(x)\right\} d x=f(x) \cdot e^{g(x)}+C
\end{aligned}$
developments in many scientific and engineering disciplines.

Recommended Video Based on Integration by Parts


Solved Examples Based On Integration by Parts:

Example 1: The integral $\int x \cos ^{-1}\left(\frac{1-x^2}{1+x^2}\right) d x(x>0)$ is equal to:
${ }_1-x+\left(1+x^2\right) \tan ^{-1} x+c$
2) $x-\left(1+x^2\right) \cot ^{-1} x+c$
3) $-x+\left(1+x^2\right) \cot ^{-1} x+c$
4) $x-\left(1+x^2\right) \tan ^{-1} x+c$

Solution

As learned in the concept

Integration By PARTS -

Let $u$ and $v$ are two functions then

$
\int u \cdot v d x=u \int v d x-\int\left(\frac{d u}{d x} \int v d x\right) d x
$

- wherein

Where $u$ is the lst function $v$ is the Ind function

$
\begin{aligned}
& \text { Put } x=\tan \theta ; d x=\sec ^2 \theta d \theta \\
& \int x \cos ^{-1}\left(\frac{1-x^2}{1+x^2}\right) d x(x>0) \\
& \int \tan \theta\left[\cos ^{-1}\left(\frac{1-\tan ^2 \theta}{1+\tan ^2 \theta}\right)\right]\left(\sec ^2 \theta d \theta\right) \\
& \int \tan \theta\left[\cos ^{-1}(\cos 2 \theta)\right]\left(\sec ^2 \theta d \theta\right) \\
& \int \tan \theta \cdot 2 \theta \sec ^2 \theta d \theta=2 \int \theta\left(\tan \theta \sec ^2 \theta\right) d \Theta
\end{aligned}
$


Put $\tan \theta=t$ we get $\sec ^2 \theta d \theta=d t$

$
\begin{aligned}
& 2 \int \tan ^{-1} t(t) d t \\
& 2 \int t \cdot \tan ^{-1} t \cdot d t
\end{aligned}
$

Using by parts

$\begin{aligned}
& 2\left[\frac{t^2}{2} \cdot \tan ^{-1} t-\int \frac{1}{1+t^2} \cdot \frac{t^2}{2} \cdot d t\right] \\
& t^2 \cdot \tan ^{-1} t-\int \frac{1}{1+t^2} \cdot t^2 \cdot d t \\
& t^2 \cdot \tan ^{-1} t-\int \frac{t^2+1-1}{1+t^2} \cdot d t \\
& t^2 \cdot \tan ^{-1} t-\int\left[1-\frac{1}{1+t^2}\right] \cdot d t \\
& t^2 \cdot \tan ^{-1} t-\left[t-\tan ^{-1} t\right] \\
& \Rightarrow x=t \\
& x=\tan \theta \quad \& \quad \tan \theta=t \\
& \int x \cos ^{-1}\left(\frac{1-x^2}{1+x^2}\right) d x=x^2 \tan ^{-1} x-x+\tan ^{-1} x+C
\end{aligned}$
Hence, the answer is the option 1.

Example 2: If $\int f(x) d x=\Psi(x)$, then $\int x^5 f\left(x^3\right) d x$ is equal to:
1) $\frac{1}{3}\left[x^3 \Psi\left(x^3\right)-\int x^3 \Psi\left(x^3\right) d x\right]+C$
2) $\frac{1}{3}\left[x^3 \Psi\left(x^3\right)-\int x^2 \Psi\left(x^3\right) d x\right]+C$
3) $\frac{1}{3} x^3 \Psi\left(x^3\right)-3 \int x^3 \Psi\left(x^3\right) d x+C$
4) $\frac{1}{3} x^3 \Psi\left(x^3\right)-\int x^2 \Psi\left(x^3\right) d x+C$

Solution
Using Integration By Parts,

$\begin{aligned}
& \int f(x) d x=\Psi(x) \int x^5 f\left(x^3\right) d x=\frac{1}{3} \int\left(3 x^2\right) \cdot x^3 f\left(x^3\right) d x P u t x^3=t ; 3 x^2 d x=d t \\
& \frac{1}{3} \int t f(t) d t=\frac{1}{3}\left[t \int f(t) d t-\int 1 \int f(t) d t\right]
\end{aligned}$


Replace $t$ by $x^3$

$I=\frac{1}{3} x^3 \Psi\left(x^3\right)-\frac{1}{3} \int \Psi\left(x^3\right) d t=\frac{1}{3} x^3 \Psi\left(x^3\right)-\frac{1}{3} \int 3 x^2 d x . \Psi\left(x^3\right)=\left[\frac{1}{3} x^3 \Psi\left(x^3\right)-\int x^2 \Psi\left(x^3\right) d x\right]+c$
Hence, the answer is the option (4).

Example 3: Let $f(x)=\int \frac{\sqrt{x}}{(1+x)^2} d x(x \geqslant 0)$.Then $f(3)-f(1)$ is equal to:
1) $-\frac{\pi}{12}+\frac{1}{2}+\frac{\sqrt{3}}{4}$
2) $\frac{\pi}{6}+\frac{1}{2}+\frac{\sqrt{3}}{4}$
3) $-\frac{\pi}{6}+\frac{1}{2}+\frac{\sqrt{3}}{4}$
4) $\frac{\pi}{12}+\frac{1}{2}-\frac{\sqrt{3}}{4}$

Solution
$f(x)=\int_1^3 \frac{\sqrt{x} d x}{(1+x)^2}=\int_1^{\sqrt{3}} \frac{t \cdot 2 t d t}{\left(1+t^2\right)^2}($ put $\sqrt{x}=t)$
$=\left(-\frac{t}{1+t^2}\right)_t^{\sqrt{3}}+\left(\tan ^{-1} t\right)_1^{\sqrt{3}}$ [Applying by parts ]
$=-\left(\frac{\sqrt{3}}{4}-\frac{1}{2}\right)+\frac{\pi}{3}-\frac{\pi}{4}$
$=\frac{1}{2}-\frac{\sqrt{3}}{4}+\frac{\pi}{12}$

Hence, the answer is the option 4.

Example 4: The integral $\int\left(\frac{x}{x \sin +\cos x}\right)^2 d x$ is equal to (where C is constant of integration).
1) $\tan x-\frac{x \sec x}{x \sin x+\cos x}+C$
2) $\sec x \frac{x \tan x}{x \sin x+\cos x}+C$
3) $\sec x-\frac{x \tan x}{x \sin x+\cos x}+C$
4) $\tan x+\frac{x \sec x}{x \sin x+\cos x}+C$

Solution

$\begin{aligned}
& \int\left(\frac{x}{x \sin x+\cos x}\right)^2 d x=\int\left(\frac{x}{\cos x}\right) \cdot \frac{x \cos x d x}{(x \sin x+\cos x)^2} \\
& =\frac{x}{\cos x}\left(-\frac{1}{x \sin x+\cos x}\right)+\int\left(\frac{\cos x+x \sin x}{\cos ^2 x}\right)\left(\frac{1}{x \sin x+\cos x}\right) d x \\
& =-\frac{x \sec x}{x \sin x+\cos x}+\int \sec ^2 x d x \\
& =-\frac{x \sec x}{x \sin x+\cos x}+\tan x+C
\end{aligned}$
Hence, the answer is option (1).

Example 5 :

$\int_{\mathrm{If}}^1\left(e^{2 x}+2 e^x-e^{-x}-1\right) e^{\left(e^x+e^{-x}\right)} d x=g(x) e^{\left(e^x+e^{-x}\right)}+c$

1) e
2) $e^2$
3) 1
4) 2

Solution:

$\begin{aligned}
& e^{2 x}+2 e^x-e^{-x}-1 \\
& =e^x\left(e^x+1\right)-e^{-x}\left(e^x+1\right)+e^x \\
& \left.=\left[\left(e^x+1\right)\right]\left(e^x-e^{-x}\right)+e^x\right] \\
& \text { so } I=\int\left(e^x+1\right)\left(e^x-e^{-x}\right) e^{e^x+e^{-x}}+\int e^x \cdot e^{e^x+e^{-x}} d x \\
& =\left(e^x+1\right) e^{e^x+e^{-x}}-\int e^x \cdot e^{e^x+e^{-x}} d x+\int e^x \cdot e^{e^x+e^{-x}} d x \\
& =\left(e^x+1\right) e^{e^x+e^{-x}}+C \\
& \therefore g(x)=e^x+1 \Rightarrow g(0)=2
\end{aligned}$

Hence, the answer is option (4).

Frequently Asked Questions (FAQs)

1. What is integration?

Integration is the reverse process of differentiation.

2. What is differentiation?

The rate of change of a quantity y concerning another quantity x is called the derivative or differential coefficient of y concerning x.

3. What is the other name of integration?

The other name of integration is antiderivative.

4. What is integration by parts?

Integration by parts means the product of the function. The integral of the product of two functions =( first function) X ( integral of second function ) - integral of (differential of first function X integral of second function).

5. What is ILATE?

ILATE stands for: Inverse, Logarithmic, Algebraic, Trigonometric, Exponential.

6. What is integration by parts and why is it useful?
Integration by parts is a technique used to integrate products of functions. It's useful when you have an integral that can be split into two factors, where one becomes simpler when differentiated and the other becomes simpler (or remains unchanged) when integrated. This method is particularly helpful for integrals involving products of polynomials, exponentials, trigonometric functions, or logarithms.
7. How is the formula for integration by parts derived?
The formula for integration by parts is derived from the product rule of differentiation. Starting with the product rule d(uv) = udv + vdu, we integrate both sides to get uv = ∫udv + ∫vdu. Rearranging this equation gives us the integration by parts formula: ∫udv = uv - ∫vdu. This derivation shows the deep connection between differentiation and integration.
8. What does the LIATE rule mean in integration by parts?
LIATE is a mnemonic device to help choose which function should be u and which should be dv in the integration by parts formula. It stands for:
9. Why doesn't integration by parts always work?
Integration by parts doesn't always work because it's designed for specific types of integrals. It's most effective when one part of the integrand becomes simpler when differentiated and the other part is easily integrable. If both parts become more complicated when differentiated or integrated, the method may not simplify the problem and could even lead to a more complex integral.
10. What's the difference between u-substitution and integration by parts?
U-substitution and integration by parts are different techniques for different types of integrals:
11. How does integration by parts relate to the concept of area under a curve?
Integration by parts is fundamentally related to area under a curve because all integration techniques, including this one, are used to calculate areas. When you use integration by parts, you're essentially reorganizing how you calculate this area. Instead of finding the area directly, you're breaking it down into parts: one part that's easier to calculate (uv) and another part that requires further integration (-∫vdu). The sum of these parts still represents the total area under the curve.
12. Can integration by parts be used for definite integrals?
Yes, integration by parts can be used for definite integrals. The process is similar to indefinite integrals, but you need to evaluate the antiderivative at the upper and lower limits of integration. The formula becomes:
13. Why do we sometimes need to apply integration by parts multiple times?
Multiple applications of integration by parts are sometimes necessary because:
14. What's the role of the constant of integration in integration by parts?
The constant of integration plays the same role in integration by parts as it does in any indefinite integration:
15. How does integration by parts work with trigonometric functions?
Integration by parts is particularly useful for certain integrals involving trigonometric functions:
16. How do you know when to stop applying integration by parts?
You should stop applying integration by parts when:
17. How does integration by parts relate to partial fractions decomposition?
While integration by parts and partial fractions decomposition are both integration techniques, they're used in different scenarios:
18. What are some real-world applications of integration by parts?
Integration by parts has numerous real-world applications:
19. What's the connection between integration by parts and recursive formulas?
Integration by parts can lead to recursive formulas in several ways:
20. Can integration by parts be used with parametric equations?
Yes, integration by parts can be applied to integrals involving parametric equations:
21. What's the significance of the negative sign in the integration by parts formula?
The negative sign in the formula ∫udv = uv - ∫vdu is crucial because it ensures the equality of both sides. It arises from the rearrangement of the product rule. Without this negative sign, the formula would be incorrect and would not properly relate the original integral to its parts. This sign is a key part of how the method redistributes the complexity of the original integral into more manageable pieces.
22. How does choosing different u and dv affect the integration process?
Choosing different u and dv can significantly affect the integration process:
23. Can integration by parts be used for improper integrals?
Yes, integration by parts can be used for improper integrals, but extra care is needed. When dealing with infinite limits or discontinuities, you need to:
24. Can integration by parts be used for multivariable calculus?
Yes, integration by parts extends to multivariable calculus. In multiple dimensions, it's known as the divergence theorem or Gauss's theorem in three dimensions, and Green's theorem in two dimensions. These theorems relate volume integrals to surface integrals, or area integrals to line integrals, respectively. They're powerful tools in vector calculus and have wide applications in physics and engineering.
25. How does integration by parts relate to Taylor series expansions?
Integration by parts is closely related to Taylor series expansions:
26. How does integration by parts work with logarithmic functions?
Integration by parts is particularly useful for integrals involving logarithms:
27. How does integration by parts handle piecewise functions?
When dealing with piecewise functions, integration by parts can be applied separately to each piece of the function within its defined interval. The key steps are:
28. Can integration by parts be used with complex functions?
Yes, integration by parts can be extended to complex functions. The process is similar to real-valued functions, but you need to:
29. How does integration by parts relate to solving differential equations?
Integration by parts is a valuable tool in solving certain types of differential equations:
30. What's the relationship between integration by parts and integration by substitution?
While distinct techniques, integration by parts and substitution are related:
31. How does integration by parts work with inverse trigonometric functions?
Integration by parts is often useful for integrals involving inverse trigonometric functions:
32. What are some common mistakes students make when using integration by parts?
Common mistakes in integration by parts include:
33. How does integration by parts handle exponential functions?
Integration by parts is particularly useful for integrals involving exponential functions:
34. Can integration by parts be used with hyperbolic functions?
Yes, integration by parts works well with hyperbolic functions:
35. How does integration by parts handle products of more than two functions?
For products of more than two functions, integration by parts can be applied iteratively:
36. What's the role of integration by parts in Fourier analysis?
Integration by parts plays a crucial role in Fourier analysis:
37. How does integration by parts relate to the method of undetermined coefficients?
While integration by parts and the method of undetermined coefficients are distinct techniques, they're related in solving differential equations:
38. How does integration by parts handle integrals with absolute value functions?
Integrating functions involving absolute values using integration by parts requires careful handling:

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