Unit 3: Calculus - Free Study Resources | Boundless Maths
📐

Topics Covered

1. Differentiation

Higher order derivatives and their applications

2. Applications of Derivatives

Rate of change, increasing-decreasing, maxima-minima, marginal cost and revenue

3. Integrals

Indefinite, definite, substitution, partial fractions, integration by parts

4. Applications of Integrals

Cost-revenue functions, consumer and producer surplus, area under curves

5. Differential Equations

Order and degree, formation and solving differential equations

🎥 Video Tutorials

3
Calculus
15 Marks · Series of 7 Videos

Integration & Its Applications — Series (7 Videos)

▶ Watch Series on YouTube →
✓ Indefinite Integrals ✓ Definite Integrals ✓ Area Under the Curve ✓ Consumer & Producer Surplus

🔜 Coming Soon

Differentiation & Applications Differential Equations
📝

Multiple Choice Questions

Question 1
The derivative of x³ + 3x² + 4x + 5 is:
(a) 3x² + 6x + 4
(b) x³ + 3x² + 4
(c) 3x² + 6x + 5
(d) x² + 6x + 4
✓ Correct Answer: (a) 3x² + 6x + 4
Solution:
Using the power rule of differentiation: d/dx(xⁿ) = nxⁿ⁻¹
d/dx(x³) = 3x²
d/dx(3x²) = 6x
d/dx(4x) = 4
d/dx(5) = 0
Therefore, derivative = 3x² + 6x + 4
Question 2
∫(2x + 3)dx equals:
(a) x² + 3x + C
(b) 2x² + 3x + C
(c) x² + 3 + C
(d) 2x + 3x + C
✓ Correct Answer: (a) x² + 3x + C
Solution:
Using integration formula: ∫xⁿdx = xⁿ⁺¹/(n+1) + C
∫2x dx = 2 × x²/2 = x²
∫3 dx = 3x
Therefore, ∫(2x + 3)dx = x² + 3x + C
Question 5
∫₀² x² dx equals:
(a) 8/3
(b) 4/3
(c) 8
(d) 2/3
✓ Correct Answer: (a) 8/3
Solution:
∫x² dx = x³/3
Applying limits from 0 to 2:
[x³/3]₀² = (2³/3) - (0³/3) = 8/3 - 0 = 8/3
Question 6
The derivative of e^(3x) is:
(a) 3e^(3x)
(b) e^(3x)
(c) e^(3x)/3
(d) 3e^x
✓ Correct Answer: (a) 3e^(3x)
Solution:
Using chain rule for exponential functions:
d/dx[e^(ax)] = a × e^(ax)
Here a = 3
Therefore, d/dx[e^(3x)] = 3e^(3x)
Question 9
The product rule for differentiation of uv is:
(a) u(dv/dx) + v(du/dx)
(b) u(dv/dx) - v(du/dx)
(c) (du/dx)(dv/dx)
(d) u + v
✓ Correct Answer: (a) u(dv/dx) + v(du/dx)
Solution:
The product rule states:
d/dx(uv) = u(dv/dx) + v(du/dx)
This is one of the fundamental differentiation rules.
Question 10
The second derivative of x⁴ is:
(a) 12x²
(b) 4x³
(c) 12x
(d) 24x
✓ Correct Answer: (a) 12x²
Solution:
First derivative: d/dx(x⁴) = 4x³
Second derivative: d/dx(4x³) = 12x²

📐 Never Forget a Formula Again

All calculus formulas — and all 8 units — in one crisp, printable PDF

  • ✅ All formulas for all 8 units — organized topic-wise
  • ✅ Important theory points covered from MCQ perspective
  • ✅ Concise & comprehensive as per latest CBSE syllabus
  • ✅ Perfect for last-minute revision before exams
  • ✅ Instant PDF — print & pin up for quick revision anytime
⭐ Formula Deck — ₹199 only

Buy Formula Deck — ₹199

🔒 Razorpay secured · Instant PDF to your email

💡

Solved Examples

