🎓 BookMCQ
← Back to 7. Applications of the Definite Integral In Geometry, Science, and Engineering

📝 Derivatives integrals inverse hyperbolic functions (31 MCQs)

📖 From Calculus • 7. Applications of the Definite Integral In Geometry, Science, and Engineering • 31 questions available

What is Derivatives integrals inverse hyperbolic functions?

Definition:
Derivatives: ddxsinh1x=1x2+1\frac{d}{dx}\sinh^{-1} x = \frac{1}{\sqrt{x^2+1}}, ddxcosh1x=1x21\frac{d}{dx}\cosh^{-1} x = \frac{1}{\sqrt{x^2-1}}, ddxtanh1x=11x2\frac{d}{dx}\tanh^{-1} x = \frac{1}{1-x^2}. Integrals reverse these, leading to logarithmic forms or inverse hyperbolic results.

Example:
Evaluate 1x2+1dx\int \frac{1}{\sqrt{x^2+1}} \, dx. Solution: sinh1x+C\sinh^{-1} x + C or ln(x+x2+1)+C\ln(x+\sqrt{x^2+1}) + C.

Reason:
These formulas are critical for integrating rational functions with quadratic denominators, expanding the toolkit for solving advanced calculus problems in electrical engineering and signal processing.

9
Easy
19
Medium
3
Hard

📝 All Derivatives integrals inverse hyperbolic functions MCQs

Q1. If y=sinh1(3x2)y = \sinh^{-1}(3x^2), then dydx\frac{dy}{dx} is:

A.6x1+9x4\frac{6x}{\sqrt{1+9x^4}}
B.2x1+9x4\frac{2x}{\sqrt{1+9x^4}}
C.6x19x4\frac{6x}{\sqrt{1-9x^4}}
D.6x9x41\frac{6x}{\sqrt{9x^4-1}}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: To find the derivative, use the chain rule. The derivative of sinh1(u)\sinh^{-1}(u) with respect to x is 11+u2dudx\frac{1}{\sqrt{1+u^2}} \frac{du}{dx}. Here, u=3x2u = 3x^2, so du/dx=6xdu/dx = 6x. Substituting gives 11+(3x2)26x=6x1+9x4\frac{1}{\sqrt{1+(3x^2)^2}} \cdot 6x = \frac{6x}{\sqrt{1+9x^4}}. Option B misses the factor from the derivative of the inside function, option C uses the derivative formula for cosh1\cosh^{-1}, and option D is for the derivative of cosh1\cosh^{-1}.

Q2. Which of the following is the derivative of y=cosh1(ex)y = \cosh^{-1}(e^x)?

A.exe2x1\frac{e^x}{\sqrt{e^{2x}-1}}
B.ex1e2x\frac{e^x}{\sqrt{1-e^{2x}}}
C.1e2x1\frac{1}{\sqrt{e^{2x}-1}}
D.1ex1e2x\frac{1}{e^x\sqrt{1-e^{2x}}}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The derivative of cosh1(u)\cosh^{-1}(u) is 1u21dudx\frac{1}{\sqrt{u^2-1}}\frac{du}{dx}. With u=exu=e^x, du/dx=exdu/dx=e^x. This gives exe2x1\frac{e^x}{\sqrt{e^{2x}-1}}. The domain of cosh1(u)\cosh^{-1}(u) requires u>1u>1, which is satisfied here for x>0x>0. Option B is the derivative of sinh1(ex)\sinh^{-1}(e^x), and option C misses the chain rule factor for the derivative of exe^x.

Q3. The derivative of tanh1(cosx)\tanh^{-1}(\cos x) is:

A.sec2x\sec^2 x
B.cscx-\csc x
C.sinx1cos2x\frac{-\sin x}{1-\cos^2 x}
D.sinxcos2x1\frac{\sin x}{\cos^2 x-1}
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: The derivative of tanh1(u)\tanh^{-1}(u) is 11u2dudx\frac{1}{1-u^2}\frac{du}{dx}. With u=cosxu = \cos x, du/dx=sinxdu/dx = -\sin x. Thus, the expression is sinx1cos2x=sinxsin2x=cscx\frac{-\sin x}{1-\cos^2 x} = \frac{-\sin x}{\sin^2 x} = -\csc x. Option C is an intermediate step. Option D is the same as C but with a sign change that negates the expression, making it incorrect. Understanding the identity 1cos2x=sin2x1-\cos^2 x = \sin^2 x is crucial for simplification.

