IN REVIEW

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 11 pass is ₹999 for the year and this book’s PDF is ₹299.

What a function approaches, not what it equals

FRAME

Say you want one number for how steep a curve is — not on average over some stretch, but exactly at one point. The slope between two points is easy: rise over run. Squeeze the second point down until it sits on the first, and the run becomes zero — rise over zero, undefined, nothing to divide. Most of us would stop there and call the question unanswerable.

Try it anyway on $f(x) = (x^2-1)/(x-1)$ at x=1. Direct substitution gives $0/0$ — no answer. But simplify first: for any x other than 1, $(x^2-1)/(x-1) = x+1$. As x gets closer to 1 from either side, $x+1$ gets closer to 2. The function is not even defined at x=1, yet the value it is heading toward is perfectly clear.

That heading-toward value is a limit. A limit asks what value a function APPROACHES as its input approaches some point — not what the function equals AT that point, which may be undefined, different, or the same value. The derivative, this chapter’s real subject, is built entirely on that distinction:

$f'(x) = \lim_{h \to 0} (f(x+h) - f(x))/h$

evaluates a ratio undefined exactly at h=0. It is the limit, not a direct substitution, that gives it a value there.

Read every claim in this chapter for what the function approaches, never for what it equals.

One picture, one instance of the whole chapter’s opening idea. The curve keeps climbing toward 1 no matter which side you approach from, while the function’s actual value sits somewhere else entirely, unconnected to that climb. Every derivative in this chapter leans on that same gap between heading-toward and landing-on.

↑ Back to top

When does a limit exist?

KEY-TERM

Sometimes “the function approaches something” has two different answers depending on which side you arrive from. Picture a function that jumps at x=a: coming in from the left it climbs toward 3, but coming in from the right it climbs toward 5. Which one is the limit at a?

Neither, on its own. A limit at x=a exists only if two one-sided limits agree. The LEFT-HAND LIMIT ($\lim_{x \to a^-} f(x)$, x approaching a from below) must exist. The RIGHT-HAND LIMIT ($\lim_{x \to a^+} f(x)$, x approaching a from above) must exist too, and equal the first. When both hold, that common value is the limit.

If the two one-sided limits differ, or either fails to exist, the two-sided limit does not exist at that point. This holds regardless of what $f(a)$ itself is — even if f is not defined there at all.

Check both sides before writing down an answer: a single substitution never tells you whether the two sides agree.

One test decides it: do the left-hand and right-hand limits agree?

Two functions, two outcomes, one test applied identically both times: follow each arrow to where it is heading, then compare only those two destinations against each other. Nothing else about either function enters the verdict.
Worked example

Compute $f'(1)$ for $f(x) = x^2$, from the definition

  1. $f'(1) = \lim_{h \to 0} [(1+h)^2 - 1]/h$
    Form the difference quotient directly from the definition.
  2. $(1+h)^2 - 1 = 2h + h^2$
    Expand the numerator.
  3. $[2h + h^2]/h = 2+h$
    Divide by h — legal for any $h \neq 0$, exactly the regime the limit lives in.
  4. $\lim_{h \to 0} (2+h) = 2$
    Let h go to zero.
  5. slope $= 2$ at $(1,1)$
    That 2 is the SLOPE of the tangent line to $y=x^2$ at (1,1) — the limiting slope of the secant through (1,1) and $(1+h, (1+h)^2)$ as h shrinks to zero. Every derivative-at-a-point computation in this chapter repeats this same shape: form the difference quotient, simplify away the h, then let h go to zero. The number a derivative returns is always a slope first, a rate of change wearing whatever units the problem gives it.
Three real secant slopes — 4, then 3, then 2.5 — are not approximations pulled from a formula; each one is the actual output of the difference-quotient arithmetic at one concrete h. Run the same arithmetic for a smaller h and the number keeps landing nearer 2. This is exactly why the algebra later in this chapter is trusted to skip straight to a limit instead of computing case by case.

↑ Back to top

Building limits from simpler limits — the algebra of limits

CONCEPT

Working every limit from the raw definition — forming a difference quotient, simplifying, letting h shrink to zero — would make even a simple polynomial limit painfully slow. Four laws let you skip that, PROVIDED the pieces you are combining already have limits of their own.

Given $\lim_{x\to a} f(x) = l$ and $\lim_{x\to a} g(x) = m$, both already existing, four laws follow.

Each law needs BOTH limits to already exist — the laws build a new limit out of two known ones; they do not create a limit where none exists. Miss that proviso and a law gets applied where it does not hold.

Four laws, one condition on every single one of them: the pieces must already have limits before you can combine them.

The green curve was drawn from its own formula, not by adding the other two on the page. So the fact that it passes through 3 exactly where the other two pass through 1 and 2 is a result, not a construction. That is the whole content of the first three laws: a combination’s limit can be assembled from the pieces’ limits without going back to the definition. The fourth law is the one with an extra condition, and every 0/0 later in this chapter is that condition failing.
Worked example

Evaluate $\lim_{x\to 2} [3x^2 + 5x - 1]$ by the algebra of limits

  1. $\lim_{x\to 2} [3x^2 + 5x - 1] = \lim_{x\to 2} 3x^2 + \lim_{x\to 2} 5x - \lim_{x\to 2} 1$
    Split it into three pieces by the sum and difference laws — legal only because each piece is already known to have a limit.
  2. $\lim_{x\to 2} 3x^2 = 3 (\lim_{x\to 2} x)^2 = 3(2^2) = 12$
    Apply the scalar and product laws.
  3. $\lim_{x\to 2} 5x = 5(2) = 10$
    Apply the scalar law again; the constant term stays 1.
  4. $12 + 10 - 1 = 21$
    Add the pieces back — every step used one of the four algebra-of-limits laws, never a new rule, never a fresh appeal to the definition.
Two routes to the same number, drawn to the same scale so the agreement is visible rather than asserted. The stack is built in the order the laws release the pieces. 3 times the limit of x squared, then 5 times the limit of x, then a constant taken off. It finishes exactly level with the bar that was never taken apart. Nothing is gained by splitting this particular expression; direct substitution reaches 21 in one step. What the picture buys is confidence in the method for the cases later in the chapter where substitution has no answer at all.

↑ Back to top

Limits of polynomial and rational functions

CONCEPT

Every algebra-of-limits law from the last section has one job: build a new limit from ones already known to exist. Polynomials and rational functions are exactly where that job pays off immediately.

Take any polynomial f. It is built entirely from sums, products, and scalar multiples of x — nothing else. Apply the algebra-of-limits laws to each of those operations in turn, all the way down. The result is always $\lim_{x\to a} f(x) = f(a)$ — direct substitution works, every time, for every polynomial.

