Menu

Relations of Difference Operators

Contents hide

1.अन्तर संकारकों के सम्बन्ध (Relations of Difference Operators),परिमित अन्तर कलन (Calculus of Finite Differences):

अन्तर संकारकों के सम्बन्ध (Relations of Difference Operators) तथा परिमित अन्तर कलन पर आधारित सवालों को हल करके समझने का प्रयास करेंगे।
आपको यह जानकारी रोचक व ज्ञानवर्धक लगे तो अपने मित्रों के साथ इस गणित के आर्टिकल को शेयर करें।यदि आप इस वेबसाइट पर पहली बार आए हैं तो वेबसाइट को फॉलो करें और ईमेल सब्सक्रिप्शन को भी फॉलो करें।जिससे नए आर्टिकल का नोटिफिकेशन आपको मिल सके।यदि आर्टिकल पसन्द आए तो अपने मित्रों के साथ शेयर और लाईक करें जिससे वे भी लाभ उठाए।आपकी कोई समस्या हो या कोई सुझाव देना चाहते हैं तो कमेंट करके बताएं।इस आर्टिकल को पूरा पढ़ें।

Also Read This Article:- Simpson Rule in Numerical Analysis

2.अन्तर संकारकों के सम्बन्ध के उदाहरण (Relations of Difference Operators Illustrations):

Illustration:1.निम्न आँकड़ों के लिए अग्रान्तर सारणी बनाइए:
(Construct a forward difference table for the following data):
Illustration:1(i). \begin{array}{|l|llllll|} \hline x: & 0 & 5 & 10 & 15 & 20 & 25 \\ f(x) & 7 & 11 & 14 & 18 & 24 & 32 \\ \hline  \end{array}
Solution:अग्रान्तर सारणी (Forward Difference Table)

\begin{array}{|c|c|c|c|c|c|c|} \hline x & f(x) & \Delta f(x) & \Delta^2 f(x) & \Delta^3 f(x) & \Delta^4 f(x) & \Delta^5 f(x) \\ \hline 0 & 7 & & & & & \\ \hline & & 4 & & & & \\ \hline 5 & 11 & & -1 & & & \\ \hline & & 3 & & 2 & & \\ \hline 10 & 14 & & 1 & & -1 & \\ \hline & & 4 & & 1 & & 0 \\ \hline 15 & 18 & & 2 & & -1 & \\ \hline & & 6 & & 0 & & \\ \hline 20 & 24 & & 2 & & & \\ \hline & & 8 & & & & \\ \hline 25 & 32 & & & & & \\ \hline \end{array}


Illustration:1(ii). \begin{array}{|l|lllll|} \hline x: & 3.0 & 3.1 & 3.2 & 3.3 & 3.4 \\ f(x)=\frac{1}{x} & 0.33333 & 0.32258 & 0.31250 & 0.30303 & 0.29412 \\ \hline \end{array}
Solution:अग्रान्तर सारणी (Forward Difference Table)