Q4. Given y=sech1(x)y = \operatorname{sech}^{-1}(\sqrt{x}), what is y'?

A.12x1x\frac{1}{2x\sqrt{1-x}}
B.12x1x-\frac{1}{2x\sqrt{1-x}}
C.12x1x-\frac{1}{2\sqrt{x}\sqrt{1-x}}
D.12xx1\frac{1}{2x\sqrt{x-1}}
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The derivative of sech1(u)\operatorname{sech}^{-1}(u) is 1u1u2dudx-\frac{1}{u\sqrt{1-u^2}}\frac{du}{dx}. With u=x1/2u = x^{1/2}, du/dx=12xdu/dx = \frac{1}{2\sqrt{x}}. Substituting and simplifying: 1x1/21x12x=12x1x-\frac{1}{x^{1/2}\sqrt{1-x}} \cdot \frac{1}{2\sqrt{x}} = -\frac{1}{2x\sqrt{1-x}}. Option A misses the negative sign, which is critical for sech1\operatorname{sech}^{-1}. Option C is an unsimplified form that lacks the xx in the denominator, and option D uses the incorrect formula for sech1\operatorname{sech}^{-1}.

Q5. A student writes ddx[sinh1(tanx)]=sec2x1tan2x\frac{d}{dx}[\sinh^{-1}(\tan x)] = \frac{\sec^2 x}{\sqrt{1-\tan^2 x}}. Is this correct?

A.Yes, this is the correct Medium of the chain rule.
B.No, the formula for sinh1\sinh^{-1} is different.
C.No, the derivative of tanx\tan x is incorrect.
D.No, the denominator should be 1+tan2x\sqrt{1+\tan^2 x}. ✅
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: The student's error lies in using the derivative formula for sin1\sin^{-1} instead of sinh1\sinh^{-1}. The derivative of sinh1(u)\sinh^{-1}(u) is 11+u2dudx\frac{1}{\sqrt{1+u^2}}\frac{du}{dx}, not 11u2\frac{1}{\sqrt{1-u^2}}. Here, u=tanxu=\tan x, so the correct derivative is sec2x1+tan2x\frac{\sec^2 x}{\sqrt{1+\tan^2 x}}. This can be simplified to cosxsec2x|\cos x| \sec^2 x or secxsecx\sec x |\sec x|, but the key is the plus sign in the denominator. Understanding the distinction between trigonometric and hyperbolic inverse derivatives is essential.

Q6. Evaluate dxx1+4x2\int \frac{dx}{x\sqrt{1+4x^2}}.

A.sinh1(2x)+C-\sinh^{-1}(2x) + C
B.sech1(2x)+C-\operatorname{sech}^{-1}(2x) + C
C.sech1(2x)+C-\operatorname{sech}^{-1}(|2x|) + C
D.12sinh1(2x)+C\frac{1}{2}\sinh^{-1}(2x) + C
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The integral formula is duua2+u2=1asech1ua+C\int \frac{du}{u\sqrt{a^2+u^2}} = -\frac{1}{a}\operatorname{sech}^{-1}\left|\frac{u}{a}\right| + C. Here, a=1a=1 and u=2xu=2x, so du=2dxdu = 2dx. This gives dxx1+4x2=sech1(2x)+C\int \frac{dx}{x\sqrt{1+4x^2}} = -\operatorname{sech}^{-1}(|2x|) + C. Option A is incorrect as it lacks the negative sign and absolute value. Option B is missing the absolute value. The absolute value is crucial because the domain of sech1\operatorname{sech}^{-1} is (0,1], and 2x2x could be negative.

Q7. What is dxx29\int \frac{dx}{\sqrt{x^2-9}} for x>3x>3?