A rational function $f(x)/g(x)$ extends the same result one step further, through the quotient law: $\lim_{x\to a} f(x)/g(x) = f(a)/g(a)$, PROVIDED $g(a) \neq 0$. That proviso is not fine print — it is the quotient law’s own condition from the last section, carried forward untouched. The moment $g(a)=0$, the quotient law no longer applies, and direct substitution is not merely inconvenient; it is undefined.

Direct substitution is not a shortcut you reach for — it is what the algebra of limits already guarantees, right up until a denominator vanishes.

Same kind of function, same point-by-point test, two different outcomes — and the test is checkable before you substitute anything: does the denominator survive at that point? That one question sorts every rational limit into one of these two panels.
CONCEPT

A denominator vanishing does not always mean the limit fails — it can mean the algebra hasn’t been simplified far enough yet.

Take a rational limit $\lim_{x\to a} f(x)/g(x)$ where BOTH $f(a)=0$ and $g(a)=0$ — the 0/0 indeterminate form. Direct substitution is undefined here, but the limit can still exist. Since f and g both vanish at x=a, the factor theorem guarantees that $(x-a)$ divides both of them exactly. Factor it out of numerator and denominator, cancel the shared $(x-a)$, and substitute into what remains.

This exact technique proves a genuinely general result. For any positive integer n,

$\lim_{x\to a} (x^n - a^n)/(x-a) = n a^{n-1} \cdot$

The factorisation $x^n - a^n = (x-a)(x^{n-1} + x^{n-2}a + \ldots + a^{n-1})$ cancels the $(x-a)$ directly, leaving n terms that each equal $a^{n-1}$ once $x=a$ is substituted — n copies of $a^{n-1}$, added together.

The same 0/0 shape sits behind average speed itself. Distance over time becomes exactly 0/0 the instant the time interval shrinks to zero — which is the whole reason a derivative needs a limit rather than plain division.

A 0/0 answer is not a dead end — it is a signal to factor first, substitute second.

Both denominators vanish at x = 1, and that alone decides nothing. On the left the numerator vanishes with it — 0 over 0. So the shared factor cancels and what is left is an ordinary line missing one point, which the curve still heads toward from both sides. On the right the numerator is 1 and cancels nothing, so the quotient grows without bound and there is no height to head toward. Reaching for factoring is not optimism: 0 over 0 is the signal that a factor is there to cancel, and 1 over 0 is the signal that none is.
Worked example

Evaluate $\lim_{x\to 1} (x^3-1)/(x^2-1)$

  1. at $x=1$: $0/0$
    Direct substitution gives $0/0$ on both counts — factor first.
  2. $x^3-1 = (x-1)(x^2+x+1)$; $x^2-1 = (x-1)(x+1)$
    Factor numerator and denominator.
  3. $\lim_{x\to 1} (x^2+x+1)/(x+1)$
    Cancel the common $(x-1)$.
  4. $(1+1+1)/(1+1) = 3/2$
    Now direct substitution works, because the denominator no longer vanishes at x=1.
Worked example

Evaluate the same limit by the standard form

  1. $((x^3-1)/(x-1)) / ((x^2-1)/(x-1))$
    Divide top and bottom by the same $x-1$.
  2. $\lim_{x\to 1} (x^3-1)/(x-1) = 3 \times 1^2 = 3$
    The standard form $\lim_{x\to a} (x^n-a^n)/(x-a) = n a^{n-1}$, with $n=3$, $a=1$.
  3. $\lim_{x\to 1} (x^2-1)/(x-1) = 2 \times 1^1 = 2$
    The same form again, $n=2$.
  4. $3/2$
    Same answer as factoring — two routes, one limit.
The worked example divides top and bottom by the same (x-1) and then takes two limits, 3 and 2. This is what that permission looks like. The orange curve is the indigo one divided by the violet one at every x, so its height is their quotient everywhere, and the height it heads for is their quotient too. All three circles are open, because none of the three has a value at x = 1 at all.

↑ Back to top

Limits of trigonometric functions

KEY-TERM

Polynomials and rationals fold into limits already known by direct substitution or factoring. Trigonometric functions near zero do neither — they need one new geometric fact, stated once and reused everywhere.

With x measured in RADIANS (not degrees — the geometric proof ahead depends on it), three standard limits hold.

None of these three come from direct substitution — each one starts as $0/0$ at x=0 — and none come from the algebra-of-limits laws alone. They need a geometric argument, which the next section works through.

Three limits, one geometric proof behind all of them — stated here so the proof itself has something to aim at.

Two of these curves close on the same height from opposite sides and the third closes on a different height altogether, which is the one distinction worth carrying out of this section. The reason sits in the numerators. sin x and tan x both shrink at the same rate as x itself, so their ratios settle at 1. 1 - cos x shrinks far faster and its ratio settles at 0. Three formulas would have to be memorised separately; three curves are one picture.
CONCEPT

Why does $\sin(x)/x$ actually approach 1? Not by algebra — by comparing three areas on the unit circle.

For $0 < x < \pi/2$, picture the unit circle with angle x. Comparing the areas of two triangles and the circular sector trapped between them gives $\sin(x) < x < \tan(x)$. Divide through by $\sin(x)$, which is positive in this range, and take reciprocals — reversing both inequalities: $\cos(x) < \sin(x)/x < 1$.

As $x \to 0$, $\cos(x) \to 1$. $\sin(x)/x$ is sandwiched between $\cos(x)$ and 1, both closing in on 1 from either side, so $\sin(x)/x$ has nowhere else to go — it must approach 1 too. This is the SANDWICH theorem: trap an unknown quantity between two known ones heading to the same place, and it is forced there as well.

The same argument, run for $x \to 0^-$, gives the identical result — $\sin(x)/x$ is an even function of x, so the negative side mirrors the positive side exactly.

Three quantities, one squeeze — the limit has no room to be anything but 1.

Every piece of this drawing is load-bearing. The three shaded areas are not illustrating the inequality, they ARE the inequality; measuring them is the entire proof that sin(theta)/theta has nowhere to go but 1.
Worked example

Evaluate $\lim_{x\to 0} \sin(3x)/x$

  1. $\lim_{x\to 0} \sin(3x)/x$
    The standard result is $\sin(x)/x \to 1$, but here the argument of sine is $3x$, not x — match them first.
  2. $3 \cdot [\sin(3x)/(3x)]$
    Rewrite by multiplying and dividing by 3, so the same quantity $3x$ sits in both the sine and the denominator.
  3. as $x \to 0$, $3x \to 0$ too
    The bracket approaches 1 by the standard trig limit.
  4. $3 \cdot 1 = 3$
    Whenever the argument inside sine does not match the denominator, force them to match first — multiply and divide by whatever it takes.
