Re: problem involving integration by parts




On Wed, 24 Jan 2007, woodland wrote:

Hi

I am trying to solve one indefinite integral

int x*exp(2x)/(2x+1)^2 dx

Now when we try to solve integral 'int u*v dx' where u and v are two
functions, we have to choose one of them to be integrated in the first
step. So I chose (x)/(2x+1)^2
as the term which I keep as it is in the first term. But
I will have to differentiate this function in the second term. I got
stuck after that and couldnt solve the integral. Can anybody give me a
hint to proceed.

Regards
wood

It is a nasty one, you have to experiment. I tried

x*exp(2*x) to be integrated, but the integral gets me

(1/4)*(2*x-1)*exp(2*x)

which has the minus sign in the wrong place.

So, reverse the strategy!

Cheers, ZVK(Slavek).
.



Relevant Pages

  • Re: Problems with my little c-program
    ... A pointer is not an int. ... By the way, you're not using a stack here, in the conventional sense. ... and when you reverse the file you're ...
    (comp.lang.c)
  • Re: Highly efficient string reversal code
    ... written this code to reverse a string in place. ... int reverse{ ... size_t lgh; ... char * my_strrev{ ...
    (comp.lang.c)
  • Re: A constructor question
    ... > int a; ... If reverse then reverse. ... It's nonsense to have type X member in Y and type Y member in X at the ...
    (comp.lang.cpp)
  • Re: Reverse Iteration Through Integers
    ... 'Int' object is not iterable". ... The simplest way is to turn the integer to a string: ... then reverse the string: ... I'll leave that as an exercise too. ...
    (comp.lang.python)
  • Re: Highly efficient string reversal code
    ... written this code to reverse a string in place. ... int reverse{ ... size_t revstring(char *stg) ... size_t lgh; ...
    (comp.lang.c)