Asymptote = a line the curve approaches (vertical, horizontal, or oblique). See Rational functions and asymptotes.
Critical point = where f′(x)=0orf′ is undefined.
Two pictures to keep in your mind's eye for the whole page. First, what f′ and f′′look like on a real curve:
Look at the red tangent arrows: where they slope up the function rises (f′>0); where they slope down it falls (f′<0); at the peak the tangent is flat (f′=0). The bending — cup vs cap — is the f′′ story layered on top.
Second, the tool almost every "trap" abuses — the sign chart. It compresses all the calculus into a number line of + and − marks:
A sign chart only carries meaning at points inside the domain and only flags a feature where the sign actually changes. Half the traps below are people reading a sign chart wrong — keep this picture handy.
Every answer must give the reason, not just the verdict.
Every point where f′(x)=0 is a local maximum or minimum.
False. f′ must change sign there; e.g. f(x)=x3 has f′(0)=0 yet the curve keeps rising through a flat inflection.
If f′′(x0)=0 then x0 is an inflection point.
False. f′′ must actually change sign at x0; e.g. f(x)=x4 has f′′(0)=0 but stays concave-up on both sides, so no inflection.
A curve can never cross its horizontal asymptote.
False. The horizontal asymptote only controls behaviour as x→±∞; f(x)=xsinx crosses y=0 infinitely often before settling.
A curve can never cross its vertical asymptote.
True. A vertical asymptote sits at an x-value excluded from the domain, so no point of the graph has that x-coordinate — nothing to cross.
If f is even, it can still have an oblique (slant) asymptote.
False. An even function is symmetric about the y-axis, so any slant line y=mx+c it approached on the right forces the mirror line y=−mx+c on the left — a single oblique asymptote can't satisfy both, so evenness rules them out (only horizontal asymptotes survive).
A polynomial of degree ≥1 always has at least one x-intercept.
False. Odd-degree polynomials must cross (ends go opposite ways), but even-degree ones like f(x)=x2+1 never touch the x-axis.
If f′(x)>0 on an interval, then f(b)>f(a) for any a<b in it.
True. Provided f is continuous on [a,b] and differentiable on (a,b), the Mean Value Theorem gives f(b)−f(a)=f′(c)(b−a) for some c∈(a,b); with f′(c)>0 and b−a>0 the difference is positive. See Mean Value Theorem.
If f is increasing on an interval, then f′(x)>0 throughout it.
False. Increasing only forces f′(x)≥0; f(x)=x3 is strictly increasing yet f′(0)=0.
A function that is concave up everywhere has no local maximum in the interior of its domain.
True. Concave up means the curve lies above its tangents, so any interior critical point is a minimum. Caveat: a maximum can still occur at an endpoint or as a boundary/limiting value — concavity only rules out interior maxima, not boundary ones.
If a rational function has a factor (x−a) only in its denominator (not cancelled by the numerator), then x=a is a vertical asymptote.
True. A denominator-zero produces a vertical asymptote only when the factor does not cancel; if the same factor also divides the numerator it cancels to a removable hole instead (see the edge-case section), so the "uncancelled" condition is the real rule.
Read the flawed reasoning, then say exactly which step breaks.
"For f(x)=x2−1x2 the asymptote is y=1, so the curve must stay below y=1 everywhere."
Wrong. The horizontal asymptote is only the end behaviour. Between the walls (∣x∣<1) the function is actually negative; outside (∣x∣>1) it sits abovey=1. The line y=1 isn't a ceiling.
"f′(x)=(x2−1)2−2x is zero at x=0 and undefined at x=±1, so I have three critical points: 0,1,−1."
Wrong. Critical points must lie in the domain. Here x=±1 are excluded (asymptotes), so they are not critical points — only x=0 is.
"f′′ changes sign at x=±1 for f(x)=x2−1x2, therefore there are inflection points at x=±1."
Wrong. A genuine inflection point must be a point on the curve. At x=±1 the function isn't defined, so the concavity flips across a gap, not at an actual point — no inflection there.
"f(x)=x3 has f′(0)=0 and f′′(0)=0, and since f′′ is inconclusive I can't classify x=0."
The Second Derivative Test is inconclusive, but the First Derivative Test finishes the job: f′=3x2≥0 on both sides (no sign change), so x=0 is a flat inflection, not an extremum.
"To find the oblique asymptote of f(x)=x−1x2+1 I take limx→∞xf(x)=1, so the asymptote is y=x."
You found m=1 correctly but stopped early. You still need c=limx→∞(f(x)−x), which gives c=1, so the asymptote is y=x+1, not y=x.
"I computed the domain, intercepts, and derivatives, but I got the same peak whether or not I noticed the point x=2 isn't in the domain — so the domain step is optional."
Wrong in general. An excluded point can sit exactly where you'd otherwise draw a smooth curve, producing a phantom feature. Skipping the domain step is how hidden holes and asymptotes get missed — it's always step 1.
These check that you know why each tool is the right one.
Why do we use the sign of f′ rather than its exact value to decide increasing/decreasing?
Because monotonicity only needs the direction of change; via the Mean Value Theorem the sign of f′ alone fixes the sign of f(b)−f(a), so magnitude is irrelevant for the trend.
Why does f′′ (the derivative of the slope) measure bending rather than steepness?
Steepness is f′ itself; f′′ tells you whether that steepness is growing (slope turning upward, concave-up cup) or shrinking (concave-down cap), which is exactly what "bending" means.
Why is the domain checked first in the checklist?
Every later step — intercepts, asymptotes, sign charts — only makes sense on the set where f exists; an excluded point can be a hidden asymptote or hole that reshapes the whole picture.
Why does polynomial long division reveal the oblique asymptote?
Division writes f(x)=mx+c+Q(x)R(x) where the remainder fraction →0 as x→∞, so the curve is squeezed onto the line mx+c — the leftover term literally vanishes at the ends.
Why does symmetry (f(−x)=f(x) or −f(x)) save work?
You only analyse x≥0, then mirror: even functions reflect across the y-axis, odd functions rotate 180∘ about the origin, so half the sign-chart carries over automatically.
Why can't a limit like limx→∞f(x) ever produce a vertical asymptote?
A vertical asymptote is about x approaching a finite value while f→±∞; the limit at infinity varies x, not y, so it can only reveal horizontal (or oblique) end behaviour. See Limits and continuity.
Why is a critical point where f′ is undefined still worth checking?
Extrema can occur at sharp corners or cusps (e.g. f(x)=∣x∣ at 0) where the slope doesn't exist; ignoring them would miss real maxima and minima.
Numerator and denominator both vanish, so x=1 is a removable hole, not an asymptote: f simplifies to x+1 with a single point punched out at (1,2).
Can a function have infinitely many critical points on a bounded interval?
Yes. f(x)=x2sin(1/x) (with f(0)=0) oscillates ever faster near 0, giving critical points accumulating at the origin — the sign chart can't be a finite list there.
What does the graph do at a critical point where f′ changes +→+ (no sign change) but f′=0?
It momentarily flattens and then keeps climbing — a stationary inflection (like x3 at 0), which is neither a max nor a min.
If both f′(x0)=0 and f′′(x0)=0, is the point automatically an inflection?
No. Both being zero is inconclusive; you must test sign changes. x4 at 0 has f′=f′′=0 yet is a genuine minimum, while x3 at 0 is an inflection.
Does a horizontal asymptote at +∞ have to equal the one at −∞?
No. A function can approach different horizontal levels on each side, e.g. f(x)=x2+1x tends to +1 as x→+∞ and −1 as x→−∞ — two separate horizontal asymptotes.
What is the concavity of a straight line, and does it have inflection points?
A line has f′′≡0 everywhere, so it is neither concave up nor down and has no inflection points — concavity requires actual bending, which a line never does.
Can a function be both even and odd?
Only the zero function f(x)=0. Evenness gives f(−x)=f(x) and oddness gives f(−x)=−f(x); together they force f(x)=−f(x), hence f(x)=0 for all x.
At a vertical asymptote, must the curve go to +∞ on both sides?
No. The two one-sided limits can differ in sign — e.g. f(x)=x1 dives to −∞ from the left of 0 and shoots to +∞ from the right; you must check each side separately.
Recall One-line summary of the trap pattern
Almost every trap here is one of three shapes: (1) confusing a necessary condition (f′=0, f′′=0) with a sufficient one — always demand a sign change; (2) treating an asymptote as a barrier instead of a limiting behaviour; (3) forgetting the domain, which turns "asymptotes" into holes and phantom critical points on and off. Reason, don't reflex.