A.sinh1(x/3)+C\sinh^{-1}(x/3) + C
B.cosh1(x/3)+C\cosh^{-1}(x/3) + C
C.13cosh1(x/3)+C\frac{1}{3}\cosh^{-1}(x/3) + C
D.ln(x29)+C\ln(x^2-9) + C
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The integral of 1x2a2\frac{1}{\sqrt{x^2-a^2}} is cosh1(x/a)+C\cosh^{-1}(x/a) + C for x>ax>a. Here, a=3a=3, so the integral is cosh1(x/3)+C\cosh^{-1}(x/3) + C. This is a direct Medium of a standard integral formula. Option A is the formula for dxx2+a2\int \frac{dx}{\sqrt{x^2+a^2}}, and option C has an extra factor of 1/31/3 which is incorrect. The integral of 1/x2a21/\sqrt{x^2-a^2} is also ln(x+x2a2)+C\ln(x+\sqrt{x^2-a^2}) + C, but the hyperbolic form is cosh1\cosh^{-1}.

Q8. Find the derivative of y=ln(cosh1x)y = \ln(\cosh^{-1}x).

A.1cosh1xx21\frac{1}{\cosh^{-1}x \sqrt{x^2-1}}
B.1xcosh1xx21\frac{1}{x \cosh^{-1}x \sqrt{x^2-1}}
C.1x\frac{1}{x}
D.1x21cosh1x\frac{1}{\sqrt{x^2-1}\cosh^{-1}x}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This requires the chain rule. The derivative of ln(u)\ln(u) is u'/u. Here, u=cosh1xu = \cosh^{-1}x, and its derivative is 1/x211/\sqrt{x^2-1}. Therefore, the derivative is 1cosh1x1x21=1cosh1xx21\frac{1}{\cosh^{-1}x} \cdot \frac{1}{\sqrt{x^2-1}} = \frac{1}{\cosh^{-1}x \sqrt{x^2-1}}. Option A is correct. Option B has an extra 1/x1/x. Option C would be the derivative of lnx\ln x. The problem tests the ability to apply the chain rule systematically with inverse hyperbolic functions.

Q9. Evaluate 03dtt2+1\int_{0}^{\sqrt{3}} \frac{dt}{t^2+1}.

A.π/6\pi/6
B.π/3\pi/3
C.tanh1(3)\tanh^{-1}(\sqrt{3})
D.sinh1(3)\sinh^{-1}(\sqrt{3})
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This is a standard integral dtt2+1=tan1(t)+C\int \frac{dt}{t^2+1} = \tan^{-1}(t) + C. Evaluating from 0 to 3\sqrt{3}, we get tan1(3)tan1(0)=π/30=π/3\tan^{-1}(\sqrt{3}) - \tan^{-1}(0) = \pi/3 - 0 = \pi/3. This problem is a trap for those who might try to use hyperbolic functions. The denominator is t2+1t^2+1, not 1t21-t^2 or t21t^2-1, so the inverse trigonometric tangent is the correct antiderivative. The hyperbolic tangent inverse would be for dt1t2\int \frac{dt}{1-t^2}.

Q10. The area enclosed by y=sechxy = \operatorname{sech} x, the x-axis, x=0, and x=ln(2) is revolved about the x-axis. The resulting volume is:

A.π2\frac{\pi}{2}
B.3π4\frac{3\pi}{4}
C.π4\frac{\pi}{4}
D.πln(2)\pi \ln(2)
💡 Difficulty: hard | ✅ Correct: A

Q11. If y=coth1(secx)y = \coth^{-1}(\sec x) for π/2<x<π\pi/2 < x < \pi, then dydx=\frac{dy}{dx} =