Neither curve has a value at x = 0. Both are 0/0 there - so both open circles are genuinely empty, and the only question either picture answers is where the curve is heading. What differs between them is the angle fed to the sine. A reader who applies the standard limit straight to sin(3x)/x is answering the lower picture while looking at the upper one. The rewrite in the table is what moves the question from one to the other.

↑ Back to top

Building derivatives from simpler derivatives — the algebra of derivatives

CONCEPT

The limit definition $f'(x) = \lim_{h\to 0} [f(x+h)-f(x)]/h$ computes any derivative directly. Re-deriving it from scratch for every function every time is exactly as slow as it sounds. Four rules, each proved once from that same definition, let a derivative be built from simpler derivatives instead.

Given $u=f(x)$ and $v=g(x)$, both differentiable.

The product and quotient rules are the two to watch. They are NOT $(u \cdot v)'=u' \cdot v'$ and NOT $(u/v)'=u'/v'$ — multiplying or dividing the two derivatives directly is the single most common algebra slip this toolkit invites. Each rule is proved by applying the algebra-of-limits laws to the difference quotient of the combined function — the same machine that built the limit toolkit builds this one too.

Four rules to reach for, and exactly one trap: never multiply or divide the derivatives directly for a product or a quotient.

The dashed line is what happens if the product rule is remembered as f' times g'. It passes through the right point, so nothing about it looks wrong until it is drawn: at 0.21 it is almost flat where the curve is climbing steeply. The solid line, from u’v + uv’, lies along the curve for as far as it is drawn. Sum and difference really do split term by term; product and quotient never do, and this is one measured instance of the size of that difference.
Both lines pass through the same point with the same steepness, so neither is obviously wrong on its own. The error shows only against the curve, and only because the curve is falling. That is the practical warning: a sign slip in this rule’s numerator produces an answer that survives every check except comparing it with the function it came from. Writing v squared underneath is not what makes the rule work; writing u’v first is.
Worked example

Differentiate $f(x) = x^2 \sin(x)$

  1. $u = x^2$, $v = \sin(x)$
    It is a product of two functions, so the product rule applies directly rather than expanding anything by hand.
  2. $u' = 2x$
    The same pattern the general $(x^n-a^n)/(x-a) \to n a^{n-1}$ result already produces, named properly as the power rule next section.
  3. $v' = \cos(x)$
    The derivative of sine, proved from first principles two sections ahead — taken here as a preview, the way a rule is often used once before it is formally derived.
  4. $f'(x) = u'v + u v' = 2x \sin(x) + x^2 \cos(x)$
    The product rule gives two terms, one from differentiating each factor while holding the other fixed — never $u'v'$ alone.
Read the gold curve first. It is positive while the cosine is, crosses zero exactly at x = pi/2, and is large and negative after that. This is what drags the solid curve down through zero near x = 2.5, where the original function x² sin x stops rising. The violet curve never turns negative anywhere in this window. So the answer’s two terms are not two halves of one thing: one of them sets how big the slope is, the other decides when the slope changes sign.
Worked example

Differentiate $f(x) = x/(x+1)$

  1. $u = x$, $v = x+1$
    Both are linear, so both derivatives come straight from the definition.
  2. $[(x+h)-x]/h = h/h = 1$, so $u' = 1$
    The difference quotient for x itself — even this obvious derivative comes from the same definition as everything else in this chapter.
  3. $v' = 1$
    The same reasoning gives $v'=1$ for $x+1$ — the added constant cancels in the difference quotient.
  4. $f'(x) = (u'v-u v')/v^2 = [(x+1) - x] / (x+1)^2 = 1/(x+1)^2$
    Apply the quotient rule.
The four algebra steps beside this graph can only be checked against themselves. Here the answer is checked against something else: at x = 1 the violet curve reads 0.25, and the green line drawn tangent to f at that same x also has slope 0.25. Read the pair across the whole window and the relationship keeps holding. f climbs steepest near the origin, exactly where the violet curve is highest, and flattens as the violet curve falls away.

↑ Back to top

Derivatives of polynomial and trigonometric functions

KEY-TERM

$d/d x (x^n) = n x^{n-1}$, for any positive integer n — this is the general pattern the last two worked examples already leaned on, now stated and derived properly.

The derivative definition gives $\lim_{h\to 0} [(x+h)^n-x^n]/h$. Substitute $y = x+h$, so $y-a=h$ with $a=x$, and $y \to a$ exactly as $h \to 0$. The limit becomes $\lim_{y\to a} (y^n-a^n)/(y-a)$ — the exact general result already proved: $n a^{n-1}$. With $a=x$, that is $n x^{n-1}$.

One substitution turns the derivative definition into a limit already known — the power rule is not a new fact, it is the old one renamed.

The 2 is a count of strips, not a copy of the exponent — a square has two directions to grow in, so two strips survive and the corner does not. Grow a cube the same way and three slabs survive, which is 3x². That is why this one picture proves the rule rather than one case of it.
CONCEPT

$d/d x \sin(x) = \cos(x)$ — the two worked examples that already used this fact get their proof here, from the definition directly.

From the limit definition,

$d/d x \sin(x) = \lim_{h\to 0} [\sin(x+h)-\sin(x)]/h \cdot$

The sum-to-product identity $\sin(A)-\sin(B) = 2 \cos((A+B)/2) \sin((A-B)/2)$, with $A=x+h$ and $B=x$, turns the numerator into $2 \cos(x+h/2) \sin(h/2)$. Dividing by h and regrouping: $\cos(x+h/2) \cdot [\sin(h/2)/(h/2)]$.

As $h \to 0$: $\cos(x+h/2) \to \cos(x)$, and $\sin(h/2)/(h/2) \to 1$ by the standard trig limit proved earlier this chapter. What remains is exactly $\cos(x)$.

The identical method, using $\cos(A)-\cos(B) = -2 \sin((A+B)/2) \sin((A-B)/2)$ in place of the sine identity, gives $d/d x \cos(x) = -\sin(x)$.

AC current and sound waves are both modelled as sinusoids — computing how either changes moment-to-moment is exactly this limit, run on a real signal instead of an abstract x.

The same three-step shape from every derivative in this chapter — form the difference quotient, simplify, let h shrink to zero — proves this one too.

