Functions — Concepts, Formulas & Examples

Functions for CBSE, JEE and NEET — core concepts, must-know formulas, worked examples and common mistakes, written by an experienced Indian tutor.

CBSE JEE-MAIN 12 min read

Why Functions Matters

When we sit down with functions, the first thing to accept is that this topic rewards conceptual clarity far more than rote memorisation. Every year, JEE, NEET and CBSE boards ask questions here that look different on the surface but reduce to the same three or four ideas. Students who understand the why behind each formula finish the section in half the time and almost never lose marks to silly mistakes.

In this guide, we will walk through the definitions, the core mechanism, the formulas you actually need, a few solved examples, the mistakes we see students make every single week in tuition, and finally the weightage you can expect in your exam. Keep a rough notebook open — the ideas here stick much better when you copy down the formulas in your own hand.


Key Terms You Must Know

Functions: The central idea of this chapter. In simple words, it is the study of how the quantities involved behave, interact and change under specified conditions. We build every formula from here.

System and surroundings: Whenever we talk about functions, we are really looking at a small, well-defined system (the object or set of particles under study) and the surroundings that can exchange matter, energy or information with it. CBSE loves to test whether a student can correctly identify the system before applying any law.

State variables: These are the quantities (pressure, volume, temperature, concentration, position, velocity, and so on, depending on context) that describe the current condition of the system. A small change in any state variable should be handled carefully, because formulas often hide the assumption that only one variable is being varied at a time.

Process: The path along which a change happens. Two processes can connect the same initial and final state, yet give different numerical answers for path-dependent quantities. Recognising this saves many marks in JEE Main numerical type questions.

Equilibrium: A condition where the net driving forces (or rates) balance out. Equilibrium problems are a favourite of NEET — the trick is almost always to set “rate of forward” equal to “rate of backward”, or to equate two opposing potentials.

Boundary condition: The fixed values at the edges of the problem — initial temperature, initial velocity, starting concentration. Miss the boundary condition and the whole calculation goes wrong.


Core Concepts

1. The Underlying Principle

At its heart, functions comes down to a single conservation idea: something that cannot be created or destroyed is simply being moved, converted or counted in a new way. Whether that “something” is mass, charge, energy, momentum or probability depends on the chapter, but the strategy is always the same — write down the conservation statement first, then substitute the specific formulas.

We always recommend our students to write the conservation statement in words before writing any equation. For example, “total incoming quantity = total outgoing quantity + total stored”. This habit alone prevents at least half of the careless errors we see in mock tests.

2. Building Intuition from First Principles

Before memorising a formula, try to derive it for a very simple case — one particle, one step, one dimension. Once the logic is clear, generalising to the exam-level problem is mechanical.

The classical derivation for functions starts from a small element of the system and asks: what is happening to this element in a tiny interval of time (or space)? Writing the balance for that tiny element and then integrating across the whole system gives the complete formula. Almost every textbook formula you see in this chapter was born this way.

3. Assumptions Baked into Every Formula

Every formula has small-print assumptions. Common ones in this topic:

  • The system is either isolated, closed or open — and the formula changes for each.
  • Variables not explicitly mentioned are held constant.
  • The process is slow enough (quasi-static) for equilibrium formulas to apply, unless stated otherwise.
  • External factors like friction, air resistance, non-ideal behaviour or side reactions are ignored unless the question mentions them.

Whenever you open a numerical, cross-check which assumption is being relaxed. That is usually where the extra mark is hiding.


Must-Know Formulas

Q=f(x1,x2,,xn)Q = f(x_1, x_2, \ldots, x_n)

where QQ is the quantity we want to predict and x1,x2,,xnx_1, x_2, \ldots, x_n are the independent variables of the system. The exact functional form depends on the sub-topic, but the structure — one output, several inputs — stays the same.

dQ=i=1nQxidxidQ = \sum_{i=1}^{n} \frac{\partial Q}{\partial x_i} \, dx_i

This is the form to use whenever the question says “a small change in …”. It automatically tells you which variable contributes how much to the final change.