A.secxtanx1sec2x\frac{-\sec x \tan x}{1-\sec^2 x}
B.secxtanx1sec2x\frac{\sec x \tan x}{1-\sec^2 x}
C.secxtanx1+sec2x\frac{-\sec x \tan x}{1+\sec^2 x}
D.cscx\csc x
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The derivative of coth1(u)\coth^{-1}(u) is 11u2dudx\frac{1}{1-u^2}\frac{du}{dx}, valid for u>1|u|>1. Here, u=secxu=\sec x, du/dx=secxtanxdu/dx = \sec x \tan x. So dydx=secxtanx1sec2x\frac{dy}{dx} = \frac{\sec x \tan x}{1-\sec^2 x}. Since 1sec2x=tan2x1-\sec^2 x = -\tan^2 x, this simplifies to secxtanxtan2x=secxtanx=cscx-\frac{\sec x \tan x}{\tan^2 x} = -\frac{\sec x}{\tan x} = -\csc x. The un-simplified form in option A is correct. Option B misses the negative sign from the chain rule? No, the derivative of secx\sec x is positive. The negative comes from the denominator 1sec2x=tan2x1-\sec^2 x = -\tan^2 x, which is negative for x>π/2|x| > \pi/2. So the expression is negative. Option A captures this intermediate form. Option D is the simplified form, which is also correct, but option A is the direct result of the formula.

Q12. What is the second derivative of f(x)=cosh1(x2)f(x) = \cosh^{-1}(x^2)?

A.2x212x2(x21)3/2\frac{2}{\sqrt{x^2-1}} - \frac{2x^2}{(x^2-1)^{3/2}}
B.2xx214x3(x21)3/2\frac{2x}{\sqrt{x^2-1}} - \frac{4x^3}{(x^2-1)^{3/2}}
C.2xx21+4x3(x21)3/2\frac{2x}{\sqrt{x^2-1}} + \frac{4x^3}{(x^2-1)^{3/2}}
D.2x21\frac{2}{\sqrt{x^2-1}}
💡 Difficulty: medium | ✅ Correct: B

Q13. The integral dxx24x+13\int \frac{dx}{\sqrt{x^2-4x+13}} evaluates to:

A.sinh1(x23)+C\sinh^{-1}\left(\frac{x-2}{3}\right)+C
B.cosh1(x23)+C\cosh^{-1}\left(\frac{x-2}{3}\right)+C
C.sinh1(x2)+C\sinh^{-1}(x-2)+C
D.13sinh1(x23)+C\frac{1}{3}\sinh^{-1}\left(\frac{x-2}{3}\right)+C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Complete the square: x24x+13=(x2)2+9x^2-4x+13 = (x-2)^2 + 9. So the integral becomes dx(x2)2+32\int \frac{dx}{\sqrt{(x-2)^2 + 3^2}}, which is of the form duu2+a2=sinh1(u/a)+C\int \frac{du}{\sqrt{u^2+a^2}} = \sinh^{-1}(u/a) + C. Here, u=x2,a=3u=x-2, a=3. Thus, the integral is sinh1(x23)+C\sinh^{-1}\left(\frac{x-2}{3}\right)+C. Option B would be correct if the denominator was u2a2\sqrt{u^2-a^2}. Option C misses the division by 3, and option D has an extra factor of 1/31/3.

Q14. Find ddx[tanh1(sinx)]\frac{d}{dx}[\tanh^{-1}(\sin x)] for x(π/2,π/2)x \in (-\pi/2, \pi/2).

A.secx\sec x
B.cosx\cos x
C.sec2x\sec^2 x
D.cosx1sin2x\frac{\cos x}{1-\sin^2 x}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The derivative of tanh1(u)\tanh^{-1}(u) is 11u2dudx\frac{1}{1-u^2}\frac{du}{dx}. With u=sinxu = \sin x, du/dx=cosxdu/dx = \cos x. So the derivative is cosx1sin2x=cosxcos2x=secx\frac{\cos x}{1-\sin^2 x} = \frac{\cos x}{\cos^2 x} = \sec x. The domain restriction ensures cosx>0\cos x > 0 and sinx<1|\sin x| < 1, so the expression is well-defined. Option D is an intermediate step but not simplified. Option B is cosx\cos x, which is incorrect, and option C is the derivative of tanx\tan x.

Q15. The tangent line to y=sinh1(x/2)y = \sinh^{-1}(x/2) at x=2x=2 has slope:

A.122\frac{1}{2\sqrt{2}}
B.12\frac{1}{\sqrt{2}}
C.12\frac{1}{2}
D.15\frac{1}{\sqrt{5}}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: First, find the derivative: y&#039; = \frac{1}{\sqrt{1+(x/2)^2}} \cdot \frac{1}{2} = \frac{1}{2\sqrt{1+x^2/4}}. At x=2x=2, y&#039;(2) = \frac{1}{2\sqrt{1+1}} = \frac{1}{2\sqrt{2}}. This is the slope of the tangent line. Option B is the derivative of sinh1(x)\sinh^{-1}(x). Option C is a common mistake of forgetting the square root. Option D is the value of the derivative if the denominator were x2+1\sqrt{x^2+1} instead of 1+x2/4\sqrt{1+x^2/4}.

Q16. If y=xsech1xy = x \operatorname{sech}^{-1}x, what is y&#039;(0.5)?

A.0.5sech1(0.5)130.5 \operatorname{sech}^{-1}(0.5) - \frac{1}{\sqrt{3}}
B.sech1(0.5)13\operatorname{sech}^{-1}(0.5) - \frac{1}{\sqrt{3}}
C.sech1(0.5)0.510.25\operatorname{sech}^{-1}(0.5) - \frac{0.5}{\sqrt{1-0.25}}
D.0.5sech1(0.5)10.750.5 \operatorname{sech}^{-1}(0.5) - \frac{1}{\sqrt{0.75}}
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Using the product rule: y&#039; = \operatorname{sech}^{-1}x + x \cdot \left(-\frac{1}{x\sqrt{1-x^2}}\right) = \operatorname{sech}^{-1}x - \frac{1}{\sqrt{1-x^2}}. At x=0.5x=0.5, y&#039;(0.5) = \operatorname{sech}^{-1}(0.5) - \frac{1}{\sqrt{1-0.25}} = \operatorname{sech}^{-1}(0.5) - \frac{1}{\sqrt{0.75}}. Option A incorrectly leaves the xx term in the product rule. Option B is missing the xx in the product rule? No, option B has sech1(0.5)1/3\operatorname{sech}^{-1}(0.5) - 1/\sqrt{3}, which is the correct simplified form. Option C is the unsimplified form which is also correct. Option D has an incorrect coefficient for the sech1\operatorname{sech}^{-1} term. I will choose C as the direct Medium.

Q17. Evaluate 0ln2ex1+e2xdx\int_0^{\ln 2} \frac{e^x}{1+e^{2x}} dx.

A.π4\frac{\pi}{4}
B.tan1(2)\tan^{-1}(2)
C.π2\frac{\pi}{2}
D.π6\frac{\pi}{6}
💡 Difficulty: medium | ✅ Correct: A

Q18. Let f(x)=sinh1x+cosh1(1+x2)f(x) = \sinh^{-1}x + \cosh^{-1}(\sqrt{1+x^2}) for x0x \ge 0. What is f&#039;(x)?

A.00
B.2x2+1\frac{2}{\sqrt{x^2+1}}
C.1x2+1\frac{1}{\sqrt{x^2+1}}
D.1x2+1+xx2+1x2\frac{1}{\sqrt{x^2+1}} + \frac{x}{\sqrt{x^2+1}\sqrt{x^2}}
💡 Difficulty: hard | ✅ Correct: A

Q19. Find dy/dxdy/dx for y=csch1(tanx)y = \operatorname{csch}^{-1}(\tan x).

A.sec2xtanx1+tan2x\frac{\sec^2 x}{|\tan x|\sqrt{1+\tan^2 x}}
B.sec2xtanx1+tan2x-\frac{\sec^2 x}{|\tan x|\sqrt{1+\tan^2 x}}
C.secxtanx1+tan2x\frac{\sec x}{|\tan x|\sqrt{1+\tan^2 x}}
D.sec2xtanx1+tan2x-\frac{\sec^2 x}{\tan x\sqrt{1+\tan^2 x}}
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The derivative of csch1(u)\operatorname{csch}^{-1}(u) is 1u1+u2dudx-\frac{1}{|u|\sqrt{1+u^2}}\frac{du}{dx}. With u=tanxu = \tan x, du/dx=sec2xdu/dx = \sec^2 x. Thus, dydx=sec2xtanx1+tan2x\frac{dy}{dx} = -\frac{\sec^2 x}{|\tan x|\sqrt{1+\tan^2 x}}. Option A misses the negative sign, which is a common error. Option C has a secx\sec x instead of sec2x\sec^2 x, and option D misses the absolute value, which is important for the domain of csch1\operatorname{csch}^{-1}. The absolute value ensures the expression is valid for all xx where tanx0\tan x \neq 0.