The derivation on this page ends in a symbol, and a symbol cannot be checked by eye. These three places can. Where the sine curve is climbing hardest, at x = 0, the cosine curve is at its peak. Where the sine is dead flat on its crest, the cosine is crossing zero. Where the sine is falling hardest, the cosine has bottomed out. Three chances for the answer to have been the wrong function, and it was the right one each time.
Worked example

Differentiate $f(x) = x^3 + \cos(x)$

  1. $f(x) = x^3 + \cos(x)$
    It is a sum of two terms, so the sum rule applies — differentiate each term separately, then add.
  2. $d/d x(x^3) = 3x^2$
    Apply the power rule.
  3. $d/d x(\cos(x)) = -\sin(x)$
    Apply the first-principles result just proved.
  4. $f'(x) = 3x^2 - \sin(x)$
    Add the two terms — two rules from two different sections, used together on one function; that combination, not any single formula, is the actual skill.
The gold tangent is the one to watch. It tilts downward, and it is the only one of the three that does, because the derivative of cos x is minus sin x and sin 1 is positive. Adding a term that is itself shrinking makes the sum’s tangent less steep than the cubic’s, not more - which is the whole difference between 3 and 2.159 on the page. The middle column of the table is the actual answer to the worked example; the drawing is here to say that the answer’s two pieces behave the way the tangents do.

↑ Back to top

One operation, many rules

RECAP

Every result in this chapter, from the very first worked example to the last, reduces to one operation: evaluating

$\lim_{h\to 0} [f(x+h)-f(x)]/h \cdot$

Sometimes that limit is worked out once, in general, and handed over as a reusable RULE — the power rule, the algebra of derivatives, sin(x) turning into cos(x). Sometimes it is applied directly to one specific function, with no rule to reach for. Knowing which situation you are in — reach for a rule, or fall back to first principles — is the chapter’s real skill. No single formula in it matters as much as that judgment.

Economics gives this idea its own working name. The derivative of a cost or revenue function is called MARGINAL cost or marginal revenue — the field’s native vocabulary for exactly the same rate-of-change idea this chapter builds from scratch.

One operation, many disguises — everything in this chapter is that same limit, computed once and reused, or computed fresh.

Limits and Derivatives — concept map 23 ideas · 36 prerequisite links Approach, not equal frame Left and right limits key-term A first derivative, by hand worked-example The algebra of limits concept A polynomial limit, worked worked-example Direct substitution concept Factor and cancel concept A 0/0 limit, worked worked-example Three trig limits key-term The sandwich argument concept Matching the argument worked-example The algebra of derivatives concept The product rule, worked worked-example The quotient rule, worked worked-example The power rule key-term Differentiating sin x concept Power and trig together worked-example One operation, every result recap A limit ignores f(a) misconception dy/dx is one symbol misconception Practice set — Exercise 12.1 exercise Practice set — Exercise 12.2 exercise Practice set — Miscellaneous exercise
Every idea here descends from one root — that a limit is about approach, not arrival — and the deepest sits six levels below it. That depth is a reading order: the power rule stands five levels down, so five other ideas have to be in place before it can mean anything.

↑ Back to top

Two traps this chapter sets

MISCONCEPTION

TRAP: if $\lim_{x\to a} f(x)$ exists, it feels like f must be defined at a, and its value there must equal the limit.

REALITY: a limit describes only the APPROACH — values of f NEAR a, taken as x gets arbitrarily close, and the definition never once looks at x=a itself. $f(a)$ can be undefined. It can be defined to a completely different value. Either way, the limit at a is entirely unaffected — this chapter’s very first example, $f(x)=(x^2-1)/(x-1)$, is undefined exactly at the point its limit describes.

This does not mean $f(a)$ is irrelevant everywhere — it means the limit and the function’s value are two separate questions, and this chapter has only ever answered the first one.

Check what f approaches. Never assume it tells you what f equals there.

The trap does not just fail once. It fails in two different ways side by side: a function with no value at all at the point, and a function with a value that is flatly wrong. Both keep the exact same limit regardless, which is the stronger proof that f(a) was never part of the calculation to begin with.
MISCONCEPTION

TRAP: dy/dx looks like a fraction — a top part and a bottom part — so it feels safe to split it apart and recombine the two pieces like any ordinary fraction.

REALITY: dy/dx is ONE symbol for a single limit, $f'(x) = \lim_{h\to 0} [f(x+h)-f(x)]/h$. Later algebra sometimes treats it like a fraction — the chain rule mnemonic is the most common place this shows up — but that is a convenient resemblance, not the definition. Nothing in $\lim_{h\to 0} [f(x+h)-f(x)]/h$ splits into two independently meaningful parts called dy and dx.

The notation looks like a fraction. The definition underneath it isn’t one.

The two halves look identical at a glance — same dy, same dx — but only one of them is ever actually defined. You can point to a limit for the whole symbol, never to a separate limit for its top or its bottom alone.

↑ Back to top

Practice set