\begin{array}{|c|c|c|c|c|c|c|} \hline x & f(x) & \Delta f(x) & \Delta^2 f(x) & \Delta^3 f(x) & \Delta^4 f(x) & \Delta^5 f(x) \\ \hline 0 & 7 & & & & & \\ \hline & & 4 & & & & \\ \hline 5 & 11 & & -1 & & & \\ \hline & & 3 & & 2 & & \\ \hline 10 & 14 & & 1 & & -1 & \\ \hline & & 4 & & 1 & & 0 \\ \hline 15 & 18 & & 2 & & -1 & \\ \hline & & 6 & & 0 & & \\ \hline 20 & 24 & & 2 & & & \\ \hline & & 8 & & & & \\ \hline 25 & 32 & & & & & \\ \hline \end{array}
Illustration:2.निम्न का मान ज्ञात कीजिए।
(Evaluate the following):
Illustration:2(iv). Δabcx,h=1\Delta a b^{c x}, h=1
Solution: Δabcx,h=1Δabcx=abc(x+h)abcx=abcx+chabcx=abcxbchabcx=abcx(bch1)Δabcx=abcx(bc1),h=1\Delta a b^{c x}, h=1 \\ \Delta a b^{c x} =a b^{c(x+h)}-a b^{c x} \\ =a b^{c x+c h}-a b^{c x} \\ =a b^{c x} \cdot b^{c h}-a b^{c x} \\ =a b^{c x}\left(b^{c h}-1\right) \\ \Rightarrow \Delta a b^{c x} =a b^{c x}\left(b^c-1\right), h=1
Illustration:2(viii). Δ(logx)\Delta(\log x)
Solution: Δ(logx)Δ(logx)=log(x+h)logx=log(x+hx)Δ(lgx)=log(1+hx)\Delta(\log x) \\ \Delta(\log x) =\log (x+h)-\log x \\=\log \left(\frac{x+h}{x}\right) \\ \Rightarrow \Delta(\lg x) =\log \left(1+\frac{h}{x}\right)
Illustration:2(ix).(x2+2x) \nabla\left(x^2+2 x\right)
Solution: (x2+2x)yx=yxyxh(x2+2x)=x2+2x[(xh)2+2(xh)]=x2+2x(x22hx+h2+2x2h)=x2+2xx2+2hxh22x+2h(x2+2x)=2hx+2hh2\nabla \left(x^2+2 x\right) \\ \nabla y_x=y_x-y_{x-h} \\ \nabla\left(x^2+2 x\right)=x^2+2 x-\left[(x-h)^2+2(x-h)\right] \\ =x^2+2 x-\left(x^2-2 h x+h^2+2 x-2 h\right) \\ =x^2+2 x-x^2+2 h x-h^2-2 x+2 h \\ \Rightarrow \nabla \left(x^2+2 x\right)=2 h x+2 h-h^2
Illustration:4.मान ज्ञात कीजिए (Evaluate):
Illustration:4(i). Δ2(3ex)\Delta^2\left(3 e^x\right)
Solution: Δ2(3ex)Δ2(3ex)=(E1)2(3ex)=(E22E+1)(3ex)=E2(3ex)2E(3ex)+3ex=3ex+2h6ex+h+3ex=3ex(e2h2eh+1)Δ2(3ex)=3ex(eh1)2\Delta^2\left(3 e^x\right) \\ \Delta^2\left(3 e^x\right) =(E-1)^2\left(3 e^x\right) \\ =\left(E^2-2 E+1\right)\left(3 e^x\right) \\ =E^2\left(3 e^x\right)-2 E\left(3 e^x\right)+3 e^x \\ =3 e^{x+2 h}-6 e^{x+h}+3 e^x \\=3 e^x\left(e^{2 h}-2 e^h+1\right) \\ \Rightarrow \Delta^2\left(3 e^x\right) =3 e^x\left(e^h-1\right)^2
Illustration:4(ii). Δ2(cos2x)\Delta^2(\cos 2 x)
Solution: Δ2(cos2x)Δ2(cos2x)=(E1)2(cos2x)=(E22E+1)(cos2x)=E2(cos2x)2E(cos2x)+cos2x=cos2(x+2h)2cos2(x+h)+cos2x=cos(2x+4h)2cos(2x+2h)+cos2x=[cos(2x+4h)+cos2x]2cos(2x+2h)=2cos(2x+4h+2x2)cos(2x+4h2x2)2cos(2x+2h)=2cos(2x+2h)cos2h2cos(2x+2h)=2cos(2x+2h)(cos2h1)=2cos(2x+2h)(12sin2h1)=4sin2hcos(2x+2h)Δ2(cos2x)=4sin2hcos(2x+2h)\Delta^2(\cos 2 x) \\ \Delta^2(\cos 2 x)=(E-1)^2(\cos 2 x) \\ =\left(E^2-2 E+1\right)(\cos 2 x) \\ =E^2(\cos 2 x)-2 E(\cos 2 x)+\cos 2 x \\ =\cos 2(x+2 h)-2 \cos 2(x+h)+\cos 2 x \\ =\cos (2 x+4 h)-2 \cos (2 x+2 h)+\cos 2 x \\ =[\cos (2 x+4 h)+\cos 2 x]-2 \cos (2 x+2 h) \\ =2 \cos \left(\frac{2 x+4 h+2 x}{2}\right) \cos \left(\frac{2 x+4 h-2 x}{2}\right) -2 \cos (2 x+2 h) \\ =2 \cos (2 x+2 h) \cos 2 h-2 \cos (2 x+2 h) \\=2 \cos (2 x+2 h)(\cos 2 h-1) \\ =2 \cos (2 x+2 h)\left(1-2 \sin ^2 h-1\right) \\ =-4 \sin ^2 h \cos (2 x+2 h) \\ \Rightarrow \Delta^2(\cos 2 x)=-4 \sin ^2 h \cos (2 x+2 h)
Illustration:4(iv). Δ4(aex)\Delta^4\left(a e^x\right)
Solution: Δ4(aex)Δ4(aex)=(E1)4(aex)=(E44E3+6E24E+1)(aex)=a(E4ex4E3ex+6E2ex4Eex+ex)=a(ex+4h4ex+3h+6ex+2h4ex+h+ex)=aex(e4h4e3h+6ehh4eh+1)=a(eh1)4ex=a(e1)4ex,h=1Δ4(aex)=a(e1)4ex\Delta^4\left(a e^x\right) \\ \Delta^4\left(a e^x\right)=(E-1)^4\left(a e^x\right) \\ =\left(E^4-4 E^3+6 E^2-4 E+1\right)\left(a e^x\right) \\ =a\left(E^4 e^x-4 E^3 e^x+6 E^2 e^x-4 E e^x+e^x\right) \\ =a\left(e^{x+4 h}-4 e^{x+3 h}+6 e^{x+2 h}-4 e^{x+h}+e^x\right) \\ =a e^x\left(e^{4 h}-4 e^{3 h}+6 e^{h h}-4 e^h+1\right) \\ =a\left(e^h-1\right)^4 e^x \\ =a(e-1)^4 e^x, h=1 \\ \Rightarrow \Delta^4\left(a e^x\right)=a(e-1)^4 e^x
Illustration:4(vii). (Δ2E)x2\left(\frac{\Delta^2}{E}\right) x^2
Solution: (Δ2E)x2Δ2E1(x2)[Enyx=yx+nh]=Δ2(xh)2=Δ[Δ(xh)2]=Δ[((x+h)h)2(xh)2]=Δ(x2(xh)2)=Δ(x2x2+2hxh2)=Δ(2hxh2)=2(x+h)hh2(2hxh2)[Δyx=yx+hyx]=2xh+2h2h22hx+h2(Δ2E)x2=2h2\left(\frac{\Delta^2}{E}\right) x^2 \\ \Delta^2 E^{-1}\left(x^2\right) \quad\left[\because E^n y_x=y_{x+n h}\right] \\ =\Delta^2(x-h)^2 \\ =\Delta\left[\Delta(x-h)^2\right] \\=\Delta\left[((x+h)-h)^2-(x-h)^2\right] \\ =\Delta\left(x^2-(x-h)^2\right) \\ =\Delta\left(x^2-x^2+2 h x-h^2\right) \\ =\Delta\left(2 h x-h^2\right) \\ =2(x+h) h-h^2-\left(2 h x-h^2\right) \\ \left[\therefore \Delta y_x=y_{x+h}-y _x\right] \\ =2 x h+2 h^2-h^2-2 h x+h^2 \\ \Rightarrow \left(\frac{\Delta^2}{E}\right) x^2=2 h^2
Illustration:4(viii). En(ex)E^n\left(e^x\right)
Solution: En(ex)En(ex)=ex+nhE^n\left(e^x\right) \\ E^n\left(e^x\right)=e^{x+n h}
Illustration:5.निम्न के मान ज्ञात कीजिए (Evaluate the following):
Illustration:5(iii). Δn(abcx)\Delta^n\left(a b^{cx}\right)
Solution: Δn(abcx)Δ(abcx)=abc(x+1)abcx=abcx(bc1)Δ2(abcx)=Δ[abcx(bc1)]=abcx(bc1)2Δn(abcx)=(bc1)nabcx\Delta^n\left(a b^{c x}\right) \\ \Delta\left(a b^{c x}\right) =a b^{c(x+1)}-a b^{c x} \\ =a b^{c x}\left(b^c-1\right) \\ \Delta^2\left(a b^{c x}\right) =\Delta\left[a b^{c x}\left(b^c-1\right)\right] \\ =a b^{c x}\left(b^c-1\right)^2 \\ \ldots \ldots \ldots \ldots \ldots \ldots \\ \ldots \ldots \ldots \ldots \ldots \ldots \\ \Rightarrow \Delta^n\left(a b^{c x}\right)=\left(b^{c}-1\right)^n a b^{c x}
Illustration:5(iv). Δn[x(n)],h=1\Delta^n\left[x^{(n)}\right], h=1
Solution: Δn[x(n)],h=1Δx(n)=(x+h)(n)x(n)=[(x+h)(x+hh)(x+h2h)(x+hn1h)][x(xh)(xn1h)]=(x+h)x(xh)(xn2h)(x)(xh)(xn2h)(xn1h)=x(xh)(xn2h)[(x+h)(xn1h)]=x(n1)(x+hx+nhh)Δx(n)=nh(xn1)(1)\Delta^n\left[x^{(n)}\right], h=1 \\ \Delta x^{(n)}=\left(x+h\right)^{(n)}-x^{(n)} \\ =[(x+h) \cdot(x+h-h)(x+h-2 h) \ldots \ldots \left.\left(x+h-\overline{n-1} \cdot h\right)\right]-\left[x(x-h) \cdots\left(x-\overline{n-1} h\right)\right] \\ =(x+h) x(x-h) \cdots(x-\overline{n-2} h)-(x) (x-h) \cdots(x-\overline{n-2} h)(x-\overline{n-1} h) \\ =x(x-h) \cdots(x-\overline{n-2} h)[(x+h)-(x-\overline{n-1} h)] \\ =x^{(n-1)} \cdot(x+h-x+n h-h) \\ \Delta x^{(n)}=n h\left(x^{n-1}\right) \cdots(1)
पुनः Δ2x(n)=ΔΔx(n)=Δ[nhx(n1)]\Delta^2 x^{(n)}=\Delta \cdot \Delta x^{(n)} \\ =\Delta\left[n h x^{(n-1)}\right] [(1) से]

