Question:medium

In a first order reaction, the reactant decomposes 25% of its initial concentration in 40 minutes. What is the value of rate constant of the reaction? (Given: $\log 3 = 0.4771$, $\log 4 = 0.6021$)

Show Hint

For 1st order reactions, always use $k = \frac{2.303}{t} \log \frac{a}{a-x}$ and convert percentage directly into fraction form.
Updated On: Jul 18, 2026
  • $7.19 \times 10^{-3} \, \text{min}^{-1}$
  • $2.19 \times 10^{-3} \, \text{min}^{-1}$
  • $5.19 \times 10^{-3} \, \text{min}^{-1}$
  • $1.19 \times 10^{-3} \, \text{min}^{-1}$
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Start from the exponential decay law instead of the log-ratio formula.
For a first order reaction, the concentration remaining after time $t$ follows $a - x = a\,e^{-kt}$, or in fraction form:
\[ \frac{a-x}{a} = e^{-kt} \]

Step 2: Fill in what "25% decomposed" means.
If 25% of the reactant has broken down, 75% remains, so $\dfrac{a-x}{a} = 0.75 = \dfrac{3}{4}$, and the time given is $t = 40$ minutes.
\[ \frac{3}{4} = e^{-k(40)} \]

Step 3: Take the natural log of both sides.
\[ \ln\left(\frac{3}{4}\right) = -40k \]
\[ -40k = \ln 3 - \ln 4 \]

Step 4: Convert natural log to base 10 log using $\ln x = 2.303 \log x$, so we can use the given log values.
\[ -40k = 2.303(\log 3 - \log 4) = 2.303(0.4771 - 0.6021) = 2.303 \times (-0.1250) \]
\[ -40k = -0.2879 \]

Step 5: Solve for k.
\[ k = \frac{0.2879}{40} = 0.0071975 \approx 7.19 \times 10^{-3}\ \text{min}^{-1} \]
Notice this reaches the same value as the log(a/(a-x)) route, just approached from the decay law side instead.

Step 6: Final answer.
\[ \boxed{7.19 \times 10^{-3}\ \text{min}^{-1}} \]
Was this answer helpful?
0