Calculus

Key Concepts in Calculus: Derivatives and Integrals

Derivatives

  • The derivative of a function (f'(x)) represents the rate of change of that function with respect to x.

  • When differentiating a term, the power of x is reduced by one:

    • Example: If f(x) = ax^n, then f'(x) = nax^(n-1).

Antiderivatives

  • The antiderivative (or integral) is the reverse process of differentiation.

  • If you have f'(x), the antiderivative is often denoted as F(x).

  • Integrating a function increases the power of x by one:

    • Example: If f(x) = ax^n, then the antiderivative F(x) = (a/n+1)x^(n+1) + C, where C is a constant.

Integrating Simple Functions

Constant Functions

  • If f(x) = k (a constant), then F(x) = kx + C.

Power Functions

  • For f(x) = ax^n:

    • The antiderivative is F(x) = (a/n+1)x^(n+1) + C.

    • Important note: This applies for any real number n, except for n = -1.

Example: Integrate 2x

  • f(x) = 2x

  • Antiderivative: F(x) = 2*(1/2)x^(2) + C = x^2 + C.

Product and Chain Rules

  • When dealing with products and composing functions, the product rule and chain rule apply:

    • Product Rule:

      • f(x) = u(x)v(x) leads to f'(x) = u'v + uv'.

    • Chain Rule:

      • If y = f(g(x)), then dy/dx = f'(g(x))g'(x).

Expanding and Integrating Polynomials

  • When integrating polynomials, expand the expressions first if applicable:

    • Example: To integrate (2x + 1)²:

      • Expand: 4x² + 4x + 1.

      • Antiderivative: (4/3)x³ + 2x² + x + C.

Finding Constants (C)

  • The constant C in an antiderivative can be found if initial conditions are provided.

  • Example: If f(0) = k, substitute x = 0 into F(x) = ... to solve for C.

Area Under the Curve

  • The definite integral from a to b gives the area under the curve of f(x) between x = a and x = b.

  • Formula:

    • ∫[a,b] f(x)dx = F(b) - F(a) where F is the antiderivative of f.

Practice Problems

  • Differentiate and integrate the following examples to reinforce skills:

    • Differentiate: f(x) = 3x² + 5x - 2

    • Integrate: f(x) = x² + 3x + 2

    • Calculate the area under the curve for f(x) = x² from a to b.

Additional Resources

  • Use a graphing calculator or software to visualize functions and understand how integration affects areas under curves.

  • Practice basic derivative and integral formulas regularly.