=nhΔx(n1)=nh(n1)hx(n2)Δ2x(n)=n(n1)h2x(n2)n h \Delta x^{(n-1)} \\ =n h(n-1) h x^{(n-2)} \\ \therefore \Delta^2 x^{(n)}=n(n-1) h^2 x^{(n-2)}
उपर्युक्त विधि को बार-बार काम में लेने पर:
Δn1x(n)=n(n1)2hn1xΔnx(n)=n(n1)2hn1Δx=n(n1)2hn1(x+hx)=n(n1)2+hnΔnx(n)=n!hn put h=1Δnx(n)=n!\Delta^{n-1} x^{(n)}=n(n-1) \ldots 2 \cdot h^{n-1} x \\ \Delta^n x^{(n)}=n(n-1) \ldots 2 h^{n-1} \Delta x \\ =n(n-1)\ldots 2 h^{n-1}(x+h-x) \\ =n(n-1) \ldots 2+h^n \\ \Rightarrow \Delta^n x^{(n)}=n!h^n \\ \text { put } h=1 \\ \Rightarrow \Delta^n x^{(n)}=n!
Illustration:6.निम्न के मान ज्ञात कीजिए (Evaluate the following):
Illustration:6(ii). Δ10(1ax)(1bx2)(1cx3)(1dx4) \Delta^{10}(1-a x) \cdot\left(1-b x^2\right)\left(1-c x^3\right)\left(1-d x^4\right)
Solution: Δ10(1ax)(1bx2)(1cx3)(1dx4) \Delta^{10}(1-a x) \cdot\left(1-b x^2\right)\left(1-c x^3\right)\left(1-d x^4\right)
माना ux=(1ax)(1bx2)(1cx3)(1dx4)u_x=(1-a x)\left(1-b x^2\right)\left(1-c x^3\right)\left(1-d x^4\right)
यहाँ uxu_x, 10 घात का बहुपद है तथा x10x^{10} का गुणांक (-a)(-b)(-c)(-d) अर्थात् abcd है।
अतः Δ10ux=abcd(10!)\Delta^{10} u_x=a bcd(10!)
[सूत्र ux=axn+bxn1+cxn2++lx2+kx+mΔnux=a(n!)hn u_x=a x^n+b x^{n-1}+c x^{n-2}+\ldots+l x^2+k x+m \\ \Delta^n u_x=a(n!) h^n से]
Illustration:6(iii). Δn(a0+a1x)(a1+a2x)(a2+a3x)(an1+anx);(h=1)\Delta^n\left(a_0+a_1 x\right)\left(a_1+a_2 x\right)\left(a_2+a_3 x\right)\ldots \left(a_{n-1}+a_n x\right) ;(h=1)
Solution: Δn(a0+a1x)(a1+a2x)(a2+a3x)(an1+anx);(h=1)\Delta^n\left(a_0+a_1 x\right)\left(a_1+a_2 x\right)\left(a_2+a_3 x\right)\ldots \left(a_{n-1}+a_n x\right) ;(h=1)

