In review — free for everyone. While a book is in review you are one of its reviewers: read it, use it, and tell us what is wrong. When the reports settle, the Class 12 pass is ₹999 for the year and this book’s PDF is ₹299.
Unbroken vs smooth
Class 11 introduced limits and derivatives as tools: a limit described how a function behaves near a point, and a derivative measured how fast the function changes there. Both rested on an intuitive sense of smoothness, without settling exactly what the words mean. This chapter makes that meaning precise, and in doing so separates two properties that look alike on a graph but are not the same.
A function is continuous at a point when its graph has no break there — the limit of the function as x approaches the point matches the value of the function at that point. A function is differentiable at a point when its graph has a well-defined tangent there — the difference quotient $(f(a+h)-f(a))/h$ settles to a single value as h approaches 0 from either side. Differentiability always forces continuity: a well-defined tangent cannot exist where the graph itself breaks. The reverse implication fails: a graph can be unbroken at a point and still have a sharp corner there, so that no single tangent line is defined; $|x|$ at $x=0$ is the standard case, worked out later in this chapter.
That gap between continuous and differentiable is the chapter’s organising fact. Once it is settled, the chain rule, implicit and logarithmic differentiation, parametric and second-order derivatives, and Rolle’s theorem and the Mean Value Theorem all extend the same differentiation apparatus, built on functions already known to be differentiable.
Continuity at a point
A function f is continuous at x=a when three quantities all agree: the left-hand limit $\lim_{x \to a^-} f(x)$, the right-hand limit $\lim_{x \to a^+} f(x)$, and the value $f(a)$ itself.
The left-hand limit (LHL) and the right-hand limit (RHL) are the same two-sided limit $\lim_{x \to a} f(x)$, split by the direction from which x approaches a: LHL restricts x to values less than a, RHL restricts x to values greater than a. Both measure how the function’s value behaves near a; neither should be confused with the one-sided derivatives — the left-hand derivative and right-hand derivative — defined later in this chapter, which measure the behaviour of a slope, not of $f(x)$ itself.
Continuity at a requires all three quantities to coincide: $\text{LHL} = \text{RHL} = f(a)$. Failure can happen in three distinct ways. The one-sided limits can disagree with each other, so the two-sided limit does not exist. Either one-sided limit can fail to exist outright. Or the one-sided limits can agree with each other but not with $f(a)$, so the two-sided limit exists yet does not equal the function’s actual value at the point. Each of these three cases is a discontinuity at a.
Algebra of continuous functions
If f and g are both continuous at x=a, then so are the sum $f+g$, the difference $f-g$, and the product $f \cdot g$, with no further condition on f or g required beyond continuity itself. The quotient $f/g$ is continuous at a as well, but only when $g(a) \neq 0$; continuity of a quotient is never automatic at a point where the denominator vanishes, since the quotient itself is undefined there.
Composition inherits continuity along the same lines: if g is continuous at a and f is continuous at g(a), then the composite function f(g(x)) is continuous at a. The two continuity conditions apply at two different points — g must be continuous at a itself, while f must be continuous at the value g(a) that g produces there.
These rules explain why familiar classes of functions are continuous wherever they are defined. Every polynomial is built from sums and products of the identity function and constants, both continuous everywhere, so every polynomial is continuous everywhere on its domain. Sums, differences, and products of continuous functions stay continuous; quotients stay continuous away from zeros of the denominator; and compositions of continuous functions stay continuous.
Continuity of a piecewise function
Test continuity of a piecewise function at x=1
- $f(x) = x^2$ for $x \leq 1$, and $f(x) = 2x - 1$ for $x > 1$
Given piecewise definition; test continuity at x=1. - at $x=1$: $\text{LHL} = \lim_{x \to 1^-} x^2 = 1$
For $x<1$, $f(x)=x^2$ applies; evaluate the limit as x approaches 1 from the left. - at $x=1$: $\text{RHL} = \lim_{x \to 1^+} (2x-1) = 2(1)-1 = 1$
For $x>1$, $f(x)=2x-1$ applies; evaluate the limit as x approaches 1 from the right. - $f(1) = 1^2 = 1$
The point x=1 itself falls under the first piece, $x \leq 1$. - $\text{LHL} = \text{RHL} = f(1) = 1$
All three quantities coincide, so f is continuous at x=1.
LHD, RHD and differentiability
The left-hand derivative (LHD) and the right-hand derivative (RHD) at x=a are one-sided limits of the difference quotient that defines a derivative. $\text{LHD} = \lim_{h \to 0^-} (f(a+h)-f(a))/h$ restricts h to negative values approaching 0, and $\text{RHD} = \lim_{h \to 0^+} (f(a+h)-f(a))/h$ restricts h to positive values approaching 0.
f is differentiable at a precisely when both one-sided limits exist and are equal; their common value is then f'(a). If LHD and RHD disagree, or if either fails to exist, the two-sided limit $\lim_{h \to 0} (f(a+h)-f(a))/h$ does not exist, and f'(a) is undefined even where f itself is otherwise well-behaved.
LHD and RHD ask a different question from the LHL and RHL introduced earlier in this chapter. LHL and RHL test whether the function value f(x) settles to a limit as x approaches a from one side; LHD and RHD test whether the slope of the secant line — the difference quotient $(f(a+h)-f(a))/h$ — settles to a limit as h approaches 0 from one side. The two pairs are computed from different expressions and answer different questions, even though both are built as one-sided limits.
LHD/RHD vs LHL/RHL
LHL, RHL, LHD, and RHD are all introduced as one-sided limits, and the shared machinery invites treating them as interchangeable: compute a one-sided limit near x=a, attach whichever label the question asked for, and move on. The expression under the limit sign is what distinguishes them, and skipping past that expression is exactly where the error happens.
LHL and RHL take the limit of f(x) itself as x approaches a from one side — the quantity inside the limit is the function’s value. LHD and RHD take the limit of the difference quotient $(f(a+h)-f(a))/h$ as h approaches 0 from one side — the quantity inside the limit is a ratio built from two function values and the gap between them, not the function value on its own. These are different expressions with different limits, computed for different purposes: LHL/RHL test continuity, LHD/RHD test differentiability.
The consequence is that a function can pass the LHL/RHL test while failing the LHD/RHD test. $f(x) = |x|$ at $x=0$ does exactly this: $\text{LHL} = \text{RHL} = f(0) = 0$, so f is continuous at 0, yet $\text{LHD} = -1$ and $\text{RHD} = 1$ disagree, so f is not differentiable at 0. Passing one test carries no information about the other, because the two tests are built from different expressions.
Check continuity first
Differentiability is defined by comparing LHD and RHD, which makes it tempting to compute those two one-sided limits immediately whenever a problem asks about differentiability at a point, without first checking whether the function is even continuous there. That order skips a precondition: differentiability at a requires continuity at a. Computing LHD and RHD before continuity is confirmed can produce numbers that look like a valid comparison but describe nothing.
The reason lies in what the difference quotient assumes. Both $\text{LHD} = \lim_{h \to 0^-} (f(a+h)-f(a))/h$ and $\text{RHD} = \lim_{h \to 0^+} (f(a+h)-f(a))/h$ use f(a) as the fixed reference that nearby values f(a+h) are measured against.
If f is discontinuous at a — if $\lim_{x \to a} f(x)$ fails to exist or does not equal f(a) — then f(a) is not the value the function is actually approaching near a, and comparing f(a+h) to it does not measure the slope of anything the graph is actually doing at a. Differentiability forces continuity, established in the atom that follows; read the other way, a point failing continuity cannot pass differentiability, so computing LHD and RHD there answers a question that does not arise.
The efficient check order follows directly: confirm continuity first, and compute LHD and RHD only once continuity already holds.
Differentiable implies continuous
If f is differentiable at x=a, then f is continuous at a. This direction always holds, and it can be proved directly from the definition of the derivative.
For $h \neq 0$, write $f(a+h)-f(a) = [(f(a+h)-f(a))/h] \cdot h$ — an identity, true for every nonzero h regardless of whether the limit involved exists. Now let $h \to 0$. The bracketed factor $(f(a+h)-f(a))/h$ tends to f'(a), a finite number, because f is differentiable at a by hypothesis. The second factor h tends to 0. A product of a quantity tending to a finite number and a quantity tending to 0 itself tends to 0, so $\lim_{h \to 0} [f(a+h)-f(a)] = 0$.
That limit is exactly the continuity condition, rearranged: $\lim_{h \to 0} f(a+h) = f(a)$, which is $\lim_{x \to a} f(x) = f(a)$ under the substitution x=a+h. So differentiability at a forces continuity at a.
Differentiability is therefore the stronger of the two requirements: continuity is a necessary precondition for it, proved directly above, and every differentiable function is continuous — though the chapter’s later examples show the converse fails.
Continuous does not mean smooth
An unbroken graph looks like it should have a well-defined tangent at every point, since there is no gap for the tangent line to fail to cross. That intuition treats continuity as though it already contains differentiability, but the proof in the previous atom runs in only one direction: differentiability forces continuity, and nothing in that argument runs the other way.
$f(x) = |x|$ at $x=0$ makes the gap concrete. The function is continuous at 0: $\text{LHL} = \text{RHL} = f(0) = 0$, so the three-way agreement that continuity requires is satisfied, and the graph has no break at the origin. But the one-sided derivatives disagree. $\text{LHD} = \lim_{h \to 0^-} (|h|-0)/h = -1$, computed from the branch $f(x)=-x$ that applies for $x<0$, while $\text{RHD} = \lim_{h \to 0^+} (|h|-0)/h = 1$, computed from the branch $f(x)=x$ that applies for $x>0$. The graph approaches the origin along two straight pieces of different slope, and a break-free graph places no constraint on whether those two slopes agree at the join.
Continuity fixes only the function’s value near a point; it places no constraint on the direction from which the graph arrives there. Differentiability adds that further constraint, and $|x|$ at $x=0$ shows the constraint can fail even where continuity holds.
Where |x| fails to be smooth
Compute LHD and RHD of f(x) = |x| at x=0
- $f(x) = |x|$ at $x=0$
Given function; compute the one-sided derivatives directly from the difference-quotient limits. - $\text{LHD} = \lim_{h \to 0^-} (|h|-0)/h$
Definition of the left-hand derivative at x=0. - $\text{LHD} = \lim_{h \to 0^-} (-h)/h = -1$
For $h<0$, $|h|=-h$, so the ratio simplifies to $-1$ for every such h. - $\text{RHD} = \lim_{h \to 0^+} (|h|-0)/h$
Definition of the right-hand derivative at x=0. - $\text{RHD} = \lim_{h \to 0^+} h/h = 1$
For $h>0$, $|h|=h$, so the ratio simplifies to $1$ for every such h. - $\text{LHD} = -1 \neq 1 = \text{RHD}$
The one-sided derivatives disagree, so f'(0) does not exist, even though f is continuous at 0.
The chain rule
For a composite function $y=f(g(x))$, the chain rule states $d y/d x = f'(g(x)) \cdot g'(x)$. The outer function f is differentiated first, evaluated at the inner function’s value g(x) rather than at x directly, and that result is multiplied by the derivative of the inner function, g'(x).
The rule can be written in a second, equivalent form that makes the layering explicit. Let $u=g(x)$, so that $y=f(u)$. Then $d y/d x = (d y/d u) \cdot (d u/d x)$: the derivative of y with respect to the intermediate variable u, multiplied by the derivative of u with respect to x. This layered form is the one used repeatedly through the rest of this chapter — implicit differentiation and logarithmic differentiation both proceed by introducing an intermediate variable and applying the chain rule across it.
The two forms are the same rule under different notation. f'(g(x)) is exactly $d y/d u$ evaluated at u=g(x), and g'(x) is exactly $d u/d x$; writing the rule either way gives the same derivative, and the choice between them is a matter of which is more convenient for the function at hand.
A two-layer chain rule
Differentiate $y = \sin(\sqrt{x})$ using the chain rule
- $y = \sin(\sqrt{x})$
Given composite function, built from an outer sine and an inner square root. - $u = \sqrt{x}$, so $y = \sin(u)$
Introduce the intermediate variable u to separate the outer and inner functions. - $d y/d u = \cos(u)$
Derivative of the outer function, sine, with respect to u. - $d u/d x = 1/(2 \sqrt{x})$
Derivative of the inner function, the square root, with respect to x. - $d y/d x = (d y/d u) \cdot (d u/d x) = \cos(u) \cdot 1/(2 \sqrt{x})$
Apply the chain rule in its layered form. - $d y/d x = \cos(\sqrt{x})/(2 \sqrt{x})$
Substitute $u=\sqrt{x}$ back to express the derivative in terms of x alone.
Inverse trig derivatives
The six inverse trigonometric functions are defined on principal branches fixed in Chapter 2, and each has a standard derivative formula on the domain where that branch applies.
For sine and cosine inverses, restricted to $|x|<1$: $d/d x \sin^{-1}(x) = 1/\sqrt{1-x^2}$ and $d/d x \cos^{-1}(x) = -1/\sqrt{1-x^2}$. The two formulas differ only in sign, which follows from the identity $\sin^{-1}(x) + \cos^{-1}(x) = \pi/2$ established in Chapter 2: differentiating a constant sum gives derivatives that are negatives of each other.
For tangent and cotangent inverses, valid for all real x: $d/d x \tan^{-1}(x) = 1/(1+x^2)$ and $d/d x \cot^{-1}(x) = -1/(1+x^2)$. The same sign relationship holds, for the same reason: $\tan^{-1}(x) + \cot^{-1}(x) = \pi/2$ is constant, so the two derivatives are negatives of each other.
For secant and cosecant inverses, restricted to $|x|>1$: $d/d x \sec^{-1}(x) = 1/(\left|x\right| \sqrt{x^2-1})$ and $d/d x \csc^{-1}(x) = -1/(\left|x\right| \sqrt{x^2-1})$, again related by $\sec^{-1}(x) + \csc^{-1}(x) = \pi/2$. Each formula holds only on the domain stated; outside it the corresponding inverse function is not defined, so the derivative does not arise.
Chain rule on inverse sine
Differentiate $y = \sin^{-1}(2x)$
- $y = \sin^{-1}(2x)$
Given function to differentiate. - $u = 2x$
Substitution: let $u = 2x$, so $y = \sin^{-1}(u)$ and the chain rule applies. - $(d y)/(d u) = 1/\sqrt{1-u^2}$
Derivative of the inverse sine function with respect to u. - $(d u)/(d x) = 2$
Derivative of u = 2x with respect to x. - $(d y)/(d x) = (d y)/(d u) \cdot (d u)/(d x) = 2/\sqrt{1-u^2}$
Chain rule combines the two derivatives. - $(d y)/(d x) = 2/\sqrt{1-4x^2}$
Substitute u = 2x back; valid for $|x| < 1/2$.
Derivative of the exponential
The exponential function $e^x$ satisfies a property no other elementary function shares: its derivative equals the function itself. That is, $d/d x e^x = e^x$.
This follows from the definition of $e$ as the unique base for which the limit $\lim_{h\to 0} (e^h - 1)/h$ equals $1$. Starting from the general definition of the derivative, $d/d x a^x = a^x \cdot \lim_{h\to 0} (a^h - 1)/h$, the derivative of $a^x$ reduces to $a^x$ itself only when this limit equals $1$ — which happens precisely when $a = e$.
For a general base $a$, the derivative carries a correction factor: $d/d x a^x = a^x \cdot \ln(a)$. Since $\ln(e) = 1$, this general formula reduces to $d/d x e^x = e^x$ exactly when $a = e$, confirming $e^x$ as the base for which no correction term is needed.
This is why $e^x$ is treated as calculus’s natural exponential function: differentiation leaves it unchanged, while every other exponential base’s derivative is expressed as a multiple of itself scaled by $\ln(a)$.
Derivative of the natural log
The natural logarithm $\ln x$, defined for $x > 0$ as the inverse function of $e^x$, has derivative $d/d x \ln x = 1/x$.
This formula follows from the inverse function rule together with the fact that $e^x$ is its own derivative. If $y = \ln x$, then $x = e^y$, and differentiating both sides with respect to $x$ gives $1 = e^y \cdot (d y)/(d x)$. Since $e^y = x$, this rearranges to $(d y)/(d x) = 1/x$.
The formula holds only for $x > 0$, since $\ln x$ itself is defined only there. It is this result — a power function’s derivative, $1/x$, arising from a logarithmic one — that makes $\ln x$ the tool behind logarithmic differentiation later in this chapter: taking logarithms before differentiating converts awkward products, quotients, and variable exponents into sums and constant multiples, each of which differentiates through $1/x$ and the chain rule.
Implicit differentiation
Most functions in this chapter so far have been given explicitly, $y = f(x)$, with $y$ isolated on one side. Not every relation between $x$ and $y$ takes that form. When $y$ cannot be isolated — or isolating it would be needlessly awkward — $y$ is still, implicitly, a function of $x$; the equation $x^2 + y^2 = 25$ is one example, since for most $x$-values in $[-5, 5]$ it determines two corresponding $y$-values, each varying with $x$.
Implicit differentiation exploits that dependency directly: differentiate both sides of the equation with respect to $x$, treating $y$ throughout as a function of $x$. Differentiating $y^2$ with respect to $x$ therefore does not give $2y$; it gives $2y \cdot (d y)/(d x)$, because the derivative of $y^2$ with respect to $y$, which is $2y$, must be multiplied by $(d y)/(d x)$ under the chain rule.
Every term containing $y$ picks up a factor of $(d y)/(d x)$ this way. Once both sides are differentiated, the resulting equation is solved algebraically for $(d y)/(d x)$, producing a formula that is typically expressed in terms of both $x$ and $y$ rather than $x$ alone.
Slope on a circle
Find $d y/d x$ for the circle $x^2+y^2=25$
- $x^2 + y^2 = 25$
Given equation of the circle of radius 5. - $2x + 2y (d y)/(d x) = 0$
Differentiate both sides with respect to x; the chain rule applies to $y^2$. - $2y (d y)/(d x) = -2x$
Move the x-term to the right side. - $(d y)/(d x) = -x/y$
Divide both sides by 2y; the slope of the tangent at (x, y), valid where $y \neq 0$.
Logarithmic differentiation
Some functions resist direct differentiation not because a rule is missing, but because applying the available rules produces an unmanageable mess. Two shapes recur often enough to warrant a dedicated method: a variable raised to a variable exponent, such as $y = x^x$, where neither the ordinary power rule (constant exponent) nor the exponential rule (constant base) applies; and a long product or quotient of several factors, where direct product- and quotient-rule differentiation multiplies out into an unwieldy expression.
Logarithmic differentiation handles both by taking $\ln$ of both sides before differentiating. Applying $\ln$ converts a product into a sum, a quotient into a difference, and an exponent into a multiplying constant — each far easier to differentiate than the original form.
After taking $\ln$ of both sides of $y = f(x)$, the left side becomes $\ln y$, and differentiating it with respect to $x$ requires the chain rule, since $y$ is itself a function of $x$: the derivative of $\ln y$ with respect to $x$ is $(1/y) \cdot (d y)/(d x)$. Once both sides are differentiated, multiplying back through by $y$ isolates $(d y)/(d x)$ as an explicit formula.
Differentiating a variable power
Find $d y/d x$ for $y = x^x$
- $y = x^x, quad x > 0$
Given function; ordinary power and exponential rules both fail here. - $\ln y = x \ln x$
Take the natural logarithm of both sides. - $1/y (d y)/(d x) = \ln x + x \cdot 1/x$
Differentiate both sides with respect to x; the right side needs the product rule. - $1/y (d y)/(d x) = \ln x + 1$
Simplify $x \cdot 1/x$ to $1$. - $(d y)/(d x) = y(\ln x + 1)$
Multiply both sides by y. - $(d y)/(d x) = x^x (\ln x + 1)$
Substitute $y = x^x$ back.
Parametric derivatives
Some curves are not naturally described as $y = f(x)$ at all. A parametric curve instead gives both coordinates as functions of a third variable $t$: $x = f(t)$ and $y = g(t)$, with $t$ ranging over some interval. As $t$ varies, the point $(x, y)$ traces the curve.
The chain rule still delivers $d y/d x$ for such a curve, without ever solving for $y$ as an explicit function of $x$ — a step that is often impossible or algebraically ugly for parametric curves. Since $y$ depends on $x$ through $t$, the chain rule gives $(d y)/(d t) = (d y)/(d x) \cdot (d x)/(d t)$. Dividing both sides by $(d x)/(d t)$, provided it is nonzero, isolates the derivative sought: $d y/d x = (d y/d t)/(d x/d t)$.
This formula treats the parametric curve’s two coordinate derivatives, both with respect to $t$, as the entire input; no explicit $y$-in-terms-of-$x$ relation is ever needed.
Slope of a parametric circle
Find $d y/d x$ for the parametric circle $x = a \cos t$, $y = a \sin t$
- $x = a \cos t, quad y = a \sin t$
Given parametric equations of the circle. - $(d x)/(d t) = -a \sin t$
Differentiate x with respect to t. - $(d y)/(d t) = a \cos t$
Differentiate y with respect to t. - $(d y)/(d x) = ((d y)/(d t))/((d x)/(d t)) = (a \cos t)/(-a \sin t)$
Apply the parametric derivative formula. - $(d y)/(d x) = -\cot t$
Simplify; valid wherever $\sin t \neq 0$.
The second derivative
The derivative $d y/d x$ is itself a function of $x$, and like any function of $x$, it can be differentiated again. The result, the derivative of $d y/d x$ with respect to $x$, written $(d^2 y)/(d x^2)$, is the derivative of a derivative: the second-order derivative of $y$ with respect to $x$.
Several equivalent notations denote the same quantity: $(d^2 y)/(d x^2)$, $f''(x)$, and $y''$ all mean the derivative of $d y/d x$, computed the same way any derivative is computed — the two-step process is nothing beyond differentiating twice in succession.
Geometrically, $d y/d x$ tracks the curve’s slope at each point; the second derivative $(d^2 y)/(d x^2)$ records how that slope itself is changing along the curve, the first step toward describing concavity rather than merely steepness.
Nothing about the process stops at two steps. Differentiating $(d^2 y)/(d x^2)$ once more produces the third derivative, written $(d^3 y)/(d x^3)$, and the pattern continues to any order the problem requires.
Second derivative with the product rule
Find $d^2 y/d x^2$ for $y = x^2 e^x$
- $y = x^2 e^x$
Given function. - $(d y)/(d x) = 2x e^x + x^2 e^x$
Differentiate using the product rule. - $(d y)/(d x) = e^x (x^2 + 2x)$
Factor out $e^x$. - $(d^2 y)/(d x^2) = e^x (x^2+2x) + e^x (2x+2)$
Differentiate again using the product rule. - $(d^2 y)/(d x^2) = e^x (x^2 + 4x + 2)$
Combine like terms.
Rolle’s theorem
Rolle’s Theorem states a condition under which a differentiable curve must have a horizontal tangent. If a function f is continuous on the closed interval [a,b], differentiable on the open interval (a,b), and satisfies f(a) = f(b), then there exists at least one point c in (a,b) such that f'(c) = 0.
Geometrically, if a smooth curve begins and ends at the same height, its tangent line must be horizontal at some point between the two ends — the curve cannot rise or fall throughout the whole interval without turning back.
All three hypotheses are necessary. Without continuity on the closed interval, the function could jump before reaching b without ever levelling off. Without differentiability on the open interval, the curve could have a sharp corner exactly where the tangent would otherwise be horizontal, and no derivative exists there to equal zero. Without equal endpoint values, the curve could rise steadily from f(a) to a different f(b) with no horizontal tangent anywhere in between. Dropping any one of the three allows the conclusion to fail.
The Mean Value Theorem
The Mean Value Theorem generalises Rolle’s theorem by removing the requirement that the function take equal values at the two endpoints. Let f be continuous on the closed interval $[a,b]$ and differentiable on the open interval $(a,b)$. Then there exists at least one point c in $(a,b)$ such that $f'(c) = (f(b)-f(a))/(b-a)$.
The right-hand side of this equation is the average rate of change of f over $[a,b]$, the slope of the chord joining the points $(a, f(a))$ and $(b, f(b))$. The theorem states that this average rate of change is attained as an instantaneous rate of change at some interior point c; geometrically, the tangent to the curve at $(c, f(c))$ is parallel to that chord.
Rolle’s theorem is the special case $f(a) = f(b)$. When the endpoint values are equal, the chord is horizontal, its slope is zero, and the conclusion reduces to $f'(c) = 0$.
Verifying the MVT
Verify the Mean Value Theorem for $f(x)=x^2$ on $[1,4]$
- $f(x) = x^2$
f is a polynomial, so it is continuous on $[1,4]$ and differentiable on $(1,4)$; both hypotheses of the Mean Value Theorem hold. - $f(1) = 1, quad f(4) = 16$
These are the values of f at the two endpoints of the interval. - $(f(4)-f(1))/(4-1) = (16-1)/3 = 5$
This is the slope of the chord joining $(1,1)$ and $(4,16)$, the value f'(c) must equal. - $f'(x) = 2x$
Differentiating f gives the expression needed to locate c. - $2c = 5 \to c = 5/2$
Setting f'(c) equal to the chord slope and solving for c. - $1 < 5/2 < 4$
c lies within the open interval $(1,4)$, as the Mean Value Theorem requires; the theorem is verified.
Unbroken, then smooth
Continuity asks whether a function is unbroken at a point: whether its left-hand limit, right-hand limit and value there all agree. Differentiability asks the stronger question of whether the function is smooth there, whether a unique tangent line exists. Differentiability always implies continuity, but continuity never guarantees differentiability; $|x|$ at $x=0$ remains the standing counterexample for the chapter, continuous at the origin yet possessing unequal left-hand and right-hand derivatives there.
Each technique introduced after this distinction, the chain rule, implicit differentiation, logarithmic differentiation, derivatives of parametric functions, the second derivative, answers a computational question rather than a conceptual one. None of them revisits what it means for a function to be smooth; each supplies a faster route to a derivative that the limit definition would also produce, given enough algebra.
Rolle’s theorem and the Mean Value Theorem use that computed derivative differently. Rather than reporting the rate of change at a single point, they convert it into a statement about the function’s behaviour across an entire interval: under Rolle’s equal-endpoint condition, some interior point has a horizontal tangent; more generally, some interior point has a tangent parallel to the chord joining the endpoints. The derivative, computed pointwise throughout the chapter, is here shown to carry information about the function as a whole.
Practice set — continuity
Exercise 5.1 practises testing continuity at a point using the left-hand limit, right-hand limit and the function’s value there, including piecewise functions and functions with a removable gap. It also requires finding unknown constants that make a piecewise function continuous at the point where its two pieces join.
- practice Show that $f(x) = 4 x - 1$ is continuous at $x = 2$.
- practice Show that $f(x) = -3 x + 5$ is continuous at $x = -1$.
- practice Examine the continuity of $f(x) = 2 x^2 + 3$ at $x = 1$.
- practice Examine the continuity of $f(x) = x^3 - 4 x$ at $x = -1$.
- practice A function is defined by $f(x) = 3$ for $x \neq 2$, and $f(2) = 7$. Examine the continuity of $f$ at $x = 2$.
- practice Prove that the constant function $f(x) = 9$ is continuous at every real number $c$.
- practice Prove that the identity function $f(x) = x$ is continuous at every real number $c$.
- practice Is $f(x) = |x - 3|$ continuous at $x = 3$?
- practice Examine the continuity of $f(x) = x + 1$ for $x \leq 2$, and $f(x) = 3$ for $x > 2$, at $x = 2$.
- practice Examine the continuity of $f(x) = 2 x + 1$ for $x \leq 1$, and $f(x) = x + 4$ for $x > 1$, at $x = 1$.
- practice A function is defined by $f(x) = x + 3$ for $x < 0$, $f(0) = 1$, and $f(x) = x - 3$ for $x > 0$. Examine the continuity of $f$ at $x = 0$.
- practice Show that $f(x) = (x^2 - 25)/(x + 5)$, $x \neq -5$, is continuous on its domain.
- practice Find the value of $k$ so that $f(x) = k x + 3$ for $x \leq 2$, and $f(x) = x - 1$ for $x > 2$, is continuous at $x = 2$.
- practice Find the value of $k$ so that $f(x) = 5$ for $x \leq 3$, and $f(x) = k x - 4$ for $x > 3$, is continuous at $x = 3$.
- practice Find the value of $k$ so that $f(x) = k x^2$ for $x \leq 1$, and $f(x) = 2 x + 1$ for $x > 1$, is continuous at $x = 1$.
- practice Find $a$ and $b$ so that $f(x) = 2$ for $x \leq 0$, $f(x) = a x + b$ for $0 < x < 2$, and $f(x) = 6$ for $x \geq 2$, is a continuous function.
- practice Prove that $f(x) = x^5$ is continuous at $x = 2$.
- practice A function is defined by $f(x) = 2$ for $x \leq 0$, and $f(x) = -2$ for $x > 0$. Examine the continuity of $f$ at $x = 0$.
- practice Examine the continuity of $f(x) = \sin x + \cos x$ at $x = 0$.
- practice Examine the continuity of $f(x) = \sin x \cdot \cos x$ at $x = \pi/2$.
- practice Examine the continuity of $f(x) = \tan x$ at $x = \pi/4$.
- practice Examine the continuity of the greatest integer function $f(x) = floor(x)$ at $x = 2$.
- practice Examine the continuity of the greatest integer function $f(x) = floor(x)$ at $x = 2.5$.
- practice The fractional-part function is $g(x) = x - floor(x)$. Examine the continuity of $g$ at $x = 3$.
- practice Examine the continuity of $f(x) = |x - 1| + |x + 1|$ at $x = -1$.
- practice Examine the continuity of $f(x) = 1/x$ for $x < 0$, and $f(x) = x + 1$ for $x \geq 0$, at $x = 0$.
- practice Find all points of discontinuity of $f(x) = 1/(x^2 - 4)$.
- practice Find all points of discontinuity of $f(x) = 1/(x^2 - 3 x + 2)$.
- practice For what value of $k$ is $f(x) = k x + 1$ for $x \leq 3$, and $f(x) = 3 x - 5$ for $x > 3$, continuous at $x = 3$?
- practice At which of these points is $f(x) = floor(x)$ NOT continuous?
- practice Examine the continuity of $f(x) = \sin x - \cos x$ at $x = 0$.
- practice Examine the continuity of $f(x) = |\cos x|$ at $x = \pi/2$.
- practice Examine the continuity of $f(x) = x + floor(x)$ at $x = 1$.
- practice Show that $f(x) = \sin(x^2 + 1)$ is a continuous function.
Answers
- $7$; continuous, since the limit equals $f(2)$.
- $8$; continuous, since the limit equals $f(-1)$.
- $5$; continuous, since the limit equals $f(1)$.
- $3$; continuous, since the limit equals $f(-1)$.
- Discontinuous at $x = 2$; $lim = 3 \neq 7 = f(2)$.
- Continuous for every real $c$: $\lim_{x \to c} f(x) = 9 = f(c)$ regardless of c.
- Continuous for every real $c$: $\lim_{x \to c} f(x) = c = f(c)$.
- $0$; continuous, since $\text{LHL} = \text{RHL} = f(3) = 0$.
- $3$; continuous, since $\text{LHL} = \text{RHL} = f(2) = 3$.
- Discontinuous at $x = 1$; $\text{LHL} = 3$, $\text{RHL} = 5$.
- Discontinuous at $x = 0$; $\text{LHL} = 3$, $\text{RHL} = -3$, whatever value f(0) is given.
- Continuous for every $x \neq -5$: away from x = -5 this is a quotient of continuous polynomials with a nonzero denominator, so it is continuous by the algebra of continuous functions.
- $k = -1$
- $k = 3$
- $k = 3$
- $a = 2$, $b = 2$
- $32$; continuous, since the limit equals $f(2)$.
- Discontinuous at $x = 0$; $\text{LHL} = 2$, $\text{RHL} = -2$.
- $1$; continuous.
- $0$; continuous.
- $1$; continuous.
- Discontinuous at every integer; at $x = 2$: $\text{LHL} = 1$, $\text{RHL} = 2$.
- $2$; continuous.
- Discontinuous at $x = 3$; $\text{LHL} = 1$, $\text{RHL} = 0$.
- $2$; continuous.
- Discontinuous at $x = 0$: $\lim_{x \to 0^-} 1/x$ does not exist as a real number (it diverges), so the left-hand limit fails to exist.
- $x = 2$ and $x = -2$
- $x = 1$ and $x = 2$
- A — $1$.
- B — $x = 2$.
- $-1$; continuous.
- $0$; continuous.
- Discontinuous at $x = 1$; $\text{LHL} = 1$, $\text{RHL} = 2$.
- Continuous everywhere: $x^2 + 1$ is a polynomial (continuous everywhere) and sin is continuous everywhere, so the composite is continuous everywhere by the composition rule.
Practice set — differentiability
Exercise 5.2 practises computing the left-hand derivative and right-hand derivative directly from the difference-quotient limit, then deciding whether a function is differentiable at a given point. The exercise repeatedly returns to corner points of the $|x|$ type, where continuity holds but the left-hand and right-hand derivatives disagree.
- practice Compute the left-hand and right-hand derivatives of $f(x) = |x - 3|$ at $x = 3$, and decide whether $f$ is differentiable there.
- practice Compute the left-hand and right-hand derivatives of $f(x) = |x + 1|$ at $x = -1$, and decide whether $f$ is differentiable there.
- practice Show that $f(x) = |x|$ is differentiable at $x = 2$, and find $f'(2)$.
- practice Show that $f(x) = |x|$ is differentiable at $x = -3$, and find $f'(-3)$.
- practice Use the difference-quotient definition to show that $f(x) = x^2$ is differentiable at $x = 0$.
- practice A function is defined by $f(x) = |x| + |x - 1|$. Compute the left-hand and right-hand derivatives at $x = 0$, and decide whether $f$ is differentiable there.
- practice For the same function $f(x) = |x| + |x - 1|$, compute the left-hand and right-hand derivatives at $x = 1$, and decide whether $f$ is differentiable there.
- practice Decide whether the greatest integer function $f(x) = floor(x)$ is differentiable at $x = 2$.
- practice If $f$ is differentiable at $x = a$, must $f$ be continuous at $a$? Justify your answer.
- practice If $f$ is continuous at $x = a$, must $f$ be differentiable at $a$? Justify your answer with an example.
- practice Show that $f(x) = x |x|$ is differentiable at $x = 0$, and find $f'(0)$.
- practice A function is defined by $f(x) = 2 x + 3$ for $x < 1$, and $f(x) = 5$ for $x \geq 1$. Check continuity at $x = 1$, then decide whether $f$ is differentiable there.
- practice A function is defined by $f(x) = x^2$ for $x \leq 1$, and $f(x) = 2 x - 1$ for $x > 1$. Check continuity at $x = 1$, then decide whether $f$ is differentiable there.
- practice At how many points is $f(x) = |x - 1| + |x - 2|$ not differentiable?
Answers
- Not differentiable at $x = 3$: $\text{LHD} = -1$, $\text{RHD} = 1$.
- Not differentiable at $x = -1$: $\text{LHD} = -1$, $\text{RHD} = 1$.
- $f'(2) = 1$; differentiable, since $\text{LHD} = \text{RHD} = 1$.
- $f'(-3) = -1$; differentiable, since $\text{LHD} = \text{RHD} = -1$.
- $f'(0) = 0$; differentiable.
- Not differentiable at $x = 0$: $\text{LHD} = -2$, $\text{RHD} = 0$.
- Not differentiable at $x = 1$: $\text{LHD} = 0$, $\text{RHD} = 2$.
- Not differentiable at $x = 2$: f is not even continuous there ($\text{LHL} = 1$, $\text{RHL} = 2$).
- Yes — differentiability always forces continuity at the same point (differentiable implies continuous).
- No — continuity does not force differentiability. $f(x) = |x|$ is continuous at $x = 0$, yet $\text{LHD} = -1$ and $\text{RHD} = 1$ there disagree, so f is not differentiable at 0.
- $f'(0) = 0$; differentiable.
- Not differentiable at $x = 1$: $\text{LHD} = 2$, $\text{RHD} = 0$ (though f is continuous there).
- $f'(1) = 2$; differentiable, since $\text{LHD} = \text{RHD} = 2$ — the two branches join smoothly.
- C — $2$.
Practice set — chain rule
Exercise 5.3 practises the chain rule on composite functions built from several layers, combining trigonometric, polynomial and nested root functions in a single expression. Several problems stack two or three layers deep, mirroring the worked example on $\sin(\sqrt{x})$, and require differentiating from the outermost function inward.
- practice Differentiate $y = \sin(3 x + 2)$ with respect to $x$.
- practice Differentiate $y = \cos(5 x - 1)$ with respect to $x$.
- practice Differentiate $y = \tan(2 x + 3)$ with respect to $x$.
- practice Differentiate $y = (3 x + 1)^4$ with respect to $x$.
- practice Differentiate $y = (x^2 + 1)^5$ with respect to $x$.
- practice Which of these is $(d y)/(d x)$ for $y = \sin(4 x)$?
- practice Differentiate $y = \cos(x^3)$ with respect to $x$.
- practice Find $(d y)/(d x)$ for $y = \sin(x^2)$, and evaluate it at $x = 0$.
- practice Differentiate $y = \sqrt{\sin x}$ with respect to $x$, for $x \in (0, \pi)$.
- practice Differentiate $y = \sin(\sqrt{x + 1})$ with respect to $x$.
- practice Differentiate $y = \tan(\sqrt{x})$ with respect to $x$.
- practice Find $(d y)/(d x)$ for $y = (\sin x)^2$, and evaluate it at $x = \pi/2$.
- practice Differentiate $y = \cos^3(2 x)$ with respect to $x$.
- practice Differentiate $y = \sqrt{1 + x^2}$ with respect to $x$.
- practice Differentiate $y = \tan^2(3 x)$ with respect to $x$.
- practice Differentiate $y = \sin(\cos(x^2))$ with respect to $x$.
Answers
- $(d y)/(d x) = 3 \cos(3 x + 2)$
- $(d y)/(d x) = -5 \sin(5 x - 1)$
- $(d y)/(d x) = 2 \sec^2(2 x + 3)$
- $(d y)/(d x) = 12 (3 x + 1)^3$
- $(d y)/(d x) = 10 x (x^2 + 1)^4$
- A — $4 \cos(4 x)$.
- $(d y)/(d x) = -3 x^2 \sin(x^3)$
- $0$
- $(d y)/(d x) = (\cos x)/(2 \sqrt{\sin x})$
- $(d y)/(d x) = \cos(\sqrt{x + 1})/(2 \sqrt{x + 1})$
- $(d y)/(d x) = \sec^2(\sqrt{x})/(2 \sqrt{x})$
- $0$
- $(d y)/(d x) = -6 \cos^2(2 x) \sin(2 x)$
- $(d y)/(d x) = x/\sqrt{1 + x^2}$
- $(d y)/(d x) = 6 \tan(3 x) \sec^2(3 x)$
- $(d y)/(d x) = -2 x \sin(x^2) \cos(\cos(x^2))$
Practice set — inverse trig
Exercise 5.4 practises the six inverse-trigonometric derivative formulas, applied both directly and through the chain rule on composite arguments such as $\sin^{-1}(2x)$. Domain restrictions such as $|x| < 1$ matter for full marks, not the derivative formula alone.
- practice Differentiate $y = \sin^{-1}(3x)$ with respect to $x$.
- practice Differentiate $y = \cos^{-1}(x/2)$ with respect to $x$.
- practice Differentiate $y = \tan^{-1}(x^2)$ with respect to $x$.
- practice Differentiate $y = \cot^{-1}(5x)$ with respect to $x$.
- practice Find $(d y)/(d x)$ at $x = 0$ for $y = \tan^{-1}(x)$.
- practice Find $(d y)/(d x)$ at $x = 1/2$ for $y = \sin^{-1}(x)$.
- practice Differentiate $y = \sec^{-1}(4x)$ with respect to $x$, for $x > 1/4$.
- practice Which of these is $d/(d x) \sec^{-1}(x)$, for $x > 1$?
- practice Differentiate $y = \sin^{-1}(\sqrt{x})$ with respect to $x$, for $0 < x < 1$.
- practice Differentiate $y = x \tan^{-1}(x)$ with respect to $x$.
- practice Differentiate $y = \tan^{-1}(x) + \cot^{-1}(x)$ with respect to $x$.
- practice Find $(d y)/(d x)$ at $x = 1$ for $y = \tan^{-1}(x^2)$.
- practice Differentiate $y = \cos^{-1}(2x^2-1)$ with respect to $x$, for $0 < x < 1$.
- practice Differentiate $y = \sin^{-1}(x) \cdot \cos^{-1}(x)$ with respect to $x$.
- practice Find $(d y)/(d x)$ at $x = 0$ for $y = \sin^{-1}(x) \cdot \cos^{-1}(x)$.
Answers
- $3/\sqrt{1-9x^2}$
- $-1/\sqrt{4-x^2}$
- $(2x)/(1+x^4)$
- $-5/(1+25x^2)$
- $1$
- $2/\sqrt{3}$
- $1/(\left|x\right| \sqrt{16x^2-1})$
- B — $1/(x \sqrt{x^2-1})$.
- $1/(2\sqrt{x} \sqrt{1-x})$
- $\tan^{-1}(x) + x/(1+x^2)$
- $0$
- $1$
- $(-4x)/\sqrt{1-(2x^2-1)^2}$
- $(\cos^{-1}(x) - \sin^{-1}(x))/\sqrt{1-x^2}$
- $\pi/2$
Practice set — exp and log
Exercise 5.5 practises the derivatives of $e^x$ and $\ln x$, combined with the chain rule for composites such as $e^{\sin x}$ and $\ln(x^2+1)$. It builds the fluency in handling exponential and logarithmic composites that the next exercise, logarithmic differentiation, depends on.
- practice Differentiate $y = e^{3x}$ with respect to $x$.
- practice Differentiate $y = e^{-x}$ with respect to $x$.
- practice Differentiate $y = \ln(2x)$ with respect to $x$, for $x > 0$.
- practice Differentiate $y = \ln(x^2)$ with respect to $x$, for $x \neq 0$.
- practice Differentiate $y = 5^x$ with respect to $x$.
- practice Differentiate $y = e^{x^2}$ with respect to $x$.
- practice Find $(d y)/(d x)$ at $x = 0$ for $y = e^{2x}$.
- practice Find $(d y)/(d x)$ at $x = 1$ for $y = \ln(3x)$.
- practice Which of these is $d/(d x) 3^x$?
- practice Differentiate $y = e^{\sin x}$ with respect to $x$.
- practice Differentiate $y = \ln(x^2+1)$ with respect to $x$.
- practice Differentiate $y = e^x \cdot \ln x$ with respect to $x$, for $x > 0$.
- practice Differentiate $y = \ln(\sin x)$ with respect to $x$, for $0 < x < \pi$.
- practice Find $(d y)/(d x)$ at $x = 0$ for $y = e^{\cos x}$.
- practice Differentiate $y = \ln((x+1)/(x-1))$ with respect to $x$, for $x > 1$.
- practice Differentiate $y = e^x \sin x + \ln(x^2+1)$ with respect to $x$.
- practice Find $(d y)/(d x)$ at $x = 0$ for $y = \ln(e^x+1)$.
Answers
- $3e^{3x}$
- $-e^{-x}$
- $1/x$
- $2/x$
- $5^x \cdot \ln(5)$
- $2x e^{x^2}$
- $2$
- $1$
- C — $3^x \cdot \ln(3)$.
- $\cos x \cdot e^{\sin x}$
- $(2x)/(x^2+1)$
- $e^x (\ln x + 1/x)$
- $\cot x$
- $0$
- $-2/(x^2-1)$
- $e^x (\sin x + \cos x) + (2x)/(x^2+1)$
- $1/2$
Practice set — log differentiation
Exercise 5.6 practises logarithmic differentiation on functions such as $x^x$, where the variable appears in both the base and the exponent, and on long products or quotients of several power terms. Recognising when to take logarithms first, rather than differentiating the expression directly, is the exercise’s central skill.
- practice Differentiate $y = x^{2x}$ with respect to $x$, for $x > 0$.
- practice Differentiate $y = (2x)^x$ with respect to $x$, for $x > 0$.
- practice Differentiate $y = x^{x+1}$ with respect to $x$, for $x > 0$.
- practice Differentiate $y = (3x)^{3x}$ with respect to $x$, for $x > 0$.
- practice Find $(d y)/(d x)$ at $x = 1$ for $y = x^x$.
- practice Find $(d y)/(d x)$ at $x = 1$ for $y = x^{2x}$.
- practice Differentiate $y = (\sin x)^x$ with respect to $x$, for $0 < x < \pi$.
- practice Differentiate $y = x^{\sin x}$ with respect to $x$, for $x > 0$.
- practice Differentiate $y = ((x+1)(x+2))/((x+3)(x+4))$ with respect to $x$, for $x > -1$.
- practice Find $(d y)/(d x)$ at $x = 0$ for $y = (x+1)^x$, for $x > -1$.
- practice Differentiate $y = x^x \cdot (\sin x)^x$ with respect to $x$, for $0 < x < \pi$.
- practice Find $(d y)/(d x)$ at $x = 1$ for $y = x^x \cdot (x+1)^x$.
Answers
- $x^{2x} (2 \ln x + 2)$
- $(2x)^x (\ln(2x) + 1)$
- $x^{x+1} (\ln x + (x+1)/x)$
- $(3x)^{3x} (3 \ln(3x) + 3)$
- $1$
- $2$
- $(\sin x)^x (\ln(\sin x) + x \cot x)$
- $x^{\sin x} (\cos x \ln x + (\sin x)/x)$
- $(((x+1)(x+2))/((x+3)(x+4))) (1/(x+1) + 1/(x+2) - 1/(x+3) - 1/(x+4))$
- $0$
- $x^x (\sin x)^x (\ln x + 1 + \ln(\sin x) + x \cot x)$
- $3 + 2 \ln(2)$
Practice set — parametric
Exercise 5.7 practises finding $d y/d x$ for curves given parametrically, using $d y/d x = (d y/d t)/(d x/d t)$. Trigonometrically parametrised curves, such as $x = a \cos t, y = a \sin t$, appear repeatedly, echoing the worked example.
- practice If $x = t^2$ and $y = t^3$, find $(d y)/(d x)$.
- practice If $x = 4t$ and $y = t^2$, find $(d y)/(d x)$.
- practice If $x = 2 \cos \theta$ and $y = 2 \sin \theta$, find $(d y)/(d x)$.
- practice If $x = e^t$ and $y = e^{2t}$, find $(d y)/(d x)$.
- practice If $x = a t$ and $y = a/t$, for a positive constant $a$, find $(d y)/(d x)$.
- practice If $x = t - 1/t$ and $y = t + 1/t$, find $(d y)/(d x)$.
- practice If $x = t^3 - 3t$ and $y = t^2 - 2$, find $(d y)/(d x)$.
- practice If $x = \ln t$ and $y = \sin t$, for $t > 0$, find $(d y)/(d x)$.
- practice If $x = a (\theta + \sin \theta)$ and $y = a (1 - \cos \theta)$, find $(d y)/(d x)$.
- practice If $x = 3 \sec \theta$ and $y = 4 \tan \theta$, find $(d y)/(d x)$.
- practice If $x = a (\sin \theta - \theta \cos \theta)$ and $y = a (\cos \theta + \theta \sin \theta)$, find $(d y)/(d x)$.
- practice If $x = t + \sin t \cos t$ and $y = \sin^2 t$, find $(d y)/(d x)$.
Answers
- $(3t)/2$
- $t/2$
- $-\cot \theta$
- $2 e^t$
- $-1/t^2$
- $(t^2-1)/(t^2+1)$
- $(2t)/(3t^2-3)$
- $t \cos t$
- $(\sin \theta)/(1+\cos \theta)$
- $4/(3 \sin \theta)$
- $\cot \theta$
- $\tan t$
Practice set — second derivative
Exercise 5.8 practises finding $d^2 y/d x^2$ for explicit, implicit and parametric functions, differentiating twice in each case. Some problems require verifying that a given function satisfies a stated second-order differential relation.
- practice Find $(d^2 y)/(d x^2)$ if $y = x^4 - 6x^2 + 5$.
- practice Find $(d^2 y)/(d x^2)$ if $y = \sin 3x$.
- practice Find $(d^2 y)/(d x^2)$ if $y = e^{2x}$.
- practice Find $(d^2 y)/(d x^2)$ if $y = \ln x$, for $x > 0$.
- practice Find $(d^2 y)/(d x^2)$ if $y = x \cos x$.
- practice Find $(d^2 y)/(d x^2)$ if $y = \tan^{-1}(x)$.
- practice If $x^2 + y^2 = 25$, find $(d^2 y)/(d x^2)$ in terms of $x$ and $y$.
- practice If $x = t^2$ and $y = t^3$, find $(d^2 y)/(d x^2)$ in terms of $t$.
- practice Find $(d^2 y)/(d x^2)$ if $y = x^2 \ln x$.
- practice If $y = e^x \sin x$, show that $(d^2 y)/(d x^2) - 2 (d y)/(d x) + 2y = 0$.
- practice If $y = a \cos(\ln x) + b \sin(\ln x)$, show that $x^2 (d^2 y)/(d x^2) + x (d y)/(d x) + y = 0$.
- practice If $x = a (\theta - \sin \theta)$ and $y = a (1 - \cos \theta)$, find $(d^2 y)/(d x^2)$ in terms of $\theta$.
Answers
- $12x^2-12$
- $-9 \sin 3x$
- $4 e^{2x}$
- $-1/x^2$
- $-2 \sin x - x \cos x$
- $-2x/(1+x^2)^2$
- $-25/y^3$
- $3/(4t)$
- $2 \ln x + 3$
- Verified — $(d^2 y)/(d x^2) = 2 e^x \cos x$, and $2 (d y)/(d x) - 2y$ also equals $2 e^x \cos x$, so the difference is $0$.
- Verified — substituting $(d y)/(d x)$ and $(d^2 y)/(d x^2)$ into the left side gives $0$ for every $x > 0$.
- $-1/(4a \sin^4(\theta/2))$
Practice set — miscellaneous
The Miscellaneous Exercise combines every technique from the chapter and adds Rolle’s theorem and the Mean Value Theorem. For these problems, the hypotheses are verified on the given interval, then $f'(c) = 0$ or $f'(c) = (f(b)-f(a))/(b-a)$ is solved for the actual value of c.
- practice Differentiate $y = \sin(x^2+1)$ with respect to $x$.
- practice Differentiate $y = e^{3x}$ with respect to $x$.
- practice Differentiate $y = \tan^{-1}(3x)$ with respect to $x$.
- practice Differentiate $y = \ln(5x+2)$ with respect to $x$.
- practice Verify Rolle’s theorem for $f(x) = x^2 - 4x + 3$ on $[1,3]$, and find the value of $c$.
- practice Verify Rolle’s theorem for $f(x) = x^2 - 6x + 8$ on $[2,4]$, and find the value of $c$.
- practice Verify the Mean Value Theorem for $f(x) = x^2 + 2x - 1$ on $[0,2]$, and find the value of $c$.
- practice Verify the Mean Value Theorem for $f(x) = x^2 - 2x + 3$ on $[0,3]$, and find the value of $c$.
- practice Using logarithmic differentiation, find $(d y)/(d x)$ if $y = x^{\sin x}$, for $x > 0$.
- practice If $\sin(x+y) = y \cos x$, find $(d y)/(d x)$.
- practice Verify Rolle’s theorem for $f(x) = \sin x$ on $[0, \pi]$, and find the value of $c$.
- practice Verify the Mean Value Theorem for $f(x) = 2x^2 - 3x + 1$ on $[1,3]$, and find the value of $c$.
- practice Does Rolle’s theorem apply to $f(x) = |x|$ on $[-1,1]$? Justify your answer.
- practice At how many points in $\mathbb{R}$ is $f(x) = |x-2| + |x+2|$ not differentiable?
- practice Find $f'(0)$ for $f(x) = x |x|$, using the definition of the derivative as a limit.
- practice Verify the Mean Value Theorem for $f(x) = x^3$ on $[-1,2]$, and find the value of $c$.
Answers
- $2x \cos(x^2+1)$
- $3 e^{3x}$
- $3/(1+9x^2)$
- $5/(5x+2)$
- $2$
- $3$
- $1$
- $3/2$
- $x^{\sin x} (\cos x \ln x + (\sin x)/x)$
- $(y \sin x + \cos(x+y))/(\cos x - \cos(x+y))$
- $\pi/2$
- $2$
- No — $f(-1) = f(1) = 1$, but $f$ is not differentiable at $x=0$, a point inside $(-1,1)$, so the differentiability hypothesis fails.
- C — $2$.
- $0$
- $1$