Fundamental Common pitfalls

  • Treating a formula as a full Function. A function also needs a Domain and codomain.
  • Saying “the inverse of is ” without restricting the domain. On , is not one-to-one; on it is invertible onto .
  • Confusing inverse notation with reciprocal notation. usually means inverse function, not .
  • Ignoring composition order. means apply first, then .
  • Forgetting that requires for real-valued logarithms.
  • Cancelling terms across addition: in general. Factor first, then cancel common non-zero factors.
  • Dividing by a variable expression without checking whether it could be zero.
  • Mixing exact and approximate values of Euler’s number. epprox2.71828 is useful numerically, but symbolic manipulation should keep exact where possible.
  • Dropping units in applied problems. The derivative of position with respect to time is not just a number; it is Velocity with units such as m s.

Default rescue move: write down the domain, codomain, and restrictions before simplifying.