Skip to content
Unit 2 ยท Understanding Functions in Economics โ€” Introduction to Economics
B.A. Economics ยท Semester I ยท Course 1

Unit 2: Understanding Functions in Economics

Wait, wait โ€” don’t run away! ๐Ÿƒ This is “maths without tears”. Every idea here is just a thali, an auto ride, or a vending machine in disguise. If you survived school till Class 10, you’ll cruise through this. Guaranteed.

๐Ÿฑ Sets โ€” Types & Operations ๐Ÿ”— Cartesian Product โš™๏ธ Relations vs Functions ๐Ÿ“ Linear Functions (slope & intercept) ๐ŸŽข Quadratic, Cubic & Hyperbola
Before we begin

Why is there maths in my economics?! ๐Ÿ˜ค

Fair question! Here’s the honest answer: economics is full of relationships. Price goes up โ†’ demand comes down. Income rises โ†’ spending rises. Fuel gets costlier โ†’ auto fares climb. A function is simply the mathematician’s way of writing “when THIS changes, THAT changes in a predictable way.”

So functions are not maths for maths’ sake โ€” they are the grammar of economics. Learn this small grammar once, and every demand curve, cost curve, and revenue curve in the next three years becomes readable. ๐Ÿ“–

Promise of this unit: No proofs. No scary derivations. Only pictures, sliders, and daily-life examples. If any line feels tough, slow down, replay the interactive, and it will click.
Section 1 of 5

Sets: Fancy word for “a well-defined collection” ๐Ÿฑ

โ˜• Chai Tapri Story

Look at a South Indian thali: rice, sambar, rasam, curd, papad. That’s a set! A clearly defined collection of items. Your WhatsApp family group? A set of people. The IPL teams? A set of ten. You’ve been using sets since childhood โ€” we’re just giving them a uniform and a name tag today.

The definition + the dress code ๐Ÿ‘”

A set is a well-defined collection of distinct objects. “Well-defined” means there’s no confusion about who’s in and who’s out.

  • โœ… “Vowels of English” = {a, e, i, o, u} โ€” crystal clear, so it’s a set.
  • โŒ “Tasty dishes of India” โ€” tasty for whom? Your tasty โ‰  my tasty. NOT a set (not well-defined).

Notation: Capital letters for sets, curly brackets for members: A = {2, 4, 6, 8}. We write 4 โˆˆ A (“4 belongs to A”) and 5 โˆ‰ A (“5 doesn’t belong”).

Types of sets (with instant examples)

TypeMeaningExample
Empty / Null set (โˆ…)No members at allSet of Indian states starting with ‘Z’ = { } โ€” nothing qualifies!
Singleton setExactly one memberSet of India’s capital cities = {New Delhi}
Finite setCountable membersDays of the week = 7 members, done
Infinite setNever-ending membersAll natural numbers {1, 2, 3, โ€ฆ}
Equal setsExactly same members{1,2,3} and {3,1,2} โ€” order doesn’t matter!
Subset (โŠ‚)Every member of A is also in B{CSK, MI} โŠ‚ {all IPL teams}
Universal set (U)The full “background” set for the discussionDiscussing IPL? U = all ten IPL teams

Economics link: “Set of all consumers of Amul butter”, “set of goods in the CPI basket”, “set of taxpayers in AP” โ€” economists build sets first, then study them.

๐ŸŽฎ Interactive: Set Operations, the Chai-Coffee Way

In a hostel of 20 students: set A = chai lovers, set B = coffee lovers. Some drink both (the smart ones ๐Ÿ˜„). Click each operation and watch the shading change:

A โ˜• chai B โ˜• coffee U = hostel

๐Ÿง  Soch Lo! ยท Reflection Spot 1

Make two sets from your own life โ€” A = apps you use daily, B = apps your best friend uses daily. Write A โˆฉ B (common apps) and A โˆ’ B (only yours). Congratulations, you just did set operations without a textbook!

Exam phrasing: Union = “either or both” ยท Intersection = “both” ยท Difference = “only in A”.
Section 2 of 5

Cartesian Product: The combo-meal maker ๐Ÿ”

โ˜• Chai Tapri Story

Raju anna (from Unit 1!) upgrades his stall. Drinks: D = {chai, coffee}. Snacks: S = {samosa, vada, biscuit}. A customer asks: “Anna, what combos are possible?” Raju lists EVERY drink paired with EVERY snack. That complete list of pairs is the Cartesian product D ร— S.

Definition, gently

A ร— B = the set of ALL ordered pairs (a, b), where the first item comes from A and the second from B.

Raju’s full combo menu, D ร— S:

D ร— S
samosa
vada
biscuit
chai
(chai, samosa)
(chai, vada)
(chai, biscuit)
coffee
(coffee, samosa)
(coffee, vada)
(coffee, biscuit)

