I Can Differentiating a Simple Fraction Simplify Complex Integration?

  • I
  • Thread starter Thread starter garylau
  • Start date Start date
  • Tags Tags
    Function Integrate
garylau
Messages
70
Reaction score
3
Sorry how to integrate this function from step1 to step 2(see the circle inside the picture)

it looks too complicated
i can't help with it
i cannot use partial fraction to do because it looks hard to decompose it
thank
 

Attachments

  • images (11).jpg
    images (11).jpg
    31.4 KB · Views: 445
Physics news on Phys.org
I thought partial fractional decomposition required both numerator and denominator to be polynomials?
 
  • Like
Likes garylau
We're trying to integrate
\frac{z-Ru}{(R^2 + z^2 - 2Rzu)^{\frac{3}{2}}}

We can rewrite this as:

\frac{R}{(2Rz)^{\frac{3}{2}}} \frac{\frac{z}{R} - u}{(\frac{R^2 + z^2}{2Rz} - u)^\frac{3}{2}}

Now \frac{\frac{z}{R} - u}{(\frac{R^2 + z^2}{2Rz} - u)^\frac{3}{2}} is of the form

(A-u)(C-u)^\alpha

with A = \frac{z}{R}, C = \frac{R^2 + z^2}{2Rz}, \alpha = \frac{-3}{2}

Here's the general way to integrate such expressions:

Rewrite this as:
((A-C) + (C-u))(C-u)^\alpha = (A-C) (C-u)^\alpha + (C-u)^{\alpha+1}

We can easily integrate these terms, to get:

-\frac{A-C}{\alpha+1} (C-u)^{\alpha+1} - \frac{1}{\alpha+2} (C-u)^{\alpha+2}
= -\frac{(C-u)^{\alpha+1}}{(\alpha+1)(\alpha+2)} ((A-C)(\alpha+2) + (C-u)(\alpha+1))
= -\frac{(C-u)^{\alpha+1}}{(\alpha+1)(\alpha+2)} (A (\alpha+2) - C - u(\alpha+1))

So if you plug in our known values for A, C, \alpha, you should get the desired result (after some simplification).
 
  • Like
Likes Battlemage! and garylau
stevendaryl said:
We're trying to integrate
\frac{z-Ru}{(R^2 + z^2 - 2Rzu)^{\frac{3}{2}}}

We can rewrite this as:

\frac{R}{(2Rz)^{\frac{3}{2}}} \frac{\frac{z}{R} - u}{(\frac{R^2 + z^2}{2Rz} - u)^\frac{3}{2}}

Now \frac{\frac{z}{R} - u}{(\frac{R^2 + z^2}{2Rz} - u)^\frac{3}{2}} is of the form

(A-u)(C-u)^\alpha

with A = \frac{z}{R}, C = \frac{R^2 + z^2}{2Rz}, \alpha = \frac{-3}{2}

Here's the general way to integrate such expressions:

Rewrite this as:
((A-C) + (C-u))(C-u)^\alpha = (A-C) (C-u)^\alpha + (C-u)^{\alpha+1}

We can easily integrate these terms, to get:

-\frac{A-C}{\alpha+1} (C-u)^{\alpha+1} - \frac{1}{\alpha+2} (C-u)^{\alpha+2}
= -\frac{(C-u)^{\alpha+1}}{(\alpha+1)(\alpha+2)} ((A-C)(\alpha+2) + (C-u)(\alpha+1))
= -\frac{(C-u)^{\alpha+1}}{(\alpha+1)(\alpha+2)} (A (\alpha+2) - C - u(\alpha+1))

So if you plug in our known values for A, C, \alpha, you should get the desired result (after some simplification).

where is this form
(A-u)(C-u)^\alpha
coming from

and Where do you got ((A-C) + (C-u))(C-u)^\alpha = (A-C) (C-u)^\alpha + (C-u)^{\alpha+1} this equation from?

thank
 
Last edited:
garylau said:
where is this form
(A-u)(C-u)^\alpha
coming from

He's just substituting there. A and C are the two terms that have r and z in it. In the first step he just rearranged it to get u by itself in both the numerator and deniminator, so that he could make the substitution.

The second part is just adding and subtracting C, and then using the associstive property. You'll note that A - u = A + C - C - u.
 
  • Like
Likes garylau
Honestly that's a really clever trick and I think I'm going to commit this one to memory.
 
garylau said:
where is this form
(A-u)(C-u)^\alpha
coming from

and Where do you got ((A-C) + (C-u))(C-u)^\alpha = (A-C) (C-u)^\alpha + (C-u)^{\alpha+1} this equation from?

thank
I suspect both of those relationships came from a book of integrals.
 
  • Like
Likes garylau and Greg Bernhardt
garylau said:
where is this form
(A-u)(C-u)^\alpha
coming from

The integrand is (after factor out the factor \frac{2R}{(2Rz)^{3/2}}):

\frac{\frac{z}{R} - u}{(\frac{R^2 + z^2}{2Rz} - u)^{3/2}}

That's the same as:

(\frac{z}{R} - u)(\frac{R^2 + z^2}{2Rz} - u)^{-3/2}

Now, let A = \frac{z}{R}, C = \frac{R^2 + z^2}{2Rz}, \alpha = -3/2, so you get

(A - u)(C - u)^{\alpha}

...and Where do you got ((A-C) + (C-u))(C-u)^\alpha = (A-C) (C-u)^\alpha + (C-u)^{\alpha+1} this equation from?

Battlemage! explained it above.
 
  • Like
Likes garylau
But the temptation to integrate with respect to ##z## (since ##(z^2-Rzu)'=2(z-Ru)##), then integrate with respect to ##u##, and then differentiate with respect to ##z## is just irresistible...
 
  • Like
Likes Battlemage! and stevendaryl
  • #10
Dragon27 said:
But the temptation to integrate with respect to ##z## (since ##(z^2-Rzu)'=2(z-Ru)##), then integrate with respect to ##u##, and then differentiate with respect to ##z## is just irresistible...
Ye gads, is this not cheating? Would that actually work, and if so is it easier?
 
  • #11
Battlemage! said:
Ye gads, is this not cheating?
It feels so good, that it probably is...
Battlemage! said:
Would that actually work, and if so is it easier?
The integrals in the intermediate steps are much easier, in my opinion (or, maybe, more obvious). In the end you just differentiate a simple fraction, it's not too hard.
 
  • Like
Likes Battlemage!

Similar threads

Back
Top