Leibnitz Theorem (लाइबनिट्ज प्रमेय)

Starting Idea (शुरुआती समझ)

जब हमें दो functions के product का higher order derivative (बार-बार differentiation) निकालना होता है, तब बार-बार product rule लगाना बहुत लंबा और complex हो जाता है।

इसी problem को आसान बनाने के लिए Leibnitz Theorem का उपयोग किया जाता है।

यह theorem हमें सीधे formula की मदद से nth derivative of product of two functions निकालने में मदद करता है।


Basic Meaning (मूल अर्थ)

Leibnitz Theorem का उपयोग तब होता है जब:y=uvy = u \cdot v

और हमें इसका nthn^{th} derivative निकालना हो।


Statement of Leibnitz Theorem

यदिy=uvy = u \cdot v

तोdndxn(uv)=udnvdxn+ndudxdn1vdxn1+n(n1)2!d2udx2dn2vdxn2++dnudxnv\frac{d^n}{dx^n}(u \cdot v) = u \cdot \frac{d^n v}{dx^n} + n \cdot \frac{du}{dx} \cdot \frac{d^{n-1} v}{dx^{n-1}} + \frac{n(n-1)}{2!} \cdot \frac{d^2 u}{dx^2} \cdot \frac{d^{n-2} v}{dx^{n-2}} + \cdots + \frac{d^n u}{dx^n} \cdot v


Simplified Form

इसे short form में इस तरह भी लिखा जाता है:dndxn(uv)=r=0n(nr)dnrudxnrdrvdxr\frac{d^n}{dx^n}(u v) = \sum_{r=0}^{n} \binom{n}{r} \frac{d^{n-r}u}{dx^{n-r}} \cdot \frac{d^{r}v}{dx^{r}}


Understanding (समझिए)

इस formula में:

nn = कितनी बार differentiation करना है
• हर term में uu और vv के derivatives का combination होता है
• coefficients binomial expansion जैसे होते हैं


Example 1

Find second derivative of:y=xexy = x \cdot e^x


Step 1: Identify

u=x,v=exu = x, \quad v = e^x


Step 2: Apply Leibnitz for n = 2

d2dx2(uv)=uv+2uv+uv\frac{d^2}{dx^2}(uv) = u \cdot v” + 2u’ \cdot v’ + u” \cdot v


Step 3: Derivatives

u=x,u=1,u=0u = x,\quad u’ = 1,\quad u” = 0v=ex,v=ex,v=exv = e^x,\quad v’ = e^x,\quad v” = e^x


Step 4: Substitute

=x(ex)+2(1)(ex)+0(ex)= x(e^x) + 2(1)(e^x) + 0(e^x)

=xex+2ex= x e^x + 2 e^x


Final Answer

d2ydx2=ex(x+2)\frac{d^2 y}{dx^2} = e^x (x + 2)


Example 2

Find third derivative of:y=x2sinxy = x^2 \cdot \sin x


Step 1: Identify

u=x2,v=sinxu = x^2,\quad v = \sin x


Step 2: Leibnitz for n = 3

d3dx3(uv)=uv+3uv+3uv+uv\frac{d^3}{dx^3}(uv) = u v”’ + 3u’ v” + 3u” v’ + u”’ v


Step 3: Derivatives

u=x2,u=2x,u=2,u=0u = x^2,\quad u’ = 2x,\quad u” = 2,\quad u”’ = 0

v=sinx,v=cosx,v=sinx,v=cosxv = \sin x,\quad v’ = \cos x,\quad v” = -\sin x,\quad v”’ = -\cos x


Step 4: Substitute

=x2(cosx)+3(2x)(sinx)+3(2)(cosx)+0= x^2(-\cos x) + 3(2x)(-\sin x) + 3(2)(\cos x) + 0

=x2cosx6xsinx+6cosx= -x^2 \cos x – 6x \sin x + 6 \cos x


Understanding

Leibnitz theorem में pattern binomial expansion जैसा होता है:

(1+1)n(1 + 1)^n

के coefficients की तरह terms आते हैं।


Where It Is Used

Leibnitz Theorem का उपयोग mainly इन cases में होता है:

• Higher order derivatives
• Product of functions
• Trigonometric और exponential combinations
• Long numerical questions


Final Understanding

Leibnitz Theorem higher order differentiation को आसान बनाता है।
यह बार-बार product rule लगाने की जरूरत को खत्म कर देता है और direct formula देता है।

यह exam में long questions के लिए बहुत useful होता है।

Short Answer

Leibnitz Theorem का उपयोग दो functions के product के nth derivative निकालने के लिए किया जाता है। यदि y=uvy = uv, तो उसका nth derivative binomial coefficient के साथ terms के sum के रूप में निकाला जाता है।

Leave a Comment

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

Scroll to Top