माना ux=(a0+a1x)(a1+a2x)(a2+a3x)(an1+anx)u_x=\left(a_0+a_1 x\right)\left(a_1+a_2 x\right)\left(a_2+a_3 x\right) \ldots \ldots \left(a_{n-1}+a_n x\right)
यहाँ uxu_x, n घात का बहुपद है तथा xnx^n  का गुणांक (a1a2an)\left(a_1 a_2 \ldots a_n\right)  है।
अतः Δnux=(a1a2an)(n!)\Delta^n u_x=\left(a_1 a_2 \ldots a_n\right)(n!)
[सूत्र ux=axn+bxn1+cxn2++lx2+kx+mΔnux=a(n!)hnu_x=a x^n+b x^{n-1}+c x^{n-2}+\ldots+l x^2 +k x+m \\ \Delta^n u_x=a(n!) h^n से]
Illustration:7.सिद्ध कीजिए कि (Prove that):
Illustration:7(i). (Δ2E)x3=6x,(if)h=1\left(\frac{\Delta^2}{E}\right) x^3=6 x , (if ) h=1
Solution: (x2E)x3=6x L.H.S.(Δ2E)x3=[(E1)2E]x3=(E22E+1E)x3=(E2+1E)x3=(E2+E1)x3=Ex32x3+E1x3=(x+h)32x3+(xh)3=x3+3x2h+3xh2+h32x2+x33x2h+3xh2h3=2x3+6xh22x3=6xh2put h=1=6x= R.H.S \left(\frac{x^2}{E}\right) x^3=6 x \\ \text { L.H.S.}\left(\frac{\Delta^2}{E}\right) x^3 \\ =\left[\frac{(E-1)^2}{E}\right] x^3 \\ =\left(\frac{E^2-2 E+1}{E}\right) x^3 \\ =\left(E-2+\frac{1}{E}\right) x^3 \\ =\left(E-2+E^{-1}\right) x^3 \\ =E x^3-2 x^3+E^{-1} x^3 \\ =(x+h)^3-2 x^3+(x-h)^3 \\ =x^3+3 x^2 h+3 x h^2+h^3-2 x^2+x^3 -3 x^2 h+3 x h^2-h^3 \\ =2 x^3+6 x h^2-2 x^3 \\ =6 x h^2 \\ \text{put } h=1 \\ =6 x=\text { R.H.S }
Illustration:7(ii). Δ2Esin(x+h)+Δ2sin(x+h)Esin(x+h)=2(cosh1)[sin(x+h)+1]\frac{\Delta^2}{E} \sin (x+h)+\frac{\Delta^2 \sin (x+h)}{E \sin (x+h)}=2(\cos h-1) [\sin (x+h)+1]
Solution: Δ2Esin(x+h)+Δ2sin(x+h)Esin(x+h)=2(cosh1)[sin(x+h)+1]L.H.S.Δ2Esin(x+h)+Δ2sin(x+h)Esin(x+h)=(E1)2Esin(x+h)+(E1)2sin(x+h)Esin(x+h)=(E22E+1E)sin(x+h)+(E22E+1)sin(x+h)Esin(x+h)=(E2+E1)sin(x+h)+E2sin(x+h)2Esin(x+h)+sin(x+h)sin(x+2h)=Esin(x+h)2sin(x+h)+E1sin(x+h)+sin(x+3h)2sin(x+2h)+sin(x+h)sin(x+2h)=sin(x+2h)+sinx2sin(x+h)+2sin(x+2h)cosh2sin(x+2h)sin(x+2h)=2sin(x+h)cosh2sin(x+h)+2cosh2=2cosh(sin(x+h)+1)2(sin(x+h)+1)=2(cosh1)(sin(x+h)+1)= R.H.S. \frac{\Delta^2}{E} \sin (x+h)+\frac{\Delta^2 \sin (x+h)}{E \sin (x+h)}=2(\cos h-1) [\sin (x+h)+1] \\ \text{L.H.S.} \frac{\Delta^2}{E} \sin (x+h)+\frac{\Delta^2 \sin (x+h)}{E \sin (x+h)} \\ =\frac{(E-1)^2}{E} \sin (x+h)+\frac{(E-1)^2 \sin (x+h)}{E \sin (x+h)} \\ =\left(\frac{E^2-2 E+1}{E}\right) \sin (x+h)+\frac{\left(E^2-2 E+1\right) \sin (x+h)}{E \sin (x+h)} \\ =\left(E-2+E^{-1}\right) \sin (x+h)+ \frac{E^2 \sin (x+h)-2 E \sin (x+h)+\sin (x+h)}{\sin (x+2 h)} \\ =E \sin (x+h)-2 \sin (x+h)+E^{-1} \sin (x+h) +\frac{\sin (x+3 h)-2 \sin (x+2 h)+\sin (x+h)}{\sin (x+2 h)} \\ =\sin (x+2 h)+\sin x-2 \sin (x+h)+\frac{2 \sin (x+2 h) \cos h-2 \sin (x+2 h)}{\sin (x+2 h)} \\ =2 \sin (x+h) \cosh -2 \sin (x+h)+2 \cosh -2 \\ =2 \cosh (\sin (x+h)+1) -2(\sin (x+h)+1) \\ =2(\cos h -1)(\sin (x+h)+1)=\text { R.H.S. }
Illustration:8.मान ज्ञात कीजिए (Evaluate):
Illustration:8(i). (Δ+1)(2Δ1)(x2+2x+1)(\Delta+1)(2 \Delta-1)\left(x^2+2 x+1\right)
Solution: (Δ+1)(2Δ1)(x2+2x+1)=(Δ+1)[2Δ(x2+2x+1)(x2+2x+1)]=(Δ+1)[2(x+h)2+4(x+h)+22(x2+2x+1)(x2+2x+1)]=(Δ+1)[2x2+4hx+2h2+4x+4h+23x26x3)=(Δ+1)(x22x1+4hx+2h2+4h)=Δ(x22x1+4hx+2h2+4h)+(x22x1+4hx+2h2+4h)=(x+h)22(x+h)1+4h(x+h)+2h2+4h(x22x1+4hx+2h2+4h)+(x22x1+4hx+2h2+4h)=x22hxh22x2h1+4hx+4h2+2h2+4h=x22x+2hx+5h2+2h1(\Delta+1)(2 \Delta-1)\left(x^2+2 x+1\right) \\ =(\Delta+1)\left[2 \Delta\left(x^2+2 x+1\right)-\left(x^2+2 x+1\right)\right] \\ =(\Delta+1) \left[2(x+h)^2+4(x+h)+2-2\left(x^2+2 x+1\right)-\left(x^2+2 x+1\right)\right] \\ =(\Delta+1)\left[2 x^2+4 h x+2 h^2+4 x+4 h+2-3 x^2\right.-6 x-3) \\ =(\Delta+1)\left(-x^2-2 x-1+4 h x+2 h^2+4 h\right) \\ = \Delta\left(-x^2-2 x-1+4 h x+2 h^2+4 h\right)+ \left(-x^2-2 x-1+4 h x+2 h^2+4 h\right) \\ =-(x+h)^2-2(x+h)-1+4 h(x+h)+2 h^2 +4 h-\left(-x^2-2 x-1+4 h x+2 h^2+4 h\right) +\left(-x^2-2 x-1+4 h x+2 h^2+4 h\right) \\= -x^2-2 h x-h^2-2 x-2 h-1+4 h x +4 h^2+2 h^2+4 h \\=-x^2-2 x+2 h x+5 h^2+2 h-1
Illustration:8(ii). (E1)(E2)(2xh+x) (E-1)(E-2)\left(2^{\frac{x}{h}}+x\right)
Solution: (E1)(E2)(2xh+x)=(E1)(E2xh+Ex22xh2x)=(E1)(22xh+1+x+h2xh+12x)=(E1)(hx)=EhExh+x=h(x+h)h+x=hxhh+x=h(E1)(E2)(2xh+x)=h(E-1)(E-2)\left(2^{\frac{x}{h}}+x\right) \\ =(E-1)\left(E 2^{\frac{x}{h}}+E x-2 \cdot 2^{\frac{x}{h}}-2 x\right) \\ =(E-1)\left(2^{2^{\frac{x}{h}+1}}+x+h-2^{\frac{x}{h}+1}-2 x\right) \\ =(E-1)(h-x) \\ =E h-E x-h+x \\ =h-(x+h)-h+x \\ =h-x-h-h+x \\ =-h \\ \Rightarrow (E-1)(E-2)\left(2^{\frac{x}{h}}+x\right)=-h

