Partial Differentiation (आंशिक अवकलन)

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

अब तक हमने ऐसे functions पढ़े जिनमें केवल एक variable होता था, जैसे y=f(x)y = f(x) लेकिन कई बार functions एक से अधिक variables पर depend करते हैं, जैसे:z=f(x,y)z = f(x, y)

ऐसे cases में हम एक variable को change करते हैं और दूसरे को constant मानते हैं। इसी process को Partial Differentiation कहते हैं।

Basic Meaning (मूल अर्थ)

Partial Differentiation का मतलब है:

किसी function को एक variable के respect में differentiate करना, जबकि बाकी variables को constant मानना।

Definition (परिभाषा)

यदि z=f(x,y)z = f(x, y), तोzx\frac{\partial z}{\partial x}

का अर्थ है:
xx के respect में derivative, जहाँ yy को constant माना जाता है

औरzy\frac{\partial z}{\partial y}

का अर्थ है:
yy के respect में derivative, जहाँ xx को constant माना जाता है

Notation (प्रदर्शन)

Partial derivatives को इस प्रकार लिखा जाता है:zx,zy\frac{\partial z}{\partial x}, \quad \frac{\partial z}{\partial y}

याzx,zyz_x, \quad z_y

Important Idea

जब हम xx के respect में differentiate करते हैं:

yy को constant मानते हैं

जब हम yy के respect में differentiate करते हैं:

xx को constant मानते हैं

Example 1

मान लें:z=x2+y2z = x^2 + y^2

Partial derivative w.r.t. xx

zx=2x\frac{\partial z}{\partial x} = 2x

(क्योंकि y2y^2 constant है)

Partial derivative w.r.t. yy

zy=2y\frac{\partial z}{\partial y} = 2y

Example 2

z=x2y+3y2z = x^2 y + 3y^2

w.r.t. xx

zx=2xy\frac{\partial z}{\partial x} = 2x y

(यहाँ yyy constant माना गया)

w.r.t. yy

zy=x2+6y\frac{\partial z}{\partial y} = x^2 + 6y

Example 3

z=exsinyz = e^x \sin y

W.R.T. xx

zx=exsiny\frac{\partial z}{\partial x} = e^x \sin y

w.r.t. yy

zy=excosy\frac{\partial z}{\partial y} = e^x \cos y

Higher Order Partial Derivatives

Partial derivatives को बार-बार भी लिया जा सकता है।

Second Order Derivatives

2zx2,2zy2\frac{\partial^2 z}{\partial x^2}, \quad \frac{\partial^2 z}{\partial y^2}

Mixed Derivatives

2zxy\frac{\partial^2 z}{\partial x \partial y}

Example

z=x2yz = x^2 y

First derivative

zx=2xy\frac{\partial z}{\partial x} = 2x y

Mixed derivative

2zyx=2x\frac{\partial^2 z}{\partial y \partial x} = 2x

Important Result

अगर function smooth है, तो:2zxy=2zyx\frac{\partial^2 z}{\partial x \partial y} = \frac{\partial^2 z}{\partial y \partial x}

Real Understanding

Partial differentiation हमें यह समझने में मदद करता है कि:

• function एक variable के साथ कैसे change हो रहा है
• बाकी variables constant होने पर behavior क्या है

Where It Is Used

Partial differentiation का उपयोग इन topics में होता है:

• Multivariable functions
• Optimization problems
• Engineering और physics models
• Surface analysis

Final Understanding

Partial Differentiation multi-variable functions के लिए differentiation का extension है।
यह हमें अलग-अलग variables के effect को individually समझने में मदद करता है।

Short Answer

Partial Differentiation वह प्रक्रिया है जिसमें किसी multi-variable function को एक variable के respect में differentiate किया जाता है, जबकि अन्य variables को constant माना जाता है।

Leave a Comment

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

Scroll to Top