Counting shortcut: if A has m members and B has n members, then A ร— B has m ร— n pairs. Here: 2 drinks ร— 3 snacks = 6 combos. That’s literally why it’s called a “product”!

โš ๏ธ Order matters!

(chai, samosa) โ‰  (samosa, chai). The pair (drink, snack) is not the pair (snack, drink) โ€” just like “Row 3, Seat 12” is a different cinema seat from “Row 12, Seat 3”. So in general, A ร— B โ‰  B ร— A.

Why economists care: every graph you’ll ever draw โ€” price vs quantity, income vs consumption โ€” lives on a Cartesian plane, which is just โ„ ร— โ„: all possible (x, y) pairs. The Cartesian product is the floor on which all of economics’ pictures are drawn.

Section 3 of 5

Relations vs Functions: The vending machine test โš™๏ธ

Step 1 ยท What is a relation?

From the full combo list (Cartesian product), suppose we pick only the pairs that were actually ordered today: {(chai, samosa), (chai, vada), (coffee, biscuit)}. Any such chosen subset of A ร— B is called a relation โ€” it “relates” some members of A to some members of B.

Relation = any subset of the Cartesian product. Easy!

Step 2 ยท What is a function?

A function is a special, well-behaved relation with one strict rule:

Every input gets exactly ONE output. No input left out, no input given two outputs.
INPUT
x = โ‚น20
โ†’
FUNCTION
MACHINE
f(x) = rule
โ†’
OUTPUT
f(x) = 1 chai

The vending machine test ๐Ÿฅค: Press button C3, get exactly one cold drink โ€” same one every time. That’s a function. Now imagine a haunted machine where pressing C3 sometimes gives Sprite and sometimes gives Thums Up. Unpredictable = NOT a function (just a relation). And a machine where button C3 gives nothing at all? Also not a function โ€” every input must produce an output.

SituationFunction?Why
Each student โ†’ their roll numberโœ… YesEvery student has exactly one roll number
Each price of petrol โ†’ quantity demandedโœ… YesOne price, one quantity (the demand function!)
Each person โ†’ their siblingโŒ NoSome have none, some have three โ€” inputs with zero or many outputs
Each mobile number โ†’ its ownerโœ… YesOne number, one registered owner

Golden line: All functions are relations, but not all relations are functions. (Like: all samosas are snacks, but not all snacks are samosas.)

Two words you’ll use for three years:

Independent variable (x) the input โ€” the one that changes freely (e.g., price).
Dependent variable (y) the output โ€” its value depends on x (e.g., quantity demanded). We write y = f(x), read “y is a function of x”.

๐Ÿง  Soch Lo! ยท Reflection Spot 2

Electricity bill and units consumed: which is the independent variable and which is dependent? Now think of one more (x, y) pair from your life where one clearly drives the other.

Quick check: ask “which one is the cause, which one responds?” Cause = independent.
Section 4 of 5

Linear Functions: Straight-line stories ๐Ÿ“

โ˜• Chai Tapri Story

The auto-rickshaw fare. In your city, the meter starts at โ‚น30 (minimum fare), then adds โ‚น12 per kilometre. So:

Fare = 30 + 12 ร— (kilometres)  i.e.  y = 30 + 12x

Congratulations โ€” that’s a linear function! You’ve been mentally computing linear functions every time you argued with an auto driver. ๐Ÿ˜„

The universal costume: y = a + bx

Every linear function wears the same outfit. Let’s name the parts using the auto example:

PartNameAuto meaningWhat it does on the graph
yDependent variableTotal fareMeasured on the vertical axis
xIndependent variableDistance travelledMeasured on the horizontal axis
aInterceptโ‚น30 minimum fare โ€” you pay it even for 0 kmWhere the line CUTS the y-axis (the starting height)
bSlopeโ‚น12 extra per extra kmThe STEEPNESS โ€” rise in y for each 1-step in x

Slope in one line: slope = change in y รท change in x = ฮ”y/ฮ”x. If fare jumps โ‚น24 when distance rises 2 km, slope = 24/2 = 12. That’s it. That’s the whole formula.

  • Positive slope (b > 0): line climbs uphill โ†— โ€” like income and spending (earn more, spend more). Supply curves behave like this.
  • Negative slope (b < 0): line goes downhill โ†˜ โ€” like price and demand (price up, purchases down). The famous demand curve!
  • Zero slope (b = 0): flat line โ€” y doesn’t respond to x at all (your landlord’s rent this year, no matter how sweetly you ask).

Why “linear”? Because the slope is constant โ€” every extra km costs the same โ‚น12, whether it’s the 2nd km or the 20th. Constant rate โ‡’ straight line. Remember this; non-linear functions will break exactly this rule.

