Continuity and Differentiability forms the foundational bridge to Calculus. While students generally learn the differentiation formulas, they often struggle with the theoretical definitions of limits, continuous functions, and applying the chain rule to complex composite functions.
The Core Problem: Ignoring the Left-Hand and Right-Hand Limits
The fundamental definition of continuity at a point $x=c$ requires three conditions to be met: the Left-Hand Limit (LHL) must exist, the Right-Hand Limit (RHL) must exist, and $\text{LHL} = \text{RHL} = f(c)$.
Students often hastily calculate just one limit and assume it equals the value of the function. For piecewise functions or functions involving absolute values, greatest integer functions, or signum functions, calculating both LHL and RHL separately is strictly required. Skipping this step leads to incorrect conclusions about continuity.
Mistake 1: Misunderstanding the Relationship Between Continuity and Differentiability
A classic true/false or conceptual question is: "Is every continuous function differentiable?"
The most common mistake is assuming that continuity guarantees differentiability. It does not. A function can be continuous but not differentiable at sharp corners or cusps (e.g., $f(x) = |x|$ is continuous at $x=0$ but not differentiable there). However, the converse is true: every differentiable function is continuous. Confusing this one-way implication shows a lack of deep conceptual understanding.
Why The Chain Rule Feels Harder Than It Is
The chain rule is the most essential tool for differentiating composite functions. Students struggle when the function has multiple layers, such as $y = \sin(\log(\sqrt{x^2+1}))$.
The mistake occurs when students try to differentiate all layers simultaneously or forget a layer entirely. The process must be strictly sequential: differentiate the outside function first, leaving the inside untouched, then multiply by the derivative of the inside function. Writing out intermediate substitutions ($u$, $v$, $w$) can prevent these skipped-layer errors, but students often try to do it all in their heads.
Mistake 2: Errors with Logarithmic Differentiation
Logarithmic differentiation is a powerful technique for differentiating functions of the form $y = [f(x)]^{g(x)}$ (variable raised to a variable power) or products/quotients of many terms.
A major mistake happens when students have an equation like $y = u^v + p^q$. They incorrectly take the logarithm of both sides directly as $\log y = \log(u^v + p^q)$ and then erroneously expand it as $\log(u^v) + \log(p^q)$. The logarithm of a sum is NOT the sum of logarithms ($\log(A+B) \neq \log A + \log B$). The correct method is to split the function, solve $u^v$ and $p^q$ separately using logs, and then add their derivatives.
Differentiating Parametric Equations Is More Detailed Than Students Think
When $x$ and $y$ are given as functions of a third variable (parameter) like $t$ or $\theta$, students must find $\frac{dy}{dx}$.
The formula is straightforward: $\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}$. The mistake rarely happens in the first derivative. The disaster occurs when calculating the second derivative, $\frac{d^2y}{dx^2}$. Students often incorrectly calculate it as $\frac{\frac{d^2y}{dt^2}}{\frac{d^2x}{dt^2}}$. The correct method involves applying the chain rule again: $\frac{d^2y}{dx^2} = \frac{d}{dx}\left(\frac{dy}{dx}\right) = \frac{d}{dt}\left(\frac{dy}{dx}\right) \cdot \frac{dt}{dx}$. Forgetting to multiply by $\frac{dt}{dx}$ (which is the reciprocal of $\frac{dx}{dt}$) is a very frequent error.
Mistake 3: Forgetting the Domains of Inverse Trigonometric Functions
Differentiating inverse trigonometric functions often involves simplifying the expression first using trigonometric substitutions.
Students correctly substitute and simplify, for example, getting $y = \sin^{-1}(\sin \theta)$. They then blithely write $y = \theta$. This is only true if $\theta$ falls within the principal value branch of $\sin^{-1}x$, which is $[-\pi/2, \pi/2]$. Examiners intentionally design questions where $\theta$ falls outside this range, requiring adjustment using trigonometric identities (like $\sin(\pi - x) = \sin x$). Ignoring the domain constraints leads to completely wrong derivatives.
Start practising Maths MCQs here to master these concepts and permanently fix these mistakes.