Angle Between Two Curves (दो वक्रों के बीच का कोण)

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

जब दो curves किसी point पर एक-दूसरे को काटते हैं, तो उनके बीच एक angle बनता है।
इस angle को ही Angle Between Two Curves कहा जाता है।

इस concept को समझने के लिए हमें यह जानना जरूरी है कि किसी curve की direction उस point पर उसके tangent की slope से पता चलती है।

इसलिए, दो curves के बीच का angle actually उनके tangents के बीच का angle होता है।

Basic Meaning (मूल अर्थ)

दो curves के बीच का angle = उनके tangents के बीच का angle (at point of intersection)

Formula

यदि दो curves की slopes उस point पर m1m_1​ और m2m_2​ हैं, तो उनके बीच angle θ\theta:

tanθ=m1m21+m1m2\tan \theta = \left| \frac{m_1 – m_2}{1 + m_1 m_2} \right|

Important Idea

m1m_1= first curve का derivative
m2m_2​ = second curve का derivative

दोनों slopes उसी point पर calculate की जाती हैं जहाँ curves intersect करते हैं।

Steps to Solve

  1. दोनों curves को differentiate करें
  2. intersection point निकालें
  3. उस point पर slopes m1,m2m_1, m_2 निकालें
  4. formula में value put करें

Example 1

Find angle between curves:y=x2andy=xy = x^2 \quad \text{and} \quad y = x

at point of intersection

Step 1: Intersection Point

x2=xx^2 = x

x(x1)=0x(x – 1) = 0

x=0 or x=1x = 0 \text{ or } x = 1

मान लेते हैं point (0,0)

Step 2: Derivatives

Curve 1:dydx=2x\frac{dy}{dx} = 2x

Curve 2:dydx=1\frac{dy}{dx} = 1

Step 3: Slopes at (0,0)

m1=0,m2=1m_1 = 0,\quad m_2 = 1

Step 4: Formula apply करें

tanθ=011+(0)(1)\tan \theta = \left| \frac{0 – 1}{1 + (0)(1)} \right|

=1= 1

Final Answer

θ=45\theta = 45^\circ

Example 2

Find angle between:y=x2andy=x2y = x^2 \quad \text{and} \quad y = -x^2

at x = 1

Step 1: Derivatives

Curve 1:dydx=2x\frac{dy}{dx} = 2x

Curve 2:dydx=2x\frac{dy}{dx} = -2x

Step 2: Slopes at x = 1

m1=2,m2=2m_1 = 2,\quad m_2 = -2

Step 3: Formula

tanθ=2(2)1+(2)(2)\tan \theta = \left| \frac{2 – (-2)}{1 + (2)(-2)} \right|

=414=43= \left| \frac{4}{1 – 4} \right| = \frac{4}{3}

Final Answer

θ=tan1(43)\theta = \tan^{-1}\left(\frac{4}{3}\right)

Special Case

अगरm1m2=1m_1 \cdot m_2 = -1

तो curves एक-दूसरे के perpendicular होते हैंθ=90\theta = 90^\circ

Understanding

Angle निकालने के लिए directly curves नहीं, बल्कि उनके tangents का उपयोग किया जाता है।
इसलिए पहले derivative निकालना सबसे important step होता है।

Final Understanding

दो curves के बीच का angle निकालने के लिए उनके slopes का उपयोग किया जाता है।
यह topic पूरी तरह derivative पर based है और exam में direct numerical questions आते हैं।

Short Answer

दो curves के बीच का angle उनके tangents के बीच का angle होता है, जिसे tanθ=m1m21+m1m2\tan \theta = \left| \frac{m_1 – m_2}{1 + m_1 m_2} \right|​​ से निकाला जाता है।

Leave a Comment

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

Scroll to Top