Incomplet notes on integration by parts

AI Thread Summary
The discussion revolves around clarifying the integration by parts method for the integral of 3x sin(x/2) from 0 to π. The user is struggling to understand the reasoning behind their professor's steps, particularly the application of the formula ∫u dv = uv - ∫v du. It is highlighted that the user correctly identified u and dv, leading to v being -2cos(x/2). The key missing step is recognizing how to apply the integration by parts formula, which the user ultimately does, confirming that they have integrated the necessary components correctly. The conversation concludes with a light-hearted comment about the user's profile picture.
RadiationX
Messages
255
Reaction score
0
i'm trying to complete my notets from my calculus II class. my professor showed us how to do the following integral using integration by parts but I'm not following his reasoning could some one fill me in on what I'm missing. thanks in advance.


\int^{\pi}_03x\sin\frac{x}{2}\\{dx}

let \ u=3x so that \ du=3dx

let \ dv= \sin\frac{x}{2} so that \ v= -2\cos\frac{x}{2}

now \int^{\pi}_03x\sin\frac{x}{2}\\{dx} = -6x\cos\frac{x}{2} \right]]^{\pi}_0\\+ 12\sin\frac{x}{2}\right]]_0^{\pi}

what is the intermediate step that I'm missing?
 
Physics news on Phys.org
If the integand is of the form of udv then this is how integration by parts goes:

\int u dv = uv - \int v du

Integration by parts is possible only when dv can be integrated to get v.
For example in your problem, dv = sin x/2. integrating this gives v=-2 cos x/2.

If you are interested in how the above formula is derived,

start from d(uv)

d(uv) = u dv + v du

Integrating this in both sides, gives

\int d(uv) = \int u dv - \int v du

uv = \int u dv - \int v du

rearrange to get

\int u dv = uv - \int v du
 
The product rule for derivatives is:

udv + vdu = duv

Integrating both sides gives:

\int{u}{dv} + \int{v}{du} = uv

Rearranging by subtracting \int{v}{du} from both sides:

\int{u}{dv} = uv - \int{v}{du}

If you plug in your u's and v's, you'll get what he has.
 
By the way, honestly, your picture scares me. Specially when everyone else is sleeping and I am all alone here.
 
thank you. and er... i'll change the pic. lol
 
A little ammendment

dv=\sin\frac{x}{2} \ dx (!)

Daniel.
 
RadiationX said:
i'm trying to complete my notets from my calculus II class. my professor showed us how to do the following integral using integration by parts but I'm not following his reasoning could some one fill me in on what I'm missing. thanks in advance.


\int^{\pi}_03x\sin\frac{x}{2}\\{dx}

let \ u=3x so that \ du=3dx

let \ dv= \sin\frac{x}{2} so that \ v= -2\cos\frac{x}{2}

now \int^{\pi}_03x\sin\frac{x}{2}\\{dx} = -6x\cos\frac{x}{2} \right]]^{\pi}_0\\+ 12\sin\frac{x}{2}\right]]_0^{\pi}

what is the intermediate step that I'm missing?
You're missing the actual \int{u}{dv} = uv - \int{v}{du} part.

In this case, \int{v}{du} = \int{3 *-2 \cos \frac{x}{2}}{dx}=\int{-6 \cos \frac{x}{2}}{dx}
 
He has not missed it. He has this already integrated

\int{v}{du} = \int{3 *-2 \cos \frac{x}{2}}{dx}=\int{-6 \cos \frac{x}{2}}{dx} = 12\sin\frac{x}{2}
 
Back
Top