JEE · Mathematics

Functions

Understand functions as mappings, correctly identify domain, codomain and range, classify mappings and determine when composition or an inverse is valid.

Subject
Mathematics
Syllabus unit
Sets, Relations and Functions
  • Listed in both JEE Main 2026 Units 1 and 7, and JEE Advanced 2026
  • An inverse exists only when the function is bijective on its stated domain and codomain
  • No invented weightage, question counts or trend percentages

Content status: draft. Verified academic content for this page has not been loaded yet, so the page is excluded from search indexing and the sitemap.

In short

A function assigns exactly one output to every input in its domain. Domain tells you which inputs are permitted, codomain declares the target set and range contains the outputs actually achieved.

Before composing or inverting functions, check these sets explicitly. A function has an inverse from its codomain back to its domain only when it is bijective.

Syllabus mapping

  • Unit
    Sets, Relations and Functions
    Topics
    Functions, one-one, into, onto and composition (Main Unit 1), Real-valued functions, algebra of functions, standard function families, inverse functions and simple graphs (Main Unit 7), Mapping language, domain, codomain, range and invertibility (Advanced), Even and odd functions (Advanced), Special functions, algebra of functions and composition (Advanced)

What this chapter contains and why it matters

  • Question
    What is the chapter about?
    Direct answer
    Function mappings, domain, codomain, range, classification (one-one, onto, bijective), composition, invertibility and parity, for both JEE Main 2026 and JEE Advanced 2026.
  • Question
    What is the central method choice?
    Direct answer
    Fix domain first, then classify the mapping, then check composition or invertibility conditions before writing any final expression.
  • Question
    Where do most mistakes begin?
    Direct answer
    Treating range and codomain as synonyms, and writing an inverse before testing one-one and onto status.
  • Question
    What should come before this chapter?
    Direct answer
    Sets and Relations, since a function is a specific type of relation.
  • Question
    What comes after it?
    Direct answer
    Trigonometry and Inverse Trigonometry apply function classification to specific families; Limits and Continuity and Calculus build on function behaviour further.

Official JEE documents define content scope. They do not publish chapter weightage, so none is asserted here.

Official JEE syllabus mapping for Functions

  • Concept group
    Mapping classification
    JEE Main 2026
    Unit 1 explicitly includes functions, one-one, into, onto and composition.
    JEE Advanced 2026
    Explicitly covers mapping language, domain, codomain, range, one-to-one, into and onto.
    Preparation note
    Classify mappings by checking injective and surjective status separately, in either paper.
  • Concept group
    Real-valued functions and inverses
    JEE Main 2026
    Unit 7 separately includes real-valued functions, algebra of functions, standard function families, inverse functions and simple graphs.
    JEE Advanced 2026
    Explicitly covers invertibility, special functions, algebra and composition.
    Preparation note
    Restrict domain and codomain explicitly whenever an inverse is claimed.
  • Concept group
    Even and odd functions
    JEE Main 2026
    Not named as an individually explicit Main syllabus bullet.
    JEE Advanced 2026
    Explicitly listed.
    Preparation note
    Treat parity classification as explicit Advanced-wording detail requiring a symmetric domain check.

Sources: JEE Main 2026 syllabus and JEE Advanced 2026 syllabus, linked in the sources section below.

Before this chapter

Concepts in this chapter

1. Determine where the expression is defined before manipulating it

Never begin with algebraic manipulation before determining the domain.

The reasoning order is domain, then mapping behaviour, then representation, then operation, then validation. Determine where an expression is defined before simplifying it algebraically.

2. Classify the mapping behaviour

Injective, surjective and bijective are separate, checkable conditions.

A function is injective when different inputs have different outputs, surjective when every codomain element is attained, and bijective when it is both. In standard school usage, an into function has range that is a proper subset of the codomain.

3. Prove bijection, or restrict domain and codomain, before writing an inverse

An inverse f⁻¹: B→A exists only when f is bijective with a fixed domain and codomain.

A one-to-one function can also be inverted onto its range if the codomain is correspondingly restricted. Writing an inverse expression before checking one-one and onto status is a common source of error.

4. Check the inner function first when composing

(g∘f)(x) = g(f(x)) requires x in the domain of f and f(x) in the domain of g.

Composition is evaluated inner function first. In general g∘f is not equal to f∘g, so composition order must be preserved throughout the calculation.

5. Check domain symmetry before testing even or odd

Even and odd tests require a domain symmetric under x ↦ -x.

f(-x) = f(x) defines an even function and f(-x) = -f(x) defines an odd function, both only meaningful on a domain compatible with sign reversal of x. Not every function is even or odd.