Exercise 12.1 — Limits, practice set
  1. practice Evaluate $\lim_{x\to 3} (x^2-9)/(x-3)$.
  2. practice Evaluate $\lim_{x\to 0} (x^2+1)/(x+3)$.
  3. practice Does $\lim_{x\to 0} \left|x\right|/x$ exist? Justify using the left-hand and right-hand limits.
  4. practice Evaluate $\lim_{x\to 2} (x^3-8)/(x-2)$.
  5. practice Which of these equals $\lim_{x\to 4} (x^2-16)/(x-4)$?
    1. $4$
    2. $8$
    3. $16$
    4. $0$
  6. practice Evaluate $\lim_{x\to 2} (x^5-32)/(x-2)$.
  7. practice Evaluate $\lim_{x\to 3} (x^2-x-6)/(x-3)$.
  8. practice Let $f(x) = x+1$ for $x<2$ and $f(x) = 5$ for $x\geq 2$. Does $\lim_{x\to 2} f(x)$ exist? Justify using the left-hand and right-hand limits.
  9. practice Which of these equals $\lim_{x\to 5} (x^2-25)/(x-5)$?
    1. $5$
    2. $10$
    3. $25$
    4. $0$
  10. JEE $f(x) = (x^2-9)/(x-3)$ for $x \neq 3$, and $f(3) = 10$. Find $\lim_{x\to 3} f(x)$.
    1. $6$
    2. $10$
    3. does not exist
    4. $3$
  11. JEE Using $f'(a) = \lim_{h\to 0} [f(a+h)-f(a)]/h$, find $f'(3)$ for $f(x) = 2x^2-5$.
    1. $13$
    2. $12$
    3. $6$
    4. $24$
  12. JEE $g(x) = 3$ for every $x \neq 2$, and $g(2) = 7$. Find $\lim_{x\to 2} [g(x) + 5]$.
    1. $12$
    2. does not exist
    3. $8$
    4. $3$
  13. JEE $f(x) = \left|x-2\right|/(x-2)$. Does $\lim_{x\to 2} f(x)$ exist?
    1. exists and equals $1$ — only the right-hand limit was checked
    2. exists and equals $-1$ — only the left-hand limit was checked
    3. exists and equals $0$ — the average of the two disagreeing one-sided limits
    4. does not exist — LHL $=-1$, RHL $=1$, and they disagree
  14. JEE $f(x) = x+1$ for $x<1$, $f(1)=3$, $f(x)=x^2$ for $x\geq 1$. Find $\lim_{x\to 1} f(x)$, or state that it does not exist.
    1. does not exist — LHL $=2$, RHL $=1$
    2. $3$ — the value of $f(1)$ itself, not either one-sided limit
    3. $2$ — only the left-hand limit, $x+1$ as $x \to 1^-$
    4. $1$ — only the right-hand limit, $x^2$ as $x \to 1^+$
  15. JEE $f(x) = [x]$ (the greatest integer $\leq x$). Find $\lim_{x\to 2} [x]$, or state that it does not exist.
    1. $2$ — the value of $f(2)=[2]$ itself, not either one-sided limit
    2. does not exist — LHL $=1$, RHL $=2$
    3. $1$ — only the left-hand limit was checked
    4. $1.5$ — the average of the two disagreeing one-sided limits
  16. JEE Given $\lim_{x\to 1} f(x) = 3$ and $\lim_{x\to 1} g(x) = -2$, find $\lim_{x\to 1} [2f(x) - 3g(x)]$.
    1. $0$
    2. $12$
    3. $6$
    4. $-5$
  17. JEE Given $\lim_{x\to 2} f(x) = 5$ and $\lim_{x\to 2} g(x) = 3$, find $\lim_{x\to 2} [f(x) \cdot g(x) - 2f(x)]$.
    1. $15$
    2. $-2$
    3. $5$
    4. $25$
  18. JEE Given $\lim_{x\to 0} f(x) = 2$, find $\lim_{x\to 0} [f(x)]^3$.
    1. $4$
    2. $6$
    3. $5$
    4. $8$
  19. JEE Evaluate $\lim_{x\to -1} [2x^3 - 3x^2 + 4]$.
    1. $-1$
    2. $3$ — treating $(-1)^3$ as $+1$
    3. $2$ — omitting the $-3x^2$ term entirely
    4. $5$ — flipping the sign of the $-3x^2$ term
  20. JEE Evaluate $\lim_{x\to 1} [(x^2+3)(x-2)]$.
    1. $3$
    2. $-4$
    3. $12$
    4. $-1$
  21. JEE Evaluate $\lim_{x\to -2} [x^3 + 3x^2 - x + 5]$.
    1. $27$
    2. $9$
    3. $11$
    4. $-13$
  22. JEE Evaluate $\lim_{x\to -1} (x^2+2x+5)/(x+3)$.
    1. $-1/2$
    2. $-1$
    3. $-3$
    4. $2$
  23. JEE Evaluate $\lim_{x\to 4} (x-1)/(x-4)$, or state that it does not exist.
    1. does not exist
    2. $1/4$ — from invalidly cancelling the $x$'s in numerator and denominator
    3. $3$ — the numerator’s own value at $x=4$
    4. $0$ — treating a zero denominator as making the whole fraction zero
  24. JEE Evaluate $\lim_{x\to -2} (x^3+1)/(x+5)$.
    1. $3$
    2. $-7/3$
    3. $-8/3$
    4. $1$
  25. JEE Evaluate $\lim_{x\to 2} (x^4-16)/(x-2)$.
    1. $0$
    2. $64$
    3. $32$
    4. $24$
  26. JEE Evaluate $\lim_{x\to -1} (x^3+1)/(x+1)$.
    1. $0$
    2. $-3$
    3. $1$
    4. $3$
  27. JEE Evaluate $\lim_{x\to 3} (x^5-243)/(x-3)$.
    1. $405$
    2. $0$
    3. $1215$
    4. $324$
  28. JEE Evaluate $\lim_{x\to 2} (x^2-x-2)/(x-2)$.
    1. $0$
    2. $3$
    3. $4$
    4. $1$
  29. JEE Evaluate $\lim_{x\to -3} (x^2+2x-3)/(x+3)$.
    1. $0$
    2. $1$
    3. $-4$
    4. $-2$
  30. JEE Evaluate $\lim_{x\to 2} (x^3-8)/(x^2-4)$.
    1. $0$
    2. $1$
    3. $2$
    4. $3$
  31. JEE $f(x) = (x^2-1)/(x-1)$ for $x \neq 1$, and $f(1)=100$. Find $\lim_{x\to 1} f(x)$.
    1. $100$
    2. does not exist
    3. $2$
    4. $0$
  32. JEE $g(x) = 2x+1$ for every $x \neq 3$, and $g$ is left undefined at $x=3$. Find $\lim_{x\to 3} g(x)$.
    1. does not exist
    2. $6$
    3. $3$
    4. $7$
  33. JEE $h(x) = (x^3-8)/(x-2)$ for $x \neq 2$, and $h(2)=0$. Find $\lim_{x\to 2} h(x)$.
    1. $12$
    2. $0$
    3. does not exist
    4. $4$
Answers
  1. $6$
  2. $1/3$
  3. DNE — LHL $=-1$, RHL $=1$.
  4. $12$
  5. $8$
  6. $80$
  7. $5$
  8. DNE — LHL $=3$, RHL $=5$.
  9. $10$
  10. $6$
  11. $12$
  12. $8$
  13. does not exist — LHL $=-1$, RHL $=1$, and they disagree
  14. does not exist — LHL $=2$, RHL $=1$
  15. does not exist — LHL $=1$, RHL $=2$
  16. $12$
  17. $5$
  18. $8$
  19. $-1$
  20. $-4$
  21. $11$
  22. $2$
  23. does not exist
  24. $-7/3$
  25. $32$
  26. $3$
  27. $405$
  28. $3$
  29. $-4$
  30. $3$
  31. $2$
  32. $7$
  33. $12$