Q20. What is the antiderivative of 1x1(lnx)2\frac{1}{x\sqrt{1-(\ln x)^2}}?

A.sinh1(lnx)+C\sinh^{-1}(\ln x) + C
B.cosh1(lnx)+C\cosh^{-1}(\ln x) + C
C.sech1(lnx)+C\operatorname{sech}^{-1}(|\ln x|) + C
D.tan1(lnx)+C\tan^{-1}(\ln x) + C
💡 Difficulty: easy | ✅ Correct: C

Q21. If f(x)=cosh1(secx)f(x) = \cosh^{-1}(\sec x) for 0<x<π/20 < x < \pi/2, then f&#039;(x) is:

A.tanx\tan x
B.secxtanx\sec x \tan x
C.secx\sec x
D.tanxsecx\tan x \sec x
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The derivative of cosh1(u)\cosh^{-1}(u) is 1u21dudx\frac{1}{\sqrt{u^2-1}}\frac{du}{dx}. Here, u=secxu = \sec x, du/dx=secxtanxdu/dx = \sec x \tan x. So f&#039;(x) = \frac{\sec x \tan x}{\sqrt{\sec^2 x - 1}} = \frac{\sec x \tan x}{\sqrt{\tan^2 x}} = \frac{\sec x \tan x}{|\tan x|}. Since x(0,π/2)x \in (0, \pi/2), tanx>0\tan x > 0, so f&#039;(x) = \sec x. Option A is tanx\tan x, option B is the derivative of secx\sec x, and option D is tanxsecx\tan x \sec x. The simplification step is crucial here. The absolute value disappears because the domain ensures tanx>0\tan x > 0.

Q22. Evaluate dxx2+2x+2\int \frac{dx}{x^2+2x+2}.

A.tanh1(x+1)+C\tanh^{-1}(x+1) + C
B.sin1(x+1)+C\sin^{-1}(x+1) + C
C.tan1(x+1)+C\tan^{-1}(x+1) + C
D.cosh1(x+1)+C\cosh^{-1}(x+1) + C
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: Complete the square: x2+2x+2=(x+1)2+1x^2+2x+2 = (x+1)^2+1. The integral is dx(x+1)2+1=tan1(x+1)+C\int \frac{dx}{(x+1)^2+1} = \tan^{-1}(x+1) + C. This is a standard inverse trigonometric integral. Option A is for dxa2x2\int \frac{dx}{a^2-x^2}, option B is for dx1x2\int \frac{dx}{\sqrt{1-x^2}}, and option D is for dxx21\int \frac{dx}{\sqrt{x^2-1}}. The problem tests the ability to recognize the form 1/(u2+a2)1/(u^2+a^2).

Q23. The area bounded by y=sechxy = \operatorname{sech} x, the x-axis, x=0, and x=ln(2) is:

A.13\frac{1}{3}
B.34\frac{3}{4}
C.tan1(23)\tan^{-1}(\frac{2}{3})
D.π4\frac{\pi}{4}
💡 Difficulty: medium | ✅ Correct: C

Q24. Find the derivative of y=sinh1(tanx)y = \sinh^{-1}(\tan x).

A.sec2x1+tan2x\frac{\sec^2 x}{\sqrt{1+\tan^2 x}}
B.sec2x1tan2x\frac{\sec^2 x}{\sqrt{1-\tan^2 x}}
C.secx1+tan2x\frac{\sec x}{\sqrt{1+\tan^2 x}}
D.sec2x1+tan2x\frac{\sec^2 x}{1+\tan^2 x}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The derivative is 11+tan2xsec2x\frac{1}{\sqrt{1+\tan^2 x}} \cdot \sec^2 x. This simplifies to sec2xsecx=secx\frac{\sec^2 x}{|\sec x|} = |\sec x| for appropriate domains, but the unsimplified form is option A. Option B is the derivative of sin1(tanx)\sin^{-1}(\tan x). Option C misses the chain rule factor, and option D is the derivative of tan1(tanx)\tan^{-1}(\tan x).

