Question

Trig substitution for a shifted quadratic radical

Original question: Evaluate 2x+5x22x+10dx\int \frac{2x+5}{\sqrt{x^2-2x+10}}\,dx

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This integral is designed for a substitution that simplifies the quadratic expression inside the square root. The numerator is closely related to the derivative of the radicand, which is the main clue.

Spot the structure

We want to evaluate

2x+5x22x+10dx.\int \frac{2x+5}{\sqrt{x^2-2x+10}}\,dx.

The expression inside the square root is a quadratic. Its derivative is 2x22x-2, which is close to the numerator 2x+52x+5. That tells us to rewrite the numerator in a way that separates a derivative part from a constant part.

First complete the square:

x22x+10=(x1)2+9.x^2-2x+10=(x-1)^2+9.

This is useful because it shows the radicand is always positive and suggests a shift substitution.

Split the integrand into a useful form

Write

2x+5=(2x2)+7.2x+5=(2x-2)+7.

Then the integral becomes

2x2x22x+10dx+71x22x+10dx.\int \frac{2x-2}{\sqrt{x^2-2x+10}}\,dx + 7\int \frac{1}{\sqrt{x^2-2x+10}}\,dx.

The first part is immediate with the substitution

u=x22x+10,du=(2x2)dx.u=x^2-2x+10,\qquad du=(2x-2)dx.

So

2x2x22x+10dx=u1/2du=2u=2x22x+10.\int \frac{2x-2}{\sqrt{x^2-2x+10}}\,dx = \int u^{-1/2}\,du = 2\sqrt{u}=2\sqrt{x^2-2x+10}.

Handle the remaining standard form

For the second part, use x1=3tanθx-1=3\tan\theta or recognize the standard formula

dx(x1)2+32=lnx1+(x1)2+9+C.\int \frac{dx}{\sqrt{(x-1)^2+3^2}} = \ln\left|x-1+\sqrt{(x-1)^2+9}\right|+C.

So

71x22x+10dx=7lnx1+x22x+10+C.7\int \frac{1}{\sqrt{x^2-2x+10}}\,dx = 7\ln\left|x-1+\sqrt{x^2-2x+10}\right|+C.

Final answer

Putting both parts together,

2x+5x22x+10dx=2x22x+10+7lnx1+x22x+10+C.\boxed{\int \frac{2x+5}{\sqrt{x^2-2x+10}}\,dx = 2\sqrt{x^2-2x+10}+7\ln\left|x-1+\sqrt{x^2-2x+10}\right|+C}.

Why this works

The numerator was intentionally close to the derivative of the quadratic. That makes decomposition the fastest path. Completing the square then reveals a shifted square-root form, which is one of the most common antiderivatives in calculus.


Pitfalls the pros know 👇 A frequent mistake is trying to force a single substitution on the whole numerator without checking whether the numerator matches the derivative of the radicand. Here it does not match exactly, so you must split 2x+52x+5 into a derivative-like piece plus a constant remainder. Another error is forgetting the absolute value inside the logarithm. For square-root integrals of the form (xa)2+b2\sqrt{(x-a)^2+b^2}, the logarithmic antiderivative needs the absolute value.

What if the problem changes? If the integral were 2x2x22x+10dx\int \frac{2x-2}{\sqrt{x^2-2x+10}}\,dx, then it would collapse to a direct substitution with u=x22x+10u=x^2-2x+10 and the answer would simply be 2x22x+10+C2\sqrt{x^2-2x+10}+C. If the numerator were a pure constant, the antiderivative would instead be the standard logarithmic form. The difficulty changes depending on how closely the numerator matches the derivative of the quadratic.

Tags: complete the square, radical substitution, standard logarithmic integral

FAQ

Why should I complete the square before integrating this radical expression?

Completing the square turns x^2 - 2x + 10 into (x - 1)^2 + 9, which reveals a standard square-root form and makes substitution or a known antiderivative easier to apply.

How do I tell whether the numerator matches the derivative of the radicand?

Differentiate the quadratic inside the square root. Its derivative is 2x - 2, which is close to 2x + 5. Because it is not identical, split the numerator into a matching part and a leftover constant.

chat