Connection 1: Derivatives + Limits Application of derivatives relies heavily on limits knowledge. L'Hopital's Rule (from CALC-01) is itself an application of derivatives to evaluate limits. When f'(x) involves indeterminate forms, limit techniques are needed. The definition of derivative as a limit connects the two chapters directly. Furthermore, when analyzing behavior as x -> infinity for global extrema on unbounded domains, limit theory is essential.
Connection 2: Derivatives + Coordinate Geometry Tangent and normal line problems merge differential calculus with straight-line geometry. Finding the angle between two curves at their intersection point requires computing both derivatives and using the tangent angle formula: tan(theta) = |m1 - m2|/(1 + m1*m2). Optimization problems involving geometric shapes (circles, ellipses, parabolas) require knowledge of their equations from coordinate geometry.
Connection 3: Derivatives + Trigonometry Many JEE problems involve finding extrema of trigonometric functions. Key identities needed: asin(x) + bcos(x) = sqrt( + )*sin(x + phi) gives an immediate range without calculus. When calculus is needed, derivatives of inverse trig functions (from CALC-02) appear frequently. Optimization of angles in geometric problems often involves trigonometric functions.
Connection 4: Derivatives + Integration (Forward Link) The Fundamental Theorem of Calculus links this chapter to CALC-04 and CALC-05. If F(x) = integral from a to x of f(t)dt, then F'(x) = f(x). This means monotonicity of F depends on the sign of f. Finding the maximum of F(x) requires solving f(x) = 0. This type of problem is common in JEE — it tests both integration and application of derivatives simultaneously.
Connection 5: Derivatives + Matrices and Determinants When a determinant is defined as a function of x (each entry being a function of x), its derivative requires differentiating the determinant row by row (from CALC-02). The resulting derivative can be analyzed for monotonicity and extrema using this chapter's techniques.
Connection 6: Derivatives + Probability In probability, the mode of a continuous distribution is found by maximizing the probability density function — directly using critical points and the second derivative test. While not explicitly in JEE Main syllabus, this connection appears in advanced problems.
Cross-Chapter Problem Example: "If f(x) = integral from 0 to x of ( - 5t + 4)dt, find the intervals where f is increasing and the local extrema of f."
Solution approach:
- f'(x) = - 5x + 4 = (x - 1)(x - 4) (by FTC)
- f' > 0 on (-inf, 1) and (4, inf): increasing
- f' < 0 on (1, 4): decreasing
- Local max at x = 1, local min at x = 4
- This single problem tests integration (FTC), factoring, sign analysis, and extrema classification.