How do I insert integral signs in LaTeX?

  • Context: LaTeX 
  • Thread starter Thread starter n77ler
  • Start date Start date
  • Tags Tags
    Integrals Latex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
n77ler
Messages
89
Reaction score
0
I don't even know how to put integration signs on this someone help, this is ridiculous lol
 
Last edited:
Physics news on Phys.org
Do you mean you want to type [tex]\int_a^b[/tex] ? :confused:

If so, you just type [noparse][tex]\int_a^b[/tex][/noparse]. :smile:
 
no there are no boundaries
 
Nvm I can't even write the integral sign I am not going to show all my workings
 
Last edited:
[tex]\int[/tex]y^7e^y^4dy

let u =y^7, du=y^8/8 dv=e^y^4 let w=y^4, dw=4y^3dy, 1/4dw=y^3dw

v=1/4 [tex]=int[/tex] e^w dw
=(y^7)(1/4e^y^4) - (1/4)(1/8) [tex]\int[/tex] y^8 e^y^4

It doesn't seem like I've made this any simpler at all?
 
Last edited:
erm … to get
[tex]\int y^7e^y^4dy[/tex]

let [tex]u =y^7, du=y^8/8 dv=e^y^4 let w=y^4, dw=4y^3dy, 1/4dw=y^3dw\,,[/tex]​

type
[noparse][tex]\int y^7e^y^4dy[/tex]

let [tex]u =y^7, du=y^8/8 dv=e^y^4 let w=y^4, dw=4y^3dy, 1/4dw=y^3dw\,,[/tex][/noparse]​

You see, you must put [noparse][tex]and[/tex][/noparse] around the whole of your formula, not just the \int.

And you must always put the \ before the int. :smile:

I suggest you "bookmark":
http://www.physics.udel.edu/~dubois/lshort2e/node61.html#SECTION008100000000000000000
and maybe
http://www.physics.udel.edu/~dubois/lshort2e/node54.html#SECTION00830000000000000000​
 
Last edited by a moderator:
[tex]\int y^7e^{y^4} dy[/tex]

Let [itex]w=y^4 \Rightarrow \frac{dw}{dy}=4y^3 \Rightarrow \frac{dw}{4}=y^3 dy[/itex]

[tex]\int y^7e^{y^4} dy \equiv \int (y^4)e^{y^4} (y^3 dy) \equiv \int \frac{1}{4} we^w dw[/tex]


Easier now.