∫Calc Practice
Home›Calculus 1›Power rule›Problem 2.379

Derivative of \( \displaystyle e^{6 x} \)

Problem 2.379 · medium Mental math

Differentiate \( \displaystyle f(x) = e^{6 x} \).
  1. \[ \frac{d}{d x} e^{6 x} \]
    Start with the derivative of the function.✓ Proved
  2. \[ = 6 e^{6 x} \]
    exponentialApply the rule for differentiating the exponential function e^{u(x)}.✓ Proved
Answer \( 6 e^{6 x} \)

Every line of this solution was proved by the computer algebra system SymPy. The answer was also checked a second way, without looking at the solution. The reviewers disagree about how one step is explained; every verdict is in the receipt.

The full receipt
LineStatusChecked byDetail
1✓ Provedsympy 1.14.0line 1 is the problem as stated
2✓ Provedsympy 1.14.0simplify(a - b) reduced to 0
answer✓ Provedsympy 1.14.0final line against the stated answer: simplify(a - b) reduced to 0
answer, a second way✓ Provedsympy 1.14.0SymPy differentiated f directly and got the stated answer

Reviewers

  • gpt-oss:20b: fail (error) — Step 2 applies both the exponential rule and the chain rule at once, but labels it only as "exponential". Each step must change only one thing and use a single, correctly named rule.
  • qwen3.6:27b-mlx: fail (error) — Step 2 applies both the chain rule and the exponential derivative rule simultaneously to transform d/dx(exp(6x)) to 6*exp(6x). The contract requires each step to change only one thing; this step should have been split into applying the chain rule first, then the exponential derivative.
Every verdict on record (6)
  • qwen3.6:27b-mlx: fail (error) 2026-09-21 — Step 2 applies both the chain rule and the exponential derivative rule simultaneously to transform d/dx(exp(6x)) to 6*exp(6x). The contract requires each step to change only one thing; this step should have been split into applying the chain rule first, then the exponential derivative.
  • gpt-oss:20b: fail (error) 2026-09-21 — Step 2 applies both the exponential rule and the chain rule at once, but labels it only as "exponential". Each step must change only one thing and use a single, correctly named rule.
  • qwen3.6:27b-mlx: fail (error) 2026-09-20 — Step 2 applies both the chain rule (differentiating the inner function 6x) and the exponential rule simultaneously, violating the one-rule-per-step constraint. It should be split into a chain rule step and an exponential rule step.
  • gpt-oss:20b: fail (style) 2026-09-20 — Step 1 has no rule label, and step 2 incorrectly labels the chain rule as "exponential".
  • qwen3.6:27b-mlx: pass 2026-09-20 — The solution correctly applies the chain rule via the exponential rule label, and the single step transformation is valid.
  • gpt-oss:20b: pass 2026-09-20

Proved: SymPy reduced the difference between the two sides to zero. Checked independently: a separate method, named above, confirmed it. Checked numerically: the two sides agree at every sampled point, which is evidence, not proof. Reviewed: a model or a person read it; that is all a sentence can have. Solution by gemma4:26b, checked 2026-09-26 with SymPy 1.14.0.