Quant10 min read

Functions and Graphs for CAT 2026: Modulus & Domain

A standalone cheatsheet on functions and graphs for CAT 2026 covering the 5 core function properties, the 3-step domain and range algorithm, modulus graph behavior with critical-point case-splits, even-odd-periodic identification rules, composite and inverse function procedures, and 12 solved CAT-level questions across MCQ and TITA formats. Built to close the algebra-cluster gap with the linear equations, percentages, and ratio guides.

O
Optima Learn EditorialReviewed by the editorial team
Fact-checked
Published August 4, 2026
Functions and Graphs CAT 2026 hero: 4-card grid covering the 5 function properties, modulus graph   behavior, 12 solved CAT-level questions, and a teaser pointing to composite and inverse function procedures.
Indigo-amber gradient hero with "CAT Quant — Functions" pill, headline "Modulus, Domain & 12 Solved Qs" (12 Solved in rose accent), four-card grid on the right (featured indigo "5 Properties", "Modulus Graphs", "12 Solved Qs", dashed amber teaser), Optima Learn logo bottom-left, top-right stamp reading "Formulas + Drills".
Functions and Graphs CAT 2026 visual: 5 function properties, domain and range rules, modulus graph traps, even-odd-periodic identification, and 12 solved CAT-level questions in one cheatsheet.

Functions and Graphs for CAT 2026: Modulus & Domain

Functions CAT 2026 questions account for 5 to 7 Quant marks every cycle, yet almost no aspirant carries a clean framework into the exam. Most candidates remember domain rules vaguely, freeze on modulus case-splits, and treat composite questions as one-off puzzles. The result is predictable: 3 to 4 minutes per function question at 50 percent accuracy, when the same problems should take 90 seconds at 80 plus percent. The bottleneck is not intelligence; it is the absence of a function cheatsheet that fits in working memory. Functions show up in 3 to 5 marks of Quant every CAT cycle, with modulus and even-odd questions overrepresented in the TITA bank.

This guide is that cheatsheet for functions CAT 2026: the 5 properties, a 3-step domain and range algorithm, modulus graph and case logic, even-odd-periodic identification, composite and inverse procedures, and 12 solved CAT-level MCQ + TITA questions. It pairs with the algebra cluster on Optima Learn alongside linear equations word problems, percentages, and ratio and proportion.

TL;DR

Functions contribute 5 to 7 marks per CAT cycle. The 5 core properties: domain, range, even-odd, periodic, one-to-one. Domain rules: denominator non-zero, even root ≥ 0, log argument > 0. Modulus |x| has a V-graph; case-split every |expr|. Period of f + g = LCM of periods. Composite (f o g)(x) = f(g(x)); inverse by swap-and-solve. 12 solved Qs below.

5 Function Properties Every CAT 2026 Aspirant Must Know

The functions CAT 2026 syllabus reduces to five recurring properties. The goal is reflex: read the function definition and name the target property in 5 seconds.

Function TypeDefinitionSymmetry / BehaviorCAT FrequencyExample
Even f(−x) = f(x) Symmetric about y-axis High x², |x|, cos x
Odd f(−x) = −f(x) Symmetric about origin High x³, sin x, x|x|
Periodic f(x + T) = f(x), smallest T > 0 Repeats every period T Med sin x (2π), tan x (π), {x} (1)
Modulus |x| = x if x ≥ 0; −x if x < 0 V-shape, vertex at origin High |x − 3|, |x| + |x − 2|
One-to-one f(a) = f(b) ⇒ a = b Horizontal-line test passes Med Linear, ex, x³

These five properties span 80 percent of CAT function questions. Knowing all five delivers the full 5 marks every cycle; knowing only two or three delivers 1 to 2.

Pro Tip

Build a one-page handwritten chart of these 5 properties before October 2026 and revise twice a week alongside arithmetic formula sheets. By the November mock window, the property-to-question mapping becomes reflexive.

