DestoryJar
New member
- Joined
- Feb 8, 2017
- Messages
- 2
Hey guys,
I am currently working on a problem where I can not integrate due to an extra variable; I'm sure I'm most likely making a mistake, but I just can't seem to figure it out.
Question:
My work so far (int is just shorthand for integral):
From this point, I do not know how to solve using a partial fraction decomposition due to p making it impossible to solve for A, B, C, etc..
If anyone can help me or give me an alternate means of finding a solution, that would be great!!!
Thanks,
DestoryJar
I am currently working on a problem where I can not integrate due to an extra variable; I'm sure I'm most likely making a mistake, but I just can't seem to figure it out.
Question:
Code:
For what values of p is the following integral convergent?
Integral of (X^p)ln(x)dx from 1 to infinite.
My work so far (int is just shorthand for integral):
Code:
u=ln(x) du=(1/x)dx dv=x^p v=(x^(p+1))/(P+1) --> ln(x)x^p - int((x^(p+1))/((P+1)(1/x)dx))
From this point, I do not know how to solve using a partial fraction decomposition due to p making it impossible to solve for A, B, C, etc..
If anyone can help me or give me an alternate means of finding a solution, that would be great!!!
Thanks,
DestoryJar