Some Special Integrals

Some special integrals

graph TB A[Some special integrals] A --> B[Basic integrals] A --> C[Trigonometric integrals] A --> D[Integration by parts] A --> E[Partial fractions] B --> F["Integral of x^n"] B --> G["Integral of e^x"] C --> H["Integral of sin(x)"] C --> I["Integral of cos(x)"] D --> J["Integral of u dv"] E --> K["Integral of (A/x-a)"] F --> L["∫x^n dx = (1/n+1)x^(n+1) + C"] G --> M["∫e^x dx = e^x + C"] H --> N["∫sin(x) dx = -cos(x) + C"] I --> O["∫cos(x) dx = sin(x) + C"] J --> P["∫u dv = uv - ∫v du"] K --> Q["∫(A/x-a) dx = A ln|x-a| + C"]


Table of Contents