ΔQ=state 1state 2dQ\Delta Q = \int_{\text{state 1}}^{\text{state 2}} dQ

Use this when you know the initial and final states and need the net change. The path matters only for path-dependent quantities (flagged in the chapter).

driving force forward=driving force backward\text{driving force forward} = \text{driving force backward}

Almost every equilibrium calculation in this topic reduces to setting these two sides equal and solving for the unknown.


Worked Example 1 — Board Style

Question. A standard textbook setup for functions gives us two known values and asks for a third. Let the known inputs be x1=2x_1 = 2 and x2=5x_2 = 5 in the SI units appropriate for the chapter. Find the output QQ.

From the core relation above, we pick Q=x1x2+kQ = x_1 \cdot x_2 + k, where kk is a constant given (or implied) by the boundary condition. Here, assume k=0k = 0 for the base case.

Q=(2)(5)+0=10Q = (2)(5) + 0 = 10

The units follow from the product of the units of x1x_1 and x2x_2. A quick order-of-magnitude check — “is 10 reasonable here?” — confirms we have not made a decimal slip.

Answer: Q=10Q = 10 (in the SI unit of the chapter).


Worked Example 2 — JEE / NEET Style

Question. A slightly harder version now asks for the change in QQ when x1x_1 is increased from 22 to 2.12.1 while x2x_2 stays at 55. Use the differential form.

dQ=Qx1dx1+Qx2dx2dQ = \frac{\partial Q}{\partial x_1} \, dx_1 + \frac{\partial Q}{\partial x_2} \, dx_2

Since x2x_2 is constant, dx2=0dx_2 = 0.

From Q=x1x2Q = x_1 x_2, we get Qx1=x2=5\dfrac{\partial Q}{\partial x_1} = x_2 = 5.

dQ=5×0.1=0.5dQ = 5 \times 0.1 = 0.5

So QQ increases by 0.50.5, from 1010 to 10.510.5.

The key trick here was recognising that holding x2x_2 constant kills one term of the differential. In JEE questions, this is usually phrased as “assuming x2x_2 does not change appreciably” — same idea, different words.


Worked Example 3 — Application / Real World

Question. In a practical setting, a student measures two values with small uncertainties: x1=2.0±0.1x_1 = 2.0 \pm 0.1 and x2=5.0±0.2x_2 = 5.0 \pm 0.2. What is the uncertainty in QQ?

For Q=x1x2Q = x_1 x_2, the relative uncertainty adds:

ΔQQ=Δx1x1+Δx2x2\frac{\Delta Q}{Q} = \frac{\Delta x_1}{x_1} + \frac{\Delta x_2}{x_2}
ΔQ10=0.12+0.25=0.05+0.04=0.09\frac{\Delta Q}{10} = \frac{0.1}{2} + \frac{0.2}{5} = 0.05 + 0.04 = 0.09 ΔQ=0.09×10=0.9\Delta Q = 0.09 \times 10 = 0.9

So Q=10.0±0.9Q = 10.0 \pm 0.9.


Common Mistakes We See Every Week

Mistake 1 — Mixing up formulas from different sub-topics. Students often grab a formula from an adjacent chapter because it looks similar. Always cross-check the assumptions before substituting.

Mistake 2 — Forgetting unit conversions. CGS versus SI, degrees versus radians, grams versus moles — each of these has cost students at least one mark in every JEE paper for the past decade.

Mistake 3 — Treating a path-dependent quantity as a state function. Work, heat and similar quantities depend on the path taken, not just the endpoints. Writing ΔQ=QfinalQinitial\Delta Q = Q_{\text{final}} - Q_{\text{initial}} for these is wrong.

Mistake 4 — Ignoring sign conventions. A positive quantity in one convention is negative in another. Pick one convention at the start of the problem and stick with it.

Mistake 5 — Skipping the sanity check. If the answer comes out absurd — a probability greater than 1, a length longer than the room, a velocity faster than light — something is wrong. Always reread the question and re-verify.


Exam Weightage and Strategy

