Intuition The big picture
An exponential function is repeated multiplication turned continuous . Instead of asking "add the same amount each step" (that's a line ), we ask "multiply by the same factor each step". That single change — multiply not add — is what makes a x a^x a x explode (or decay) and gives it its signature curved shape hugging a horizontal line.
Definition Exponential function
A function of the form
f ( x ) = a x , a > 0 , a ≠ 1 f(x) = a^x, \qquad a > 0,\ a \neq 1 f ( x ) = a x , a > 0 , a = 1
where a a a is the base (a fixed positive constant) and x x x is the exponent (the variable). The domain is all real x x x ; the range is y > 0 y > 0 y > 0 .
WHY the restrictions?
a > 0 a > 0 a > 0 : if a < 0 a < 0 a < 0 , then a 1 / 2 = a a^{1/2} = \sqrt{a} a 1/2 = a is not real — the function would have holes everywhere. So we forbid negative bases.
a ≠ 1 a \neq 1 a = 1 : because 1 x = 1 1^x = 1 1 x = 1 for all x x x , which is just a flat line, not a true exponential.
We allow a = a= a = any positive number, e.g. 2 x 2^x 2 x , 10 x 10^x 1 0 x , ( 1 / 3 ) x (1/3)^x ( 1/3 ) x , e x e^x e x .
Start from what we already know and extend by demanding one law stays true : the index law
a m + n = a m ⋅ a n . a^{m+n} = a^m \cdot a^n. a m + n = a m ⋅ a n .
Positive integers: a 3 = a ⋅ a ⋅ a a^3 = a\cdot a\cdot a a 3 = a ⋅ a ⋅ a . (Repeated multiplication — this is the anchor.)
Zero: we need a 0 ⋅ a n = a 0 + n = a n a^0 \cdot a^n = a^{0+n}=a^n a 0 ⋅ a n = a 0 + n = a n , so a 0 = 1 a^0 = 1 a 0 = 1 . Why? To keep the law consistent.
Negatives: need a − n ⋅ a n = a 0 = 1 a^{-n}\cdot a^n = a^0 = 1 a − n ⋅ a n = a 0 = 1 , so a − n = 1 a n a^{-n} = \dfrac{1}{a^n} a − n = a n 1 .
Fractions: need ( a 1 / 2 ) 2 = a 1 = a (a^{1/2})^2 = a^{1} = a ( a 1/2 ) 2 = a 1 = a , so a 1 / 2 = a a^{1/2}=\sqrt a a 1/2 = a . Generally a p / q = a p q a^{p/q}=\sqrt[q]{a^p} a p / q = q a p .
Irrationals (like a 2 a^{\sqrt2} a 2 ): fill the gaps by continuity — squeeze 2 \sqrt2 2 between rationals 1.41 , 1.414 , … 1.41,1.414,\dots 1.41 , 1.414 , … and take the limit.
Intuition Why this matters
Every property of the graph flows from one demand : the multiplication law must hold for all real exponents. The graph is just the visual shadow of that algebra.
Take a > 1 a>1 a > 1 . As x → − ∞ x\to -\infty x → − ∞ , write x = − N x=-N x = − N with N → + ∞ N\to+\infty N → + ∞ :
a − N = 1 a N . a^{-N} = \frac{1}{a^N}. a − N = a N 1 .
Since a > 1 a>1 a > 1 , a N → ∞ a^N \to \infty a N → ∞ , so 1 a N → 0 + \dfrac{1}{a^N}\to 0^+ a N 1 → 0 + . The curve gets arbitrarily close to 0 0 0 but stays positive — that's exactly an asymptote . It never equals 0 0 0 because a fraction 1 / ( finite positive ) 1/(\text{finite positive}) 1/ ( finite positive ) is never 0 0 0 .
For 0 < a < 1 0<a<1 0 < a < 1 the same happens as x → + ∞ x\to+\infty x → + ∞ (the graph is just the mirror image).
Intuition Growth vs decay = a single mirror
( 1 / a ) x = a − x (1/a)^x = a^{-x} ( 1/ a ) x = a − x . So the graph of y = ( 1 / a ) x y=(1/a)^x y = ( 1/ a ) x is the graph of y = a x y=a^x y = a x reflected in the y y y -axis . Decay is just growth run backwards.
Worked example 1 — Sketch
y = 2 x y=2^x y = 2 x and confirm the asymptote
Points: x = 0 ⇒ 1 x=0\Rightarrow 1 x = 0 ⇒ 1 ; x = 1 ⇒ 2 x=1\Rightarrow2 x = 1 ⇒ 2 ; x = 2 ⇒ 4 x=2\Rightarrow4 x = 2 ⇒ 4 ; x = − 1 ⇒ 1 2 x=-1\Rightarrow \tfrac12 x = − 1 ⇒ 2 1 ; x = − 3 ⇒ 1 8 x=-3\Rightarrow\tfrac18 x = − 3 ⇒ 8 1 .
Why these steps? We pick the two anchors ( 0 , 1 ) , ( 1 , 2 ) (0,1),(1,2) ( 0 , 1 ) , ( 1 , 2 ) first because they're guaranteed, then a couple of negatives to see the curve flattening toward 0 0 0 .
As x → − ∞ x\to-\infty x → − ∞ , 2 x → 0 + 2^x\to0^+ 2 x → 0 + → asymptote y = 0 y=0 y = 0 . ✔
Worked example 2 — Compare
y = 2 x y=2^x y = 2 x and y = 5 x y=5^x y = 5 x
Both pass through ( 0 , 1 ) (0,1) ( 0 , 1 ) . At x = 1 x=1 x = 1 : one gives 2 2 2 , the other 5 5 5 .
Why this step? The base is the height at x = 1 x=1 x = 1 . Bigger base ⇒ steeper climb. So 5 x 5^x 5 x rises faster and hugs the asymptote more tightly on the left. They cross only at ( 0 , 1 ) (0,1) ( 0 , 1 ) .
Worked example 3 — Decay:
y = ( 1 3 ) x y=\left(\tfrac13\right)^x y = ( 3 1 ) x
Rewrite: ( 1 3 ) x = 3 − x \left(\tfrac13\right)^x = 3^{-x} ( 3 1 ) x = 3 − x . Why? This instantly tells us it's 3 x 3^x 3 x reflected in the y y y -axis.
x = 0 ⇒ 1 x=0\Rightarrow1 x = 0 ⇒ 1 ; x = 1 ⇒ 1 3 x=1\Rightarrow\tfrac13 x = 1 ⇒ 3 1 ; x = − 1 ⇒ 3 x=-1\Rightarrow3 x = − 1 ⇒ 3 . Decreasing, still range y > 0 y>0 y > 0 , still asymptote y = 0 y=0 y = 0 . ✔
Worked example 4 — A transformation:
y = 2 x + 3 y=2^x+3 y = 2 x + 3
The whole curve shifts up 3 . Why? Adding 3 to every output raises each point. New asymptote: y = 3 y=3 y = 3 (not 0 0 0 !), and y y y -intercept = 2 0 + 3 = 4 =2^0+3=4 = 2 0 + 3 = 4 .
Range becomes y > 3 y>3 y > 3 .
a x a^x a x can be zero or negative."
Why it feels right: on the graph the curve looks like it touches the x x x -axis on the far left, so surely y = 0 y=0 y = 0 somewhere?
The fix: it only approaches 0 0 0 . a x = 1 / a N a^x=1/a^N a x = 1/ a N is a positive fraction — never 0 0 0 , never negative. The line y = 0 y=0 y = 0 is a limit, not a value . Range is strictly y > 0 y>0 y > 0 .
a x a^x a x with x a x^a x a .
Why it feels right: both have a power. But x 2 x^2 x 2 (variable in base) is a parabola ; 2 x 2^x 2 x (variable in exponent) is exponential . The exponent is what varies in an exponential.
Common mistake Thinking bigger base ⇒ higher
y y y -intercept.
Why it feels right: bigger numbers seem "higher." Fix: ALL a x a^x a x hit ( 0 , 1 ) (0,1) ( 0 , 1 ) because a 0 = 1 a^0=1 a 0 = 1 . Base only changes steepness , not the intercept.
y = 2 x + 3 y=2^x+3 y = 2 x + 3 , saying asymptote is still y = 0 y=0 y = 0 .
Fix: vertical shifts move the asymptote too. The floor rose to y = 3 y=3 y = 3 .
Recall Try before reading answers
What point does every y = a x y=a^x y = a x pass through, and why?
Why is the range y > 0 y>0 y > 0 ?
Derive the asymptote of 2 x 2^x 2 x as x → − ∞ x\to-\infty x → − ∞ .
How does y = ( 1 / a ) x y=(1/a)^x y = ( 1/ a ) x relate to y = a x y=a^x y = a x ?
Recall Feynman: explain to a 12-year-old
Imagine a magic bacteria that doubles every hour . Start with 1. After 1 hour: 2, then 4, 8, 16… it shoots up crazy fast — that's 2 x 2^x 2 x . Now go backwards in time: one hour ago there was half, before that a quarter, an eighth… it gets tinier and tinier but never actually hits zero (you always have some bacteria, even a speck). That "never quite reaching zero" floor is the asymptote . And no matter what number you double or triple, at "hour zero" you always start with 1 — that's why every curve goes through ( 0 , 1 ) (0,1) ( 0 , 1 ) .
"POWER ON TOP → SHOOTS OFF THE TOP." The variable is on top (the exponent), so the graph takes off — and its feet never leave the floor y = 0 y=0 y = 0 .
What is the general form of an exponential function and the base restrictions? f ( x ) = a x f(x)=a^x f ( x ) = a x with
a > 0 , a ≠ 1 a>0,\ a\neq1 a > 0 , a = 1 .
Why must a > 0 a>0 a > 0 for a x a^x a x ? Negative bases give non-real values like
a 1 / 2 = a a^{1/2}=\sqrt a a 1/2 = a ; positivity keeps it real for all
x x x .
Why is a ≠ 1 a\neq1 a = 1 required? 1 x = 1 1^x=1 1 x = 1 is a flat line, not a genuine exponential.
What point do all y = a x y=a^x y = a x graphs share and why? ( 0 , 1 ) (0,1) ( 0 , 1 ) , because
a 0 = 1 a^0=1 a 0 = 1 for every base.
What is the coordinate that reveals the base directly? ( 1 , a ) (1,a) ( 1 , a ) , since
a 1 = a a^1=a a 1 = a .
What is the range of a x a^x a x ? y > 0 y>0 y > 0 (strictly positive, never zero).
What is the horizontal asymptote of y = a x y=a^x y = a x ? y = 0 y=0 y = 0 (the
x x x -axis).
Prove 2 x → 0 2^x\to0 2 x → 0 as x → − ∞ x\to-\infty x → − ∞ . 2 − N = 1 / 2 N 2^{-N}=1/2^N 2 − N = 1/ 2 N ; as
N → ∞ N\to\infty N → ∞ ,
2 N → ∞ 2^N\to\infty 2 N → ∞ , so
1 / 2 N → 0 + 1/2^N\to0^+ 1/ 2 N → 0 + .
Why does the curve never touch y = 0 y=0 y = 0 ? a x = 1 / a N a^x=1/a^N a x = 1/ a N is a positive fraction; a nonzero-denominator fraction is never 0.
How is y = ( 1 / a ) x y=(1/a)^x y = ( 1/ a ) x related to y = a x y=a^x y = a x ? ( 1 / a ) x = a − x (1/a)^x=a^{-x} ( 1/ a ) x = a − x , a reflection of
a x a^x a x in the
y y y -axis (decay = reversed growth).
Difference between a x a^x a x and x a x^a x a ? a x a^x a x is exponential (variable in exponent);
x a x^a x a is a power/polynomial (variable in base).
What happens to the asymptote of y = 2 x + 3 y=2^x+3 y = 2 x + 3 ? It shifts up to
y = 3 y=3 y = 3 ; range becomes
y > 3 y>3 y > 3 ; intercept
( 0 , 4 ) (0,4) ( 0 , 4 ) .
Growth vs decay condition? a > 1 a>1 a > 1 ⇒ increasing (growth);
0 < a < 1 0<a<1 0 < a < 1 ⇒ decreasing (decay).
Why is a 0 = 1 a^0=1 a 0 = 1 derivable, not just stated? From
a 0 ⋅ a n = a 0 + n = a n a^0\cdot a^n=a^{0+n}=a^n a 0 ⋅ a n = a 0 + n = a n , dividing gives
a 0 = 1 a^0=1 a 0 = 1 .
Logarithms as the inverse of exponentials — reflect a x a^x a x in y = x y=x y = x to get log a x \log_a x log a x .
The number e and natural exponential eˣ — the special base where slope = height.
Index laws — the algebra that defines a x a^x a x for all real x x x .
Exponential growth and decay models — real-world use (population, radioactivity).
Graph transformations — shifts/reflections applied to a x a^x a x .
else non-real or flat line
Intuition Hinglish mein samjho
Dekho, exponential function a x a^x a x ka matlab hai "har step pe multiply karo", addition nahi. Line mein hum same amount add karte hain, lekin exponential mein hum same factor se multiply karte hain. Isi ek chhoti si difference se graph tezi se upar chala jaata hai (agar a > 1 a>1 a > 1 ) ya girta hai (agar 0 < a < 1 0<a<1 0 < a < 1 ). Base a a a hamesha positive aur 1 1 1 ke barabar nahi hona chahiye — kyunki negative base pe a \sqrt a a jaisi cheezein real nahi bachtin, aur 1 x 1^x 1 x toh bas flat line hai.
Sabse important baat: har a x a^x a x curve point ( 0 , 1 ) (0,1) ( 0 , 1 ) se guzarta hai, kyunki a 0 = 1 a^0=1 a 0 = 1 hamesha. Aur ( 1 , a ) (1,a) ( 1 , a ) pe height directly base bata deti hai. Bada base = zyada steep curve. Range hamesha y > 0 y>0 y > 0 hoti hai — curve neeche x x x -axis ko chhoota nahi, sirf uske paas jaata hai. Yehi hai asymptote y = 0 y=0 y = 0 .
Asymptote ka logic simple hai: 2 − N = 1 / 2 N 2^{-N} = 1/2^N 2 − N = 1/ 2 N . Jab N N N bada hota jaata hai, 2 N 2^N 2 N infinity ki taraf, toh 1 / 2 N 1/2^N 1/ 2 N zero ke paas, par kabhi exactly zero nahi. Isliye curve floor ko chhoo nahi sakta. Aur decay curve ( 1 / a ) x = a − x (1/a)^x = a^{-x} ( 1/ a ) x = a − x bas growth curve ka y y y -axis mein reflection hota hai — decay matlab growth ulta chalana.
Exam tip: a x a^x a x aur x a x^a x a mat confuse karo. x 2 x^2 x 2 parabola hai (variable neeche base mein), 2 x 2^x 2 x exponential hai (variable upar power mein). "Power on top → shoots off the top" yaad rakho. Aur agar + 3 +3 + 3 jaisa shift ho, toh asymptote bhi upar y = 3 y=3 y = 3 shift ho jaata hai, yeh bhool mat jaana.