Earth Science: Course Overview and First-Lectures Notes

Introduction to Calculus is a fundamental branch of mathematics specifically focused on the study of limits, functions, derivatives, integrals, and infinite series. A key concept within calculus is limits, which describe the value a function approaches as its input value gets closer to some specific point, often denoted as \lim_{x \to c} f(x) = L.

Another crucial concept is derivatives, which measure the instantaneous rate at which a function changes in response to a change in its input. This is commonly represented by f'(x) or \frac{dy}{dx}. Derivatives have numerous applications, including optimization problems, related rates, and calculating velocity and acceleration.

Integrals, on the other hand, deal with the accumulation of quantities and are often visualized as the area under a curve. There are two main types: definite integrals, expressed as \int_{a}^{b} f(x) dx, which calculate the exact area between two specific points a and b; and indefinite integrals, written as \int f(x) dx = F(x) + C, which represent the entire family of antiderivatives of a function, where C is the constant of integration.

The Fundamental Theorem of Calculus (FTC) serves as a critical link between the processes of differentiation and integration. The first part states that if we define a function F(x) as the integral of another function f(t) from a constant a to x (i.e., F(x) = \int{a}^{x} f(t) dt), then the derivative of F(x) is simply f(x), i.e., F'(x) = f(x). The second part of the FTC provides a method for evaluating definite integrals: if F is any antiderivative of f, then the definite integral of f(x) from a to b is given by the difference F(b) - F(a), or \int{a}^{b} f(x) dx = F(b) - F(a).

Calculus is also extensively applied in various fields, particularly physics. For instance, velocity is defined as the derivative of displacement s with respect to time t, given by v(t) = \frac{ds}{dt}. Similarly, acceleration represents the derivative of velocity with respect to time, or the second derivative of displacement, $$a(t) = \frac{dv}{dt} = \frac{d^