Four leaves now, not three. A denominator that vanishes without the numerator vanishing too is not a 0/0 form. There is no shared factor to cancel. So the limit is unbounded, and the answer is DNE: exactly Exercise 12.1's own item 23. Every limit in the exercise still ends at one of these four leaves, so reaching for a technique that is not on this chart means the question has been misread.
Every wrong option in both items is a number the question already printed, and putting them on the scale shows where each one really is. On the right, option B and the value h(2) = 0 you were handed are the same point, twelve below where the curve goes. Read the height the curve arrives at, not the height left lying around near it.
Four of Exercise 12.1's questions are this one shape with different numbers in it. The curves show why the answer is never the fraction’s own value at x = a - there is none - and why it is not 1 either. The higher the power, the steeper the numerator vanishes, and the open circle climbs with it. The table is the arithmetic that lets a reader do the remaining three in a line each, without factorising anything.
Exercise 12.2 — Standard trigonometric limits
  1. practice Evaluate $\lim_{x\to 0} \sin(5x)/x$.
  2. practice Evaluate $\lim_{x\to 0} \tan(x)/x$.
  3. practice Which of these equals $\lim_{x\to 0} (1-\cos(x))/x$?
    1. $0$
    2. $1$
    3. It grows without bound
    4. It is undefined
  4. JEE 2014 Evaluate $\lim_{x\to 0} \sin(\pi \cos(x)^2)/x^2$.
    JEE Main 2014 (Offline)
  5. practice Evaluate $\lim_{x\to 0} \sin(7x)/\sin(3x)$.
  6. practice Evaluate $\lim_{x\to 0} (1-\cos(2x))/(2x)$.
  7. JEE Evaluate $\lim_{x\to 0} \sin(7x)/x$.
    1. $7$
    2. $7\pi/180$
    3. $1$
    4. $14$
  8. JEE Evaluate $\lim_{x\to 0} \tan(4x)/(3x)$.
    1. $3/4$
    2. $4/3$
    3. $4$
    4. $1$
  9. JEE Evaluate $\lim_{x\to 0} (1-\cos(6x))/x$.
    1. $18$
    2. $6$
    3. $0$
    4. $1/2$
  10. JEE Evaluate $\lim_{x\to 0} x \cdot \cot(x)$.
    1. $0$
    2. does not exist
    3. $\pi/180$
    4. $1$
  11. JEE Evaluate $\lim_{x\to 0} \sin(2x)/\sin(3x)$.
    1. $2/3$
    2. $3/2$
    3. $2$
    4. $4/9$
  12. JEE Evaluate $\lim_{x\to 0} (1-\cos(x))/x^2$.
    1. $0$
    2. $1/2$
    3. $1$
    4. $-1/2$
  13. JEE Evaluate $\lim_{x\to 0} \tan(5x)/x$.
    1. $5\pi/180$
    2. $1$
    3. $5$
    4. $10$
  14. JEE Evaluate $\lim_{x\to 0} [\sin(4x) - \sin(2x)]/x$.
    1. $4$
    2. $6$
    3. $8$
    4. $2$
  15. JEE Evaluate $\lim_{x\to 0} \sin^2(3x)/x^2$.
    1. $9$
    2. $3$
    3. $1$
    4. $6$
Answers
  1. $5$
  2. $1$
  3. $0$
  4. $\pi$
  5. $7/3$
  6. $0$
  7. $7$
  8. $4/3$
  9. $0$
  10. $1$
  11. $2/3$
  12. $1/2$
  13. $5$
  14. $2$
  15. $9$
