## Enzyme Inhibition and Michaelis-Menten Parameters ### Mechanism of Each Inhibitor Type ```mermaid flowchart TD A[Enzyme Inhibitor]:::outcome --> B{Binds to enzyme?}:::decision B -->|ES complex only| C[Uncompetitive]:::outcome B -->|Free E and ES| D{Reversible?}:::decision D -->|Yes, competes with S| E[Competitive]:::outcome D -->|No, independent of S| F[Non-competitive]:::outcome E --> E1[↑ Km, Vmax unchanged]:::action F --> F1[↓ Vmax, Km unchanged]:::action C --> C1[↓ Both Vmax and Km equally]:::action ``` ### Detailed Analysis of Each Statement **Option 0 — Competitive Inhibition (TRUE)** - Inhibitor competes with substrate for the **active site** - Michaelis-Menten equation becomes: $v = \frac{Vmax \cdot [S]}{Km(1 + \frac{[I]}{Ki}) + [S]}$ - Apparent Km = Km × (1 + [I]/Ki) → **Km increases** - Vmax remains **unchanged** (at very high [S], inhibitor is displaced) - Lineweaver-Burk plot: **parallel lines with different slopes, same y-intercept** - **TRUE statement** **Option 1 — Non-competitive Inhibition (TRUE)** - Inhibitor binds to **both free enzyme (E) and enzyme-substrate complex (ES)** - Binding is **independent of substrate concentration** - Michaelis-Menten equation becomes: $v = \frac{Vmax \cdot [S]}{(1 + \frac{[I]}{Ki})(Km + [S])}$ - Vmax decreases by factor (1 + [I]/Ki) → **Vmax decreases** - Km remains **unchanged** (ratio of rate constants unchanged) - Lineweaver-Burk plot: **intersecting lines (left of y-axis)** - **TRUE statement** **Option 3 — Competitive Inhibition Reversibility (TRUE)** - Because competitive inhibitors compete for the **same active site** as substrate - At sufficiently high [S], substrate **outcompetes** the inhibitor - The inhibition can be **completely overcome** by substrate saturation - This is the defining characteristic of reversible competitive inhibition - **TRUE statement** ### Incorrect Statement (Option 2) — THE ANSWER **Option 2 — Uncompetitive Inhibition (FALSE)** Uncompetitive inhibitors bind **only to the ES complex**, not to free enzyme. - Michaelis-Menten equation becomes: $v = \frac{Vmax \cdot [S]}{(1 + \frac{[I]}{Ki})(Km + [S])}$ - **Both Vmax and Km are divided by the same factor** (1 + [I]/Ki) - Vmax(apparent) = Vmax / (1 + [I]/Ki) → **decreases** - Km(apparent) = Km / (1 + [I]/Ki) → **decreases** - The **ratio Vmax/Km is NOT maintained**; instead, **both decrease equally in absolute terms** - Lineweaver-Burk plot: **parallel lines (same slope, different intercepts)** - The statement claims the "ratio" is maintained, which is **misleading and incorrect** ### Comparison Table | Inhibitor Type | Km | Vmax | Lineweaver-Burk | Reversible by [S]? | |---|---|---|---|---| | **Competitive** | ↑ (apparent) | → (unchanged) | Lines intersect (left of y-axis) | Yes | | **Non-competitive** | → (unchanged) | ↓ | Lines intersect (right of y-axis) | No | | **Uncompetitive** | ↓ | ↓ | Parallel lines | No | **Key Point:** Uncompetitive inhibitors decrease **both parameters equally** (as a proportion), but the statement's phrasing about "maintaining the ratio" is technically incorrect because both absolute values decrease. **High-Yield:** Uncompetitive inhibition is **rare in practice** but frequently tested. Remember: it's the only inhibitor that **decreases Km** (makes enzyme appear more efficient). **Mnemonic:** "**C**ompetitive = **C**ompetes (↑Km); **N**on-competitive = **N**o change to Km; **U**ncompetitive = **U**nique (↓Km)." [cite:Lehninger Principles of Biochemistry Ch 8]
Sign up free to access AI-powered MCQ practice with detailed explanations and adaptive learning.