The Integration by Parts Method: How to Integrate x * 5^x

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
whatlifeforme
Messages
218
Reaction score
0

Homework Statement


integrate by parts.

Integral: x * 5^x

Homework Equations


The Attempt at a Solution


i got to (1/ln5) * 5^x ;; and I'm not sure how to integrate further.
 
Physics news on Phys.org
whatlifeforme said:

Homework Statement


integrate by parts.

Integral: x * 5^x

Homework Equations



The Attempt at a Solution


i got to (1/ln5) * 5^x ;; and I'm not sure how to integrate further.
How about giving a few details regarding how you got that answer & where you are in the process of integration by parts.
 
integral (x * 5^x)

u=x; du=dx
dv=5^x ; v=(1/ln5)(5^x)

(x/ln5)5^x - integral ((1/ln5)(5^x) dx)
 
Hi whatlifeforme :)

You have to use the formula:

[itex]\int f(x)g'(x)dx = f(x)g(x)-\int f'(x)g(x)dx[/itex]

In this case

[itex]f(x)= x\implies f'(x)= 1[/itex]

[itex]g'(x)= 5^{x}= e^{x\ln(5)}\implies g(x)=\frac{e^{x\ln(5)}}{\ln(5)}= \frac{5^x}{\ln(5)}[/itex]


so [itex]\int f(x)g'(x)dx = f(x)g(x)-\int f'(x)g(x)dx[/itex]

becomes

[itex]\int x 5^x dx = x \frac{5^{x}}{\ln(5)}-\int \frac{5^{x}}{\ln(5)}dx[/itex]

Now you have to solve

[itex]\int \frac{5^x}{\ln(5)}dx= \frac{1}{\ln(5)}\int 5^xdx[/itex]

;)
 
so would the final simplified answer be:

(x/ln5)(5^x) - (5^x/(ln(5)^2)