Arc length problems:
If we were to find the length of a function that is continuous over the interval [a,b] for the function y = f(x), we would call that a problem of finding arc length.
Arc length as limit of sum:
Since we are trying to estimate the length of a curve, we would do that by splitting the curve into βnβ parts. The width of each part would be π₯X . Each of the points on the curve would be P0,P1,P3,β¦ Pi,β¦. Pn. So that P0 is the starting point of the curve at x = a and Pn is the ending point of the curve at x = b.
The length between P0 and P1 can be denoted by |P0 β P1|. The length between P1 and P2 would be |P2-P1| so similarly the length between Pi-1 and Pi would be |P(i-1) β Pi|. In such case the approximate length of the curve would be L = β_(i=1)^nβ|P(i-1)- Pi| . But here what is n? As n gets larger and larger, the distance |P(i-1) β Pi| gets smaller and smaller and retrospectively the L becomes more accurate. So now we can say that L = limβ¬(nββ)β‘β_(i=1)^nβ|P(i-1)- Pi| .
The co-ordinates of any point Pi are (xi,yi) and similarly that of P(i-1) are (X(i-1), Y(i-1)). Therefore the distance between P(i-1) and Pi using distance formula would be:
|P(i-1) β Pi| = β[(X(i-1) β xi)^2 + (Y(i-1) β yi)^2].
Here we already established that the distance between two consecutive points on x axis was π₯x and let Y(i-1) β Yi = π₯yi. Then,
|P(i-1) β Pi| = β[ π₯x^2 + π₯yi^2]
So that now,
L = limβ¬(nββ)β‘β_(i=1)^nβγβ[ Ξx^2 + Ξyi^2]γ
Arc length integral:
We know that limit of a sum can be written as an integral. Therefore the above limit of sum can be written as an integral as follows:
L = β«_a^bβγβ[ Ξx^2 + Ξyi^2]γ.
Since we are talking of integrals we can replace the π₯x and π₯yi with dx and dy, so we have:
L = β«_a^bβγβ[ dx^2 + dy^2]γ. Factoring out the dx^2 we have:
L = β«_a^bβγβdx^2[1 + dy^2/dx^2]γ. Bringing the dx^2 outside the root house, makes it dx. So that now we have:
L = β«_a^bβγβ[1 +dy^2/dx^2 ]dxγ. That is the same as writing,
L = β«_a^bβγβ[1 +(dy^ /dx^ )^2]dxγ
This is the formula to be used to calculate arc length of a curve. Alternatively the formula can also be stated as:
L = β«_a^bβγβ[1 +(f^' (x))^2]dxγ
No comments:
Post a Comment