Question icon
Grade 12th passPhysical Chemistry

How to find k2 in eq.,
tmax=ln(k1/k2) /(k2-k1) if k1 and tmax is given

Profile image of Navnath borse
7 Years agoGrade 12th pass
Answers icon

1 Answer

Profile image of Anish Singhal
7 Years ago

To find \( k_2 \) in the equation \( t_{max} = \frac{\ln(k_1/k_2)}{(k_2 - k_1)} \) when \( k_1 \) and \( t_{max} \) are provided, we need to rearrange the equation to isolate \( k_2 \). This involves a series of algebraic steps, so let’s break it down methodically.

Step-by-Step Solution

Given the equation:

tmax = ln(k1/k2) / (k2 - k1)

First, multiply both sides by \( (k_2 - k_1) \) to eliminate the denominator:

tmax \cdot (k2 - k1) = ln(k1/k2)

Next, we can rearrange this to express it in terms of \( ln(k1/k2) \):

ln(k1/k2) = tmax \cdot (k2 - k1)

Now, we need to exponentiate both sides to remove the natural logarithm:

k1/k2 = e^{tmax \cdot (k2 - k1)}

From this equation, we can express \( k_2 \) in terms of \( k_1 \) and the exponential term:

k2 = k1 / e^{tmax \cdot (k2 - k1)}

Isolate \( k_2 \)

To isolate \( k_2 \) more effectively, we can switch our approach slightly by substituting \( e^{tmax \cdot (k2 - k1)} \) with a new variable \( x \):

  • Let x = e^{tmax \cdot (k2 - k1)}

This substitution leads to:

k2 = k1 / x

Substituting Back to Find \( k_2 \)

Now, we can substitute \( k_2 \) back into the equation for \( x \):

x = e^{tmax \cdot (k1/x - k1)}

This is a transcendental equation that may require numerical methods or iterative techniques to solve for \( k_2 \) depending on the values of \( k_1 \) and \( t_{max} \). You can start with an initial guess for \( k_2 \) and refine it using methods like the Newton-Raphson method or other root-finding algorithms.

Example Calculation

Suppose \( k_1 = 5 \) and \( t_{max} = 2 \). We substitute these values into our rearranged equation to iteratively calculate \( k_2 \):

  • Start with an estimate for \( k_2 \), for instance, \( k_2 = 1 \).
  • Compute \( x \) using the equation \( x = e^{t_{max} \cdot (k_1/k_2 - k_1)} \).
  • Update \( k_2 \) using \( k_2 = k_1 / x \).
  • Repeat until \( k_2 \) converges to a stable value.

This approach combines algebraic manipulation and numerical methods to find \( k_2 \) effectively. If you have specific values for \( k_1 \) and \( t_{max} \), I can walk you through the calculations step by step!