Last Updated: 25 March 2023
In mathematics, calculus is one of the main branches along with trigonometry, geometry, algebra, etc. It deals with the study of fundamental concepts of continuous change and motion. It is a frequently used technique in engineering, physics, economics, and even biology.
Calculus is the main topic of mathematics that deals with the slope of the tangent line and the area under the curve. In this article, we will explain the fundamental concept of calculus along with its definition, types, and solved examples.
Page Contents
What is Calculus?
Calculus is the fundamental branch of mathematics that is used to explain the study of the rate of change of functions and the addition of smaller quantities to find the larger quantities with the help of independent variables.
There are various sub-branches of calculus such as integration, differentiation, limit, continuity, power series, shell method, etc. All the sub-branches of calculus are the building block of mathematics that are used to evaluate various results easily and accurately.
Types of Calculus
There are two well-known types (AKA branches) of calculus:
- Integral Calculus
- Differential Calculus
Let’s describe both types of calculus briefly to understand their basics.
1. Integral Calculus
In mathematics, integral calculus is a sub-branch of calculus that deals with the study of the area under the curve. It is widely used to determine the numerical value and the new function whose original function is a differential function.
In mathematics, integral calculus is a sub-branch of calculus that deals with the study of the area under the curve. It is widely used to determine the numerical value and the new function whose original function is a differential function.
While the indefinite integral is the type of integration that is used to evaluate the new function whose original function is a differential function. The upper and lower limit values are not involved in this subtype of the integral.
The definite and indefinite integrals are frequently used to evaluate the area under the curve, the volume of the solid, and other related quantities. The general expression of the definite and indefinite integral is:
Indefinite Integral | Definite Integral |
---|---|
∫f(v) dv = F(v) + C | ∫ab f(v) dv = [F(v)]ba = F(b) – F(a) |
Where, 1) ∫ is the integral notation for indefinite integral. 2) f(v) is a differential function. 3) F(v) is the integral function. 4) v is the independent variable of the function. 5) C is the constant of integration. | Where, 1) ∫ab is the integral notation for definite integral. 2) a & b are the boundary values. 3) f(v) is a differential function. 4) F(v) is the integral function v is the independent variable of the function. 5) C is the constant of integration. |
Rules of Integral Calculus
No. | Name Of The Rule | Rules | Examples |
---|---|---|---|
1 | Power Rule | ∫[f(v)]n dv = [f(v)n+1 / n + 1] + C | Find the integral of v3 Solution: ∫[v3] dv = [v3+1/3 + 1] + C ∫[v3] dv = [v4/4] + C |
2 | Sum Rule | ∫[f(v) + g(v)] dv = ∫[f(v)] dv + ∫[g(v)] dv | Find the integral of v + v2 Solution: ∫[v + v2] dv = ∫[v] dv + ∫ [v2] dv ∫[v + v2] dv = [v1+1/1 + 1] + [v2+1 / 2 + 1] + C ∫[v + v2] dv = [v2/2] + [v3 / 3] + C |
3 | Difference Rule | ∫[f(v) – g(v)] dv = ∫[f(v)] dv – ∫[g(v)] dv | Find the integral of v – v2 Solution: ∫[v – v2] dv = ∫[v] dv – ∫ [v2] dv ∫[v – v2] dv = [v1+1/1 + 1] – [v2+1 / 2 + 1] + C ∫[v – v2] dv = [v2/2] + [v3 / 3] – C |
4 | Constant Multiple Rule | ∫[K * f(v)] dv = K * ∫[f(v)] dv | Find the integral of 4v5 Solution: ∫[4v5] dv = 4∫[v5] dv ∫[4v5] dv = 4∫[v5+1 / 5 + 1] ∫[4v5] dv = 4∫[v6 /6] = 2v6/3 |
Examples of Integral Calculus
#Example 1: Indefinite Integral
Evaluate the integral of h(w) = 2w2 – 4w3 + 6w5 with respect to w
Solution:
Step 1: First of all, take a differential function and apply the notation of integral to it.
h(w) = 2w2 – 4w3 + 6w5
ʃ h(w) dw = ʃ [2w2 – 4w3 + 6w5] dw
Step 2: Now use the above sum and difference rules.
ʃ [2w2 – 4w3 + 6w5] dw = ʃ [2w2] dw– ʃ [4w3] dw + ʃ [6w5] dw
Step 3: Now apply the constant multiple rules.
ʃ [2w2 – 4w3 + 6w5] dw = 2ʃ [w2] dw– 4ʃ [w3] dw + 6ʃ [w5] dw
Step 4: Integrate the above expression.
ʃ [2w2 – 4w3 + 6w5] dw = 2 [w2+1 / 2 + 1]– 4 [w3+1 / 3 + 1] + 6 [w5+1 / 5 + 1] + C
= 2 [w3 / 3]– 4 [w4 / 4] + 6 [w6 / 6] + C
= 2/3 [w3]– 4/4 [w4] + 6/6 [w6] + C
= 2/3 [w3]– [w4] + [w6] + C
#Example 2: Definite Integral
Evaluate the integral of f(u) = 5u4 + 6sin(u) – 10 with respect to u & the [1, 2] is the interval.
Solution:
Step 1: First of all, take the given differential function and apply the notation of integral to it.
ʃba [f(u)] du = ʃ21 [5u4 + 6sin(u) – 10] du
Step 2: Now use the above sum and difference rules.
ʃ21 [5u4 + 6sin(u) – 10] du = ʃ21 [5u4] du + ʃ21 [6sin(u)] – ʃ21 [10] du
Step 3: Now apply the constant multiple rules.
ʃ21 [5u4 + 6sin(u) – 10] du = 5ʃ21 [u4] du + 6ʃ21 [sin(u)] – ʃ21 [10] du
Step 4: Integrate the above expression.
ʃ21 [5u4 + 6sin(u) – 10] du = 5 [u4+1 / 4 + 1]21 + 6 [-cos(u)]21 – [10u]21
ʃ21 [5u4 + 6sin(u) – 10] du = 5 [u5 / 5]21 + 6 [-cos(u)]21 – [10u]21
ʃ21 [5u4 + 6sin(u) – 10] du = 5/5 [u5]21 + 6 [-cos(u)]21 – 10 [u]21
ʃ21 [5u4 + 6sin(u) – 10] du = [u5]21 + 6 [-cos(u)]21 – 10 [u]21
Step 5: Apply the boundary values.
ʃ21 [5u4 + 6sin(u) – 10] du = [25 – 15] + 6 [-cos(2) + cos(1)] – 10 [2 – 1]
ʃ21 [5u4 + 6sin(u) – 10] du = [32 – 1] + 6 [-cos(2) + cos(1)] – 10 [2 – 1]
ʃ21 [5u4 + 6sin(u) – 10] du = 31 + 6 [-cos(2) + cos(1)] – 10 [1]
ʃ21 [5u4 + 6sin(u) – 10] du = 31 – 6cos(2) + 6cos(1) – 10
ʃ21 [5u4 + 6sin(u) – 10] du = 21 – 6cos(2) + 6cos(1)
You can take help from online antiderivative calculators to cross-check the results of integral problems.
Image Source: https://www.antiderivativecalculator.net
2. Differential Calculus
In mathematics, differential calculus is one of the main branches of calculus that deals with the study of the rate of changes and slope of the curves (tangent lines). It calculates the changes in the given function when the input changes by a smaller amount.
The rate of change of the given function f(v) with respect to independent variable “v” is known as differential f’(v). The differential calculus is usually denoted by d/dv, f’(v), D[f(v)], etc. The process of finding the instantaneous rate of change of functions is known as differentiation.
The differential formula by the first principle is:
d/dv [f(v)] = limh→0 [f(v + h) – f(v)] / h
Rules of Differential Calculus
No. | Name Of The Rule | Rules | Examples |
---|---|---|---|
1 | Power Rule | d/dv [f(v)]n = n [f(v)]n-1 d/dv [f(v)] | Find the derivative of v4 Solution: d/dv [v4] = 4 [v4-1] d/dv [v] d/dv [v4] = 4 [v3] (1) d/dv [v4] = 4v3 |
2 | Constant Rule | d/dv [K] = 0 | Find the derivative of 540 Solution: d/dv [540] = 0 |
3 | Constant Multiple Rule | d/dv [K * f(v)] = K * d/dv [f(v)] | Find the derivative of 3v2 Solution: d/dv [3v2] = 3d/dv[v2] d/dv [3v2] = 3 [2 v2-1] d/dv [v] d/dv [3v2] = 3 [2 v1] [1] d/dv [3v2] = 6v |
4 | Sum Rule | d/dv [f(v) + g(v)] = d/dv [f(v)] + d/dv [g(v)] | Find the derivative of 3v2 + 4v3 Solution: d/dv [3v2 + 4v3] = d/dv [3v2] + d/dv [4v3] d/dv [3v2 + 4v3] = 3d/dv [v2] + 4d/dv [v3] d/dv [3v2 + 4v3] = 3 [2 v2-1] d/dv [v] + 4 [3 v3-1] d/dv [v] d/dv [3v2 + 4v3] = 3 [2 v] + 4 [3 v2] d/dv [3v2 + 4v3] = 6v + 12v2 |
5 | Difference Rule | d/dv [f(v) – g(v)] = d/dv [f(v)] – d/dv [g(v)] | Find the derivative of 2v2 – 6v3 Solution: d/dv [2v2 – 6v3] = d/dv [2v2] – d/dv [6v3] d/dv [2v2 – 6v3] = 2d/dv [v2] – 6d/dv [v3] d/dv [2v2 – 6v3] = 2 [2 v2-1] d/dv [v] – 6 [3 v3-1] d/dv [v] d/dv [2v2 – 6v3] = 2 [2 v] – 6 [3 v2] d/dv [2v2 – 6v3] = 4v – 18v2 |
The problems of differentiation can be solved with the help of a differential calculator according to the above rules.
Example of Differential Calculus
#Example
Find the differential of p(w) = 2w3 + 12w4 + 16w – 12u5 + 2cos(w) – 3w6 + 12 with respect to “w”.
Solution:
Step 1: First of all, take the given expression and apply the notation of differentiation to it.
p(w) = 2w3 + 12w4 + 16w – 12u5 + 2cos(w) – 3w6 + 12
d/dw [p(w)] = d/dw [2w3 + 12w4 + 16w – 12u5 + 2cos(w) – 3w6 + 12]
Step 2: Use the above sum and difference laws of differential calculus.
d/dw [2w3 + 12w4 + 16w – 12u5 + 2cos(w) – 3w6 + 12] = d/dw [2w3] + d/dw [12w4] + d/dw [16w] – d/dw [12u5] + d/dw [2cos(w)] – d/dw [3w6] + d/dw [12]
Step 3: Now use constant multiple rules of differential calculus.
d/dw [2w3 + 12w4 + 16w – 12u5 + 2cos(w) – 3w6 + 12] = 2d/dw [w3] + 12d/dw [w4] + 16d/dw [w] – 12u5 d/dw [1] + 2d/dw [cos(w)] – 3d/dw [w6] + d/dw [12]
Step 4: Now the power and constant rules of differential calculus.
d/dw [2w3 + 12w4 + 16w – 12u5 + 2cos(w) – 3w6 + 12] = 2 [3 w3-1] + 12 [4 w4-1] + 16 [w1-1] – 12u5 [0] + 2 [-sin(w)] – 3 [6 w6-1] + [0]
d/dw [2w3 + 12w4 + 16w – 12u5 + 2cos(w) – 3w6 + 12] = 2 [3 w2] + 12 [4 w3] + 16 [w0] – [0] + 2 [-sin(w)] – 3 [6 w5] + [0]
d/dw [2w3 + 12w4 + 16w – 12u5 + 2cos(w) – 3w6 + 12] = 2 [3 w2] + 12 [4 w3] + 16 [1] + 2 [-sin(w)] – 3 [6 w5]
d/dw [2w3 + 12w4 + 16w – 12u5 + 2cos(w) – 3w6 + 12] = 6w2] + 48w3 + 16 – 2sin(w) – 18w5
Conclusion
Calculus is a fundamental branch of mathematics that deals with various quantities such as the area under the curve and the slope of the tangent line. There are further many branches of calculus but integral calculus and differential calculus are two main kinds of calculus.
Integral calculus is the study of the area under the curve and evaluating the numerical value and new function with respect to integrating variables. While differential calculus is the instantaneous rate of change of a function with respect to a variable.
Read More |
- What Is Continuity In Calculus And How To Calculate It?
- Area And Perimeter Multiple Choice Questions (CBSE & ICSE)
- Exponents And Powers Multiple Choice Questions (CBSE & ICSE)
- 100+ Questions On Profit, Loss, Discount, Tax ICSE RS Aggarwal
- Simple Interest And Compound Interest Multiple Choice Questions