Shuru karne se pehle, ek single picture hai jis par yeh poora page tika hua hai.
Curve (teal) asli f hai. Seedhi orange line jo base point a par use touch karti hai woh tangent hai — yani linearization L. a ke paas dono overlap karte hain; a se door jaate hain toh alag ho jaate hain. Curve aur line ke beech ka vertical plum gap woh error hai jise hum bound karte rehte hain. Neeche ke har exercise ka sawaal yahi hai: "orange line teal curve ke kitni paas hai, aur main kitna galat ho raha hoon?"
Assemble karo: L(x)=8+12(x−2).
Yeh y=x3 ki tangent line hai point (2,8) par.
Recall Solution 1.2
f(1)=ln1=0. Slope f′(x)=x1, toh f′(1)=1.
L(x)=0+1(x−1)=x−1.
Ab x=1+u rakho (toh "step" x−1=u ho jaata hai): ln(1+u)≈u. Yeh standard near-zero rule hai.
Recall Solution 1.3
dy kyun:dy=f′(x)dx matlab "tangent ke saath rise = slope × run."
f′(x)=−sinx, toh dy=−sinxdx.
x=3π par: sin3π=23≈0.8660.
dy=−0.8660×0.01=−0.008660.
Minus sign keh raha hai wahan cosine decrease ho rahi hai, toh thoda sa step right lene se y girta hai.
Goal: base point chunno, recipe chalao, number nikalo.
Recall Solution 2.1
f,a chunno:f(x)=x1/3, a=8 kyunki 38=2 exactly aata hai aur 8.2 paas mein hai.
Height:f(8)=2.
Slope:f′(x)=31x−2/3, toh f′(8)=31⋅8−2/3=31⋅41=121.
Line & evaluate: step =8.2−8=0.2.
38.2≈2+121(0.2)=2+0.0166=2.01667.
(True value 2.01653… — approximately 0.00014 ka fark.)
Recall Solution 2.2
Chunno:f(x)=x5, base a=2 (kyunki 25=32 exact hai), dx=1.97−2=−0.03.
Slope:f′(x)=5x4, f′(2)=5(16)=80.
Differential:dy=80×(−0.03)=−2.4.
(1.97)5≈f(2)+dy=32−2.4=29.6.
(True ≈29.584.) Dhyan do dx<0 cleanly handle hua — step bas left point karta hai.
Recall Solution 2.3
Convert karo:45∘=4π, aur step hai 1∘=180π≈0.017453 rad.
Chunno:f(x)=tanx, a=4π (wahan tan=1 exactly).
Slope:f′(x)=sec2x=cos2x1. 4π par, cos4π=21, toh cos2=21 aur f′=2.
Line:tan(46∘)≈1+2(0.017453)=1+0.034907=1.034907.
(True tan46∘=1.03553… — 0.0006 ka fark; tangent tezi se curve karta hai upar, isliye thoda bada miss.)
Goal: error ke baare mein reason karo — uski size, uska sign, uska behaviour.
Recall Solution 3.1
Shape ka second derivative test:f′(x)=21x−1/2, f′′(x)=−41x−3/2<0x>0 ke liye.
Negative second derivative ⇒ curve concave down hai — yeh apni tangent lines ke neeche bend karti hai. Figure mein dekho: teal curve a ke right mein orange tangent ke neeche baith jaati hai.
Toh tangent line x ke upar hai, aur L(4.1)=2.025 true 4.1=2.02485… ka over-estimate hai. Confirmed: 2.025>2.02485. Yeh Concavity and second derivative connection action mein hai.
Recall Solution 3.2
Error law kahan se aata hai (Taylor's theorem with Lagrange remainder): agar f ke do derivatives hain, toh kisi point c ke liye jo strictly a aur x ke beech hai,
f(x)=L(x)f(a)+f′(a)(x−a)+remainder=error21f′′(c)(x−a)2.
Yeh standard Taylor series remainder hai: linear part ke baad jo bachta hai woh exactly 21f′′(c)(x−a)2 form ka ek term hota hai. Toh error=f(x)−L(x)=21f′′(c)(x−a)2, jo ∝(x−a)2 hai.
Reasoning: kyunki error ∝(x−a)2 hai, (x−a) ko half karne se square (21)2=41 se multiply hota hai. Toh error 4 ke factor se girta hai.
L banao (yaad karo 41 kahan se aata hai):f(x)=x, f′(x)=2x1, toh f′(4)=2⋅21=41; f(4)=2 ke saath yeh deta hai L(x)=2+41(x−4).
Numeric check:
Step 0.05: L(4.05)=2.0125, true =2.0124612…, error =0.0000388.
Ratio =0.0001543/0.0000388≈3.98≈4. Quadratic-error prediction se match karta hai — exactly isliye Taylor series ek 21f′′(a)(x−a)2 term add karta hai is leading error ko khatam karne ke liye.
Recall Solution 3.3
Differentials kyun: hum true error nahi jaante, sirf itna pata hai ki ds small hai, toh ΔV≈dV=V′(s)ds.
V′(s)=3s2, toh dV=3s2ds=3(25)(0.02)=1.5cm3 (absolute).
Relative error:VdV=s33s2ds=3sds=3⋅50.02=3(0.004)=0.012=1.2%.
Neat pattern: power sn ke liye, relative error n se multiply hota hai. (Sphere r3 ne parent mein 3rdr diya — same rule.) Dekho Error propagation.
Goal: ideas combine karo — chain rule, multiple tools, ya same machinery par alag lens.
Recall Solution 4.1
Pehle, woh tool jis par hum lean karte hain — (1+u)n rule, yahan derived:h(u)=(1+u)n lo aur u=0 par linearize karo. Tab h(0)=1, aur h′(u)=n(1+u)n−1 toh h′(0)=n. Hence L(u)=1+nu, yani
(1+u)n≈1+nu(u small).Piece 1:4.1≈2+41(0.1)=2.025 (f(x)=x, f′(4)=41 use karte hue jaise 3.2 mein).
Piece 2: boxed rule apply karo u=0.02,n=3 ke saath: (1.02)3=(1+0.02)3≈1+3(0.02)=1.06.
Combine karo: product ≈2.025×1.06=2.1465.
(True: 4.1=2.024846, 1.023=1.061208, product =2.148741.) Error ≈0.0022.
Yeh ek badi linearization se easier kyun hai: har factor ek clean, memorized near-zero form hai; do simple estimates multiply karna ek ugly product x(x)3 differentiate karne aur joint base point choose karne se bachata hai. Chhota cost yeh hai ki dono factors ke errors add up hote hain.
Recall Solution 4.2
f ko x0 par linearize karo:L(x)=f(x0)+f′(x0)(x−x0).
f(x)=x2−5, f(2)=4−5=−1; f′(x)=2x, f′(2)=4.
L(x)=0 solve karo:−1+4(x−2)=0⇒x−2=41⇒x=2.25.
Toh x1=2.25. Yeh exactly Newton's method update hai x1=x0−f′(x0)f(x0)=2−4−1=2.25.
(True 5=2.23607; ek step mein already 0.014 tak accurate.) Key insight: Newton = axis tak tangent par baar baar sawari karna, yaani linear approximation ulta use karna — line evaluate karne ke bajaye solve karo.
Recall Solution 4.3
ex ko a=0 par linearize karo:f(0)=e0=1, f′(x)=ex toh f′(0)=1. Tab L(x)=1+1⋅(x−0)=1+x. ✔
Estimates:e0.05≈1.05; ln(1.05)=ln(1+0.05)≈0.05.
Inverse check:ln(e0.05) ko 0.05 hona chahiye. Estimates use karke: ln(1.05)≈0.05. ✔ Yeh first order tak ek doosre ko undo karte hain — dono inverse functions ke degree-1 Taylor series hain, toh unka leading behaviour match karta hai.
Goal: full modelling problems — set up karo, tools chunno, error control karo, interpret karo.
Recall Solution 5.1
T ko g ka function maano:T(g)=2πLg−1/2.
Differentiate karo:dgdT=2πL⋅(−21)g−3/2=−πLg−3/2.
Relative form (cleaner): kyunki T∝g−1/2 hai, TdT=−21gdg.
Numerically: TdT=−21⋅9.810.05=−0.002548=−0.2548%.Absolute: pehle T=2π1/9.81=2π(0.31944)=2.00709 s, toh dT=T⋅(−0.002548)=−0.005114 s.
Interpret karo: minus sign keh raha hai bada g period ko shorten karta hai; g mein 0.5% error sirf 0.25% error T mein produce karta hai kyunki square root relative error ko half kar deta hai.
Recall Solution 5.2
Second derivative:f′′(x)=−41x−3/2. Toh ∣f′′(x)∣=41x−3/2, jo x ki decreasing function hai (bada x ⇒ chhota x−3/2). Isliye interval [4,4.1] par uska maximum left endpoint x=4 par hai: ∣f′′(4)∣=41⋅4−3/2. Ab 4−3/2=43/21=81, toh ∣f′′(4)∣=41⋅81=321=0.03125.
Step 0.1 par bound:21(0.03125)(0.1)2=21(0.03125)(0.01)=0.00015625.
Yeh 1.56×10−4 hai — 10−5 se bada, toh guarantee fail hoti hai (chahe actual error 1.5×10−4 bound ke kaafi paas raha).
Required step: solve karo 21(0.03125)h2≤10−5: h2≤0.031252×10−5=6.4×10−4, toh h≤0.0253.
Conclusion:10−5 guarantee karne ke liye tumhe x ko 4 ke lagbhag 0.0253 ke andar rakhna hoga (yaani 4.025 ya usse paas) linear model se — ya phir, step rakho aur quadratic Taylor series term add karo.
Recall Solution 5.3
L banao a=100 par:f(100)=10; f′(x)=2x1, f′(100)=201=0.05.
x≈10+0.05(x−100)Estimates:
99≈10+0.05(−1)=9.95. (True 9.94987; over-estimate.)
Error ka sign:f′′(x)=−41x−3/2<0 ⇒ concave down ⇒ tangent curve ke upar dono sides par ⇒ dono estimates over-estimates hain. Upar ke tiny positive gaps se match karta hai.