Calculus
Core Calculus Formulas and Concepts

Overview

This foundational topic introduces essential calculus formulas and rules used throughout the subject. Whether you're evaluating limits, computing derivatives, or applying integrals, these core concepts form the building blocks for understanding and mastering calculus.

Key Concepts and Formulas

Quick Tip

Focus on recognizing patterns: If you know how to differentiate x^n, sin x, and e^x, you'll spot their integrals more easily. Build fluency through repetition.

Practice Problems

  1. Differentiate the function: f(x) = 3x^2 + 5x - 7
    Show Solution

    Step 1: Use the power rule: \frac{d}{dx}(x^n) = nx^{n-1}

    Step 2: Differentiate each term:

    • \frac{d}{dx}(3x^2) = 6x
    • \frac{d}{dx}(5x) = 5
    • \frac{d}{dx}(-7) = 0

    Final Answer: f'(x) = 6x + 5

  2. Evaluate the definite integral: \int_1^3 (2x) dx
    Show Solution

    Step 1: Find the antiderivative of 2x: \int 2x dx = x^2 + C

    Step 2: Apply the limits: F(3) - F(1) = 9 - 1 = 8

    Final Answer: 8