Calculus in Math AA begins with the fundamental concepts of limits and derivatives. These form the backbone of differential calculus and are crucial for understanding how functions behave.
A limit describes the value that a function approaches as the input (usually x) gets closer to a specific value. Formally, we write this as:
$$\lim_{x \to a} f(x) = L$$
This means that as x gets arbitrarily close to a, f(x) gets arbitrarily close to L.
Example
Consider the function $f(x) = \frac{x^2 - 1}{x - 1}$. As x approaches 1, this function approaches 2:
$$\lim_{x \to 1} \frac{x^2 - 1}{x - 1} = 2$$
Even though the function is undefined at x = 1, the limit exists.
The derivative of a function represents its rate of change. It's defined as the limit of the difference quotient:
$$f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$$
Geometrically, the derivative at a point gives the slope of the tangent line to the function's graph at that point.
Note
The notation $f'(x)$ is read as "f prime of x" and represents the derivative of f with respect to x.
Understanding how derivatives relate to the behavior of functions is crucial in calculus.
< 0$ on an interval, f(x) is decreasing on that interval.
Example
For $f(x) = x^3 - 3x^2 + 2$, $f'(x) = 3x^2 - 6x$.
Polynomials are the simplest functions to differentiate. The power rule states:
For $f(x) = x^n$, $f'(x) = nx^{n-1}$
This extends to more complex polynomials through the sum rule: the derivative of a sum is the sum of the derivatives.
Example
If $f(x) = 3x^4 - 2x^2 + 5x - 7$, then $f'(x) = 12x^3 - 4x + 5$
The derivative allows us to find equations of tangent and normal lines to curves.
Example
For $f(x) = x^2$ at x = 2: $f(2) = 4$, $f'(2) = 4$ Tangent line: $y - 4 = 4(x - 2)$ Normal line: $y - 4 = -\frac{1}{4}(x - 2)$
Integration is the reverse process of differentiation. The indefinite integral of a function f(x) is written as:
$$\int f(x) dx = F(x) + C$$
Where F(x) is an antiderivative of f(x) and C is an arbitrary constant.
Note
The integral sign $\int$ is an elongated S, representing "sum" as integration can be thought of as the limit of a sum.
These special functions have unique derivative rules:
Example
If $f(x) = 3\sin x + 2e^x$, then $f'(x) = 3\cos x + 2e^x$
These rules allow us to differentiate more complex functions:
Example
Using the chain rule: If $y = \sin(x^2)$, then $y' = \cos(x^2) \cdot 2x$
The second derivative, $f''(x)$, is the derivative of the derivative. It provides information about the concavity of a function:
< 0$, the function is concave down.
Example
For $f(x) = x^3$, $f'(x) = 3x^2$, and $f''(x) = 6x$. $f''(x)$ is positive when x > 0 and negative when x
< 0, indicating a change in concavity at x = 0.
Optimization problems involve finding the maximum or minimum values of a function. This often involves finding where $f'(x) = 0$ or where f'(x) is undefined.
Points of inflection occur where the concavity of a function changes. These are points where $f''(x) = 0$ or $f''(x)$ is undefined.
Kinematics applies calculus to motion. Key relationships:
Indefinite integration is the reverse of differentiation. Some basic integrals:
The definite integral represents the area under a curve between two points:
$$\int_a^b f(x) dx = F(b) - F(a)$$
Where F(x) is an antiderivative of f(x).
A function is continuous at a point if the limit of the function as we approach the point from both sides equals the function's value at that point. Differentiability is a stronger condition than continuity; a function is differentiable at a point if its derivative exists at that point.
L'Hôpital's Rule is used to evaluate limits that result in indeterminate forms like 0/0 or ∞/∞. It states that:
$$\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}$$
Implicit differentiation allows us to find derivatives of functions that are not explicitly defined in terms of y = f(x). We differentiate both sides of the equation with respect to x, treating y as a function of x.
Related rates problems involve finding how the rate of change of one quantity relates to the rate of change of another quantity.
Inverse trigonometric functions have specific derivative and integral rules:
This technique involves making a substitution to simplify the integrand. If $u = g(x)$, then:
$$\int f(g(x))g'(x) dx = \int f(u) du$$
This technique is based on the product rule and is useful for integrating products of functions. The formula is:
$$\int u dv = uv - \int v du$$
Volumes of solids formed by rotating a region bounded by a curve around an axis can be calculated using integrals:
Differential equations involve relationships between a function and its derivatives. In Math AA HL, students study:
These involve approximating solutions using methods like Euler's method.
These are equations where variables can be separated:
$$\frac{dy}{dx} = f(x)g(y)$$
These are equations of the form:
$$\frac{dy}{dx} = f(\frac{y}{x})$$
This method is used for first-order linear differential equations:
$$\frac{dy}{dx} + P(x)y = Q(x)$$
The integrating factor is $e^{\int P(x) dx}$.
Maclaurin series are Taylor series centered at x = 0. They represent functions as infinite sums of terms:
$$f(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + \frac{f'''(0)}{3!}x^3 + ...$$
This comprehensive overview covers the main topics in Calculus for Math AA, providing a solid foundation for both SL and HL students. Remember that practice is key to mastering these concepts!