ConceptFunctions & Sequences
← All conceptsDomain, range, equal functions, and recovering f(x)
9 ways this goes wrong. Each one is a named misconception the questions are built to catch.
- Denominator zero allowedFails to exclude values that make a denominator zero.→
- Domain conditions not intersectedLists separate conditions but fails to intersect them for the final domain.→
- Equal-function domain ignoredCalls two expressions the same function despite different domains (e.g. √x2 vs x, |x| vs x).→
- Induced domain droppedRecovers f(x) from f(g(x)) but omits the domain restriction from the inner substitution (e.g. |t|≥2 for x+1/x).→
- Log-argument positivity ignoredForgets the logarithm argument must be strictly positive.→
- Non-integer-power base not positiveAllows a zero or negative base under a non-integer/negative fractional exponent.→
- Radicand inequality direction wrongUses the wrong sign for the under-radical nonnegativity condition.→
- Second functional equation not formedFails to substitute 1-x (or the symmetric argument) to build the second equation needed to solve for f(x).→
- t=2x positivity forgottenSubstitutes t=2x to get a quadratic but forgets t must be positive when back-solving for the domain.→
