Functions & Calculus Fundamentals
TL;DR
Functions describe relationships between variables, assigning a unique output for every input. Calculus extends this by studying how these relationships change, focusing on rates of change (differentiation) and accumulation (integration). Mastering these basics is crucial for almost all higher-level JEE math problems.
1. The Mental Model
Think of a function as a machine: you put something in (input), and it reliably gives you one specific thing out (output). Calculus then helps you understand how fast that machine is running or how much it's produced over time.
2. The Core Material
Functions are the building blocks. You'll deal with their domain (all possible inputs), range (all possible outputs), and various classifications.
What is a Function?

Photo by Ann H on Pexels
A relation $f: A \to B$ is a function if every element in set $A$ (the domain) is mapped to exactly one element in set $B$ (the co-domain).
graph TD
A["Input Set (Domain)"] --> B{{"Function f(x)"}};
B --> C["Output Set (Range/Co-domain)"];
subgraph Function Properties
C1["Each x in Domain"] --> C2["Maps to EXACTLY ONE y"];
end
C3["Vertical Line Test"] --> C1;
C4["Inverse Function Requires Bijective"] --> C5["One-to-One and Onto"];
Types of Functions:
- One-to-one (Injective): Different inputs always give different outputs. No two $x$'s map to the same $y$. (Horizontal Line Test)
- Onto (Surjective): Every element in the co-domain is an output for at least one input. The range equals the co-domain.
- Bijective: Both one-to-one and onto. These are the ones that have inverse functions.
- Even function: $f(-x) = f(x)$. Symmetric about the y-axis (e.g., $x^2$, $\cos x$).
- Odd function: $f(-x) = -f(x)$. Symmetric about the origin (e.g., $x^3$, $\sin x$).
Calculus: The Study of Change
![A magnifying glass focusing on mathematical equations in a textbook, symbolizing detailed study.](https://images.pexels.com/photos/4494641/pexels-photo-4494641.jp