Parent topic ka recipe run karne se pehle, aapko use padhna aana chahiye. Neeche har woh symbol aur idea hai jo parent use karta hai, ek aisi order mein jahan har cheez sirf pehle waali cheez par rely karti hai.
Topic ko yeh kyun chahiye: parent ka goal — "absolute max aur min dhundho" — meaningless hai jab tak hum agree nahi karte ki inका matlab hai poore D par sabse uncha aur sabse chhota point.
Figure s01 — Alt text: A curved surface (terrain) floats above a flat x–y floor. One floor address (x,y) is marked with a navy dot; a vertical navy line rises from it to a magenta dot on the surface labelled f(x,y), showing that the function value is the height above that address.
Floor woh flat plane hai jis par saare addresses (x,y) hain.
Har address ke upar f(x,y) height par ek dot hai.
Woh saare dots milkar ek surface banate hain — woh "terrain".
Topic ko yeh kyun chahiye: poora game hai "is terrain ka top aur bottom dhundho", toh pehle yeh jaanna zaroori hai ki terrain wahi hai jo f draw karta hai.
Topic ko yeh kyun chahiye: guarantee ("ek max aur min exist karta hai") tabhi true hai kyunki D ek accha, contained patch hai. Fence nahi, guarantee nahi.
Figure s02 — Alt text: A right triangle inside the unit circle. The horizontal leg (length x) and vertical leg (length y) meet at a right angle; the dashed hypotenuse from the origin to the point (x,y) is labelled r=x2+y2, illustrating Pythagoras.
x2+y2<1, i.e. r<1 → radius 1 wale circle ke strictly andar (open disk).
x2+y2=1, i.e. r=1 → exactly circle PAR (boundary).
x2+y2≤1, i.e. r≤1 → andar YA us par (closed disk).
Topic ko yeh kyun chahiye: disk region aur "kya (21,21) andar hai?" wala check dono seedha r2=x2+y2 ko 1 se compare karne se aate hain. Example 2 mein, 41+41=21<1, toh r<1 aur point safely andar hai.
Figure s03 — Alt text: A shaded disk with a solid violet boundary circle. A magenta dot near the middle is labelled "interior point (wiggle room all ways)"; a navy dot on the boundary circle is labelled "boundary point (on the fence)". A dotted larger circle around everything is labelled "fits in a big circle → bounded".
Figure dekho: pale middle mein ek point interior hai; dark rim par ek point boundary hai. Agar rim solid draw hai, toh set uska malik hai — yahi closed hai.
Topic ko yeh kyun chahiye: parent ki strategy literally "interior" vs "boundary" mein split hoti hai, toh yeh words woh coat-hooks hain jis par poora recipe tika hua hai.
Figure s05 — Alt text: Two side-by-side height slices. On the left, a smooth continuous curve labelled "continuous — small step in x → small change in height". On the right, a curve with a vertical jump (a torn cliff) at one point, an open circle below and a filled circle above, labelled "discontinuous — a tiny step causes a sudden jump"; a magenta arrow points at the gap.
Topic ko yeh kyun chahiye: agar sheet mein rip hoti, toh "highest point" torn edge par chhup sakta tha aur kabhi attain nahi hota. Continuity Extreme Value Theorem ki ek required ingredient hai.
Figure s04 — Alt text: A height-versus-step graph showing two curves — an orange parabola (the slice with y fixed, whose slope is fx) and a magenta line (the slice with x fixed, whose slope is fy). A dashed violet tangent line touches the orange curve at a marked point, labelled "steepness here = fx".
Derivatives kyun, kuch aur kyun nahi? Ek derivative exactly yeh sawaal answer karta hai — "uphill kis taraf hai, aur kitna steep?" — woh precise sawaal jo hum ek flat spot dhundhne ke liye poochte hain. Yeh machinery Critical points and gradient mein develop ki gayi hai.
Figure s06 — Alt text: A surface with a contour/floor beneath it. At one floor point a violet arrow labelled "∇f" points in the steepest-uphill direction; a magenta dashed path shows the surface climbing most steeply above that arrow. At a separate flat dimple the arrow has shrunk to a dot labelled "∇f=0 — level, a critical point".
Topic ko yeh kyun chahiye: recipe ka Step 1 literally hai "D ke andar ∇f=0 solve karo".
Topic ko yeh kyun chahiye: har boundary piece — rectangle ki har edge, disk ka poora rim, aur har joining corner — ko ek aise form mein squeeze karna hoga jahan ordinary 1D methods apply hon.
Neeche diya diagram ek dependency chart hai: ek arrow "A → B" ka matlab hai "B samajhne se pehle A chahiye". Ise top-to-bottom padho. Teen raw ingredients — terrain f, Pythagoras (distance ke liye), aur continuity — shape-words aur derivatives mein feed hote hain; woh baad mein do recipe steps ko power dete hain, jo finally milkar parent recipe bante hain. Neeche wali figure usi structure ko ek picture ke roop mein render karti hai taaki aap flow dekh sako, sirf padho nahi.
Figure s07 — Alt text: A top-down dependency flowchart. Boxes for "function f", "Pythagoras (x²+y²)", and "continuous" sit at the top; arrows lead down through "region D", "interior/boundary/closed/bounded", "partial derivatives", and "gradient ∇f" into two boxes "Step 1 interior critical points" and "Step 2 boundary as one variable", which both feed the bottom box "Absolute extrema recipe". "Extreme Value Theorem 2D" also feeds the recipe.
Ek point global maximum kyun hota hai (sirf "high" nahi)?
Uski height D ke har doosre point ki height se ≥ hoti hai — poore FIELD par sabse uncha, sirf nearby bumps se uncha nahi.
f(x,y) ek picture ki tarah kya represent karta hai?
Har floor address (x,y) ke upar float karta hua ek height/terrain.
{0≤x≤3,0≤y≤2} kya describe karta hai?
Un saare points ka set jahan x 0 aur 3 ke beech ho AUR y 0 aur 2 ke beech ho — ek rectangle.
r formula ke roop mein kya hai, aur yeh kabhi negative kyun nahi hota?
r=x2+y2, origin se distance; ek distance ek length hai, toh square root apni non-negative value leti hai.
x2+y2 tab bhi kyun kaam karta hai jab x ya y negative ho?
Squaring sign mita deti hai, toh yeh chaaon quadrants mein correct distance-squared deta hai.
x2+y2<1, =1, aur ≤1 mein difference kya hai?
r<1 strictly andar; r=1 exactly boundary par; r≤1 andar ya us par (closed disk).
"Closed" aur "bounded" ka matlab kya hai?
Closed = apni boundary fence include karta hai (≤); bounded = kisi finite circle ke andar fit ho jaata hai.
Guarantee ke liye f continuous kyun hona chahiye?
Ek rip height ko kisi value ki taraf approach karne deta hai bina actually reach kiye, toh koi genuine highest point exist nahi karta.
fx kya hai aur kya fixed rakha jaata hai?
x-direction mein chalte hue slope, y ko constant rakhte hue.
∇f kya hai aur ∇f=0 geometrically kya mean karta hai?
Arrow (fx,fy) jo sabse steep uphill point karta hai; zero ka matlab ground har direction mein level hai (ek critical point).
Interior max sirf ∇f=0 par hi kyun ho sakta hai?
Agar arrow nonzero hota toh aap uphill step le sakte the aur upar ja sakte the, toh woh max tha hi nahi.
Rectangle boundary ke chaaon edges aur corners ko kaise handle karte hain?
Har edge par pinned coordinate fix karo (f ko 1-variable function banao), uske interior critical points dhundho, aur chaaon corner endpoints ko hamesha candidates ki tarah include karo.
Unit circle boundary ko ek variable mein kaise badle?
x=cost,y=sint set karo aur angle t ko single dial banao.