Analyzing the Setup
The integral we are evaluating is:
When you first see this, your instinct might be to panic or try to expand the denominator, but let's pause and look at the structure. The denominator (a+bx)2 is the bottleneck.
In calculus, whenever you see a linear expression trapped inside a power, it is a signal to use substitution. By defining t=a+bx, we are essentially changing our perspective, shifting the complexity from the denominator to the numerator.
The Transformation
Let's put our strategy into action. We set t=a+bx.
Now, we must be rigorous. We need to change the differential dx to dt. Differentiating both sides, we get bdx=dt, which means dx=bdt.
But we aren't done yet. We have an x2 in the numerator. We must express x in terms of t. From our substitution t=a+bx, we isolate x: bx=t−a, so x=bt−a.
The Algebraic Dance
Substituting these into our integral, we get:
Let's clean this up. We have a constant b21 from the squared term and another b1 from the differential, giving us b31 outside the integral.
Now, we expand the numerator: (t−a)2=t2−2at+a2. Our integral becomes:
This is where the magic happens. Because the denominator is a single term, t2, we can divide each term in the numerator by t2 individually. This gives us:
The Final Integration
Now, we integrate term by term. The integral of 1 is t. The integral of −t2a is −2aln∣t∣. The integral of t2a2 is −ta2.
Combining these, we get:
Finally, we revert to x by substituting t=a+bx back into the expression. The result is:
I=b31[a+bx−2aln∣a+bx∣−a+bxa2]+C
This journey shows that even the most daunting integrals can be tamed with the right substitution. Keep practicing, and you will find that calculus is not just about solving problems—it's about finding the hidden elegance in the math.