I have seen this and this. After looking at the first link I was pretty satisfied with the answer. Now I understand why
∫vdu=uv−∫udv
works graphically.
I have even worked out ∫(sin−1x)dx using integration by parts and understood it graphically.
But I am not able to visualize this ∫(xsinx)dx in the graphical manner as I'm not able to find an inverse which is important for the graphical method to work. However, I could solve it mathematically.
Now my questions are
i) Is the graphical intuition only limited to functions which can be integrated this way?
∫f−1(y)dy=xy−∫f(x)dx
ii)Please help me with a graphical intuition behind solving functions like ∫(xsinx)dx using integration by parts (if any). I will try to do the remaining math myself.
Any suggestion is of great help to me. Thank you.
Answer
I am not sure if this helps, but I'll show you a proof for integration by parts then use it to evaluate ∫xsinxdx. I don't know how to really think of integration by parts graphically, most of the visualization for me comes from seeing the algebra.
Let u(x) and v(x) be differentiable, continuous functions. Then we know that
ddx[u(x)v(x)]=u′(x)v(x)+u(x)v′(x)
And if we integrate both sides, we have that
∫ddx[u(x)v(x)]dx=∫u′(x)v(x)dx+∫u(x)v′(x)dx
u(x)v(x)=∫u′(x)v(x)dx+∫u(x)v′(x)dx
And after some simple re-arrangement,
∫u(x)v′(x)dx=u(x)v(x)−∫u′(x)v(x)dx
Which is usually just abbreviated as
∫udv=uv−∫vdu
Which completes our proof.
Next, we evaluate some examples.
Ex 1: I=∫xsin(x)dx
For this, I do not recommend trying to visualize the integration, because that could just make things more complicated. Instead integrate by parts with
u=x⇒du=dxdv=sin(x)dx⇒v=−cos(x)
Hence,
I=−xcos(x)+∫cos(x)dx
I=−xcos(x)+sin(x)+C
Which is rather easy: no visualization required.
Ex. 2:
I=∫xtan−1(x)dx
I chose this example because it is rather hard to visualize, but can be computed with integration by parts as follows:
u=tan−1(x)⇒du=dx1+x2dv=xdx⇒v=x22
Hence
I=x22tan−1(x)−12∫x21+x2dx
This final integral is easier than it looks, and it can be computed by noting that
∫x2x2+1dx=∫x2+1−1x2+1dx=∫x2+1x2+1dx−∫dxx2+1=∫dx−∫dxx2+1=x−tan−1(x)
So, without having to visualize anything,
I=x2+12tan−1(x)−x2+C
Tell me if there's anything I can do to improve my answer if it is not what you needed.
No comments:
Post a Comment