Skip to main content
Back to Definite Integration
JEE Main 2023
Definite Integration
Definite Integration
Hard

Question

If 12dx(x22x+4)32=kk+5,\int\limits_1^2 {{{dx} \over {{{\left( {{x^2} - 2x + 4} \right)}^{{3 \over 2}}}}}} = {k \over {k + 5}}, then k is equal to :

Options

Solution

Key Concepts and Formulas

  • Completing the Square: Transforming a quadratic expression ax2+bx+cax^2+bx+c into the form a(xh)2+ka(x-h)^2+k. For x2+bxx^2+bx, it becomes (x+b/2)2(b/2)2(x + b/2)^2 - (b/2)^2.
  • Trigonometric Substitution: For integrals involving a2+x2\sqrt{a^2+x^2}, a2x2\sqrt{a^2-x^2}, or x2a2\sqrt{x^2-a^2}, specific substitutions are used:
    • x=atanθx = a\tan\theta for a2+x2\sqrt{a^2+x^2}
    • x=asinθx = a\sin\theta for a2x2\sqrt{a^2-x^2}
    • x=asecθx = a\sec\theta for x2a2\sqrt{x^2-a^2}
  • Definite Integral Substitution Rule: When changing the variable in a definite integral, the limits of integration must also be changed to correspond to the new variable.
  • Trigonometric Identity: tan2θ+1=sec2θ\tan^2\theta + 1 = \sec^2\theta.

Step-by-Step Solution

Step 1: Simplify the Denominator by Completing the Square

The given integral is I=12dx(x22x+4)32I = \int\limits_1^2 {{{dx} \over {{{\left( {{x^2} - 2x + 4} \right)}^{{3 \over 2}}}}}} . The expression in the denominator, x22x+4x^2 - 2x + 4, can be simplified by completing the square. We focus on the x22xx^2 - 2x part. Half of the coefficient of xx is 1-1, and squaring it gives 11. x22x+4=(x22x+1)1+4=(x1)2+3x^2 - 2x + 4 = (x^2 - 2x + 1) - 1 + 4 = (x - 1)^2 + 3 This transforms the integral into: I=12dx[(x1)2+3]32I = \int\limits_1^2 {{{dx} \over {{{\left[ {{{\left( {x - 1} \right)}^2} + 3} \right]}^{{3 \over 2}}}}}} This form, (u2+a2)3/2(u^2 + a^2)^{3/2} with u=x1u = x-1 and a=3a = \sqrt{3}, suggests a trigonometric substitution.

Step 2: Apply Trigonometric Substitution

For an expression of the form (u2+a2)3/2(u^2 + a^2)^{3/2}, we use the substitution u=atanθu = a\tan\theta. Here, u=x1u = x-1 and a=3a = \sqrt{3}. Let x1=3tanθx - 1 = \sqrt{3} \tan\theta. Differentiating both sides with respect to θ\theta to find dxdx: dx=3sec2θdθdx = \sqrt{3} \sec^2\theta \, d\theta

Step 3: Change the Limits of Integration

Since this is a definite integral, we must change the limits from xx values to θ\theta values.

  • When x=1x = 1: 11=3tanθ    0=3tanθ    tanθ=01 - 1 = \sqrt{3} \tan\theta \implies 0 = \sqrt{3} \tan\theta \implies \tan\theta = 0. Thus, θ=0\theta = 0.
  • When x=2x = 2: 21=3tanθ    1=3tanθ    tanθ=132 - 1 = \sqrt{3} \tan\theta \implies 1 = \sqrt{3} \tan\theta \implies \tan\theta = \frac{1}{\sqrt{3}}. Thus, θ=π6\theta = \frac{\pi}{6}. The new limits of integration are from 00 to π6\frac{\pi}{6}.

Step 4: Substitute and Simplify the Integral

Substitute x1=3tanθx-1 = \sqrt{3}\tan\theta, dx=3sec2θdθdx = \sqrt{3}\sec^2\theta\,d\theta, and the new limits into the integral: I=0π63sec2θdθ[(3tanθ)2+3]32I = \int\limits_0^{{\pi \over 6}} {{{\sqrt 3 {{\sec }^2}\theta \,d\theta } \over {{{\left[ {{{\left( {\sqrt 3 \tan\theta} \right)}^2} + 3} \right]}^{{3 \over 2}}}}}} Simplify the term inside the bracket: (3tanθ)2+3=3tan2θ+3=3(tan2θ+1)(\sqrt{3}\tan\theta)^2 + 3 = 3\tan^2\theta + 3 = 3(\tan^2\theta + 1) Using the identity tan2θ+1=sec2θ\tan^2\theta + 1 = \sec^2\theta: 3(tan2θ+1)=3sec2θ3(\tan^2\theta + 1) = 3\sec^2\theta Now, substitute this back into the denominator's bracket: [3sec2θ]32=33/2(sec2θ)3/2=33sec3θ{\left[ {3{{\sec }^2}\theta } \right]^{{3 \over 2}}} = {3^{3/2}} (\sec^2\theta)^{3/2} = 3\sqrt{3} \sec^3\theta The integral becomes: I=0π63sec2θdθ33sec3θI = \int\limits_0^{{\pi \over 6}} {{{\sqrt 3 {{\sec }^2}\theta \,d\theta } \over {3\sqrt 3 {{\sec }^3}\theta }}} Cancel common terms: I=0π61dθ3secθ=130π6cosθdθI = \int\limits_0^{{\pi \over 6}} {{1 \,d\theta } \over {3\sec \theta }} = {1 \over 3} \int\limits_0^{{\pi \over 6}} {\cos \theta \,d\theta }

Step 5: Evaluate the Definite Integral

Integrate cosθ\cos\theta with respect to θ\theta: I=13[sinθ]0π6I = {1 \over 3} \left[ {\sin \theta } \right]_0^{{\pi \over 6}} Apply the limits: I=13(sin(π6)sin(0))I = {1 \over 3} \left( {\sin \left( {{\pi \over 6}} \right) - \sin \left( 0 \right)} \right) I=13(120)=13×12=16I = {1 \over 3} \left( {1 \over 2} - 0 \right) = {1 \over 3} \times {1 \over 2} = {1 \over 6}

Step 6: Solve for k

We are given that the integral equals kk+5\frac{k}{k+5}. kk+5=16\frac{k}{k+5} = \frac{1}{6} Cross-multiply: 6k=1(k+5)6k = 1(k+5) 6k=k+56k = k+5 5k=55k = 5 k=1k = 1

Common Mistakes & Tips

  • Algebraic Errors: Be extremely careful when completing the square and simplifying algebraic expressions involving powers.
  • Limit Conversion: Always convert the limits of integration when performing a substitution in a definite integral.
  • Trigonometric Simplification: Ensure correct application of trigonometric identities and accurate simplification of powers of trigonometric functions (e.g., (sec2θ)3/2=sec3θ(\sec^2\theta)^{3/2} = \sec^3\theta).

Summary

The problem requires evaluating a definite integral containing a quadratic expression raised to a fractional power. The standard approach involves completing the square to identify the form of the integrand, followed by a trigonometric substitution. The substitution x1=3tanθx-1 = \sqrt{3}\tan\theta was used, and the limits of integration were adjusted accordingly. After simplifying the integral using trigonometric identities, it was evaluated to 16\frac{1}{6}. Equating this result to the given expression kk+5\frac{k}{k+5} allowed us to solve for kk.

The final answer is 1\boxed{1}.

Practice More Definite Integration Questions

View All Questions