Surface Chemistry: Numerical Problems Set (1)

easy 3 min read

Question

According to the Freundlich adsorption isotherm, the mass of a gas adsorbed per gram of adsorbent (x/mx/m) at a pressure of 0.50.5 atm is 0.40.4 g and at 1.01.0 atm is 0.80.8 g. Find the values of kk and nn in the Freundlich equation.

Solution — Step by Step

xm=kP1/n\frac{x}{m} = k P^{1/n}

In log form: log(x/m)=logk+(1/n)logP\log(x/m) = \log k + (1/n)\log P.

At P=0.5P = 0.5, x/m=0.4x/m = 0.4:

0.4=k(0.5)1/n(1)0.4 = k (0.5)^{1/n} \quad (1)

At P=1.0P = 1.0, x/m=0.8x/m = 0.8:

0.8=k(1.0)1/n=k(2)0.8 = k (1.0)^{1/n} = k \quad (2)

So k=0.8k = 0.8 g/atm1/n^{1/n}.

Substitute k=0.8k = 0.8 into (1):

0.4=0.8(0.5)1/n0.4 = 0.8 (0.5)^{1/n}

0.5=(0.5)1/n0.5 = (0.5)^{1/n}

1/n=1    n=11/n = 1 \implies n = 1

With k=0.8k = 0.8, n=1n = 1: x/m=0.8Px/m = 0.8 P. At P=0.5P = 0.5: x/m=0.4x/m = 0.4. ✓ At P=1P = 1: x/m=0.8x/m = 0.8. ✓

Final answer: k=0.8k = 0.8 g/atm, n=1n = 1.

Why This Works

The Freundlich isotherm is an empirical relation that describes adsorption at moderate pressures. When n=1n = 1, the relationship is linear — adsorption is directly proportional to pressure, like Henry’s law for dissolved gases. For n>1n > 1, adsorption increases more slowly than pressure (saturating).

Taking logs converts the power law into a linear form, which is convenient when given multiple data points (you’d plot log(x/m)\log(x/m) vs. logP\log P and the slope gives 1/n1/n, intercept gives logk\log k).

xm=kP1/n,n1\frac{x}{m} = k P^{1/n}, \quad n \geq 1

Linear form: logxm=logk+1nlogP\log\dfrac{x}{m} = \log k + \dfrac{1}{n}\log P

Limitations: only valid at moderate PP. At very low or very high PP, deviates significantly.

Alternative Method

Take the ratio of the two data points to eliminate kk:

(x/m)1(x/m)2=(P1P2)1/n\frac{(x/m)_1}{(x/m)_2} = \left(\frac{P_1}{P_2}\right)^{1/n}

0.40.8=(0.51.0)1/n\frac{0.4}{0.8} = \left(\frac{0.5}{1.0}\right)^{1/n}

0.5=(0.5)1/n    1/n=1    n=10.5 = (0.5)^{1/n} \implies 1/n = 1 \implies n = 1

Then back-substitute to find kk. Same answer, fewer algebraic steps.

For NEET, the Freundlich isotherm question is almost always solvable by taking the ratio to eliminate kk in one step. Memorise this shortcut.

Common Mistake

Students sometimes confuse the Freundlich isotherm with the Langmuir isotherm:

xm=abP1+aP\frac{x}{m} = \frac{abP}{1 + aP}

The two have different functional forms and different applicability. Freundlich is empirical (works at moderate pressure); Langmuir assumes monolayer adsorption (valid up to higher pressures, saturates as PP \to \infty).

Another trap: writing 1/n1/n vs nn in the formula. The Freundlich isotherm uses P1/nP^{1/n}, not PnP^n. Read it as “P to the (1 over n)”.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next