Integral: ∫(exp(6x))/(exp(12x)+25)dx Solution

suprabay
Messages
2
Reaction score
0

Homework Statement



∫(exp(6x))/(exp(12x)+25)dx

Homework Equations



answer: -arctan[5/exp(6*x)]/30

The Attempt at a Solution



honestly, don't know where to start. i was looking at another forum and tried to set u=exp(x) du=exp(x) and dx=du/u. plugging that in i got u^6/(u^12+25)*du/u. not sure where to go from there or if that is even the way to go.
 
Physics news on Phys.org
Hi supraboy, Welcome to PF!:smile:

Try the substitution u=e^{6x} instead :wink:
 
Try setting u = e6x. Then du = 6e6x and e12x = u2.
 
ok, setting u=e^6x du=6e^6x, then dx=du/6u?

then, it would be int(u/u^2+25)du

using the formula int(a^2+u^2) = (1/a)arctan(u/a) + C

i get, (1/5)arctan(e^6x/5)dx or (1/30)arctan(e^6x/5) + C

this is incorrect though because the answer is negative and it should be arctan(5/e^6x) instead of arctan(e^6x/5).

any ideas?
 
Last edited:
You made a mistake with the substitution. Write your integral like this:
\int \frac{(e^{6x} dx)}{(e^{6x})^2 + 25}
If u = e^{6x}, then e^{6x} dx = \frac{1}{6} du. Try working from there.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top