Calculus Basic Tricks
Calculus Basic Tricks
1. Differential Calculus: Deals with the concept of the derivative, which represents the rate of
change of a function.
2. Integral Calculus: Deals with the concept of the integral, which represents the accumulation of
quantities.
The derivative of a function represents how the function changes as its input changes. It is the
slope of the tangent line to the curve of the function at any given point.
Where:
\[
\]
3. Sum Rule: The derivative of a sum of functions is the sum of the derivatives.
\frac{d}{dx} [f(x) \cdot g(x)] = f{\prime}(x) \cdot g(x) + f(x) \cdot g{\prime}(x)
The integral of a function represents the accumulation of quantities, such as area under a curve.
\int f(x) \, dx
This is the area under the curve f(x) from a point a to a point b.
= \frac{3x^3}{3} + \frac{4x^2}{2} - 5x + C
= x^3 + 2x^2 - 5x + C
Exercises:
Exercise 1:
Exercise 2:
Find the integral of f(x) = 6x^2 + 3x + 2.