Domain and Range: Finding Them Without a Graph

Domain is the set of inputs where the function is defined; range is the set of outputs. Domain is mechanical (three exclusion rules); range needs a graph or substitution. The 3-step algorithm below finishes in under 60 seconds.

Domain — The 3 Exclusion Rules
Rule 1: Every denominator must not equal zero.
Rule 2: Every even-root expression must be ≥ 0.
Rule 3: Every log argument must be > 0.
Apply each rule separately. Intersect all conditions. Output as union of intervals.

Range has no universal algorithm. Use graph-reading for familiar shapes (modulus, quadratic, trig) and inverse-substitution (write y = f(x), solve for x) when the shape is unclear.

Range — Standard Shapes
Linear ax + b on all reals: range is all reals.
Quadratic ax² + bx + c (a > 0): range is [c − b²/4a, ∞).
Quadratic ax² + bx + c (a < 0): range is (−∞, c − b²/4a].
Modulus |x|: range is [0, ∞).
sin x, cos x: range is [−1, 1].
ex: range is (0, ∞).
1
Scan the function for denominators, even roots, logs

Mark every denominator (non-zero), every even root (≥ 0), every log (argument > 0). One condition per line.

2
Solve each condition independently

Each yields an interval or union; use sign charts for quadratics and the case-split for modulus inequalities.

3
Intersect all conditions to get the domain

Intersect (AND) all conditions; write the domain as a union of intervals: e.g., (−∞, −2) ∪ (1, 3) ∪ (3, ∞).

Common Trap

Square-root condition is ≥ 0 (includes zero); log condition is > 0 (excludes zero). Mixing these shifts the domain boundary by one endpoint — enough to fail a TITA integer-count question.

One PYQ-style log-and-sqrt trap CAT keeps reusing: f(x) = √(log(x − 2)). Aspirants apply only the root rule (x − 2 ≥ 0) and write x ≥ 2. The correct chain is log(x − 2) ≥ 0 AND x − 2 > 0, which forces x − 2 ≥ 1, so the domain is [3, ∞). Skipping the inner log positivity step costs the mark on roughly one in three CAT 2026 domain questions.

The Modulus Function: Graph Behavior, Cases and 3 CAT Traps

The modulus f(x) = |x| is among the highest-frequency CAT function topics: a V-graph with vertex at the origin, slopes ±1, and the visual anchor for every modulus question.

Modulus — Core Definition & Cases
|x| = x if x ≥ 0; |x| = −x if x < 0
|x − a| = x − a if x ≥ a; |x − a| = a − x if x < a
|x| = k ⇒ x = k or x = −k (only if k ≥ 0)
|x| < k ⇒ −k < x < k (only if k > 0)
|x| > k ⇒ x > k or x < −k

For sums of moduli like |x − 1| + |x + 2|, use the critical-point split: mark sign-change points (x = 1, x = −2), split the line into intervals, resolve each modulus per interval. The function becomes piecewise linear with extrema at the corners.

Critical-Point Split — Sum of Moduli
f(x) = |x − 1| + |x + 2|
Interval x < −2: f = (1 − x) + (−2 − x) = −1 − 2x
Interval −2 ≤ x ≤ 1: f = (1 − x) + (x + 2) = 3
Interval x > 1: f = (x − 1) + (x + 2) = 2x + 1
Minimum value = 3, achieved on the entire middle interval.

Three modulus traps recur: forgetting |x| = k needs k ≥ 0, dropping a case (three moduli need four intervals), and misreading the V vertex (|x − 3| sits at x = 3).

Common Trap

For |x − 5| = −3, aspirants write x = 8 or x = 2. Both are wrong: |anything| is non-negative, so the equation has no solution. CAT plants this inside multi-step chains where missing it invalidates the whole answer.

Even, Odd and Periodic Functions: Identification and CAT Use

