1: Review of antiderivatives | Course - StudyGenius | StudyGenius

Course Progress

Victories 0/63
Finished 0/63

StudyGenius Logo

1: Review of antiderivatives

Choose your name

BinarySystem

Your opponent is:

BinarySystem

1,257 pts

4 days ago

Choose your name

BinarySystem

Your opponent is

BinarySystem

1,257 pts
4 days ago
The quiz will be on the following text — learn it for the best chance to win.

Section 1: Integration Techniques - 1: Review of Antiderivatives

A function F(x)F(x) is an antiderivative of f(x)f(x) if F(x)=f(x)F'(x) = f(x). Finding antiderivatives, or indefinite integration, is the reverse process of differentiation, symbolized by the integral sign: f(x)dx=F(x)+C\int f(x) dx = F(x) + C. The constant of integration CC is crucial, representing the infinite family of functions differing by a constant that all share the same derivative.

Mastering basic antiderivative formulas is essential. Recall these fundamental results:

  • Power Rule (for n1n \neq -1): xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C
  • Exponential Functions:
    exdx=ex+C\int e^x dx = e^x + C,
    axdx=axlna+C\int a^x dx = \frac{a^x}{\ln a} + C (a>0a > 0, a1a \neq 1)
  • Reciprocal: 1xdx=lnx+C\int \frac{1}{x} dx = \ln|x| + C
  • Trigonometric Functions:
    • sin(x)dx=cos(x)+C\int \sin(x) dx = -\cos(x) + C
    • cos(x)dx=sin(x)+C\int \cos(x) dx = \sin(x) + C
    • sec2(x)dx=tan(x)+C\int \sec^2(x) dx = \tan(x) + C
    • csc2(x)dx=cot(x)+C\int \csc^2(x) dx = -\cot(x) + C
    • sec(x)tan(x)dx=sec(x)+C\int \sec(x)\tan(x) dx = \sec(x) + C
    • csc(x)cot(x)dx=csc(x)+C\int \csc(x)\cot(x) dx = -\csc(x) + C
  • Hyperbolic Functions:
    cosh(x)dx=sinh(x)+C\int \cosh(x) dx = \sinh(x) + C,
    sinh(x)dx=cosh(x)+C\int \sinh(x) dx = \cosh(x) + C
  • Constants: kdx=kx+C\int k dx = kx + C (kk constant)

Integration is linear. This means you can integrate term-by-term and pull constants outside the integral:
[cf(x)±g(x)]dx=cf(x)dx±g(x)dx\int [c \cdot f(x) \pm g(x)] dx = c \cdot \int f(x) dx \pm \int g(x) dx (where cc is a constant).

The Fundamental Theorem of Calculus, Part 1 links antiderivatives directly to definite integrals. If F(x)F(x) is an antiderivative of f(x)f(x) (i.e., F(x)=f(x)F'(x) = f(x)) and f(x)f(x) is continuous on [a,b][a, b], then:
abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) dx = F(b) - F(a)
This theorem transforms the problem of evaluating the net area under a curve into finding an antiderivative and computing a difference. Always verify the function is continuous over the interval.