Step 1: Understanding the Question:
We must integrate a fractional algebraic expression where the sum of the fractional powers in the denominator is an integer: $9/7 + 5/7 = 14/7 = 2$.
Step 2: Key Formula or Approach:
When integrating $\frac{dx}{(x-\alpha)^m (x-\beta)^n}$ where $m+n=2$, the standard algebraic trick is to force the terms into a single rational function raised to a power. We do this by factoring out one of the terms to create a perfect square denominator.
Step 3: Detailed Explanation:
Rewrite the integral by extracting $(x+a)^2$ from the denominator:
$$\int \frac{dx}{(x+a)^{9/7} (x-b)^{5/7}} = \int \frac{dx}{(x+a)^2 \cdot \frac{(x-b)^{5/7}}{(x+a)^{5/7}}}$$
$$= \int \frac{dx}{(x+a)^2 \left( \frac{x-b}{x+a} \right)^{5/7}}$$
Now, perform substitution. Let $t = \frac{x-b}{x+a}$.
Find $dt$ using the quotient rule:
$$dt = \frac{(x+a)\frac{d}{dx}(x-b) - (x-b)\frac{d}{dx}(x+a)}{(x+a)^2} dx$$
$$dt = \frac{(x+a)(1) - (x-b)(1)}{(x+a)^2} dx = \frac{a+b}{(x+a)^2} dx$$
So, $\frac{dx}{(x+a)^2} = \frac{dt}{a+b}$.
Substitute these components back into the modified integral:
$$= \int \frac{1}{t^{5/7}} \cdot \frac{dt}{a+b} = \frac{1}{a+b} \int t^{-5/7} dt$$
Integrate using the power rule:
$$= \frac{1}{a+b} \cdot \frac{t^{-5/7 + 1}}{-5/7 + 1} + c = \frac{1}{a+b} \cdot \frac{t^{2/7}}{2/7} + c$$
$$= \frac{7}{2(a+b)} t^{2/7} + c$$
Back-substitute $t$:
$$= \frac{7}{2(a+b)} \left( \frac{x-b}{x+a} \right)^{2/7} + c$$
Step 4: Final Answer:
The result matches option (c) (accounting for the OCR misread of the final power).