All key formulas grouped by subtopic. Each one has a quick reminder and common mistakes to watch for.
10 formulas · 7 subtopics
Principal Value Ranges
#1
sin−1x∈[−2π,2π],cos−1x∈[0,π],tan−1x∈(−2π,2π)
💡 Domain of sin inverse and cos inverse is [-1, 1]. Domain of tan inverse is all real numbers. The principal value is the unique value in the specified range. cosec inverse, sec inverse, and cot inverse follow from these.
⚠ Writing sin inverse(sin(5pi/6)) = 5pi/6. The answer must lie in [-pi/2, pi/2], so the correct answer is pi/6.
💡 Valid for all x in the respective domains. These are the most frequently used identities in JEE. They allow you to convert between inverse trig functions quickly.
💡 These identities connect tan inverse to sin inverse and cos inverse via double-angle substitution. The domain restrictions are critical and are the main source of errors.
💡 This comes from substituting x = sin(theta). The split at 1/sqrt(2) corresponds to theta = pi/4. JEE often tests this with x = sqrt(3)/2 or x = 1/sqrt(2).
⚠ Applying the formula 2*sin inverse(x) without checking whether x is in the valid range. For x > 1/sqrt(2), the answer is pi - 2*sin inverse(x).
💡 Draw a right triangle with the known side to find the other trig ratio. If cos inverse(x) = theta, then cos(theta) = x, so sin(theta) = sqrt(1 - x^2).
💡 cosec inverse and sec inverse have domains |x| >= 1 (excludes the interval (-1, 1)). cot inverse has domain all real numbers. These domain checks are often the first step in solving problems.
💡 The derivative of cos inverse is the negative of sin inverse's derivative. Similarly, cot inverse's derivative is the negative of tan inverse's. These are essential for integration as well.
tan inverse Difference Formula
#9
tan−1x−tan−1y=tan−11+xyx−y,xy>−1
💡 This is the difference version of the sum formula. The condition xy > -1 ensures the result is in (-pi/2, pi/2). Used heavily in telescoping series problems.
💡 The key trick: 1/(1 + r + r^2) = ((r+1) - r)/(1 + r(r+1)). This makes each term a difference of two tan inverse values, leading to telescoping cancellation.
⚠ Not recognizing the telescoping pattern. Always try to express the general term as tan inverse(something) - tan inverse(something else) using the difference formula.