Illustration:9.अन्तर सारणी बनाकर अनुक्रम 8,12,19,29,42,….. का छठा पद ज्ञात कीजिए।
(By constructing term of sequence 8,12,19,29,42,…..)
Solution:अन्तर सारणी (Difference Table)

\begin{array}{|c|c|c|c|c|c|} \hline y & \Delta y & \Delta^2 y & \Delta^3 y & \Delta^4 y & \Delta^5 y \\ \hline 8 & & & & & \\ \hline & 4 & & & & \\ \hline 12 & & 3 & & & \\ \hline & 7 & & 0 & & \\ \hline 19 & & 3 & & 0 & \\ \hline & 10 & & 0 & & y_6-58 \\ \hline 29 & & 3 & & y_6-58 & \\ \hline & 13 & & y_6-58 & & \\ \hline 42 & & y_6-55 & & & \\ \hline & y_6-42 & & & & \\ \hline y_6 & & & & & \\ \hline \end{array}
y के पाँच मान दिए गए हैं अतः पंचम अन्तर शून्य होना चाहिए

y658=0y6=58y_6-58=0 \\ \Rightarrow y_6=58
Illustration:10.दिया हुआ है कि f(0)=-3,f(1)=6,f(2)=8,f(3)=12 तथा तीसरा अन्तर अचर हो,तो f(6) ज्ञात कीजिए।
(Find f(6),given that f(0)=-3,f(1)=6,f(2)=8,f(3)=12 the third difference being constant.)
Solution:चार मूल्य दिए गए हैं तथा तीसरा अन्तर अचर है अतः चौथा अन्तर शून्य है अर्थात् Δ4f(x)=0(E1)4f(x)=0(E44E3+6E24E+1)f(x)=0E4f(x)4E3f(x)+6E2f(x)4Ef(x)+f(x)=0f(x+4)4f(x+3)+6f(x+2)4f(x+1)+f(x)=0(1)\Delta^4 f(x)=0 \\ \Rightarrow(E-1)^4 f(x)=0 \\ \Rightarrow\left(E^4-4 E^3+6 E^2-4 E+1\right) f(x)=0 \\ \Rightarrow E^4 f(x)-4 E^3 f(x)+6 E^2 f(x)-4 E f(x) +f(x)=0 \\ \Rightarrow f(x+4)-4 f(x+3)+6 f(x+2)-4 f(x+1)+f(x)=0 \cdots(1)
x=0 रखने पर:
f(4)-4f(3)+6f(2)-4f(1)+f(0)=0
\Rightarrow f(4)-4×12+6×8-4×6-3=0
\Rightarrow f(4)-48+48-24-3=0
\Rightarrow f(4)-27=0
\Rightarrow f(4)=27
(1) में x=1 रखने पर:
f(5)-4f(4)+6f(3)-4f(2)+f(1)=0
\Rightarrow f(5)-4×27+6×12-4×8+6=0
\Rightarrow f(5)-108+72-32+6=0
\Rightarrow f(5)-62=0
\Rightarrow f(5)=62
(1) में x=2 रखने पर:
f(6)-4f(5)+6f(4)-4f(3)+f(2)=0
\Rightarrow f(6)-4×62+6×27-4×12=0+8
\Rightarrow f(6)-248+162-48+8=0
\Rightarrow f(6)-126=0
\Rightarrow f(6)=126
Illustration:11. निम्न सारणी में अज्ञात राशि ज्ञात कीजिए।
(Find the missing term in the following tables):
Illustration:11(i). \begin{array}{|l|lllll|} \hline x & 0 & 1 & 2 & 3 & 4 \\ y & 1 & 3 & 9 & ? & 81 \\ \hline \end{array}
क्या यह 27 से भिन्न है? यदि है तो क्यों
(Is it different from 27? If yes,why?):
Solution:चूँकि y के चार मान दिए गए हैं अतः तीसरा अन्तर अचर तथा चौथा अन्तर शून्य होना चाहिए।

