Q
Numerical
Integration
Let $I(x) = \int \frac{3dx}{(4x+6)\sqrt{4x^2+8x+3}}$ and $I(0) = \frac{\sqrt{3}}{4} + 20$. If $I(\frac{1}{2}) = \frac{a\sqrt{2}}{b} + c$, where $a, b, c \in \mathbf{N}, \text{gcd}(a, b) = 1$, then $a + b + c$ is equal to :
A) $30$ B) $29$ C) $28$ D) $31$
1. Integration of Irrational Functions
The integration of functions containing square roots of algebraic expressions often requires specific substitutions to rationalize the integrand. When dealing with $\int \frac{dx}{(ax+b)\sqrt{px^2+qx+r}}$, the substitution $ax+b = 1/t$ is the most efficient method. This substitution simplifies the linear factor and converts the quadratic under the root into a new quadratic in $t$, which usually fits a standard integration form like $1/\sqrt{a^2-x^2}$ or $1/\sqrt{x^2 \pm a^2}$. Mastering these forms is crucial for JEE Main as they frequently appear in the calculus section.
2. Method of Substitution (u-substitution)
Integration by substitution is based on the chain rule for derivatives. If $g(x)$ is a differentiable function whose range is an interval $I$ and $f$ is continuous on $I$, then $\int f(g(x))g'(x) dx = \int f(u) du$. In this problem, choosing the correct $u$ (or $t$) involves identifying the part of the expression whose derivative is present (or can be easily manipulated into being present) in the numerator. The change of variables also requires updating the differentials correctly, as seen with $dx = -dt/4t^2$.
3. Determining Constants of Integration
An indefinite integral represents a family of curves, each differing by a constant $C$. To find a specific member of this family (a specific function $I(x)$), a boundary condition or initial value must be provided. In this problem, $I(0)$ acts as that condition. By plugging in $x=0$ into the general solution and equating it to the given value, we isolate the value of $C$. This step is critical in numerical-type problems where the final answer depends on the exact value of the function at a different point.
4. Coprime Numbers and GCD
A fraction $a/b$ is in its simplest form when the greatest common divisor (gcd) of $a$ and $b$ is 1. This means there are no common factors other than 1 between the numerator and denominator. In JEE problems, this condition ensures that the student provides a unique, irreducible set of values for $a$ and $b$. For example, if we had obtained $6/16$, we would have to reduce it to $3/8$ to satisfy $\text{gcd}(a,b)=1$ before calculating $a+b+c$.
1
Why did we use $4x+6 = 1/t$ and not just $x+1 = 1/t$?
⌄
While $x+1$ is a factor related to the vertex of the quadratic, the substitution $L = 1/t$ is designed to specifically eliminate the linear factor $L$ outside the square root, making the radical easy to integrate.
2
What happens if the quadratic inside is $x^2 + 1$?
⌄
The same substitution $L = 1/t$ still works. It will transform the expression into a form like $\int dt/\sqrt{t^2 \pm k}$, which results in a logarithmic (ln) or inverse hyperbolic result.
3
Can this problem be solved using trigonometric substitution?
⌄
Yes, after completing the square in the quadratic, you could use secant or tangent substitution, but it is generally much more tedious than the $1/t$ method.
4
Is $a, b, c$ always positive in such questions?
⌄
The question specifies $a, b, c \in \mathbf{N}$ (Natural numbers), which are positive integers $\{1, 2, 3, \dots\}$.
5
How do I verify if my integral result is correct?
⌄
Differentiate your result $I(x)$ using the chain rule. It should return the original integrand.
6
What is $\text{gcd}(3, 8)$?
⌄
Since 3 is prime and not a factor of 8, their greatest common divisor is 1. This satisfies the problem constraint.
7
Does the ‘3’ in the numerator change the substitution?
⌄
No, it’s just a constant multiplier. It can be taken outside the integral to simplify calculations.
8
What if $1-4t$ was negative?
⌄
Then the integral would involve complex numbers or the domain of $x$ would be restricted such that $1-4t \ge 0$. In JEE, the domain is usually valid for the given range.
9
How do you simplify $\sqrt{2/4}$ to $1/\sqrt{2}$?
⌄
$\sqrt{2/4} = \sqrt{1/2} = \sqrt{1}/\sqrt{2} = 1/\sqrt{2}$. Then multiplying by 3/4 gives $3/(4\sqrt{2}) = 3\sqrt{2}/8$.
10
Is this a common JEE Main pattern?
⌄
Yes, integrals of the form $1/(L\sqrt{Q})$ are a staple in the JEE calculus syllabus.