MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Integral of Associated Legendre polynomial

  • To: mathgroup at smc.vnet.net
  • Subject: [mg114817] Integral of Associated Legendre polynomial
  • From: "Dr. C. S. Jog" <jogc at mecheng.iisc.ernet.in>
  • Date: Fri, 17 Dec 2010 23:49:03 -0500 (EST)

Hi:

When I give the command

Assuming[n \[Element] Integers,
Integrate[LegendreP[n,2,x]/(1-x^2),{x,-1,1}]]

I get

            LegendreP[n, 2, x]
 Integrate[------------------, {x, -1, 1}]
                      2
                 1 - x

instead of getting n(n+1)(1+(-1)^n)/2

However, if I put specific values of n such as 4,5 etc, I do get the 
correct answer.

Regards

C. S. Jog



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



  • Prev by Date: Re: Placing the "&"
  • Next by Date: Re: NMinimize::nrnum:
  • Previous by thread: Re: bibtex support in Mathematica 8
  • Next by thread: Re: Integral of Associated Legendre polynomial