• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Integration Help

First seperate it into the sum of integrals.
So you have (after dividing, and changing 1/e^x to e^(-x))
int(e^(3x))dx - int(e^x)dx + int(e^(-x))dx

Now it's simple substitutions. For the first one:
int(e^(3x))dx
let u=3x so (1/3)du = dx
so you have (1/3)int(e^u)du which is equal to (1/3)*e^(3x) or (e^(3x))/3

next you have:
int(e^x)dx which is simply e^x

and lastly you have:
int(e^(-x))dx
let u = -x
-du = dx
so it is -int(e^u)du which is -e^(-x)

So now to put it back together as
((e^(3x))/3) - (e^x) - (e^(-x))

Now if you want to simplify it further you can look at this. The definition of the hyperbolic cosine funcion is (e^x-e^(-x))/2 so ((e^x) - (e^(-x))) is equal to two times the hyperbolic cosing function.
So in the simplest form:

((e^(3x))/3) - 2cosh(x)
 
Originally posted by: virtueixi
ln(e^4x - e^2x + 1)/ln( e^x)

Look at my answer, you are overanalyzing. As my teacher says, don't look to do more work than is needed. My answer is the simplest, and most efficient way to do it (seperate into the sum of integrals rather than an integral of sums).
 
Back
Top