Δ4yx=0(E1)4yx=0(E44E3+6E24E+1)yx=0E4yx4E3yx+6E2yx4Eyx+yx=0yx+44yx+3+6yx+24yx+1+yx=0\therefore \Delta^4 y_x=0 \\ \Rightarrow(E-1)^4 y_x=0 \\ \Rightarrow\left(E^4-4 E^3+6 E^2-4 E+1\right) y_x=0 \\ \Rightarrow E^4 y_x-4 E^3 y_x+6 E^2 y_x-4 E y_x+y_x=0 \\ \Rightarrow y_{x+4}-4 y_{x+3}+6 y_{x+2}-4 y_{x+1}+y_x=0
x=0 रखने पर:

y44y3+6y24y1+y0=0814y3+6×94×3+1=0814y3+5412+1=04y3+124=0y3=1244y3=31\Rightarrow y_4-4 y_3+6 y_2-4 y_1+y_0=0 \\ \Rightarrow 81-4 y_3+6 \times 9-4 \times 3+1=0 \\ \Rightarrow 81-4 y_3+54-12+1=0 \\ \Rightarrow-4 y_3+124=0 \\ \Rightarrow y_3=\frac{124}{4} \\ \Rightarrow y_3=31
Illustration:11(ii). \begin{array}{|l|l|l|l|l|l|l|l|} \hline x & 2.0 & 2.1 & 2.2 & 2.3 & 2.4 & 2.5 & 2.6 \\ y & 0.135 & y_2 & 0.111 & 0.100 & y_5 & 0.082 & 0.074 \\ \hline \end{array}
Solution:चूँकि y के पाँच मान दिए गए हैं अतः चौथा अन्तर अचर तथा पाँचवा अन्तर शून्य होना चाहिए।