The window is narrow on purpose. sin(7x) turns over at 7x = pi/2. This is x of about 0.22, so a picture drawn even a little wider would show this quotient falling away and would say the opposite of what is true. A limit at 0 is a claim about a small neighbourhood and nothing else. The reason these questions are answered by a rule rather than by substituting a small number is that no single small number is small enough to be safe.
The chapter’s caution box says this in one line and never draws it — in degrees the same ratio approaches pi/180, not 1. The two readings are not close, which is why the wrong option in several of these items is the whole answer scaled by pi/180 rather than a small slip.
The indigo curve passes through the origin from below, so its two one-sided limits arrive at 0 from opposite signs and still agree. This is what makes 0 a genuine two-sided answer rather than a coincidence. The violet curve is even and never reaches the axis at all. Three of the exercise’s four questions are the first picture and one is the second; the table’s middle column is how to tell which one a question is, before any working.
Miscellaneous — practice set
  1. practice Differentiate $f(x) = x^7 - 3x^4 + 2x$.
  2. practice Differentiate $f(x) = x \sin(x)$ using the product rule.
  3. practice Differentiate $f(x) = (x+1)/(x-1)$ using the quotient rule.
  4. practice Which of these equals $d/d x \cos(x)$?
    1. $\sin(x)$
    2. $-\sin(x)$
    3. $\cos(x)$
    4. $-\cos(x)$
  5. JEE 2019 If $\lim_{x\to 1} (x^2-a x+b)/(x-1) = 5$, find $a+b$.
    JEE Main 2019, 10th April (Evening Slot)
  6. practice Differentiate $f(x) = x^4 + 3 \sin(x) - 5$.
  7. practice Differentiate $f(x) = (x^2+1) \cos(x)$ using the product rule.
  8. practice Differentiate $f(x) = \sin(x)/x$ using the quotient rule.
  9. practice Using the limit definition directly, find $\lim_{h\to 0} [(x+h)^3 - x^3]/h$.
  10. JEE Using first principles, find $f'(3)$ for $f(x) = x^2$.
    1. $0$
    2. $7$
    3. $6$
    4. $3$
  11. JEE Using first principles, find $f'(1)$ for $f(x) = x^2 + 2x$.
    1. $2$
    2. $5$
    3. $0$
    4. $4$
  12. JEE Using first principles, find $f'(2)$ for $f(x) = x^2 - 4x$.
    1. $0$
    2. $-4$
    3. $1$
    4. $8$
  13. JEE Given $f(1)=1$, $f'(1)=2$, $g(1)=2$, $g'(1)=1$, find $d/d x[2f(x) - 5g(x)]$ at $x=1$.
    1. $9$
    2. $-1$
    3. $4$
    4. $-8$
  14. JEE Given $f(1)=1$, $f'(1)=2$, $g(1)=2$, $g'(1)=1$, find $d/d x[f(x) \cdot g(x)]$ at $x=1$.
    1. $2$
    2. $4$
    3. $5$
    4. $3$
  15. JEE Given $f(1)=1$, $f'(1)=2$, $g(1)=2$, $g'(1)=1$, find $d/d x[f(x)/g(x)]$ at $x=1$.
    1. $3/2$
    2. $-3/4$
    3. $1/2$
    4. $3/4$
  16. JEE Differentiate $f(x) = x \cdot \sin(x)$ using the product rule. Find $f'(\pi)$.
    1. $-\pi$
    2. $-1$ — multiplying the two derivatives directly instead of the product rule
    3. $0$ — dropping the $x \cdot \cos(x)$ term
    4. $\pi$ — subtracting the two terms instead of adding them
  17. JEE Differentiate $f(x) = x^3 \cdot \cos(x)$ using the product rule. Find $f'(\pi/2)$.
    1. $-3\pi^2/4$
    2. $-\pi^3/8$
    3. $0$
    4. $\pi^3/8$
  18. JEE Differentiate $f(x) = \sin(x) \cdot \cos(x)$ using the product rule. Find $f'(\pi/4)$.
    1. $-1/2$
    2. $1/2$
    3. $0$
    4. $1$
  19. JEE Differentiate $f(x) = x^2/(x+2)$ using the quotient rule. Find $f'(1)$.
    1. $5/3$
    2. $-5/9$
    3. $2/9$
    4. $5/9$
  20. JEE Differentiate $f(x) = (2x+1)/(x-3)$ using the quotient rule. Find $f'(1)$.
    1. $-7/4$
    2. $7/2$ — dividing by $(x-3)$ instead of $(x-3)^2$
    3. $7/4$ — reversing the numerator’s order to $u v' - u'v$
    4. $1/2$ — multiplying the two derivatives directly
  21. JEE Differentiate $f(x) = (x-1)/(x+1)$ using the quotient rule. Find $f'(2)$.
    1. $2/3$
    2. $2/9$
    3. $-2/9$
    4. $1/9$
  22. JEE Find $d/d x(x^10)$ at $x=2$.
    1. $10240$
    2. $4608$
    3. $5120$
    4. $11264$
  23. JEE Find $d/d x(x^6)$ at $x=-1$.
    1. $6$
    2. $-5$
    3. $7$
    4. $-6$
  24. JEE Find $d/d x(x^5)$ at $x=2$.
    1. $80$
    2. $160$
    3. $64$
    4. $192$
  25. JEE Find $d/d x[\sin(x)]$ at $x=\pi/3$.
    1. $\sqrt{3}/2$
    2. $1/2$
    3. $-1/2$
    4. $\sqrt{3}$
  26. JEE Find $d/d x[\cos(x)]$ at $x=\pi/6$.
    1. $\sqrt{3}/2$
    2. $1/2$
    3. $-1/2$
    4. $\sqrt{3}/3$
  27. JEE Find $d/d x[\sin(x) - \cos(x)]$ at $x=\pi/4$.
    1. $0$
    2. $\sqrt{2}/2$
    3. $-\sqrt{2}$
    4. $\sqrt{2}$
  28. JEE Find $d/d x[x^4 - \sin(x)]$ at $x=\pi$.
    1. $1+4\pi^3$
    2. $4\pi^3$
    3. $4\pi^3-1$
    4. $1+4\pi^4$
  29. JEE Find $d/d x[2x^2 + 3\cos(x)]$ at $x=\pi/2$.
    1. $2\pi$
    2. $2\pi-3$
    3. $2\pi+3$
    4. $\pi^2-3$
  30. JEE Find $d/d x[x^3 - 5\sin(x) + 2]$ at $x=0$.
    1. $0$
    2. $5$
    3. $-5$
    4. $-3$
  31. JEE For $y=x^3$, compare the TRUE derivative $d y/d x$ at $x=2$ (from the definition) against the finite ratio $[f(3)-f(2)]/(3-2)$ a student computes and calls '$d y/d x$'. What is the true $d y/d x$ at $x=2$?
    1. $19$
    2. $12$
    3. $7$
    4. $13$
  32. JEE For $y=x^2$, compare the TRUE derivative $d y/d x$ at $x=1$ against a finite ratio a student computes and calls '$d y/d x$'. What is the true $d y/d x$ at $x=1$?
    1. $3$
    2. $1$
    3. $2$
    4. $4$
  33. JEE For $y=x^2$, compare the TRUE derivative $d y/d x$ at $x=5$ against a finite ratio a student computes and calls '$d y/d x$'. What is the true $d y/d x$ at $x=5$?
    1. $9$
    2. $11$
    3. $12$
    4. $10$
  34. JEE Differentiate $x^2 \cdot \sin(x) + 3x$, choosing the right combination of rules. Find $f'(\pi)$.
    1. $-\pi^2$
    2. $3-2\pi$
    3. $3+\pi^2$
    4. $3-\pi^2$
  35. JEE Differentiate $x^3 \cdot \sin(x) - 2x^2$, choosing the right combination of rules. Find $f'(\pi)$.
    1. $-\pi(\pi^2+4)$
    2. $-\pi^3$ — dropping the $-4x$ term from the $-2x^2$ piece
    3. $-\pi(3\pi+4)$ — multiplying the two derivatives directly
    4. $\pi(4-\pi^2)$ — flipping the sign of the $-2x^2$ term’s derivative
  36. JEE Differentiate $(x+1)^2 \cdot \sin(x)$, choosing the right combination of rules (expand the square first, no chain rule needed). Find $f'(0)$.
    1. $0$
    2. $1$
    3. $2$
    4. $3$
Answers
  1. $7x^6 - 12x^3 + 2$
  2. $\sin(x) + x \cos(x)$
  3. $-2/(x-1)^2$
  4. $-\sin(x)$
  5. $-7$
  6. $4x^3 + 3 \cos(x)$
  7. $2x \cos(x) - (x^2+1) \sin(x)$
  8. $(x \cos(x) - \sin(x))/x^2$
  9. $3x^2$
  10. $6$
  11. $4$
  12. $0$
  13. $-1$
  14. $5$
  15. $3/4$
  16. $-\pi$
  17. $-\pi^3/8$
  18. $0$
  19. $5/9$
  20. $-7/4$
  21. $2/9$
  22. $5120$
  23. $-6$
  24. $80$
  25. $1/2$
  26. $-1/2$
  27. $\sqrt{2}$
  28. $1+4\pi^3$
  29. $2\pi-3$
  30. $-5$
  31. $12$
  32. $2$
  33. $10$
  34. $3-\pi^2$
  35. $-\pi(\pi^2+4)$
  36. $1$
