New Reply

How do I write an integral from a to b in latex?

 
Share Thread Thread Tools
Sep20-12, 05:36 AM   #1
 
Recognitions:
Gold Membership Gold Member

How do I write an integral from a to b in latex?


As the title suggests, I can only see how to write an integral like:



But how would I write an integral like the following?

PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Sep20-12, 05:46 AM   #2

Math 2012
 
Recognitions:
Science Advisor Science Advisor
Quote by phosgene View Post
As the title suggests, I can only see how to write an integral like:



But how would I write an integral like the following?

Put a subscript and a superscript on the \int, e.g. \int_{a}^{b}
Sep20-12, 06:27 AM   #3
 
Recognitions:
Gold Membership Gold Member
Oh, argh! Why didn't I think of that? Anyway, thanks :)
Sep20-12, 07:38 AM   #4
 

How do I write an integral from a to b in latex?


Try this link:

http://en.wikibooks.org/wiki/LaTeX/Mathematics
Sep20-12, 09:45 AM   #5
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
See this: http://www.physicsforums.com/showpos...17&postcount=3
Sep21-12, 10:06 PM   #6
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Also, if you see an example of what you want to do, just right click on it and select to show math as Tex commands to see the code. You can copy/paste from that.
Mar7-13, 03:33 PM   #7
 
Quote by phosgene View Post
As the title suggests, I can only see how to write an integral like:



But how would I write an integral like the following?

how do i make the size and font look like that iwth latex? is that latex or a link to an image?
Mar7-13, 03:38 PM   #8
 
Admin
Blog Entries: 5
Quote by whatlifeforme View Post
how do i make the size and font look like that iwth latex? is that latex or a link to an image?
It's just an image.
Mar7-13, 03:53 PM   #9
 
Mentor
Here's the actual LaTeX for phosgene's two integrals:

$$F = \int {f(x) dx}$$

$$\int_a^b {f(x) dx}$$

The right-click trick should work on those. Or control-click if you're using a Mac, like I am.
Mar7-13, 03:56 PM   #10
 
Mentor
Quote by phosgene View Post
As the title suggests, I can only see how to write an integral like:



But how would I write an integral like the following?

Quote by AlephZero View Post
Put a subscript and a superscript on the \int, e.g. \int_{a}^{b}
As long as the subscripts/superscripts are single characters, as in the above, you can omit the braces around the sub-/superscript. The following will render exactly the same:
\int_a^b

When there are two or more characters (e.g. 2x, -3, etc.) you need the braces around the entire expression, as in this example:
\int_{-2}^{3x}
Mar7-13, 06:29 PM   #11
 
Quote by jtbell View Post
Here's the actual LaTeX for phosgene's two integrals:

$$F = \int {f(x) dx}$$

$$\int_a^b {f(x) dx}$$

The right-click trick should work on those. Or control-click if you're using a Mac, like I am.
mine looks smaller for some reason.

[itex]\int_a^b {f(x) dx}[/itex]
Mar7-13, 07:14 PM   #12
 
Blog Entries: 47
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
tex [tex] \int_a^b {f(x) dx}[/tex]

itex [itex] \int_a^b {f(x) dx}[/itex]

itex with \displaystyle [itex] \displaystyle\int_a^b {f(x) dx}[/itex]
New Reply
Thread Tools


Similar Threads for: How do I write an integral from a to b in latex?
Thread Forum Replies
LaTeX how do I write an equation Math & Science Software 5
Is it possible to write functions in latex for figure positioning? Math & Science Software 2
Write Two Equations at the Same Line in Latex Math & Science Software 7
How do I write with Latex? General Math 3
How to create PDF documents and write in LaTex? Math & Science Software 6