1. Limits
Limits: In calculus, limits determine how a function behaves as the input (or
independent variable) approaches a certain value. The limit of a function at a
point is the value that the function approaches as the input gets arbitrarily close
to that point.
Limits are a fundamental concept in calculus used to understand a function’s
behavior as the input approaches a certain value. For example, consider the
function f(x) = 1/x. As x gets closer and closer to 0, the value of the function gets
larger and larger. However, the limit of the function as x approaches 0 is 0. No
matter how close x gets to 0, the function will never reach 0. This is written
mathematically as:
lim x->0 (1/x) = 0
Another example is the function f(x) = x^2. As x approaches 2, the value of the
function also approaches 4. This can be written mathematically as:
lim x->2 (x^2) = 4
In general, limits are written in the form "lim x-> an f(x) = L,” where a is the value
that x is approaching, f(x) is the function, and L is the value that the function
approaches as x gets arbitrarily close to a.
,Another example is the function f(x) = sin(1/x). This function is not defined at x=0,
but as x approaches 0 from both the left and right sides, the function’s values are
approaching 0, so the limit is zero.
lim x->0- (sin(1/x)) = 0 and lim x->0+ (sin(1/x)) = 0
2. Derivatives
Derivatives: The derivative of a function at a point is the rate of change of the
function concerning its input at that point. It can be thought of as the slope of the
tangent line to the function at that point. Derivatives are often used in
optimization problems, providing information about how a function changes.
In calculus, a function's derivative at a point measures how the function changes
concerning its input at that point. It can be thought of as the slope of the tangent
line to the function at that point. For example, consider the function f(x) = x^2.
The derivative of this function at a point x = 2 is 4. This means that as x changes by
a small amount, the value of the function changes by four times that amount.
Mathematically, this is written as:
f'(x) = 2x
At x=2, f'(2) = 4
Another example is the function f(x) = 1/x. The derivative of this function at a
point x = 2 is -1/4. This means that as x changes by a small amount, the value of
the function changes by -1/4 times that amount. Mathematically, this is written
as:
, f'(x) = -1/x^2
At x=2, f'(2) = -1/4
Derivatives can be used in various ways, such as in optimization problems. For
example, if we want to find a function’s maximum or minimum value, we can use
the derivative to find the points where the function is increasing or decreasing.
Another example is the function f(x) = e^x, its derivative is f'(x) = e^x
Derivatives also play a crucial role in physics and engineering, such as
understanding objects’ motion and systems’ behavior.
In summary, the derivative of a function is the rate of change of the function
concerning its input, often represented by a symbol such as f'(x) or df/dx. This
concept is used in optimization problems and plays an important role in many
fields of science and engineering.
3. Integrals
Integrals: An integral is the opposite of a derivative. It is a way to calculate the
total change in a function over a certain interval. The process of finding an
integral is called integration. Integrals are used to calculate things like distance,
velocity, and acceleration.
In calculus, an integral is the opposite of a derivative. It is a way to calculate the
total change in a function over a certain interval. The process of finding an
integral is called integration. For example, consider the function f(x) = x^2. The
definite integral of this function from a to b, denoted by ∫(a to b) x^2 dx, is the