Method selector

  • Question signal
    Domain question
    First model
    Inspect denominators, radicals, logarithms and declared restrictions
  • Question signal
    Range question
    First model
    Solve y = f(x) under domain restrictions, or use graph or structure
  • Question signal
    One-one question
    First model
    Compare f(x₁) = f(x₂), or use valid monotonicity knowledge
  • Question signal
    Onto question
    First model
    Show every codomain value has a preimage
  • Question signal
    Inverse question
    First model
    First prove bijection, or explicitly restrict domain and codomain
  • Question signal
    Composition question
    First model
    Check the inner function first

Worked reasoning: when does f(x) = x² have an inverse

Testing injectivity before writing an inverse expression

Consider f: R→R, f(x) = x². Domain and codomain are both R. Does an inverse function exist?

Method: test injectivity before trying to algebraically write √x. f(1) = f(-1) = 1, so f is not injective. Therefore f: R→R is not invertible.

Restrict instead to f: [0,∞)→[0,∞). Now f is one-one and onto, so f⁻¹(x) = √x for x ≥ 0.

Validity check: f⁻¹(f(x)) = √(x²) = x, because the restricted original domain requires x ≥ 0.

Formula and theorem records

  • Record
    Composition
    Statement
    (g∘f)(x) = g(f(x))
    Conditions
    x in Dom(f) and f(x) in Dom(g)
    Trap
    Assuming g∘f = f∘g
  • Record
    Bijective inverse
    Statement
    f⁻¹: B→A exists when f is bijective
    Conditions
    Fixed domain and codomain
    Trap
    Claiming an inverse for x²: R→R
  • Record
    Inverse identities
    Statement
    f⁻¹(f(x)) = x, f(f⁻¹(y)) = y
    Conditions
    x in the original domain, y in the original codomain of a bijection
    Trap
    Applying the identities outside the stated domains
  • Record
    Even test
    Statement
    f(-x) = f(x)
    Conditions
    Domain symmetric under sign change
    Trap
    Ignoring the domain when claiming even/odd status
  • Record
    Odd test
    Statement
    f(-x) = -f(x)
    Conditions
    Same domain condition as the even test
    Trap
    Assuming every function is either even or odd

A one-to-one function can also be inverted onto its range if the codomain is correspondingly restricted.

Common mistakes and what they actually indicate

  • Treating range and codomain as synonyms.

    Knowledge gap

    Why it happens

    Codomain is the declared target set; range is the subset of the codomain actually attained, and the two can differ.

    How it is corrected

    State the codomain from the problem and compute the range separately before comparing them.

  • Cancelling a square while forgetting the ± sign.

    Execution error

    Why it happens

    Taking a square root of both sides of an equation introduces two possible sign cases unless the domain has already been restricted.

    How it is corrected

    Track the domain restriction that removes one sign case, or keep both cases until the domain is checked.

  • Writing an inverse before testing one-one and onto.

    Decision / selection error

    Why it happens

    An inverse function exists only when the original function is bijective on its stated domain and codomain.

    How it is corrected

    Prove injectivity and surjectivity, or explicitly restrict domain and codomain, before writing any inverse expression.

  • Reversing composition order.

    Execution error

    Why it happens

    g∘f and f∘g apply the functions in different orders and are generally not equal.

    How it is corrected

    Evaluate the inner function first and keep the composition order exactly as written.

  • Evaluating a function outside its domain.

    Execution error

    Why it happens

    An expression that is undefined at a given input cannot be substituted into further calculation.

    How it is corrected

    Check the domain before substituting any specific value or composing with another function.

  • Calling an into function onto.

    Decision / selection error

    Why it happens

    An into function has range that is a proper subset of the codomain, so not every codomain element is attained.

    How it is corrected

    Explicitly show that every codomain element has a preimage before calling a function onto.

  • Testing even or odd on a non-symmetric domain.

    Execution error

    Why it happens

    The even and odd tests require a domain that is symmetric under x ↦ -x; otherwise f(-x) may not even be defined.

    How it is corrected

    Confirm the domain is symmetric under sign change before applying the even or odd test.

FAQ

Functions — questions

Straight answers about how Rank Sarthi fits into serious exam preparation.

A function has an inverse from its codomain back to its domain only when it is bijective, that is both one-one and onto, on the stated domain and codomain.

Sources and provenance

Official questions may be tagged only after exact source verification. Do not claim one-one or onto question frequency.

Contributor requirements for this page

  • Written by: unassigned. Ideal author type: Mathematics education editor.
  • Academically reviewed by: unassigned. Reviewer specialisation: functions, algebra and calculus foundations. Minimum qualification: postgraduate qualification in Mathematics, Applied Mathematics or equivalent.
  • Review scope: domain and range claims, inverse restrictions, composition conditions and parity definitions.