Introduction
अब तक आपने individual errors (absolute, relative, percentage) को समझ लिया है।
लेकिन practical numerical problems में हम अक्सर ऐसे functions से deal करते हैं जहाँ एक quantity कई variables पर depend करती है।
ऐसी स्थिति में हमें यह जानना होता है कि variables में छोटे errors का final result पर क्या प्रभाव पड़ेगा।
इसी concept को General Error Formula द्वारा व्यक्त किया जाता है।
Concept
मान लें कि कोई function है:
जहाँ में एक छोटा error है।
इस error की वजह से में भी एक error उत्पन्न होगा, जिसे कहते हैं।
General Error Formula के अनुसार:
Explanation
यह formula derivative पर आधारित है।
यह हमें बताता है कि input variable में छोटे परिवर्तन (error) का output पर क्या प्रभाव पड़ेगा।
- → rate of change (sensitivity)
- → input error
- → output error
इसका मतलब है कि output error, derivative और input error के product के बराबर होता है।
Extension for Multiple Variables
यदि function एक से अधिक variables पर depend करता है, जैसे:
तो general error formula होगा:
Explanation
यहाँ partial derivatives का उपयोग किया जाता है।
हर variable का error अलग-अलग calculate करके total error में जोड़ दिया जाता है।
इससे हमें यह समझने में मदद मिलती है कि कौन-सा variable result को ज्यादा affect कर रहा है।
Example (Single Variable)
मान लें:
और तथा error
अब,
अब general error formula से:
Explanation:
Input में 0.1 का error होने से output में लगभग 1 का error आ रहा है।
यह derivative की वजह से amplify हो गया।
Example (Multiple Variables)
मान लें:
जहाँ
अब,
तो,
Explanation:
दोनों variables के errors directly add हो जाते हैं।
Important Observations
- General Error Formula approximation देता है (exact नहीं)
- यह छोटे errors (small increments) के लिए valid होता है
- यह derivative पर आधारित है, इसलिए calculus का use होता है
- यह engineering और numerical analysis में बहुत important है
Final Understanding
General Error Formula हमें यह समझने में मदद करता है कि input variables में error का output पर कितना प्रभाव पड़ेगा।
यह formula derivatives का उपयोग करके error propagation को express करता है।
Single variable में ordinary derivative और multiple variables में partial derivatives का उपयोग किया जाता है।