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

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:

\int f(x)g'(x)dx = f(x)g(x)-\int f'(x)g(x)dx

In this case

f(x)= x\implies f'(x)= 1

g'(x)= 5^{x}= e^{x\ln(5)}\implies g(x)=\frac{e^{x\ln(5)}}{\ln(5)}= \frac{5^x}{\ln(5)}


so \int f(x)g'(x)dx = f(x)g(x)-\int f'(x)g(x)dx

becomes

\int x 5^x dx = x \frac{5^{x}}{\ln(5)}-\int \frac{5^{x}}{\ln(5)}dx

Now you have to solve

\int \frac{5^x}{\ln(5)}dx= \frac{1}{\ln(5)}\int 5^xdx

;)
 
so would the final simplified answer be:

(x/ln5)(5^x) - (5^x/(ln(5)^2)
 
whatlifeforme said:
so would the final simplified answer be:

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

... plus the constant of integration.

Yes.

Check it by differentiating.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top