You need to remember the formula of integration by parts such that:
`int udv = uv - int vdu`
Selecting `u = x ` and `dv = e^(x/2)dx` yields:
`u = x => du = dx`
`dv = e^(x/2)dx => v = (e^(x/2))/(1/2)`
Substituting `dx` for `du ` and `(e^(x/2))/(1/2)` ...
See
This Answer NowStart your 48-hour free trial to unlock this answer and thousands more. Enjoy eNotes ad-free and cancel anytime.
Already a member? Log in here.
You need to remember the formula of integration by parts such that:
`int udv = uv - int vdu`
Selecting `u = x ` and `dv = e^(x/2)dx` yields:
`u = x => du = dx`
`dv = e^(x/2)dx => v = (e^(x/2))/(1/2)`
Substituting `dx` for `du ` and `(e^(x/2))/(1/2)` for v yields:
`int xe^(x/2)dx = x(e^(x/2))/(1/2) - int (e^(x/2))/(1/2)dx`
`int xe^(x/2)dx = 2x(e^(x/2)) - 2(e^(x/2))/(1/2) + c`
`int xe^(x/2)dx = 2x(e^(x/2)) - 4(e^(x/2)) + c `
Hence, evaluating the given integral using parts yields `int xe^(x/2)dx = 2x(e^(x/2)) - 4(e^(x/2)) + c .`