Δ5yx=0(E1)5yx=0(E55E4+10E310E2+5E1)yx=0yx+5×.15yx+4×.1+10yx+3×.110yx+2×.1+5yx+1×.1yx=0(1) put x=2y2.55y2.4+10y2.310y2.2+5y2.1y2=00.0825×y5+10×0.10010×0.111+5y20.135=00.0825y5+11.11+5y20.135=05y25y50.163=05y25y5=0.163(2)put x=2.1 in (1)y2.65y2.5+10y2.410y2.3+5y2.2y2.1=00.0745×0.082+10y510×0.100+5×0.111y2=00.0740.41+10y51+0.555y2=0y2+10y50.781=0y2+10y5=0.781(3)\therefore \Delta^5 y_x=0 \\ (E-1)^5 y_x=0 \\ \left(E^5-5 E^4+10 E^3-10 E^2+5 E-1\right) y x=0 \\ \Rightarrow y_{x+5 \times .1}-5 y_{x+4 \times .1}+10 y_{x+3 \times .1}-10 y_{x+2 \times .1} +5 y_{x+1 \times .1}-y_x=0 \cdots(1) \\ \text { put } x=2 \\ \Rightarrow y_{2.5}-5 y_{2.4}+10 y_{2.3}-10 y_{2.2}+5 y_{2.1}-y_2=0 \\ \Rightarrow 0.082-5 \times y_{5+10 \times 0.100}-10 \times 0.111+5 y_2-0.135=0 \\ \Rightarrow 0.082-5 y_5+1-1.11+5 y_2-0.135=0 \\ \Rightarrow 5 y_2-5 y_5-0.163=0 \\ \Rightarrow 5 y_2-5 y_5=0.163 \cdots(2) \\ \text{put } x=2.1 \text{ in (1)} \\ y_{2.6}-5 y_{2.5}+10 y_{2.4}-10 y_{2.3}+5 y_{2.2}-y_{2.1}=0 \\ \Rightarrow 0.074-5 \times 0.082+10 y_5-10 \times 0.100+5 \times 0.111-y_2=0 \\ \Rightarrow 0.074-0.41+10 y_5-1+0.555-y_2=0 \\ \Rightarrow-y_2+10 y_5-0.781=0 \\ \Rightarrow-y_2+10 y_5=0.781 \ldots(3)
समीकरण (3) को 5 से गुणा करने पर:

