Question: Cauchy Principle value

Hello,

I am wondering if anyone knows why Maple gives different results calling this directly and applying the definition.  For example:

 

int(1/(4*sin(x)-3*cos(x)), x = -(1/2)*Pi .. (1/2)*Pi, 'CauchyPrincipalValue')

-(2/5)*ln(2)

 

vs.

 

 

limit(Int(1/(4*sin(x)-3*cos(x)), x = -(1/2)*Pi .. arctan(3/4)-e)+Int(1/(4*sin(x)-3*cos(x)), x = arctan(3/4)+e .. (1/2)*Pi), e = 0, right)

-(2/5)*ln(2)-(1/5*I)*Pi

 

What is the difference?

Please Wait...