Sunday, February 24, 2019

calculus - Differential Notation Magic in Integration by u-Substitution





I'm really confused now. I always thought that the differential notation dfdx was just that, a notation.



But somehow when doing integration by u-substitution I'm told that you can turn something like this dudx=2x into this du=2x dx.



But how is that even possible? I understand that the notation comes from the fact that dudx actually means the limit of the difference in u over the difference in x, with Δx approaching 0.




u(x)=dudx=du(x)dx=limΔx0u(x+Δx)  u(x)(x+Δx)x=limΔx0u(x+Δx)  u(x)Δx



So if dfdx is just a notation for the limit mentioned above, then what is the underlying argument to say that you can treat dudx as if it were an actual fraction?



Appreciate the help =)


Answer



It is really just a notation. And the trick with the substitution e.g. du=2xdx does not have any mathematical meaning, it is just a convenient way of memorizing the integration by substitution rule/law/theorem:



baf(ϕ(t))ϕ(t)dt=ϕ(b)ϕ(a)f(x)dx




Going from left to right you might want to make the substitution x=ϕ(t). Our mnemonic tells us to dxdt=ϕ(t) or in other words that you have to replace ϕ(t)dt with dx if you replace ϕ(t) with x. If you look again at the equation above you see that this mnemonic does a nice job, so we do not have to memorize this whole equation.



I do use the mnemonic but still I always keep this equation in mind when doing so.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...