Students can understand the calculus and still lose credit because the written work does not state the mathematics precisely enough. This happens most often with notation, justification, units, and calculator setups. None of these are separate from the mathematics. They are how the reasoning is communicated, and the habits below are worth making automatic before the exam.

Keep the differential

An integral needs its differential. Write \(\textstyle\int f(x)\,dx\), not simply the integrand or an integral expression with no variable of integration. The differential tells the reader which variable is being integrated, and during substitution it also records the actual change of variables. If \(u=x^2+1\), then \(du=2x\,dx\), so

\[\int 2x\sqrt{x^2+1}\,dx = \int \sqrt{u}\,du = \frac{2}{3}u^{3/2}+C = \frac{2}{3}(x^2+1)^{3/2}+C\]

Every integral in the chain has a differential. This becomes especially important with definite integrals, where a substitution may require changing both the variable and the bounds, and clear notation makes that change visible.

Include the constant of integration

Every indefinite integral needs a constant. If you solve \(\tfrac{dy}{dx}=2xy\) with \(y(0)=3\), separation gives \(\textstyle\int \tfrac{dy}{y} = \int 2x\,dx\), so \(\ln\vert y\vert = x^2+C\). The constant appears when the integration happens. After exponentiating, \(y=Ae^{x^2}\), and the initial condition gives \(A=3\), so \(y=3e^{x^2}\). Writing \(y=e^{x^2}+C\) is not a harmless notation change. It describes a different family of functions.

Say what quantity you are evaluating

The expressions \(f(2)\) and \(f'(2)\) are different quantities. The first is the value of the function, the second the value of the derivative. Likewise, \(\left.\tfrac{dy}{dx}\right\vert_{x=2}\) means the derivative evaluated at \(x=2\). If \(\tfrac{dy}{dx}=3x^2\), then \(\left.\tfrac{dy}{dx}\right\vert_{x=2}=12\), and writing simply \(\tfrac{dy}{dx}=12\) would make a false statement about the derivative for all \(x\). Be clear about whether the problem asks for a function value, a rate of change, a slope, or an accumulated quantity.

Use the equals sign only for equal quantities

A chain of equations should be true at every step. For example, \(x^2=2x=6\) cannot be used to mean “the derivative of \(x^2\) at 3 is 6.” Instead, write \(f(x)=x^2,\; f'(x)=2x,\; f'(3)=6\).

The same issue appears with definite integrals. The chain \(\textstyle\int_0^3 x^2\,dx = \tfrac{x^3}{3} = 9\) is not correct, because the definite integral is a number while \(x^3/3\) is a function. A correct evaluation is

\[\int_0^3 x^2\,dx = \left[\frac{x^3}{3}\right]_0^3 = 9\]

Each line now states an actual equality.

Justify in words

When a problem asks for justification, a sign chart or numerical result is usually not enough by itself. State the claim and the mathematical reason. A complete justification reads “\(f\) has a relative minimum at \(x=2\) because \(f'\) changes from negative to positive at \(x=2\),” or “the graph of \(f\) is concave down on \((1,4)\) because \(f''(x)<0\) there,” or “the particle is slowing down at \(t=3\) because velocity and acceleration have opposite signs.”

When a theorem is required, state the relevant hypotheses as well as the conclusion. For the Mean Value Theorem, a complete justification might be: “\(f\) is continuous on \([1,4]\) and differentiable on \((1,4)\), so by the Mean Value Theorem there is some \(c\in(1,4)\) such that \(f'(c)=\tfrac{f(4)-f(1)}{3}\).” Naming the theorem without checking its conditions leaves part of the reasoning unstated.

Carry the units and the interpretation

A definite integral of a rate is an accumulated change, so if a problem is written in context, the answer should say what the number represents. Instead of writing only \(42\), write something like “the tank gained 42 gallons between \(t=0\) and \(t=6\).” Interpretation questions usually require some combination of the quantity, units, time or interval, and direction of change. Compare “\(W'(5)=-2\)” with “at \(t=5\) hours, the temperature of the water is decreasing at a rate of 2 degrees Fahrenheit per hour.” The second statement interprets the derivative rather than simply repeating its value.

Keep the limit notation until the limit is evaluated

The derivative is defined as

\[f'(x) = \lim_{h\to0} \frac{f(x+h)-f(x)}{h}\]

Keep the limit notation attached while you simplify the expression, and drop it only after the limit has actually been evaluated. The same applies to improper integrals in BC, where \(\textstyle\int_1^\infty \tfrac{1}{x^2}\,dx\) is defined through \(\textstyle\lim_{b\to\infty}\int_1^b \tfrac{1}{x^2}\,dx\). The limit is part of the definition, and writing only the final number skips the mathematical step that makes the improper integral meaningful.

Calculator answers still need setups

On calculator-active questions, write the mathematical setup before reporting the decimal result, as in

\[\int_0^8\left(R(t)-P(t)\right)\,dt \approx 47.312\]

The calculator supplies the numerical evaluation, but your written work still has to identify the quantity being evaluated. Keep full precision in intermediate calculations whenever possible, because rounding intermediate values can move the final answer enough to lose accuracy at the third decimal place.

The larger point is simple. Clear notation makes your reasoning visible, and when the work is written precisely, a grader can see what quantity you calculated, why the step was valid, and what the answer means.