∫Calc Practice

Derivative of \( \displaystyle \ln{\left(x - 3 \right)} \)

Problem 2.717 · easy Mental math

Differentiate \( \displaystyle f(x) = \ln{\left(x - 3 \right)} \).
  1. \[ \frac{d}{d x} \ln{\left(x - 3 \right)} \]
    Start with the derivative of the function.✓ Proved
  2. \[ = \frac{1}{x - 3} \]
    derivativeApply the derivative rule for the natural logarithm.✓ Proved
Answer \( \frac{1}{x - 3} \)
Mind the domain. The answer is also defined on (-oo, 3), where f(x) is not. Substituting there gives a number that is not a slope of f.

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
log is undefined for non-positive arguments
undefined where x - 3 = 0
answer✓ Provedsympy 1.14.0final line against the stated answer: simplify(a - b) reduced to 0
undefined where x - 3 = 0
answer, a second way✓ Provedsympy 1.14.0SymPy differentiated f directly and got the stated answer

Reviewers

  • gpt-oss:20b: fail (style) — Step 1 uses an unlabelled rule and does not actually apply any transformation; it should be labeled with an appropriate rule such as "rewrite" or omitted entirely.
  • qwen3.6:27b-mlx: fail (error) — Step 2 applies the derivative of the logarithm but fails to apply the chain rule for the inner function (x - 3). While the algebraic result is coincidentally correct because the derivative of (x - 3) is 1, the step claims to use only the 'derivative' rule, ignoring the composition structure. This is a defect because it skips the chain rule application, which is required by the 'one thing per step' contract when differentiating a composite function.
Every verdict on record (4)
  • qwen3.6:27b-mlx: fail (error) 2026-09-21 — Step 2 applies the derivative of the logarithm but fails to apply the chain rule for the inner function (x - 3). While the algebraic result is coincidentally correct because the derivative of (x - 3) is 1, the step claims to use only the 'derivative' rule, ignoring the composition structure. This is a defect because it skips the chain rule application, which is required by the 'one thing per step' contract when differentiating a composite function.
  • gpt-oss:20b: fail (style) 2026-09-21 — Step 1 uses an unlabelled rule and does not actually apply any transformation; it should be labeled with an appropriate rule such as "rewrite" or omitted entirely.
  • qwen3.6:27b-mlx: fail (error) 2026-09-21 — Step 2 applies the derivative of the natural logarithm but fails to apply the chain rule for the inner function (x - 3). While the algebraic result is coincidentally correct because the derivative of (x - 3) is 1, the step claims to apply only the 'derivative' rule for log, ignoring the necessary chain rule application required by the contract.
  • gpt-oss:20b: fail (style) 2026-09-21 — [domain objection, downgraded to style] Step 1 does not change the expression and is labeled with an undefined rule. It should either be omitted or labeled as a rewrite/simplify step that merely restates the derivative operation.

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.