Chain rule: d/dx[ln(u)] = (1/u)·u'. Here u = x²+1, u' = 2x. Result = 2x/(x²+1).
Question 27
If f(x) = x · ln(x), then f'(x) is:
(a) ln x
(b) 1 + ln x
(c) 1/x
(d) x + ln x
✓ Correct Answer: (b) 1 + ln x
Product rule: f'(x) = 1·ln x + x·(1/x) = ln x + 1.
📋 Assertion-Reason Questions
Statement I is Assertion (A) and Statement II is Reason (R). Choose the correct option:
(a) Both A and R are True and R is the correct explanation of A
(b) Both A and R are True but R is not the correct explanation of A
(c) A is True but R is False
(d) A is False but R is True
Assertion-Reason 1
Assertion (A): The function f(x) = 1/x is not continuous at x = 0. Reason (R): A function is discontinuous at any point where it is not defined.
(a) Both A and R are True and R is the correct explanation of A
(b) Both A and R are True but R is not the correct explanation of A
(c) A is True but R is False
(d) A is False but R is True
✓ Correct Answer: (a) Both A and R are True and R is the correct explanation of A
f(x) = 1/x is undefined at x = 0, hence discontinuous there. R correctly explains A.
Assertion-Reason 2
Assertion (A): The derivative of f(x) = x⁴ is 4x³. Reason (R): For any constant n, d/dx(xⁿ) = n·x^(n−1).
(a) Both A and R are True and R is the correct explanation of A
(b) Both A and R are True but R is not the correct explanation of A
(c) A is True but R is False
(d) A is False but R is True
✓ Correct Answer: (a) Both A and R are True and R is the correct explanation of A
The power rule (R) directly gives d/dx(x⁴) = 4x³ (A).
Assertion-Reason 3
Assertion (A): lim(x→2) f(x) can exist even if f(2) is not defined. Reason (R): The limit of a function at a point depends on values near that point, not at the point itself.
(a) Both A and R are True and R is the correct explanation of A
(b) Both A and R are True but R is not the correct explanation of A
(c) A is True but R is False
(d) A is False but R is True
✓ Correct Answer: (a) Both A and R are True and R is the correct explanation of A
Example: f(x) = (x²−4)/(x−2) is undefined at x=2 but lim(x→2) = 4. R explains exactly why.
📐 All Calculus Formulas in One Place
Formula Deck covers all 8 units — derivatives, limits, function types — crisp & printable.
Continuous at x = 2; f'(x) = 1 for x > 2, f'(x) = −1 for x < 2
📊
Case Studies
Real-world application based questions
Case Study 1
Mobile Recharge Plans — Function Types & Continuity
A telecom company models cost (in ₹) as C(x) = 50 + 2x for x ≤ 100 calls, and C(x) = 250 + 1.5(x−100) for x > 100 calls. A data analyst models user growth as G(t) = 1000·e^(0.1t) where t = months.
(i) What type of function is C(x) for x ≤ 100?
(a) Exponential
(b) Linear (polynomial)
(c) Logarithmic
(d) Rational
✓ Correct Answer: (b) Linear (polynomial)
C(x) = 50 + 2x is of the form mx + c — a degree 1 polynomial (linear function).
(ii) Is C(x) continuous at x = 100?
✓ Yes, C(x) is continuous at x = 100
LHL: 50+2(100) = 250. RHL: 250+1.5(0) = 250. f(100) = 250. All three equal → Continuous.
(iii)(a) What type of function is G(t) = 1000·e^(0.1t)?
(a) Polynomial
(b) Modulus
(c) Exponential
(d) Signum
✓ Correct Answer: (c) Exponential
G(t) = 1000·e^(0.1t) is of the form a·e^(kt) — an exponential function.
A machine's cost per item (₹) as quantity x increases is C(x) = (x²−25)/(x−5) for x ≠ 5. At x = 5 (retooling), the cost is set to ₹k per item.
(i) Find lim(x→5) C(x).
(a) 0
(b) 5
(c) 10
(d) 25
✓ Correct Answer: (c) 10
(x²−25)/(x−5) = (x+5). As x→5, limit = 10.
(ii) What value of k makes C(x) continuous at x = 5?
(a) 5
(b) 10
(c) 25
(d) 0
✓ Correct Answer: (b) k = 10
For continuity, C(5) = limit = 10. So k = 10.
(iii) If C(x) = x² + 3x for all x, find dC/dx and evaluate at x = 4.
✓ dC/dx = 2x + 3; At x = 4: dC/dx = 11
d/dx(x²+3x) = 2x+3. At x=4: 8+3 = 11.
Case Study 3
Online Learning Platform — Differentiation in Action
A startup models user engagement as E(x) = ln(x + 1), where x = content pieces uploaded, and daily active users as U(t) = 200·e^(0.05t), where t = weeks since launch.
(i) What is the domain of E(x) = ln(x + 1)?
(a) x > 0
(b) x > −1
(c) x ≥ 0
(d) All real numbers
✓ Correct Answer: (b) x > −1
ln requires argument > 0, so x+1 > 0 → x > −1.
(ii) Find dE/dx. What happens as x → ∞?
✓ dE/dx = 1/(x+1) → 0 as x → ∞
Each additional content piece adds less and less to engagement — diminishing returns.
(iii)(a) Find U'(t) for U(t) = 200·e^(0.05t).
(a) 200e^(0.05t)
(b) 10e^(0.05t)
(c) 0.05e^(0.05t)
(d) 200 × 0.05
✓ Correct Answer: (b) 10e^(0.05t)
U'(t) = 200 × 0.05 × e^(0.05t) = 10e^(0.05t).
(iii)(b) Compare the growth of E(x) = ln(x+1) vs U(t) = 200e^(0.05t). Which grows faster?
Logarithmic functions grow very slowly; exponential functions grow without bound. The startup's user base grows rapidly, but engagement per content piece grows only logarithmically — quality matters more than quantity.
🏆 Ace Your Class 11 Applied Maths Exams
Stop scrambling for formulas at the last minute. Get everything in one crisp, printable PDF.
📐 Class 11 Applied Maths Formula Deck — ₹199
✅ All formulas for all 8 units — organised topic-wise
✅ Function types, derivative rules, limit formulas and more
✅ Important theory points from an exam perspective
✅ Concise & comprehensive as per latest CBSE syllabus
✅ Perfect for last-minute revision before school exams
✅ Instant PDF — print & pin up for quick revision anytime