Wednesday, November 6, 2019

kinematics - Problem in deducing the equations of motion using indefinite integral


As we know, antiderivative or indefinite integral is the function the derivative of which gives the actual function. Let $F(x)$ be the derivative of $f(x)$ ie. the instantaneous rate of change of $f(x)$ with respect to $x$ is $F(x)$ . $$\dfrac{d{f(x)}}{dx} = F(x).$$ Now $$ d{f(x)} = F(x)\,dx,$$ right? Then writing indefinite integral on both side, we get, $$\int d{f(x)} = \int F(x)\,dx.$$ Then abruptly many books do like that $$ f(x) = \int F(x)\,dx + C.$$ Really? What does this $\int$ mean? Summation, right? Then how can summation of $d{f(x)}$ give the function? It is the change and not the function. What about $C$? My physics book tells that it is the initial value i.e. $v_0, a_0 , x_0$ . But it can be anything, right? So, how can this process give the function?



Answer




The integral $\int$ is indeed a continuous version of summation. There are two ways of looking at this:


As an indefinite integral, you have $\int df(x)=\int F(x)dx$. As we are dealing with indefinite integral, the right side after evaluation still depends on $x$. So naturally, it's a function of $x$. On the left, the notation with $(x)$ is perhaps confusing to you, but you can just write $df$ instead of $df(x)$, and you just get $f$ on the left (that is then obviously dependent on $x$ that is found in the solution of the right-side integral). Also, you could just expand the differential of the function over $x$: $df(x)=f'(x)dx$ so you have $\int f'(x)dx=\int F(x)dx$ and now it's probably more obvious to you that it equals to $f(x)$ because integration and differentiation are roughly speaking inverse operations (up to a constant). With indefinite integral, you get this free constant $C$ that has to be manually determined by plugging in the initial conditions. And yes, you usually get something like "initial velocity" there.


As a definite integral with a free upper bound. This is the more logical way of dealing with things. With definite integrals, you have two boundary conditions. So, we start by writing $$\int_a^b df=\int_{A}^{B} F(x)dx$$ Now, what does that mean? Imagine following what's happening to both sides when we go from initial to final condition. On the right, we start at initial $x=x_0$ where we know about our initial condition (depending on what you are integrating, it could be initial position, initial time, or something like that -- you very commonly choose your coordinates so that $x_0=0$). At this chosen initial condition, the value of $f$ is also the initial one, $f(x_0)$. Then, you imagine integrating slowly over the region, the right side calculates the small contributions $F(x)dx$ that are added on the left as increments $df$. There are now two possibilities. If you actually want to follow what's happening in the middle -- the entire curve that $f$ traces when you are adding more and more contributions on the right, then you use an "arbitrary $x$" in the upper limit on the right, and of course, $f(x)$ on the left, because that's how far $f$ got by that "time" (or position, or whatever). So, you get


$$\int_{f(x_0)}^{f(x)}df=f|_{f(x_0)}^{f(x)}=f(x)-f(x_0)=\int_{x_0}^x F(t)dt$$ Notice that I renamed the integration variable, because it's inappropriate to use the same symbol as in the limits. $t$ is the thing that goes from the initial $x_0$ to the current $x$ when the integral performs the summation. Each chosen $x$ results in a different integration interval and also different value of $f(x)$. So, we performed a definite integral, but left a variable upper limit so we now still have a functional dependence: $$f(x)=f(x_0)+\int_{x_0}^x F(t)dt$$ Which you read as: function $f$ starts at its initial value $f(x_0)$ and changes when you go to $x$ for the amount given by the integral.


Sometimes, you don't care what happens in the middle, and you actually just want the definite integral over a pre-determined interval (such as "how far did we get in one hour"). In that case, you can write $$f(x_1)=f(x_0)+\int_{x_0}^{x_1} F(t)dt$$ where $x_1$ is just a number. Note how there is absolutely no difference between these two cases and you get the "definite integral over a fixed range" just by putting the number of $x_1$ into the function $f(x)$ that you calculated before.


In many aspects, the definite integral with variable upper limit is the same as the indefinite integral. However, with indefinite integral, you have absolutely no idea what $C$ before you take into account the initial conditions, while with definite integral, you see it's equal to $f(x_0)$ in this case. Also, the notation is better because in definite integrals, the integrating variable has nothing to do with the limits. I could have written it as $\int_{f(x_0)}^{f(x)}d\xi=\int_{x_0}^x F(\chi)d\chi$ and it wouldn't have made a difference. This probably answers your confusion about $df(x)$: it just tells you that you want to capture variation of the upper limit on the left when you vary the upper limit at the right. Also, it's much easier to deal with physical units, because lower and upper limit of the integral have the same units (are the same physical quantity as the differential under the integral sign) while the $C$ is just a placeholder for the thing you don't know yet.


If you differentiate the definite integral over the upper limit it's the same thing as differentiating the result of the indefinite integral. In both cases you get $f'(x)=F(x)$.


To sum up: indefinite integral is the mathematically formal procedure that brings you to the correct result. Definite integral with variable upper limit is the same thing and has the physical interpretation of following the "summation" (following your position when making steps in time with changing velocity, or something like that). Definite integral with fixed numerical limits is just one read-out of the function you get from the integrals discussed above.


I hope this answers your question.


No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...