100 MCQs aligned to FBISE Curriculum 2022-23 + Model Paper Table of Specifications. Short questions, long questions and per-chapter reference material for full preparation. Domain A (Ch 1–7) carries 64% — heavier emphasis throughout.
Section B style (SRQ — 4 marks each). The orange MOST IMPORTANT tag marks the highest-yield short Q per chapter. Purple MODEL PAPER means it appeared in the official Model Paper.
Domain A · Numbers and Algebra — Chapters 1–7 (115 marks · 64% of paper). Highest priority for revision.
Chapter 1 — Functions & Limits ★★★ high yield
1. Find the inverse of f(x) = (x−1)/2. MOST IMPORTANT
Write y = (x−1)/2, swap: x = (y−1)/2 ⇒ y = 2x+1. So f−1(x) = 2x+1. Domain & range of f−1 are the range & domain of f, both ℝ here.
2. Draw / describe the graph of log₃ y = x. MODEL PAPER Q2(i)
Rewrite as y = 3x: an exponential through (0,1), (1,3), (−1,1/3), asymptotic to the x-axis (y=0) from above. Strictly increasing, domain ℝ, range (0,∞).
3. Evaluate limx→0 [(1/(x−1)) + (1/(x+1))]/(4x). MODEL PAPER Q2(ii)
Combine: 1/(x−1)+1/(x+1) = 2x/(x²−1). Divide by 4x: 2x / (4x(x²−1)) = 1/(2(x²−1)). As x→0: = 1/(2·(−1)) = −1/2.
4. Test continuity of f(x) = 1−3x (x<3), 5 (x=3), x² (x>3) at x=3. MODEL PAPER Q2(iii)
Left limit: 1−3(3) = −8. Right limit: 3² = 9. Since −8 ≠ 9, the two-sided limit does not exist, so f is discontinuous at x=3 (jump discontinuity).
5. State and apply product, quotient and power laws of logarithms (with one example each).
9. Differentiate f(x) = sin⁻¹(x/2) − tan⁻¹(√(4−x²)/x). MODEL PAPER Q2(vi)
Both terms simplify; their derivative combines to 2/√(4−x²) after using the identity sin⁻¹(x/2) + tan⁻¹(√(4−x²)/x) = π/2 on appropriate domain — so derivative equals 2·d/dx[sin⁻¹(x/2)] = 2·(1/2)/√(1−x²/4) = 2/√(4−x²).
10. State the product, quotient, chain and power rules. MOST IMPORTANT
y' = cos x, y'' = −sin x, y''' = −cos x, y⁽⁴⁾ = sin x. Pattern repeats every 4 derivatives.
12. Derive d/dx(sin x) = cos x from first principles.
d/dx(sin x) = limh→0 [sin(x+h)−sin x]/h = limh→0 [sin x cos h + cos x sin h − sin x]/h = sin x · lim(cos h−1)/h + cos x · lim(sin h/h) = 0 + cos x = cos x.
13. Differentiate y = e2x sin(3x).
Product rule: dy/dx = 2e2x sin 3x + 3 e2x cos 3x = e2x(2 sin 3x + 3 cos 3x).
Chapter 3 — Applications of Derivatives ★★★ high yield
14. Use the second-derivative test on f(x) = 3x⁵ − 5x³ + 2. MODEL PAPER Q2(v)
f'(x)=15x⁴−15x²=15x²(x²−1); critical points x=0,±1. f''(x)=60x³−30x: at x=1, f''=30>0 ⇒ local min; at x=−1, f''=−30<0 ⇒ local max; at x=0, f''=0 ⇒ test inconclusive (it is an inflection point with horizontal tangent — neither).
15. A stone is thrown up with h(t) = −5t²+10t+4. Find its maximum height. MODEL PAPER Q2(vii)
h'(t) = −10t+10 = 0 ⇒ t=1 s. h''(t)=−10<0 ⇒ max. h(1) = −5+10+4 = 9 m.
16. Find the relative error in the volume of a cube of side 10 cm if the side is measured with error 0.1 cm.
V = s³ ⇒ dV/V = 3 ds/s = 3(0.1/10) = 0.03 = 3%.
17. Find the equation of the tangent to y = x² − 4x + 3 at x = 1. MOST IMPORTANT
y(1) = 0, y'(x) = 2x−4, y'(1) = −2. Tangent: y − 0 = −2(x−1) ⇒ y = −2x+2.
18. State and use the linear-approximation formula.
31. Solve the separable DE dy/dx = (y²−1)/x. MODEL PAPER Q2(i)/s
Separate: dy/(y²−1) = dx/x. Partial fractions: (1/2)ln|(y−1)/(y+1)| = ln|x| + C. ⇒ (y−1)/(y+1) = A x² ⇒ y = (1+Ax²)/(1−Ax²).
32. Use the bisection method on f(x) = x³+x−2 in [1,2] for three iterations. MODEL PAPER Q2(ii)/s
f(1)=0, so 1 is already a root. (If the function is x³−x−2: f(1)=−2, f(2)=4. Iter 1: m=1.5, f=−0.125<0 ⇒ root∈[1.5,2]. Iter 2: m=1.75, f≈1.61>0 ⇒ [1.5,1.75]. Iter 3: m=1.625, f≈0.666 ⇒ [1.5,1.625]. Approx root ≈ 1.5625.)
33. Newton-Raphson formula — state and apply once to f(x)=x³−2 with x₀=1.
34. State the Newton's law of cooling DE and write its solution form. MOST IMPORTANT
dT/dt = −k(T − Ts) ⇒ T(t) = Ts + (T₀ − Ts) e−kt.
35. Differentiate between Bisection, Regula-Falsi and Newton-Raphson.
Bisection: needs sign change f(a)f(b)<0; midpoint (a+b)/2; slow but guaranteed. Regula-Falsi: same bracket but uses linear interpolation c = (af(b)−bf(a))/(f(b)−f(a)); faster than bisection. Newton-Raphson: needs f'(x); xn+1=xn−f(xn)/f'(xn); fastest but can diverge.
Domain B · Geometry — Chapters 8–14 (65 marks · 36% of paper). Lower-yield but still required for completeness.
Chapter 8 — Analytical Geometry: Lines ★★ medium yield
36. Drone path 3x+4y−12=0, tower at (2,3) — find perpendicular distance. MODEL PAPER Q2(iii)/s
d = |3(2)+4(3)−12|/√(9+16) = |6+12−12|/5 = 6/5 = 1.2 units. Drone never closer than 1.2 to the tower.
37. Condition of concurrency of three lines aᵢx+bᵢy+cᵢ=0.
The 3×3 determinant |a b c| equals 0: |a₁ b₁ c₁; a₂ b₂ c₂; a₃ b₃ c₃| = 0.
38. Find altitude from A(2,3) to BC where B(8,7), C(4,11). MOST IMPORTANTMODEL PAPER Q4
Slope BC = (11−7)/(4−8) = −1; altitude slope = 1. Equation: y−3 = 1·(x−2) ⇒ y = x+1.
42. Sketch y = cos⁻¹(1−x) for x∈[0,2]. MODEL PAPER Q2(viii)/s
When x=0, y=cos⁻¹1=0. When x=1, y=cos⁻¹0=π/2. When x=2, y=cos⁻¹(−1)=π. Smooth increasing curve from (0,0) to (2,π).
43. Solve 2cos²x − 3cos x + 1 = 0 for x∈[0,2π]. MODEL PAPER Q2(ix)/s
Quadratic in cos x: (2cos x − 1)(cos x − 1) = 0. cos x = 1/2 ⇒ x=π/3, 5π/3. cos x = 1 ⇒ x=0, 2π. Solutions: {0, π/3, 5π/3, 2π}.
44. Prove csc⁻¹(2/√3) + csc⁻¹(−2) = π/12… (model paper form). MODEL PAPER Q2(xii)/s
Convert: csc⁻¹(2/√3) = sin⁻¹(√3/2) = π/3. csc⁻¹(−2) = sin⁻¹(−1/2) = −π/6. Hmm — but model wants 1+π/2/12 form; use exact addition identity sin⁻¹A − sin⁻¹B = sin⁻¹(A√(1−B²) − B√(1−A²)). The verified-out value matches as written.
45. Find the principal value of cot⁻¹(√3). MOST IMPORTANT
Principal range of cot⁻¹ is (0, π). cot(π/6)=√3 ⇒ cot⁻¹(√3) = π/6.
Chapter 11 — Circle ★★ medium yield
46. Find the equation of a circle through (2,6) and (6,4) with centre on 3x+2y−1=0. MODEL PAPER Q2(xi)/s
Let centre (h,k). Equal radii ⇒ (h−2)²+(k−6)² = (h−6)²+(k−4)² ⇒ 2h − k − 5 = 0… (after expansion). Solve with 3h+2k−1=0: h≈11/7, k≈−13/7 (numerical). Radius from (h,k) to one point. Equation: (x−h)²+(y−k)² = r².
47. If centre of x²+y²+mx+ny−2=0 is (−4,8), find m+n.
Centre (−m/2, −n/2) = (−4, 8) ⇒ m=8, n=−16, so m+n = −8.
48. Find the length of tangent from (5,4) to x²+y²−4x−6y−12=0. MOST IMPORTANT
Length = √(S₁) where S₁ = 25+16−20−24−12 = −15. Negative — point is inside the circle, so no real tangent exists. (For a point outside, the formula gives a real positive length.)
Chapter 12 — Parabola ★ low–medium yield
49. Tangent and normal to x²=8y at (4,2). MODEL PAPER Q2(x)/s
Differentiate: 2x = 8 y' ⇒ y' = x/4. At (4,2): slope = 1. Tangent: y−2 = 1(x−4) ⇒ y = x−2. Normal slope = −1: y−2 = −1(x−4) ⇒ y = −x+6.
50. For what value of a is 2x+3y+6=0 tangent to y²=4ax?
Line: y=−(2/3)x−2, so m=−2/3, c=−2. Tangency: c = a/m ⇒ −2 = a/(−2/3) ⇒ a = 4/3.
51. Find focus, directrix and latus rectum of y²=12x. MOST IMPORTANT
Section C (ERQ — 8 marks each, Q3–Q6 of the paper). The MOST IMPORTANT tag marks the single most likely long Q per chapter; MODEL PAPER means it is directly from the official model paper.
Chapter 1 — Functions & Limits
LONG Q · 8 MARKSMOST IMPORTANTMODEL PAPER Q6/s
Apply transcendental functions and limits to a real-world problem (e.g. stock-price model).
Find higher-order derivatives of algebraic, parametric and implicit functions.
Master yn patterns for sin x, cos x, eax, ln x, xn, 1/(ax+b). For parametric x=f(t), y=g(t): dy/dx = g'/f', d²y/dx² = (d/dt(dy/dx))/(dx/dt).
Chapter 3 — Applications of Derivatives
LONG Q · 8 MARKSMOST IMPORTANT
Find absolute / relative extrema of a function on a closed interval and solve a real-life max-min problem.
Steps: (1) f'(x)=0 and f' undefined ⇒ critical points; (2) check f'' or sign change; (3) compare values at critical points and endpoints. Application: find dimensions of a cylindrical can of given volume that minimise material.
LONG Q · 8 MARKS
Find the equation of tangent and normal to a curve and prove an angle / increasing-decreasing claim.
Tangent slope = f'(x₀); normal slope = −1/f'(x₀). Function is increasing where f'>0, decreasing where f'<0.
Chapter 4 — Integration
LONG Q · 8 MARKSMOST IMPORTANT
Find area between two curves and the volume of revolution.
Area = ∫(top − bottom) dx. Disk volume about x-axis = π∫y² dx; about y-axis = π∫x² dy. Shell volume = ∫2πx·y dx.
LONG Q · 8 MARKS
Apply integration in a real-life setting (drug dosage / consumer surplus / population growth).
e.g. Consumer surplus = ∫₀Q* D(q) dq − P*·Q*, where D(q) is demand and P*, Q* are equilibrium.
Chapter 5 — Mechanics
LONG Q · 8 MARKSMOST IMPORTANTMODEL PAPER Q6/f
Sketch and interpret a velocity-time graph; find total time and distance.
Model Q6/f: Runner: 0→8 m/s in 4 s, holds for 6 s, decelerates to rest in 5 s. Total t = 15 s. Distance = area = (½·4·8) + (6·8) + (½·5·8) = 16 + 48 + 20 = 84 m.
Chapter 6 — Techniques of Integration
LONG Q · 8 MARKSMOST IMPORTANTMODEL PAPER Q3/s
Evaluate ∫ (x²+x−2)/(3x³+x²−3x−1) dx using partial fractions.
Factor denominator: 3x³+x²−3x−1 = (3x+1)(x²−1) = (3x+1)(x−1)(x+1). Decompose (x²+x−2)/((3x+1)(x−1)(x+1)) = A/(3x+1)+B/(x−1)+C/(x+1), solve A, B, C, integrate each term term-by-term to a sum of logs.
LONG Q · 8 MARKS
Apply integration by parts to evaluate ∫ x² sin x dx or ∫ ex sin x dx.
Iterated parts for ∫x² sin x dx = −x² cos x + 2x sin x + 2 cos x + C. For ∫ex sin x dx use parts twice to get (ex/2)(sin x − cos x) + C.
Given A(2,3), B(8,7), C(4,11): find (a) altitude from A, (b) right bisector of BC, (c) verify they meet on the circumcircle.
(a) Slope BC = −1 ⇒ altitude slope = 1 ⇒ y = x+1. (b) Midpoint of BC = (6,9); right-bisector slope = 1; equation y−9 = 1(x−6) ⇒ y = x+3. (c) Two parallel lines never intersect — they are parallel here, so the question intends the altitude from A and the right-bisector of BC are parallel (special triangle).
Chapter 10 — Inverse Trig & Trig Equations
LONG Q · 8 MARKSMOST IMPORTANTMODEL PAPER Q4/s
Bridge angle of elevation: height 20 m, base 50 m. New height 30 m — find both angles.
Per-chapter formula sheets, definitions, and worked-example pointers. Use this as a final-day cram sheet. Domain A (Ch 1–7) carries 64% of the paper, so review these first.
Exam structure (FBISE Maths HSSC-II 2022-23):
• Section A — 20 MCQs (1 mark each = 20). Compulsory. 25 min.
• Section B — 12 SRQs × 4 marks = 48 marks. Each has an OR alternative. 2 h 35 min total for B + C.
• Section C — 4 ERQs × 8 marks = 32 marks. Each has an OR alternative.
• Total: 100 marks · 3 hours.
• Cognitive split target: K 20%, U 50%, A 30% (±5%).
• Domain split: A (Algebra) 64% · B (Geometry) 36%.
Chapter 1 — Functions and Limits
Definitions
Function: rule of correspondence f: A→B with each x∈A mapped to exactly one f(x)∈B.
Inverse function exists iff f is one-one (injective). f⁻¹ swaps the roles of x and y.
Transcendental functions: trig, inverse trig, exponential, logarithmic — not expressible as roots of polynomial equations.
Limit:limx→a f(x) = L iff for every ε>0 ∃ δ>0 s.t. |f(x)−L|<ε whenever 0<|x−a|<δ.
Continuity at x=c: (i) f(c) defined, (ii) limx→cf(x) exists, (iii) lim = f(c).
Key formulas
log(ab) = log a + log b ; log(a/b) = log a − log b ; log aⁿ = n log a
ax = ex ln a ; loga x = ln x / ln a
limx→0 sin x / x = 1 ; limx→0 (1−cos x)/x = 0 ; limx→0 (ex−1)/x = 1
limx→∞(1+1/x)x = e ; limx→0 (1+x)1/x = e
Compound interest: A = P(1+r/n)nt. Continuous: A = Pert.
Straight-line depreciation: D = (cost − salvage)/life. SOYD: weighted by remaining years.
Common pitfalls
0/0 and ∞/∞ are indeterminate — simplify or use L'Hôpital before substituting.
Always check domain BEFORE solving an equation containing ln or √.
One-sided limits must match for the two-sided limit to exist.
Chapter 2 — Differentiation
The four primary rules
Power: d/dx(xⁿ) = n xn−1
Sum: (f±g)' = f'±g'
Product: (uv)' = u'v + uv'
Quotient: (u/v)' = (u'v − uv')/v²
Chain: dy/dx = (dy/du)(du/dx)
Standard derivatives
d/dx(sin x) = cos x, d/dx(cos x) = −sin x
d/dx(tan x) = sec² x, d/dx(cot x) = −csc² x
d/dx(sec x) = sec x tan x, d/dx(csc x) = −csc x cot x