Is this an acceptable route to take for solving this integral involving roots:

  • Thread starter Thread starter LearninDaMath
  • Start date Start date
  • Tags Tags
    Integral Roots
LearninDaMath
Messages
295
Reaction score
0
\int\frac{2}{(x+3)\sqrt{x+10}}dx

_____________________________________
First thing would be u-substitution, finding what I can replace in terms of u:

let u=\sqrt{x+10}

\frac{du}{dx}=\frac{1}{2}(x+10)^{\frac{1}{2}-\frac{2}{2}}(x+10)'

du=\frac{1}{2\sqrt{x+10}}dx → dx=2\sqrt{x+10}du
______________________________________

Then replace those substitutions into the integral and simplify what I can:


\int\frac{(2)(2)\sqrt{x+10}du}{(x+3)\sqrt{x+10}} → 4\int\frac{du}{(x+3)}

Then realize I still have an x term and figure out a way to arrange the previous substitutions to eliminate the remaining x term

[u^{2}-10=x] → [u^{2}-10+3=x+3] → [u^{2}-7=x+3]

4\int\frac{1}{u^{2}-7}du ...And then partial fractions from here


Is this a correct track so far?
 
Physics news on Phys.org
Looks good.
 
Cool, thanks, so in proceeding into partial fractions, I am a little hesitant in how to set it up. I have two ways in mind.

________________________________________
Attempt 1:

4\int\frac{1}{u^{2}-7} = \frac{Au+B}{u^{2}-7}

[1 = Au + B], ? Maybe B = 1, but then what does A equal? Would A=0?

Setting up like this doesn't feel right, but I'm not exactly sure why.
Reason1: I think the goal of partial fractions is to turn 1 fraction into more than one fraction.
Reason2: Setting the numerators equal to each other in this configuration does not allow for solving for u.
__________________________________________
Attempt 2:

4\int\frac{1}{u^{2}-7} = \frac{A}{u+\sqrt{7}}+\frac{B}{u-\sqrt{7}}

Which becomes: 1=A(u-\sqrt{7})+B(u+\sqrt{7}) → 1 = u(A+B) + (\sqrt{7}-\sqrt{7} →

1 = u(A+B) ...which doesn't seem like something that can be solved for A or B.
___________________________________________Which of these methods would be correct or incorrect?
 
Last edited:
The second method you used is correct: partial fractions is used to split a rational function, one that cannot be simplified by dividing, up into simpler rational functions with only linear or unfactorable quadratic terms in the denominators. These terms are the factors of the original denominator.
To solve your equation for A and B separately, you must realize you actually have a system of an infinite amount of equations. Since all you did was break the fraction into additive components, the equation must be true for every value of u. Simply choose a value of u that removes all of the variables but one. For example, you can choose the particular case when u = \sqrt{7}, which allows you to solve for the value of B. You can use another value of u to find an equation where B is not present and solve for the value of A.
 
<br /> A(u - \sqrt 7) + B(u + \sqrt 7) = (A + B)u + (B - A)\sqrt 7 = 1<br /> thus <br /> A + B = 0<br /> \\ (B - A)\sqrt 7 = 1<br />
 
Thanks, from there, I have tried to work it out, however it just doesn't feel correct for some reason. These are all the steps I made, is it correct?4\int\frac{1}{u^{2}-7} = \frac{A}{u+\sqrt{7}}+\frac{B}{u-\sqrt{7}}<br /> A(u - \sqrt 7) + B(u + \sqrt 7) = (A + B)u + (B - A)\sqrt 7 = 1<br /> thus <br /> A + B = 0<br /> \\ (B - A)\sqrt 7 = 1<br />

[A + B = 0]<br /> \\ \sqrt 7B - \sqrt 7A = 1<br />

[\sqrt7B + \sqrt 7A = 0]<br /> \\ \sqrt 7B - \sqrt 7A = 1 (subtracting to solve for B)

2\sqrt{7}A=-1 → A=-\frac{1}{2\sqrt{7}}

Subbing A into [A + B = 0] → B = \frac{1}{2\sqrt{7}}

So,

4\int\frac{1}{u^{2}-7} = \frac{A}{u+\sqrt{7}}+\frac{B}{u-\sqrt{7}} becomes4\int\frac{1}{u^{2}-7}= \int\frac{\frac{1}{2\sqrt7}}{u+\sqrt{7}}+\int\frac{-\frac{1}{2\sqrt7}}{u-\sqrt{7}}4\int\frac{1}{u^{2}-7}= \frac{1}{2\sqrt7}\int\frac{1}{u+\sqrt{7}}-\frac{1}{2\sqrt7}\int\frac{1}{u-\sqrt{7}}
\frac{1}{2\sqrt7}ln|u+\sqrt{7}|-\frac{1}{2\sqrt7}ln|u+\sqrt{7}|+C

\frac{1}{2\sqrt7}ln|\sqrt{x+10}+\sqrt{7}|-\frac{1}{2\sqrt7}ln|\sqrt{x+10}+\sqrt{7}|+C
 
You computed A and B correctly, but when you plugged them into the integral you swapped their signs for some reason. Apart from this (and the subsequent error) everything seems OK.
 

Similar threads

Back
Top