Integration by Parts: Solving Integrals without Laplace Transforms

shashankac655
1. How to solve integral of (1/(t2-t))dt
2. to be solved without using laplace transforms
3. integral of( uv)= u*(integral of v) -integral of ((u')*(integral of v)) ... right?

integral of (1/t^2-t) = integral of (1/t)*(1/t-1)dt = (1/t-1)*(log t) - integral((-1/(t-1)2
*logt ...i don't know how to continue.
 
Physics news on Phys.org
hi shashankac655! :smile:

Most straightforward way to solve it is using partial fractions.
 
Using shakgoku's suggestion, break up 1/(t2 - t) into A/t + B/(t - 1) and solve for the constants A and B for which the equation 1/(t2 - t) = A/t + B/(t - 1) is an identity (except for t = 0 and t = 1).
 
1/(t2 - t) = A/t + B/(t - 1)

Multiply both sides by t(t - 1). The resulting equation is easy to solve for A & B by setting t = 0 to get A and then t = 1 to get B. This works for this equation since both sides are defined for all t, whereas the previous equation has expressions which are undefined for t = 0 and t = 1.
 
ok thanks...i don't know why i didn't think of that!
 
Or, you can complete the square:

<br /> t^{2} - t = t^{2} - 2 t \, \frac{1}{2} + \left(\frac{1}{2}\right)^{2} - \left(\frac{1}{2}\right)^{2} = \left(t - \frac{1}{2}\right)^{2}- \left(\frac{1}{2}\right)^{2}<br />

and use the hyperbolic substitution:

<br /> t - \frac{1}{2} = \frac{1}{2} \, \cosh{u}<br />
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top