How to Specify an Interval in Mathematica for the Integrate Function?

  • Thread starter Thread starter BCox
  • Start date Start date
  • Tags Tags
    Mathematica
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
BCox
Messages
16
Reaction score
0
Hello:

I would like to use Mathematica Integrate function. But how do I specify the following interval

(0 , Pi/2 ]

?

When I write

L \[Element] (0, Pi/2]

It simply bolds ( and ] in orange in error.

How do I get Mathematica to recognize that for the integrand, my value L is in (0, Pi/2]?
 
Physics news on Phys.org
i don't understand how including 0 in your integration would change the answer anyhow.. its an integration!
 
elduderino said:
i don't understand how including 0 in your integration would change the answer anyhow.. its an integration!

I don't think he is integrating over [itex]L[/itex]. I think [itex]L[/itex] is a parameter that occurs in the integrand, and its value affects whether the integral converges, and to which value.

A simple example is the integral

[tex]\int_0^{\infty}e^{-kx}dx[/itex]<br /> <br /> which only converges for [itex]k>0[/itex][/tex]
 
gabbagabbahey said:
I don't think he is integrating over [itex]L[/itex]. I think [itex]L[/itex] is a parameter that occurs in the integrand, and its value affects whether the integral converges, and to which value.

A simple example is the integral

[tex]\int_0^{\infty}e^{-kx}dx[/itex]<br /> <br /> which only converges for [itex]k>0[/itex][/tex]
[tex] <br /> Yes, exactly. L pertains to the integrand.[/tex]