ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Math Deficiency – II
    MD-002
    Progress0 / 32 topics
    Topics
    1. Complex Numbers2. Arithmetic with Complex Numbers (Add, subtract, multiply and divide complex numbers)3. Trigonometric Polar Form of Complex Numbers4. De Moivre's Theorem and nth Roots5. Recursion6. Sequences and Series7. Sigma Notation8. Arithmetic Series9. Geometric Series (Sum infinite and finite geometric series and categorize geometric series)10. Counting with Permutations and Combinations11. Basic Probability12. Binomial Theorem13. Limit: Notation, Graphs to Find Limits, Tables to Find Limits14. Substitution to Find Limits, Rationalization to Find Limits15. One Sided Limits and Continuity16. Rate of Change: Instantaneous Rate of Change17. Tangent Lines and Rates of Change18. Derivatives: The Derivative Function19. Introduction to Techniques of Differentiation20. The Product and Quotient Rules21. Derivatives of Trigonometric Functions22. The Chain Rule23. Derivatives of Logarithmic Functions24. Derivatives of Exponential and Inverse Trigonometric Functions25. Increase, Decrease, and Concavity26. Relative Extrema, Absolute Maxima and Minima27. Integrals: An Overview of the Area Problem28. Area Under a Curve29. The Indefinite Integral30. Integration by Substitution31. The Definition of Area as a Limit; Sigma Notation32. The Definite Integral
    MD-002›The Indefinite Integral
    Math Deficiency – IITopic 29 of 32

    The Indefinite Integral

    7 minread
    1,245words
    Intermediatelevel

    The Indefinite Integral

    The indefinite integral, also known as the antiderivative, is the reverse process of differentiation. It helps in finding original functions when given their derivatives and is fundamental in solving differential equations, physics, and engineering problems.


    1. Definition of the Indefinite Integral

    An indefinite integral of a function f(x)f(x)f(x) is written as:

    ∫f(x) dx=F(x)+C\int f(x) \, dx = F(x) + C∫f(x)dx=F(x)+C

    where:

    • F(x)F(x)F(x) is the antiderivative of f(x)f(x)f(x), meaning F′(x)=f(x)F'(x) = f(x)F′(x)=f(x).
    • CCC is the constant of integration, which accounts for any constant lost during differentiation.

    For example:

    ∫2x dx=x2+C\int 2x \, dx = x^2 + C∫2xdx=x2+C

    because the derivative of x2+Cx^2 + Cx2+C is 2x2x2x.


    2. Basic Rules of Indefinite Integration

    1. Power Rule

    ∫xn dx=xn+1n+1+C,n≠−1\int x^n \, dx = \frac{x^{n+1}}{n+1} + C, \quad n \neq -1∫xndx=n+1xn+1​+C,n=−1

    Example:

    ∫x3 dx=x44+C\int x^3 \, dx = \frac{x^4}{4} + C∫x3dx=4x4​+C

    2. Constant Rule

    ∫k dx=kx+C\int k \, dx = kx + C∫kdx=kx+C

    Example:

    ∫5 dx=5x+C\int 5 \, dx = 5x + C∫5dx=5x+C

    3. Constant Multiple Rule

    ∫kf(x) dx=k∫f(x) dx\int k f(x) \, dx = k \int f(x) \, dx∫kf(x)dx=k∫f(x)dx

    Example:

    ∫3x2 dx=3∫x2 dx=3⋅x33+C=x3+C\int 3x^2 \, dx = 3 \int x^2 \, dx = 3 \cdot \frac{x^3}{3} + C = x^3 + C∫3x2dx=3∫x2dx=3⋅3x3​+C=x3+C

    4. Sum/Difference Rule

    ∫[f(x)±g(x)] dx=∫f(x) dx±∫g(x) dx\int [f(x) \pm g(x)] \, dx = \int f(x) \, dx \pm \int g(x) \, dx∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx

    Example:

    ∫(x2+3x) dx=∫x2 dx+∫3x dx=x33+3x22+C\int (x^2 + 3x) \, dx = \int x^2 \, dx + \int 3x \, dx = \frac{x^3}{3} + \frac{3x^2}{2} + C∫(x2+3x)dx=∫x2dx+∫3xdx=3x3​+23x2​+C

    3. Common Indefinite Integrals

    Function f(x)f(x)f(x) Indefinite Integral ∫f(x) dx\int f(x) \, dx∫f(x)dx
    xnx^nxn (for n≠−1n \neq -1n=−1) xn+1n+1+C\frac{x^{n+1}}{n+1} + Cn+1xn+1​+C
    exe^xex ex+Ce^x + Cex+C
    ln⁡x\ln xlnx xln⁡x−x+Cx \ln x - x + Cxlnx−x+C
    sin⁡x\sin xsinx −cos⁡x+C-\cos x + C−cosx+C
    cos⁡x\cos xcosx sin⁡x+C\sin x + Csinx+C
    sec⁡2x\sec^2 xsec2x tan⁡x+C\tan x + Ctanx+C
    csc⁡2x\csc^2 xcsc2x −cot⁡x+C-\cot x + C−cotx+C
    sec⁡xtan⁡x\sec x \tan xsecxtanx sec⁡x+C\sec x + Csecx+C
    csc⁡xcot⁡x\csc x \cot xcscxcotx −csc⁡x+C-\csc x + C−cscx+C

    4. Example Problems

    Example 1: Compute ∫(3x2+2x−5) dx\int (3x^2 + 2x - 5) \, dx∫(3x2+2x−5)dx

    Using the sum and power rules:

    ∫3x2 dx+∫2x dx−∫5 dx\int 3x^2 \, dx + \int 2x \, dx - \int 5 \, dx∫3x2dx+∫2xdx−∫5dx =3⋅x33+2⋅x22−5x+C= 3 \cdot \frac{x^3}{3} + 2 \cdot \frac{x^2}{2} - 5x + C=3⋅3x3​+2⋅2x2​−5x+C =x3+x2−5x+C= x^3 + x^2 - 5x + C=x3+x2−5x+C

    Example 2: Compute ∫ex+1x dx\int e^x + \frac{1}{x} \, dx∫ex+x1​dx

    Using the table of integrals:

    ∫ex dx+∫1x dx\int e^x \, dx + \int \frac{1}{x} \, dx∫exdx+∫x1​dx =ex+ln⁡∣x∣+C= e^x + \ln |x| + C=ex+ln∣x∣+C

    5. Applications of Indefinite Integrals

    • Physics: Finding velocity from acceleration, displacement from velocity.
    • Engineering: Solving differential equations in circuits and mechanics.
    • Economics: Computing demand and supply functions.
    • Probability: Determining cumulative distribution functions.

    The indefinite integral is essential for solving problems where the original function needs to be reconstructed from its rate of change.

    Previous topic 28
    Area Under a Curve
    Next topic 30
    Integration by Substitution

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time7 min
      Word count1,245
      Code examples0
      DifficultyIntermediate