5y2+50y5=3.905(4)5y25y5=0.163(2) जोड़ने पर: 45y5=4.068y5=4.06845=0.0904y50.090y5\begin{array}{ll}-5 y_2+50 y_5=3.905 \cdots(4)\\ 5 y_2-5 y_5=0.163 \cdots(2) \\ \text{ जोड़ने पर: } \\ \hline \end{array} \\ 45 y_5=4.068 \\ \Rightarrow y_5=\frac{4.068}{45}=0.0904 \\ \Rightarrow y_5 \approx 0.090 \\ y_5 का मान समीकरण (3) में रखने पर:

y2+10×0.090=0.781y2=0.7810.9y2=0.119,y5=0.90-y_2+10 \times 0.090=0.781 \\ -y_2=0.781-0.9 \\ \Rightarrow y_2=0.119, y_5=0.90
उपर्युक्त उदाहरणों के द्वारा अन्तर संकारकों के सम्बन्ध (Relations of Difference Operators),परिमित अन्तर कलन (Calculus of Finite Differences) को समझ सकते हैं।

3.अन्तर संकारकों के सम्बन्ध पर आधारित समस्याएँ (Problems Based on Relations of Difference Operators):

(1.)निम्न सारणी में अज्ञात राशि ज्ञात कीजिए
(Obtain the estimate of the missing figures in the following table):

\begin{array}{|c|cccccccc|} \hline x & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\ f(x) & 1 & 8 & ? & 64 & ? & 216 & 343 & 512 \\ \hline \end{array}
(2.)सिद्ध करो कि (prove that): f(4)=f(3)+Δf(2)+Δ2f(1)+Δ3f(1)f(4)=f(3)+\Delta f(2)+\Delta^2 f(1)+\Delta^3 f(1)
उत्तर (Answer):(1.)f(3)=27,f(5)=125
उपर्युक्त सवालों को हल करने पर अन्तर संकारकों के सम्बन्ध (Relations of Difference Operators),परिमित अन्तर कलन (Calculus of Finite Differences) को ठीक से समझ सकते हैं।

Also Read This Article:- Numerical Integration by Simpson Rule

4.अन्तर संकारकों के सम्बन्ध (Frequently Asked Questions Related to Relations of Difference Operators),परिमित अन्तर कलन (Calculus of Finite Differences) से सम्बन्धित अक्सर पूछे जाने वाले प्रश्न:

प्रश्न:1.अग्रान्तर संकारक को परिभाषित करो। (Define Forward Difference Operator):

उत्तर:f(a+h) से f(a) का अन्तर अर्थात् f(a+h)-f(a) फलन f(x) का बिन्दु x=a प्रथम अग्रान्तर (first forward difference) कहलाता है तथा इसे Δf(a)\Delta f(a) द्वारा व्यक्त किया जाता है अर्थात्
Δf(a)=f(a+h)f(a)\Delta f(a)=f(a+h)-f(a)
यहाँ संकारक (operator) Δ\Delta,अग्रान्तर संकारक (forward difference operator) कहलाता है।

प्रश्न:2.पश्चान्तर संकारक को परिभाषित करो। (Define Backward Difference Operator):

उत्तर:f(a) से f(a-h) का अन्तर अर्थात् f(a)-f(a-h) फलन f(x) का बिन्दु x=a पर प्रथम पश्चान्तर (first backward difference) कहलाता है तथा इसे f(a)\nabla f(a) द्वारा व्यक्त किया जाता है अर्थात्
f(a)=f(a)f(ah)\nabla f(a)=f(a)-f(a-h)
जहाँ संकारक \nabla ,पश्चान्तर संकारक (backward difference operator) कहलाता है।

प्रश्न:3.संकारकों में क्या सम्बन्ध होता है? (What is the Relation Between Operators?):

उत्तर:संकारकों में सम्बन्ध
(1.)E1+Δ(2.)E=ehD1+Δ(3.)1=ehD(4.)D=1h[+122+133+](1.)E \equiv 1+\Delta \\ (2.) E=e^{h D} \equiv 1+\Delta \\ (3.) 1-\nabla =e^{-h D} \\ (4.) D=\frac{1}{h}\left[\nabla+\frac{1}{2} \nabla^2+\frac{1}{3} \nabla^3+\cdots\right]
उपर्युक्त प्रश्नों के उत्तर द्वारा अन्तर संकारकों के सम्बन्ध (Relations of Difference Operators),परिमित अन्तर कलन (Calculus of Finite Differences) के बारे में ओर अधिक जानकारी प्राप्त कर सकते हैं।

No. Social Media Url
1. Facebook click here
2. you tube click here
3. Instagram click here
4. Linkedin click here
5. Facebook Page click here
6. Twitter click here

Relations of Difference Operators

अन्तर संकारकों के सम्बन्ध
(Relations of Difference Operators)

Relations of Difference Operators

अन्तर संकारकों के सम्बन्ध (Relations of Difference Operators) तथा परिमित
अन्तर कलन पर आधारित सवालों को हल करके समझने का प्रयास करेंगे।

Leave a Reply

Your email address will not be published. Required fields are marked *