Angle between two intersecting curves (tan θ = |(m1 - m2)/(1 + m1*m2)|)

jee-mainjee-advanced

tan θ = |(m1 - m2)/(1 + m1*m2)|

What each symbol means

SymbolWhat it stands for
θAcute angle between tangents
m_1Slope of first curve at intersection
m_2Slope of second

When to use this

Curves intersect at point; 1 + m1m2 ≠ 0 (not perpendicular case for tan formula — if perpendicular, θ = π/2). Use acute angle via absolute value.