32 lines
		
	
	
		
			937 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			32 lines
		
	
	
		
			937 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								title: Integration Rules
							 | 
						||
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								## Integration Rules
							 | 
						||
| 
								 | 
							
								As with differentiation, we use a variety of rules when integrating functions. Below are a few of the most common.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								**The Constant Rule:**
							 | 
						||
| 
								 | 
							
								∫k dx = kx + C   where k is a constant
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								**The Power Rule:**
							 | 
						||
| 
								 | 
							
								∫ x<sup>n</sup> dx =  + <sup>x<sup>n+1</sup></sup>⁄<sub>n+1</sub> + C when n ≠ 1         
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								**Exponential Rule:**
							 | 
						||
| 
								 | 
							
								∫ e<sup>kx</sup> dx = <sup>1</sup>⁄<sub>kx</sub>  e<sup>kx</sup> + C  where k is a constant
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								**Trigometric Rules:**
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								∫ cos(x) dx = sin(x) + C
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								∫ sin(x) dx = -cos(x) + C
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								**Sum/Difference Rules:**
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								∫[f(x) + g(x)]dx = ∫f(x)dx + ∫g(x)dx
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								∫[f(x) - g(x)]dx = ∫f(x)dx - ∫g(x)dx
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#### More Information:
							 | 
						||
| 
								 | 
							
								[Basic Rules with Examples](http://archive.learnhigher.ac.uk/resources/files/Numeracy/Integration_webversion.pdf)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[In Depth Guide to Integrals](http://tutorial.math.lamar.edu/pdf/Calculus_Cheat_Sheet_Integrals.pdf)
							 |