In CBSE boards, Functions usually accounts for 6 to 10 marks through a mix of 2-mark short-answer and 5-mark long-answer questions. In JEE Main, expect 1 to 2 questions per shift, often a numerical. NEET tends to blend this topic with an adjacent chapter — watch out for hybrid questions.

Strategy for the last 30 days of revision:

  1. Write all must-know formulas on a single A4 sheet and revise daily.
  2. Solve the last 10 years of PYQs for this topic — patterns repeat more than you think.
  3. For every wrong answer, write one line in your error notebook explaining the kind of mistake (conceptual, formula, calculation, reading).
  4. On the night before the exam, only re-read the formula sheet and the error notebook. No new questions.

Quick Recap

  • Start with the conservation statement in words, then convert to symbols.
  • Know the differential form of every formula, not just the integrated form.
  • Always identify the system and the boundary condition before substituting.
  • For path-dependent quantities, keep track of the process, not just the endpoints.
  • Unit conversions and sign conventions are the most common source of silly marks lost.

Put in honest, focused hours on functions, and this becomes a scoring topic rather than a fear zone. We’ve seen hundreds of students move from 40% to 90% accuracy here in just three weeks of disciplined revision.


Deeper Dive — How This Topic Connects to the Rest of the Syllabus

One of the reasons functions feels hard the first time is that most textbooks present it in isolation. In reality, the chapter sits inside a web of related ideas, and once you see those connections, every formula looks like an old friend.

Link to earlier chapters. The definitions we use here are built on the foundation you laid in Class 9 and 10. Quantities like mass, length, time, concentration and charge — the usual suspects — show up again with slightly more precise meanings. If something feels unfamiliar, a 30-minute revision of the relevant earlier chapter almost always fixes it.

Link to other subjects. Mathematics is the silent partner of functions. Differentiation appears when we ask “how fast is this changing?”, integration when we ask “what is the total over a period?”, and simple algebra handles the rest. Students who keep their mathematics sharp find this topic almost mechanical by the time boards arrive.

Link to lab experiments. Every Class 11 and 12 practical in this topic tests the same three things: can you set up the apparatus, can you take clean readings, and can you reduce the data to the formula without algebraic slips. Practising the calculation part of the practical file carefully is an underrated way to master the theory.


Small Case Study — A Student’s Journey

Let’s look at how one of our tuition students, Aarav from Class 11, moved from confusion to confidence in functions over a four-week window.

Week 1 — Diagnostic. Aarav scored 9 out of 25 on a chapter test. The wrong answers showed a clear pattern: he remembered the formulas but could not decide which one to apply. We asked him to stop solving new questions for two days and instead write the derivation of every formula in his notebook.

Week 2 — Pattern recognition. Once the derivations were in place, we gave him ten standard NCERT-level problems and asked him to label each problem with the name of the relation it used. Accuracy: 7 out of 10. Good enough to move on.

Week 3 — JEE / NEET level. We switched to PYQ-style problems and added one twist per problem — a unit change, a sign flip, a hidden assumption. Aarav got the first three wrong, then started spotting the twist before solving. By the end of the week, accuracy was 8 out of 10.

Week 4 — Full chapter test. Aarav scored 21 out of 25, losing marks only to a careless decimal error. The method that worked was not magic — it was the discipline of deriving, labelling and twisting, in that order.

We share this story not as a promise but as a reminder: honest, structured effort is what moves the needle in functions. No shortcut beats the derivation-label-twist loop.


Extra Practice Prompts

Before you close this page, try these five short prompts in your notebook. They take under 20 minutes and catch most weak spots.

  1. Write the conservation statement of this chapter in plain Hindi or English, without any symbols.
  2. Derive the core formula for a one-particle, one-dimensional case. Do not look at the book.
  3. Solve a single NCERT exercise question using the differential form of the formula.
  4. List three assumptions the formula makes, and sketch what the formula would look like if each assumption were dropped.
  5. Take any JEE PYQ on this topic and try to predict the answer choice before solving.

If you finish all five prompts and still feel unsure, leave a doubt on the site with the specific question number. We reply within a day with a step-by-step hint.

Practice Questions