Example 1
Find the derivative of f(x) = (2x + 1)(3x² - 4)
Solution:
Using the product rule: d/dx(uv) = u(dv/dx) + v(du/dx)
Let u = 2x + 1 and v = 3x² - 4
du/dx = 2
dv/dx = 6x
f'(x) = (2x + 1)(6x) + (3x² - 4)(2)
= 12x² + 6x + 6x² - 8
= 18x² + 6x - 8
Answer: f'(x) = 18x² + 6x - 8
Example 2
Evaluate ∫₁³ (4x³ - 2x)dx
Solution:
First, find the indefinite integral: ∫(4x³ - 2x)dx
= 4(x⁴/4) - 2(x²/2) + C = x⁴ - x² + C
Now apply the limits from 1 to 3:
[x⁴ - x²]₁³ = (3⁴ - 3²) - (1⁴ - 1²) = (81 - 9) - (1 - 1) = 72 - 0
Answer: 72
Example 3
A company's profit function is P(x) = -2x² + 40x - 50, where x is the number of units sold (in hundreds). Find the number of units that maximizes profit.
Solution:
To find maximum profit, we find where dP/dx = 0
P(x) = -2x² + 40x - 50
dP/dx = -4x + 40
Setting dP/dx = 0: -4x + 40 = 0 → x = 10
To verify it's a maximum, check d²P/dx²:
d²P/dx² = -4 (negative, so it's a maximum ✓)
Answer: 10 hundred units = 1000 units maximizes profit
Example 4
Find the derivative of y = ln(x² + 5x + 1)
Solution:
Using chain rule: d/dx[ln(f(x))] = f'(x)/f(x)
Here f(x) = x² + 5x + 1
f'(x) = 2x + 5
Therefore, dy/dx = (2x + 5)/(x² + 5x + 1)
Answer: dy/dx = (2x + 5)/(x² + 5x + 1)
Example 5
Find the area bounded by the curve y = x², the x-axis, and the lines x = 1 and x = 3
Solution:
Area = ∫₁³ x² dx = [x³/3]₁³
= (3³/3) - (1³/3) = 27/3 - 1/3 = 26/3 square units
Answer: Area = 26/3 or 8⅔ square units
Example 6
The revenue function for a product is R(x) = 100x - 0.5x², where x is the quantity sold. Find the marginal revenue when x = 40 units.
Solution:
Marginal Revenue = dR/dx
R(x) = 100x - 0.5x²
dR/dx = 100 - x
At x = 40: MR = 100 - 40 = 60
Answer: Marginal Revenue at 40 units = Rs 60 per unit

📚 Want More Practice Questions Like These?

The Question Bank has every question type you'll face in the board exam — all solved

  • ✅ All 8 Units covered
  • ✅ MCQs, Assertion-Reason, Unit-wise CBSE Sample Paper & Previous Year Questions with Solutions
  • ✅ 2025–26 CBSE Sample Paper with Solution
  • ✅ Last Year's Board Paper — fully solved
  • ✅ 2 Mock Papers — solved
  • ✅ Exam Tips & Common Mistakes per unit
📚 Question Bank — ₹699

Buy Question Bank — ₹699

🔒 Razorpay secured · Instant PDF to your email

📝

Long Answer Questions with Complete Solutions

Practice 4-mark and 6-mark questions

Question 1 CBSE 2024
A wire of length 28 cm is to be cut into two pieces. One piece will be bent to form a square and the other to form a circle. Find the length of each piece so that the total area enclosed is minimum.
Complete Solution:
Let the length of wire for square = x cm, for circle = (28 - x) cm
Side of square = x/4 → Area of square = x²/16
2πr = (28 - x) → r = (28 - x)/(2π) → Area of circle = (28 - x)²/(4π)
Total area A = x²/16 + (28 - x)²/(4π)
For minimum area: dA/dx = 0 → x/8 = (28 - x)/(2π)
πx = 4(28 - x) → x(π + 4) = 112 → x = 112/(π + 4) ≈ 15.68 cm
Length for square = 112/(π + 4) cm ≈ 15.68 cm
Length for circle = 28π/(π + 4) cm ≈ 12.32 cm
Question 2 CBSE 2024
Evaluate: ∫ (x² + 1)/(x⁴ + x² + 1) dx
Complete Solution:
Divide numerator and denominator by x²:
= ∫ (1 + 1/x²)/[(x - 1/x)² + 3] dx
Let t = x - 1/x → dt = (1 + 1/x²) dx
= ∫ dt/(t² + 3) = ∫ dt/(t² + (√3)²)
= (1/√3) tan⁻¹(t/√3) + C
= (1/√3) tan⁻¹[(x - 1/x)/√3] + C
= (1/√3) tan⁻¹[(x² - 1)/(x√3)] + C
Question 3 CBSE 2023
The marginal cost function of manufacturing x units of a product is given by MC = 3x² - 10x + 3. The total cost of producing 3 units is Rs 49. Find the total cost function and the cost of producing 5 units.
Complete Solution:
Given: MC = dC/dx = 3x² - 10x + 3
C = ∫(3x² - 10x + 3) dx = x³ - 5x² + 3x + k
C(3) = 49 → 27 - 45 + 9 + k = 49 → k = 58
C(5) = 125 - 125 + 15 + 58 = 73
Total cost function: C(x) = x³ - 5x² + 3x + 58
Cost of producing 5 units = Rs 73
Question 4 CBSE 2025
Find the area of the region bounded by the parabola y² = 4x and the line y = 2x - 4.
Complete Solution:
Intersection: y²/4 = (y + 4)/2 → y² - 2y - 8 = 0 → y = 4 or y = -2
Area = ∫₋₂⁴ [(y + 4)/2 - y²/4] dy = (1/4) ∫₋₂⁴ (8 + 2y - y²) dy
= (1/4) [8y + y² - y³/3]₋₂⁴ = (1/4) × 60 = 15
Area = 15 square units
Question 5 CBSE 2023
Solve the differential equation: (x + y) dy/dx = 1, given that y = 0 when x = 1.
Complete Solution:
Let t = x + y → (x + y) dy = dx → t dy = dt - dy → (t + 1) dy = dt
Integrating: y = log|t + 1| + C = log|x + y + 1| + C
Given y = 0, x = 1: 0 = log 2 + C → C = -log 2
y = log|x + y + 1| - log 2
y = log|(x + y + 1)/2|
⭐ Best Value — Limited Period Offer
Get Both — Formula Deck + Question Bank & Save ₹299
Combo Deal
Formula Deck + Question Bank
₹898
₹599
Save ₹299

🔒 Razorpay secured · UPI / Cards / Net Banking · Instant PDF to your email

📚

Case Studies

Case Study 1: Manufacturing Cost Optimization

Context: A company manufactures electronic components. The total cost function (in thousands of rupees) for producing x units (in hundreds) is given by:

C(x) = 2x³ - 15x² + 36x + 10

The company wants to optimize its production to minimize average cost and maximize profit. The selling price per unit is fixed at Rs 200 per unit.

(i) Find the marginal cost function dC/dx
Solution:
C(x) = 2x³ - 15x² + 36x + 10
Marginal Cost = dC/dx = 6x² - 30x + 36
Marginal Cost function: MC(x) = 6x² - 30x + 36
(ii) Find the value of x for which marginal cost is minimum
Solution:
d(MC)/dx = 12x - 30 = 0 → x = 2.5
d²(MC)/dx² = 12 > 0 (confirms minimum ✓)
Marginal cost is minimum at x = 2.5 hundred units = 250 units
(iii)(a) Find the minimum marginal cost
Solution:
MC(2.5) = 6(6.25) - 30(2.5) + 36 = 37.5 - 75 + 36 = -1.5
Minimum Marginal Cost = Rs 1,500 per hundred units (Rs 15 per unit)
(iii)(b) OR: If the revenue function is R(x) = 200x - 2x², find the production level that maximizes profit
Solution:
Profit P(x) = R(x) - C(x) = (200x - 2x²) - (2x³ - 15x² + 36x + 10)
= -2x³ + 13x² + 164x - 10
dP/dx = -6x² + 26x + 164 = 0 → x ≈ 6.73 hundred units
Optimal production level ≈ 673 units for maximum profit
Case Study 2: Water Tank Filling Problem

Context: A cylindrical water tank has a radius of 5 meters. Water is being pumped into the tank at a rate such that the height h (in meters) at time t (in minutes) is given by:

h(t) = 0.1t² + 0.5t

The management needs to analyze the rate of water filling and the total volume filled over time. (Use π = 3.14)

(i) Find the rate of change of height with respect to time at t = 10 minutes
Solution:
dh/dt = 0.2t + 0.5
At t = 10: dh/dt = 0.2(10) + 0.5 = 2.5 m/min
Rate of height increase at t = 10 min: 2.5 metres per minute
(ii) Calculate the height of water in the tank after 20 minutes
Solution:
h(20) = 0.1(400) + 0.5(20) = 40 + 10 = 50 metres
Height after 20 minutes: 50 metres
(iii)(a) Find the volume of water filled in the first 10 minutes
Solution:
V(t) = 25π·h(t). At t = 10: h(10) = 0.1(100) + 5 = 15 m
V(10) = 25π × 15 = 375π = 375 × 3.14 = 1177.5 m³
Volume filled in 10 minutes: 1177.5 cubic metres
(iii)(b) OR: Find the rate of change of volume at t = 15 minutes
Solution:
dV/dt = 25π · dh/dt = 25π(0.2t + 0.5)
At t = 15: dV/dt = 25π(3 + 0.5) = 87.5π = 87.5 × 3.14 = 274.75 m³/min
Rate of volume change at t = 15 min: 274.75 m³/min
Case Study 3: E-commerce Sales Analysis

Context: An e-commerce company models its daily sales revenue (in thousands of rupees) as a function of the number of hours x after the start of business day:

S(x) = -x³ + 9x² + 15x + 20, where 0 ≤ x ≤ 8

The company wants to identify peak sales hours and calculate total revenue for optimal resource allocation.

(i) Find the rate of change of sales with respect to time
Solution:
dS/dx = -3x² + 18x + 15
Rate of sales change: dS/dx = -3x² + 18x + 15 (thousand rupees/hour)
(ii) Find the time at which sales rate is maximum
Solution:
d²S/dx² = -6x + 18 = 0 → x = 3 hours
d³S/dx³ = -6 < 0 (confirms maximum ✓)
Sales rate is maximum at x = 3 hours after opening
(iii)(a) Calculate the total sales revenue from hour 2 to hour 6
Solution:
S(6) = -216 + 324 + 90 + 20 = 218
S(2) = -8 + 36 + 30 + 20 = 78
Difference = 218 - 78 = 140
Revenue from hour 2 to 6: Rs 140 thousand
(iii)(b) OR: Find when the sales revenue is exactly Rs 100 thousand
Solution:
-x³ + 9x² + 15x + 20 = 100 → x³ - 9x² - 15x + 80 = 0
By numerical methods: x ≈ 4.37 hours
Sales reach Rs 100 thousand at approximately 4.37 hours (4 hours 22 minutes)

🏆 Complete Your Board Exam Preparation


📐 Class 12 Applied Maths Formula Deck — ₹199

  • ✅ All formulas for all 8 units — organized topic-wise
  • ✅ Important theory points covered from MCQ perspective
  • ✅ Concise & comprehensive as per latest CBSE syllabus
  • ✅ Perfect for last-minute revision before exams
  • ✅ Instant PDF — print & pin up for quick revision anytime
Buy Formula Deck — ₹199

📚 Complete Question Bank — ₹699

  • ✅ All 8 Units covered
  • ✅ MCQs, Assertion-Reason, Unit-wise CBSE Sample Paper & Previous Year Questions with Solutions
  • ✅ 2025–26 CBSE Sample Paper with Solution
  • ✅ Last Year's Board Paper — fully solved
  • ✅ 2 Mock Papers — solved
  • ✅ Exam Tips & Common Mistakes per unit
⭐ Best Value — Limited Period
Combo: Formula Deck + Question Bank
₹898
₹599
Save ₹299

🔒 Razorpay secured · UPI / Cards / Net Banking · Instant PDF to your email