How do you find the indefinite integral of #int sqrt [(144x^2) + 196] / x dx#?
1 Answer
Explanation:
Some manipulation will be involved. First, simplify the square root.
#intsqrt(144x^2+196)/xdx=2intsqrt(36x^2+49)/xdx#
Multiply the integrand by
#=2int(36x^2+49)/(xsqrt(36x^2+49))dx#
Let
Since we already have the
#=2int(36x(36x^2+49))/(36x^2sqrt(36x^2+49))dx#
We can rearrange this so that we have
#=2int(36x^2+49)/(36x^2)((36x)/sqrt(36x^2+49))dx#
For the remaining part of the portion that is not part of the
In the numerator, we have
In the denominator, since
Combining these with what we've already found, we see the integrand equals:
#=2intu^2/(u^2-49)du#
To integrate this, we must split up this fraction. You can do so through polynomial long division, or by writing
#=2int(u^2-49+49)/(u^2-49)du=2int1+49/(u^2-49)du#
The integrand can be split up and we can easily integrate the first portion (the constant of integration will be added at the end):
#=2intdu+98int1/(u^2-49)du=2u+98int1/(u^2-49)du#
To integrate the remaining piece, write
#1/((u+7)(u-7))=A/(u+7)+B/(u-7)#
#1=A(u-7)+B(u+7)#
Setting
Setting
Thus,
#2u+98int1/(u^2-49)du=2u+98int1/(14(u-7))du+98int1/(14(u+7))du#
#=2u+7int1/(u-7)du-7int1/(u+7)du#
Both of these are in the form
#=2u+7ln(abs(u-7))-7ln(abs(u+7))+C#
Using
#=2sqrt(36x^2+49)+7ln(abs(sqrt(36x^2+49)-7))-7ln(sqrt(36x^2+49)+7)+C#
The absolute value brackets are not needed for