Question:medium

Let \( \int \frac{2 - \tan x}{3 + \tan x} \, dx = \frac{1}{2} \left( \alpha x + \log_e \lvert \beta \sin x + \gamma \cos x \rvert \right) + C \), where \( C \) is the constant of integration.

Updated On: Jan 13, 2026
  • 3
  • 1
  • 4
  • 7
Show Solution

The Correct Option is C

Solution and Explanation

The integral under consideration is:

\( \int \frac{2 - \tan x}{3 + \tan x} \, dx = \int \frac{2 \cos x - \sin x}{3 \cos x + \sin x} \, dx \)

The numerator is expressed as a linear combination of the denominator and its derivative:

\( 2 \cos x - \sin x = A(3 \cos x + \sin x) + B(\cos x - 3 \sin x) \)

Equating coefficients after expansion yields:

\( 3A + B = 2 \)

\( A - 3B = -1 \)

Solving this system of equations yields:

\( A = \frac{1}{2}, \quad B = \frac{1}{2} \)

Consequently, the integral evaluates to:

\( \int \frac{2 \cos x - \sin x}{3 \cos x + \sin x} \, dx = \frac{x}{2} + \frac{1}{2} \ln |3 \cos x + \sin x| + C \)

This can be simplified to:

\( = \frac{1}{2} \left( x + \ln |3 \cos x + \sin x| \right) + C \)

A generalized form is given by:

\( \frac{1}{2} \left( \alpha x + \ln |\beta \sin x + \gamma \cos x| \right) + C \)

with \( \alpha = 1, \, \beta = 1, \, \gamma = 3 \).

Therefore, the expression \( \alpha + \frac{\gamma}{\beta} \) is computed as:

\( \alpha + \frac{\gamma}{\beta} = 1 + \frac{3}{1} = 4 \)

Was this answer helpful?
0