Connection to Areas
Key Questions
-
In mathematics, we talk about two types of integrals. Definite integrals and indefinite integrals.
Generally, an integral assigns numbers to functions in a way that can describe displacement, area, volume and even probability.
Definite Integrals
This type of integral relates to numerical values. It is used in pure mathematics, applied mathematics, statistics, science and many more. However, the very basic concept of a definite integral describes areas.
The definite integral of a function
f over an interval[a,b] represents the area defined by the function and the x-axis from pointa to pointb , as seen below.
The symbol used to represent this area
S and integral, respectively, isS=∫baf(x)dx , where⋄f is called the integrand
⋄aandb are the lower and upper bounds
⋄x is a dummy variable You might be wondering what
dx means. Formally, it doesn't mean anything but rather it tells you which variable you are differentiating with respect to or in our case, tells you the variable of integration.When we say the area defined by the function
f with the x-axis, we mean the net area. The net area is not the same as absolute area.If the graph of the function is above the x-axis, then it is said that the net area is positive. If it is below, the net area is negative. This might be harder to grasp at first. This is visualised below:

For example, say we are tasked with finding the net area under the curve
f(x)=x2 from0 to1 :In our case,
S=∫10x2dx To not complicate this answer, here's a video describing it in greater detail:
As such, it has been proven that
S=13 .We can make a general case here; for every
n≠−1 ,∫τ0xndx=τn+1n+1 At the same time, the video describes Riemann sums. These are used to compute integrals. Generally, the Riemann sum of a function
ϕ is∫baϕ(x)dx=limn→∞bn∑i=anϕ(xi)Δxi where
Δxi=xi−xi−1 andxi , as mentioned in the video above, represent some "marks" on the x-axis. One possible solution is by lettingxi=i/n . ThenΔxi=1/n . While this is usually simpler, it might not be easiest or fastest way to compute integrals.If we remember the general case formed earlier, about the integral of
xn from0 toτ ; well, this is called the Power Rule. There are many, many ways different formulas for integrals, which I won't cover in this answer. This is just a very general idea of what integrals are.Indefinite Integrals
These are represented as integrals with bounds. Let
I be the indefinite integral of a functionf .I=∫f(x)dx You can think of indefinite integrals as generalisations of definite ones.
Instead of being defined by areas, volumes or something else, indefinite integrals correlate to derivatives. The indefinite integral of a function
f is also called the antiderivative and is often noted asF(x) .The Fundamental Theorem of Calculus bridges the gap between a function, its derivative and its indefinite integral. Basically, it says that
F is defined as the function which, when differentiated, givesf :F'(x)=f(x) Now, say we want to find the antiderivative of the function
f(x)=x2 .F(x)=∫f(x)dx=∫x2dx Using our former definition, what function do we have to differentiate to get
x2 ? The Power Rule for derivatives states that, iff(x)=xn , thenf'(x)=nxn−1 . As such, if we assumeF(x) to be an algebraic function of the typeF(x)=constant⋅xexponent , we have:F(x)=cxk⇒F'(x)=ckxk−1 Except that this is not complete. Remember that, when differentiating a constant with respect to a variable, it practically dissapears, hence the true form of
F(x) isF(x)=constant1⋅xexponent+constant2 Let
α andC be the two constants andk the exponent.F(x)=αxk+C⇒F'(x)=αkxk−1 Since
F'(x)=f(x) , we can conclude thatαkxk−1=x2⇒{k−1=2αk=1⇔{k=3α=13 ∴∫x2dx=x33+C Analogously, if we define
f(x)=xn forn≠−1 , thenF(x)=∫xndx=xn+1n+1+C C is called the constant of integrations and simply is a random constant. It's not a particular value. It's just there for the sake of correctness.Bridging the gap between definite and indefinite integrals
Our previous antiderivative of
xn does resemble something which we got earlier while talking about definite integrals. We see that, if we allowC to be0 , thenF(C=0)(τ)=τn+1n+1 But we know that this is also equal to
∫τ0xndx :F(C=0)(τ)=∫τ0xndx This is where the connection between definite integrals and indefinite integrals is visible, stated formally below:
If
F(x) is the antiderivative of a functionf(x) and we letC=0 , then∫baf(x)dx=F(b)−F(a) I hope this answer wasn't too intimidating.
-
Answer:
See below.
Explanation:
Derivatives aren't directly related or associated with area.
Derivatives describe the
slope of a tangent line in relation to another line, at a given point.However, derivatives can relate to the rate of change in an objects area. This is usually figured through [implicit differentiation.](https://www.khanacademy.org/math/ap-calculus-ab/ab-derivatives-advanced/ab-implicit-diff/v/implicit-differentiation-1)
This finds the rate at which an area is increasing/decreasing, by finding the derivative of the appropriate area formula in respect to time.
For explanation sake, here is an example:
Let's say we need to find the rate in which the
area of a circle is increasing, when the rate of theradius increasing is2 m/s with theradius being at4 meters.We know that the
area of a circle is:A=πr2 Using the chain rule , we can find the derivative of the equation. However, since we are finding the derivative in respect to time, we need to take on a
d(□)dt (□ being the variable in which you are finding the derivative of.So, here is what it will look like after we find the derivative (See above link if you have questions):
dAdt=2πrdrdt From here we can simply plug in our values:
dAdt=2π(4)(2) dAdt=16πm2sec -
The anti-derivative (also called the integral) of a function
f is a functiong with the property that its derivativeg' equals the original functionf .
ie.∫f(x)dx=g(x)+C⇔g'(x)=f(x)