Even: f(−x) = f(x) (y-axis symmetric). Odd: f(−x) = −f(x) (origin symmetric). Periodic: f(x + T) = f(x) for the smallest T > 0. These collapse complex expressions and enable fast MCQ elimination.

Even-Odd — Combination Rules
Even + Even = Even · Odd + Odd = Odd
Even × Even = Even · Odd × Odd = Even
Even × Odd = Odd
Composite: (Even o Even) = Even; (Odd o Odd) = Odd; (Even o Odd) = Even.
Every function f can be written as (even part) + (odd part) where even part = [f(x) + f(−x)]/2 and odd part = [f(x) − f(−x)]/2.

Periodic sums follow LCM logic: f + g has period LCM(T1, T2). Example: sin x (2π) + cos 2x (π) has period 2π.

Periodic — Standard Periods
sin x, cos x: period
tan x, cot x: period π
sin 2x, cos 2x: period π
sin (x/2): period
{x} (fractional part): period 1
|sin x|: period π (modulus halves the period)

Want a topic-priority map showing which CAT Quant topics deliver the highest marks-per-hour at your level?

Build My Quant Topic Priority

Composite and Inverse Functions: The Substitution Engine

Composite and inverse questions test substitution discipline. Compute (f o g)(x) by substituting g(x) for every x in f; order matters since (f o g) generally differs from (g o f). The CAT test: substitute cleanly in 60 seconds.

Composite — The Substitution Procedure
(f o g)(x) = f(g(x)) · Substitute g(x) wherever x appears in f.
(g o f)(x) = g(f(x)) · Substitute f(x) wherever x appears in g.
Domain of (f o g) = {x : x ∈ dom(g) and g(x) ∈ dom(f)}
Example: f(x) = 2x + 1, g(x) = x². (f o g)(x) = 2x² + 1. (g o f)(x) = (2x + 1)².

The inverse f-inverse(x) reverses f, and only one-to-one functions have one. The CAT algorithm is mechanical: write y = f(x), swap x and y, then solve for y. Verify f(f-inverse(x)) = x.

Inverse — Swap-and-Solve
Step 1: Write y = f(x).
Step 2: Swap x and y.
Step 3: Solve for y; this is f−1(x).
Example: f(x) = (3x − 5)/2. y = (3x − 5)/2. Swap: x = (3y − 5)/2. Solve: 2x = 3y − 5, so f−1(x) = (2x + 5)/3.

Pair the composite-inverse drill with the improve CAT Quant score weekly mock-analysis loop; the geometry formulas guide covers locus problems where composites reappear, and the CAT 2026 marking scheme shows why this 5-mark topic moves the percentile needle.

12 Solved CAT-Level Function Questions (TITA + MCQ)

The 12 questions cover domain, range, modulus, even-odd, periodicity, composite, and inverse. Target: 90 to 120 seconds per medium question, 150 to 180 for harder modulus and composite ones.

Q1 · DomainMCQ

Find the domain of f(x) = √(x − 2) + 1/(x − 5).

x − 2 ≥ 0 and x ≠ 5 ⇒ [2, 5) ∪ (5, ∞).

Q2 · RangeMCQ

If f(x) = x² − 4x + 7, find the range of f on the real line.

Complete the square: f(x) = (x − 2)² + 3, minimum 3. Range = [3, ∞).

Q3 · ModulusTITA

How many integer values of x satisfy |x − 3| + |x + 1| ≤ 8?

Critical points x = −1, 3 split the line; combining the three case bounds gives −3 ≤ x ≤ 5, integers −3 through 5. Count = 9.

Q4 · Even-OddMCQ

Which of the following is an odd function: (a) x² + cos x, (b) x³ + sin x, (c) x|x| + 1, (d) ex?

Only (b) gives f(−x) = −x³ − sin x = −f(x). Answer: (b).

Q5 · PeriodicityTITA

Find the period of f(x) = sin(3x) + cos(2x).

