Class 12 Math Textbook 2025-26 (FSc/ICS Part 2) — Full Unit Guide, PDF & Study Plan
Looking for the official Class 12 Math Textbook? This guide covers the full unit-wise breakdown, worked examples, and a study plan for FSc/ICS Part 2 students.
Punjab Curriculum & Textbook Board (PCTB/PECTAA) — Updated for the current session
If you finished Class 11 and are now staring Class 12 math textbook wondering how much harder it actually gets — the honest answer is: not harder, just faster. Part 2 assumes you already know functions, basic trigonometry, and the algebra from Part 1, and it spends almost no time re-teaching. Every unit here builds directly on something you covered last year, which is exactly why students who found Class 11 shaky tend to struggle in the first two months of Class 12 — not because the new material is conceptually harder, but because the gaps from last year finally catch up with them.
This guide is built around that problem. Instead of just listing what’s in each unit, it shows you how Class 12 topics connect back to Class 11, gives you a worked example per unit so you can gauge where you actually stand, and lays out a realistic month-by-month plan for covering all 7 units before your board exam.
📅 Download 12th Class Math Book PDF

- 🏛️ Board: Punjab Textbook Board
- 🌐 Language: English
- 📊 Level: Advanced / Intermediate
- 📐💻 Group FSc ICS
- 📖 Format: PDF Document
- 📑PDF format • File Size: ~5 MB
Disclaimer: This textbook is hosted for educational purposes. All content is copyrighted by the Punjab Curriculum & Textbook Board.
What’s in the Class 12 Math Textbook (and How It Builds on Class 11)
Before the unit breakdown, here’s the map that actually matters for planning your study time:
| Class 12 Unit | Depends on this Class 11 topic | What breaks if you skipped it |
|---|---|---|
| Functions and Limits | Domain/range, trig identities | Can’t evaluate trig limits |
| Differentiation | Functions and Limits (this book) | Chain rule becomes guesswork |
| Integration | Differentiation (this book) | Can’t recognize which rule to reverse |
| Analytic Geometry | Coordinate basics from Class 9-10 | Slow on line/circle equations |
| Linear Programming | Basic inequalities from Class 10 | Struggles graphing feasible regions |
| Conic Sections | Analytic Geometry (this book) | Can’t derive standard forms |
| Vectors | Class 11 vector introduction | Dot/cross product feels new instead of familiar |
If you’re weak on any Class 11 topic in the left column above, spend a day revisiting it — you’ll move through the matching Class 12 unit noticeably faster.
Unit 1: Functions and Limits
This unit finishes what Class 11 started with functions, then introduces limits — the concept that everything else in this book (differentiation and integration) is built on top of.
Core topics: types of functions (polynomial, rational, exponential, logarithmic, trigonometric, hyperbolic, piecewise), evaluating limits algebraically and graphically, one-sided limits, limit theorems (sum, product, quotient, power), continuity.
Worked example: Evaluate: lim(x→2) (x² − 4)/(x − 2)
Direct substitution gives 0/0 — an indeterminate form, so factor first:
(x² − 4)/(x − 2) = (x − 2)(x + 2)/(x − 2) = x + 2 (for x ≠ 2)
So lim(x→2) (x² − 4)/(x − 2) = 2 + 2 = 4
This is the single most common limit “trick” in board papers: whenever direct substitution gives 0/0, factor and cancel before you panic.
Where students lose marks: confusing “the limit doesn’t exist” with “the function isn’t defined at that point” — a function can have a perfectly good limit at a point where it’s undefined.
Unit 2: Differentiation
Differentiation measures rate of change, and it’s the unit that decides how comfortable the rest of your year feels — integration, optimization problems, and even parts of vectors lean on differentiation fluency.
Core topics: derivative from first principles, power/product/quotient/chain rules, derivatives of trig/exponential/log functions, increasing/decreasing intervals, maxima/minima, applications in optimization.
Worked example: Differentiate: y = x² sin x
Using the product rule: d/dx(uv) = u’v + uv’ Here u = x², v = sin x → u’ = 2x, v’ = cos x
dy/dx = 2x·sin x + x²·cos x
Where students lose marks: applying the chain rule inside a product or quotient and forgetting one of the two derivatives — always write out u, v, u’, v’ separately before combining, rather than doing it in your head.
Unit 3: Integration
Integration reverses differentiation, and the biggest shift here is that there’s no single formula to memorize — you have to recognize which of several methods a given integral needs.
Core topics: indefinite and definite integrals, integration by substitution, integration by parts, the Fundamental Theorem of Calculus, area under a curve, applications in physics (displacement, work).
Worked example: Evaluate: ∫ 2x cos(x²) dx
Let u = x², so du = 2x dx — which is exactly what’s sitting in the integral.
∫ cos(u) du = sin(u) + C = sin(x²) + C
Where students lose marks: trying integration by parts on something that’s really a substitution problem (or vice versa). Quick test: if you can spot a function and its derivative sitting together in the integral, try substitution first.
Unit 4: Introduction to Analytic Geometry
This is where algebra and geometry merge — every line and circle becomes an equation you can manipulate.
Core topics: distance and midpoint formulas, equations of a line (slope-intercept, point-slope, general form), conditions for parallel/perpendicular lines, collinearity, equation of a circle.
Worked example: Find the equation of the line through (2, 3) with slope 4.
Point-slope form: y − y₁ = m(x − x₁) y − 3 = 4(x − 2) y − 3
= 4x − 8 4x − y − 5 = 0
Where students lose marks: mixing up point-slope and slope-intercept forms under exam pressure — pick one form, memorize it cold, and derive the other from it if needed.
Unit 5: Linear Inequalities and Linear Programming
A genuinely applied unit — this is the math behind resource allocation, and it shows up almost identically in business/economics degrees later.
Core topics: graphing linear inequalities in two variables, feasible regions, formulating a linear programming model, finding optimal solutions at corner points.
Worked example: A factory makes chairs (profit Rs. 5) and tables (profit Rs. 8). Each chair needs 2 hours labor, each table needs 3 hours. Only 12 labor-hours are available. Maximize profit.
Constraint: 2x + 3y ≤ 12, x ≥ 0, y ≥ 0 Corner points of the feasible region: (0,0), (6,0), (0,4) Profit at each: 0, 30, 32
Maximum profit = Rs. 32, at 0 chairs and 4 tables.
Where students lose marks: forgetting to check every corner point of the feasible region — the maximum/minimum always occurs at a corner, never in the middle of an edge.
Unit 6: Conic Sections
The circle, parabola, ellipse, and hyperbola — all four are really the same idea (a plane slicing a cone) written as four different-looking equations.
Core topics: identifying a conic from its general equation, converting to standard form by completing the square, foci/directrix/vertices, real-world context (satellite dishes = parabolas, planetary orbits = ellipses).
Worked example: Identify: x² + y² − 4x + 6y − 12 = 0
Complete the square: (x² − 4x + 4) + (y² + 6y + 9) =
12 + 4 + 9 (x − 2)² + (y + 3)² = 25
This is a circle, center (2, −3), radius 5.
Where students lose marks: arithmetic slips while completing the square — always double-check by expanding your answer back out.
Unit 7: Vectors
Vectors return from Class 11, now with the tools (dot product, cross product, planes in 3D) that make them genuinely useful for physics and engineering.
Core topics: vector addition/scalar multiplication, unit vectors, dot product and cross product (and their geometric meaning), vector equations of lines and planes, scalar triple product.
Worked example: Find the dot product of a = (2, 3) and b = (4, −1).
a · b = (2)(4) + (3)(−1) = 8 − 3 = 5
Since a · b > 0, the angle between the vectors is acute.
Where students lose marks: confusing when to use dot product (gives a scalar, used for angles/projection) versus cross product (gives a vector, used for area/perpendicularity).
A Realistic Study Plan for the Year
Trying to cover all 7 units evenly in the final month before exams is how most students run out of time on Units 6 and 7. A more realistic split, assuming a ~9-month academic year:
- Months 1-2: Unit 1 (Functions & Limits) — don’t rush this, everything else depends on it
- Months 3-4: Unit 2 (Differentiation) — the heaviest unit, budget extra time
- Month 5: Unit 3 (Integration)
- Month 6: Units 4 & 6 together (Analytic Geometry + Conic Sections — they share the same coordinate-geometry toolkit)
- Month 7: Unit 5 (Linear Programming) — usually the fastest unit to learn
- Month 8: Unit 7 (Vectors)
- Month 9: Full-syllabus past papers only
Check your board’s official pairing scheme for the current session before finalizing which chapters to prioritize for MCQs vs. long questions — pairing schemes are released by paper-setters, not PCTB directly, and can shift slightly year to year.
📁 Bonus Resources
To enhance your learning experience, check out the following:
- 🔗 Class 11 Math Book PDF — Build your foundation
- 🔗 Class 10 Math Book PDF
- 🔗 Class 9 Math Book PDF
- 📊 Graphing Tools: Desmos, GeoGebra — Visualize problems easily
✅ Conclusion: Master Math and Secure Your Future
The Class 12 Math Book 2025 is more than a textbook. It’s a toolkit for solving real-world problems, understanding the world mathematically, and preparing for university-level math.
Whether you’re aiming to top board exams, crack entry tests, or pursue fields like engineering, data science, or architecture, this book equips you with the skills you need.
📅 Download the PDF now and start mastering math today!
📖 Visit NotesOfMath.com regularly for updates, solved notes, and quizzes.
Disclaimer and Copyright Notice:
The Class 12 Mathematics textbook provided on this page is copyrighted by the Punjab Curriculum & Textbook Board. It is hosted here solely for educational purposes to support student learning. We do not claim ownership of the material, and we recommend that users refer to the official PCTB website for the most current and authoritative version. All content is provided as-is, and we encourage students to verify information independently.
FAQs
Is Class 12 math harder than Class 11? Conceptually, no — it’s more that Class 12 assumes Class 11 fluency and moves faster. Students who were solid on Class 11 functions and trigonometry generally find Class 12 differentiation and integration manageable.
How many units are in the Class 12 math textbook? Seven: Functions and Limits, Differentiation, Integration, Introduction to Analytic Geometry, Linear Inequalities and Linear Programming, Conic Sections, and Vectors.
Which unit carries the most weight in board exams? Differentiation and Integration together typically carry the largest share of marks since later units (optimization problems, area under curves) draw on both. Always confirm against the current year’s official pairing scheme rather than relying on past patterns alone.
Do I need Class 11 concepts to understand Class 12 math textbook? Yes — particularly functions, trigonometric identities, and the introduction to vectors. If those feel shaky, a quick review before starting Class 12 pays off across multiple units, not just one.