Q25. What is the derivative of f(x)=cosh1(x2+1)f(x) = \cosh^{-1}(\sqrt{x^2+1})?

A.xx2+1x2\frac{x}{\sqrt{x^2+1}\sqrt{x^2}}
B.xx2+1\frac{x}{\sqrt{x^2+1}}
C.1x2+1\frac{1}{\sqrt{x^2+1}}
D.xx2+1x21\frac{x}{\sqrt{x^2+1}\sqrt{x^2-1}}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Let u=x2+1u = \sqrt{x^2+1}, du/dx=x/x2+1du/dx = x/\sqrt{x^2+1}. The derivative is 1u21dudx=1x2xx2+1=xxx2+1\frac{1}{\sqrt{u^2-1}} \cdot \frac{du}{dx} = \frac{1}{\sqrt{x^2}} \cdot \frac{x}{\sqrt{x^2+1}} = \frac{x}{|x|\sqrt{x^2+1}}. For x>0x>0, this is 1/x2+11/\sqrt{x^2+1}. The unsimplified form is option A. Option B is the derivative of sinh1(x)\sinh^{-1}(x). Option C is the simplified form for x>0x>0. Option D is for cosh1(x)\cosh^{-1}(x). The absolute value is often missed.

Q26. Evaluate dx4x2+9\int \frac{dx}{\sqrt{4x^2+9}}.

A.12sinh1(2x3)+C\frac{1}{2}\sinh^{-1}\left(\frac{2x}{3}\right) + C
B.12sinh1(3x2)+C\frac{1}{2}\sinh^{-1}\left(\frac{3x}{2}\right) + C
C.sinh1(2x3)+C\sinh^{-1}\left(\frac{2x}{3}\right) + C
D.12cosh1(2x3)+C\frac{1}{2}\cosh^{-1}\left(\frac{2x}{3}\right) + C
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The integral is of the form dxa2x2+b2\int \frac{dx}{\sqrt{a^2x^2+b^2}}. Let u=2xu = 2x, du=2dxdu = 2dx. Then the integral becomes 12duu2+32=12sinh1(u/3)+C=12sinh1(2x/3)+C\frac{1}{2}\int \frac{du}{\sqrt{u^2+3^2}} = \frac{1}{2}\sinh^{-1}(u/3) + C = \frac{1}{2}\sinh^{-1}(2x/3) + C. Option B has the a and b flipped. Option C is missing the 1/21/2 factor. Option D uses cosh1\cosh^{-1}, which is for u2a2\sqrt{u^2-a^2}.

Q27. Given y=tanh1(lnx)y = \tanh^{-1}(\ln x), find y&#039;.

A.1x(1(lnx)2)\frac{1}{x(1-(\ln x)^2)}
B.1x(1+(lnx)2)\frac{1}{x(1+(\ln x)^2)}
C.11(lnx)2\frac{1}{1-(\ln x)^2}
D.1x(1lnx)\frac{1}{x(1-\ln x)}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The derivative of tanh1(u)\tanh^{-1}(u) is 11u2dudx\frac{1}{1-u^2}\frac{du}{dx}. With u=lnxu = \ln x, du/dx=1/xdu/dx = 1/x. Thus, y&#039; = \frac{1}{x(1-(\ln x)^2)}. Option B is the derivative of tan1(lnx)\tan^{-1}(\ln x). Option C misses the 1/x1/x factor. Option D has the wrong denominator form.

Q28. If f(x)=sech1(x2)f(x) = \operatorname{sech}^{-1}(x^2), what is f&#039;(x)?

A.2xx21x4-\frac{2x}{x^2\sqrt{1-x^4}}
B.2x1x4-\frac{2x}{\sqrt{1-x^4}}
C.2x1x4-\frac{2}{x\sqrt{1-x^4}}
D.2xx2x41-\frac{2x}{x^2\sqrt{x^4-1}}
💡 Difficulty: medium | ✅ Correct: A