LCM of 2π/3 (sin 3x) and π (cos 2x) = .

Q6 · CompositeMCQ

If f(x) = 2x + 1 and g(x) = x² − 3, find (f o g)(2).

g(2) = 1, then f(1) = 3.

Q7 · InverseMCQ

If f(x) = (5x + 3)/2, find f−1(x).

Swap and solve: 2x = 5y + 3 ⇒ f−1(x) = (2x − 3)/5.

Q8 · Domain (Log)MCQ

Find the domain of f(x) = log(x² − 5x + 6).

(x − 2)(x − 3) > 0 ⇒ Domain = (−∞, 2) ∪ (3, ∞).

Q9 · Modulus EquationTITA

How many real values of x satisfy |2x − 5| = |x + 4|?

Two cases give x = 9 and x = 1/3, both valid. Solutions = 2.

Q10 · Composite OrderMCQ

If f(x) = x + 2 and g(x) = 3x, is (f o g)(x) equal to (g o f)(x)?

(f o g) = 3x + 2 vs (g o f) = 3x + 6. Answer: No.

Q11 · Minimum of Modulus SumTITA

Find the minimum value of f(x) = |x − 1| + |x − 4| + |x − 7|.

Minimum at the middle point x = 4: f(4) = 3 + 0 + 3 = 6.

Q12 · Even-Odd DecompositionMCQ

Write f(x) = ex as the sum of an even and an odd function.

Even (ex+e−x)/2 + odd (ex−e−x)/2 = cosh x + sinh x.

Sanity Check — 5 Reflexes
  • Identify even, odd, modulus, or composite structure in 5 seconds
  • For domain, scan denominators, even roots, logs; apply the 3 rules
  • For range, recognise the standard shape (linear, quadratic, modulus, exponential)
  • For multiple moduli, write the critical-point split immediately
  • For composites, substitute the entire inner expression; simplify last
The Rulebook
6 Rules for Cracking CAT Function Questions Faster
  1. Define the function type in 5 seconds: even, odd, modulus, composite, or piecewise.
  2. Apply the 3 domain exclusion rules independently, then intersect.
  3. Write the case-split or critical-point chart before any modulus algebra.
  4. Period of f + g equals LCM of individual periods.
  5. Preserve the inner expression intact in composites; simplify last.
  6. Use swap-and-solve for inverses; verify f(f−1(x)) = x.

Functions reward discipline more than insight: memorise the properties, drill 50 problems, lock in the 5 to 7 marks.

Your Next Step
Beginner — first pass on functions

Spend 6 to 8 hours on this guide and the linear equations word problems blog. Solve the 12 questions untimed first at 80 percent accuracy, then add a clock and 20 more PYQs.

Mid-level — 70 to 85 percentile mocks

Drill 5 function questions per day for 2 weeks (domain, modulus, composite). Classify weekly mock errors as conceptual, procedural, or careless. Pair with the improve CAT Quant score framework.

Repeater — targeting 95-plus

Drill the harder modulus sums and composite-inverse combinations on past papers; target under 100 seconds across all 12 question types. Use the CAT exam dashboard for topic-wise PYQ access.

Sharpen My CAT Quant Plan

Get weekly function drills, mock cadence reminders, and topic-priority maps tailored to your percentile. Join the CAT 2026 waitlist for the structured 6-month sprint.

Sharpen My CAT Quant Plan
Optima Learn

Optima Learn Editorial Team

CAT preparation specialists publishing structured guides on Quant, VARC, DILR, and IIM admissions. We build formula cheatsheets and topic playbooks calibrated to the CAT 2026 syllabus and past-cycle question patterns.

From the Optima Learn product

Drill these Quant concepts on real PYQs

20,000+ tagged CAT Quant PYQs, sorted by difficulty and topic.

More from Quant

Continue reading

View all articles →
Functions and Graphs for CAT 2026: Modulus & Domain | Optima Learn