The two curves cross, which is the part worth noticing: near x = 2.5 they have the same height, and everything else about them differs. A reader who classifies by what an expression CONTAINS will put these two in the same box, because they contain the same kinds of thing. The classification that works is the second column, and it is a reading of the expression’s outermost operation, not of its ingredients.
Twenty of this set’s items end in “at x = a”, and the number they ask for is a height on the second curve, not on the first. Read the tie either way — the orange curve’s height at an x is how steep the indigo one is there, which is what the tangents check.
Both curves are drawn from the unsimplified quotient, not from the tidy expression in the table’s third column - which is why they are broken at h = 0 at all. Cancelling the h is the step that turns an expression with no value at h = 0 into one that has a value there. The picture is what that step does: it fills the hole. The fourth row is the case worth being ready for - the quotient reduces to h itself, so the answer is 0 and nothing has gone wrong.

↑ Back to top

Chapter-end problems

Chapter-end problems — graded set
  1. board-easy Evaluate $\lim_{x\to 2} (3x^2 - 4x + 1)$.
  2. board-easy Evaluate $\lim_{x\to 1} (2x+3)/(x^2+1)$.
  3. board-easy Evaluate $\lim_{x\to -7} (x^2-49)/(x+7)$.
  4. board-easy Evaluate $\lim_{x\to 1} (x^6-1)/(x-1)$.
  5. board-easy Evaluate $\lim_{x\to 0} \sin(4x)/x$.
  6. board-easy Which of these equals $\lim_{x\to 0} (1-\cos(3x))/x$?
    1. $0$
    2. $3$
    3. $1$
    4. does not exist
  7. board-easy Let $f(x) = x+3$ for $x<2$ and $f(x) = x^2-1$ for $x\geq 2$. Does $\lim_{x\to 2} f(x)$ exist? Justify using the left-hand and right-hand limits.
  8. board-easy Differentiate $f(x) = 5x^4 - 2x^3 + 7$ using the power rule.
  9. board-easy Differentiate $f(x) = 4x^3 + 2\sin(x) - 3$.
  10. board-easy Using first principles, find $f'(2)$ for $f(x) = x^2 + 3$.
  11. board-standard Evaluate $\lim_{x\to 4} (\sqrt{x}-2)/(x-4)$.
  12. board-standard Evaluate $\lim_{x\to 0} (\sqrt{1+x}-\sqrt{1-x})/x$.
  13. board-standard Given $\lim_{x\to 1} f(x) = 2$ and $\lim_{x\to 1} g(x) = 5$, find $\lim_{x\to 1} [f(x)^2 - 3g(x)]/[g(x)-1]$.
  14. board-standard Evaluate $\lim_{x\to 0} \sin(5x)/\tan(3x)$.
  15. board-standard Let $f(x) = x^2-1$ for $x\leq 1$ and $f(x) = 2x-2$ for $x>1$. Does $\lim_{x\to 1} f(x)$ exist? Justify using the left-hand and right-hand limits.
  16. board-standard Differentiate $f(x) = (3x^2+1)(2x-5)$ using the product rule.
  17. board-standard Differentiate $f(x) = (2x-1)/(3x+4)$ using the quotient rule.
  18. board-standard Differentiate $f(x) = x^2 \tan(x)$ using the product rule.
  19. board-standard Differentiate $f(x) = \cos(x)/(x+1)$ using the quotient rule.
  20. board-standard Which of these equals $d/d x[\tan(x)]$ at $x=\pi/4$?
    1. $2$
    2. $1$
    3. $\sqrt{2}$
    4. $1/2$
  21. board-standard Using first principles, find $f'(1)$ for $f(x) = x^2 + 3x$.
  22. board-standard Which of these equals $\lim_{x\to 0} \tan(2x)/\sin(4x)$?
    1. $1/2$
    2. $2$
    3. $1$
    4. $1/4$
  23. JEE If $\lim_{x\to 3} (x^2+a x+b)/(x-3) = 7$, find $a+b$.
  24. JEE Let $f(x) = 2x+3$ for $x<1$ and $f(x) = k x^2$ for $x\geq 1$. Find the value of $k$ for which $\lim_{x\to 1} f(x)$ exists.
  25. JEE Which of these equals $\lim_{x\to 0} (1-\cos(4x))/x^2$?
    1. $8$
    2. $4$
    3. $2$
    4. $16$
  26. JEE Using first principles, find $f'(x)$ for $f(x) = \sqrt{x}$.
  27. JEE Differentiate $f(x) = x^2 (x+1)(2x-3)$, choosing the right combination of rules.
  28. JEE Find the point on the curve $y = x^2-4x+3$ where the tangent is parallel to the x-axis.
  29. JEE Which of these equals $\lim_{x\to 0} [\sqrt{1+x}-1]/x$?
    1. $1/2$
    2. $1$
    3. $2$
    4. $0$
  30. JEE Given $f(1)=3$, $f'(1)=-2$, $g(1)=4$, $g'(1)=1$, find $d/d x[f(x)/g(x) + 3f(x)]$ at $x=1$.
Answers
  1. $5$
  2. $5/2$
  3. $-14$
  4. $6$
  5. $4$
  6. $0$
  7. does not exist — LHL $=5$, RHL $=3$
  8. $20x^3 - 6x^2$
  9. $12x^2 + 2\cos(x)$
  10. $4$
  11. $1/4$
  12. $1$
  13. $-11/4$
  14. $5/3$
  15. $0$
  16. $18x^2-30x+2$
  17. $11/(3x+4)^2$
  18. $2x \tan(x) + x^2 \sec^2(x)$
  19. $-[(x+1)\sin(x)+\cos(x)]/(x+1)^2$
  20. $2$
  21. $5$
  22. $1/2$
  23. $-11$
  24. $5$
  25. $8$
  26. $1/(2\sqrt{x})$
  27. $8x^3-3x^2-6x$
  28. $(2,-1)$
  29. $1/2$
  30. $-107/16$
One function, and the chapter’s two questions sitting on it at once. At x = 1 the denominator vanishes and there is nothing to substitute, so the question can only be a limit: factor, cancel, and the answer is the height of the open circle. At x = 2 the denominator survives, the function has an ordinary value, and the question can be a derivative: the slope of the line resting on the curve there. What decides which question a chapter-end problem is asking is not the wording — it is whether the denominator survives at the point named.
Twenty-two of the thirty problems are board tier, which is worth knowing before starting rather than discovering at problem twenty-three. The two board bars hold nothing that has not already been done at least once earlier in the chapter. The eight in the JEE bar are the ones where the work is deciding which rule applies, not applying it. A reader can plan a sitting off this.
Parallel to the x-axis is a statement about slope, and the chapter has already built the thing that computes one. The level tangent holds the same one-unit gap from the axis at both ends — that is what parallel means — while every other tangent tilts. So set 2x - 4 = 0, and the point is (2, -1).

↑ Back to top