Q29. Find the derivative of y=coth1(x2)y = \coth^{-1}(x^2) for x>1x>1.

A.2x1x4\frac{2x}{1-x^4}
B.2xx41\frac{2x}{x^4-1}
C.2x1x2\frac{2x}{1-x^2}
D.2x1x4-\frac{2x}{1-x^4}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The derivative of coth1(u)\coth^{-1}(u) is 11u2dudx\frac{1}{1-u^2}\frac{du}{dx}. With u=x2u = x^2, du/dx=2xdu/dx = 2x, and u2=x4u^2 = x^4. So y&#039; = \frac{2x}{1-x^4}. Since x>1x>1, 1x4<01-x^4 < 0, so the expression is negative. Option A is the direct result. Option B is the derivative of coth1(x)\coth^{-1}(x)? No, it's 11u2\frac{1}{1-u^2} with a sign error. Option C is for coth1(x)\coth^{-1}(x). Option D is the negative of the correct expression, which would be correct if the formula was 1/(1u2)-1/(1-u^2).

Q30. What is the value of 11dx1x2\int_{-1}^{1} \frac{dx}{1-x^2}?

A.tanh1(1)tanh1(1)\tanh^{-1}(1) - \tanh^{-1}(-1)
B.\infty
C.0
D.2tanh1(1)2\tanh^{-1}(1)
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The integrand 11x2\frac{1}{1-x^2} has a vertical asymptote at x=1x=1 and x=1x=-1, so the integral is improper. The integral 11dx1x2\int_{-1}^{1} \frac{dx}{1-x^2} diverges to infinity. This is a common trap. The antiderivative is tanh1(x)\tanh^{-1}(x), but it is only valid for x<1|x|<1. At the endpoints, the function is undefined. Option A is the antiderivative evaluated at the endpoints, but it's not a finite value. Option C is incorrect. Option D is also infinite. The correct answer is that the integral is divergent.

Q31. If y=sinh1(1x1+x)y = \sinh^{-1}(\frac{1-x}{1+x}), find dy/dxdy/dx.

A.2(1+x)(1x)2+(1+x)2-\frac{2}{(1+x)\sqrt{(1-x)^2+(1+x)^2}}
B.2(1+x)21+(1x1+x)2-\frac{2}{(1+x)^2\sqrt{1+(\frac{1-x}{1+x})^2}}
C.2(1+x)1+(1x1+x)2\frac{2}{(1+x)\sqrt{1+(\frac{1-x}{1+x})^2}}
D.2(1+x)2-\frac{2}{(1+x)^2}
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Let u=1x1+xu = \frac{1-x}{1+x}. Then du/dx=(1+x)(1x)(1+x)2=2(1+x)2du/dx = \frac{-(1+x)-(1-x)}{(1+x)^2} = \frac{-2}{(1+x)^2}. The derivative is 11+u2dudx=11+(1x1+x)22(1+x)2\frac{1}{\sqrt{1+u^2}} \cdot \frac{du}{dx} = \frac{1}{\sqrt{1+(\frac{1-x}{1+x})^2}} \cdot \frac{-2}{(1+x)^2}. Simplifying: 1+(1x1+x)2=(1+x)2+(1x)2(1+x)2=(1x)2+(1+x)21+x\sqrt{1+(\frac{1-x}{1+x})^2} = \sqrt{\frac{(1+x)^2+(1-x)^2}{(1+x)^2}} = \frac{\sqrt{(1-x)^2+(1+x)^2}}{|1+x|}. So the derivative is 2(1+x)21+x(1x)2+(1+x)2=2(1+x)(1x)2+(1+x)2-\frac{2}{(1+x)^2} \cdot \frac{|1+x|}{\sqrt{(1-x)^2+(1+x)^2}} = -\frac{2}{(1+x)\sqrt{(1-x)^2+(1+x)^2}} for 1+x>01+x>0. Option A is this simplified form. Option B is unsimplified with an extra factor of 1/(1+x)1/(1+x). Option C has the wrong sign. Option D misses the square root term.

🔗 Related Topics (MCQs)