๐ŸŽฎ The Line Lab: Drag a, drag b, watch the line obey

This is y = a + bx live. Move a (intercept) โ€” the whole line lifts or sinks. Move b (slope) โ€” it tilts. Try making the demand curve (negative slope)!

50 0 y (โ‚น / output) โ†’ x (km / input) โ†’
Exam sketch skill: To draw y = a + bx quickly โ€” (1) mark point ‘a’ on the y-axis, (2) from there, go 1 step right and ‘b’ steps up (or down if negative), (3) join with a ruler. Two points, one line, done!
๐Ÿง  Soch Lo! ยท Reflection Spot 3

Your mobile plan: โ‚น199 fixed + โ‚น2 per GB extra data. Write it as y = a + bx. What is your ‘a’, what is your ‘b’, and what would the bill be for 5 extra GB? (Do it mentally โ€” no calculator!)

If you got โ‚น209, you’ve officially done applied mathematics for economics. ๐ŸŽ“
Section 5 of 5

Non-Linear Functions: When life isn’t a straight line ๐ŸŽข

โ˜• Chai Tapri Story

Straight lines assume “every extra step costs/gives the same”. But real life? The first samosa is heaven, the fifth is okay, the tenth is punishment. Effects that speed up, slow down, or U-turn need curves, not lines. Enter the non-linear family โ€” three members you must meet.

Meet the family ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง

FunctionGeneral formShapeStar role in economics
Quadraticy = axยฒ + bx + cParabola โ€” one U-turn (โˆช or โˆฉ)Total revenue curve: rises, peaks, then falls as price cuts go too far
Cubicy = axยณ + bxยฒ + cx + dS-shape / wave โ€” up to two bendsTotal cost curve: rises fast, then gently, then fast again (the classic S)
Rectangular Hyperbolaxy = k (constant)Smooth curve hugging both axes, never touchingDemand curve where total spending is fixed; average fixed cost curve

Spot the difference from linear: the highest power of x. Power 1 = line. Power 2 = quadratic. Power 3 = cubic. x multiplied by y equal to a constant = rectangular hyperbola.

๐ŸŽข Quadratic in real life

A cinema hall cuts ticket price to sell more seats. At first, revenue climbs (more people!). But cut too much and revenue falls (tickets almost free!). Revenue rises โ†’ peaks โ†’ falls: an inverted-U parabola (โˆฉ). Quadratics are how economists find the “sweet spot” โ€” the top of the hill.

ใ€ฐ๏ธ Cubic in real life

Total cost of running a small papad factory: the first few workers add cost quickly (setup pains), the middle workers are efficient (cost rises slowly), then overcrowding makes cost shoot up again. Fastโ€“slowโ€“fast = the S-shaped cubic. You’ll meet this exact curve in production theory later โ€” and you’ll smile because you already know it.

๐Ÿช Rectangular hyperbola in real life

Suppose a family fixes its monthly milk budget at โ‚น600, no matter what. If milk is โ‚น60/litre they buy 10 litres; at โ‚น50 they buy 12; at โ‚น40 they buy 15. Notice: price ร— quantity = โ‚น600 always. That’s xy = k! The curve slides along but the rectangle’s area under it (price ร— quantity) stays constant โ€” hence “rectangular”. It gets close to both axes but never touches: price never becomes zero, quantity never becomes zero.

๐ŸŽฎ The Curve Gallery: See all four shapes morph

Pick a curve, then drag the slider to bend it. Watch how each family behaves differently โ€” this visual memory will rescue you in exams!

y โ†’ x โ†’
๐Ÿง  Soch Lo! ยท Reflection Spot 4

Think of your exam marks vs hours studied. Is it linear (every hour adds equal marks) or non-linear (first hours help a lot, late-night 3 AM hours add little)? Which curve fits your life best, and why?

If you said “rises fast then flattens” โ€” you’ve just described diminishing returns. Unit 3 of microeconomics will feel like dรฉjร  vu!
Revision zone

Recap: Flip & remember ๐Ÿƒ

Same drill as Unit 1: recall first, flip second. These 12 cards are your entire Unit 2 in pocket form.

Assessment ยท 10 marks

Test Yourself โœ๏ธ

10 MCQs, instant feedback, zero judgement. Keep a rough sheet handy for the two tiny calculations โ€” they’re auto-fare level, promise!

Introduction to Economics ยท Unit 2: Understanding Functions in Economics
Self-learning practical guide ยท B.A. Economics, Semester I (APSCHE syllabus)
Reference reading: NCERT Class XI Mathematics (Sets, Relations & Functions); Mankiw, Principles of Economics (graphical appendix).

Made for curious beginners. Read โ†’ Reflect โ†’ Play โ†’ Test โ†’ Repeat. ๐Ÿ”