Isn't that what I said?Originally posted by: cirthix
sigh, the integral of e^(2x) is (1/2)e^2x.
for future refrence e^x is its own derivative (and integral).
edit: did you mean the integral of (e^(2x))/x?
Originally posted by: DrPizza
Hmmmm.... the integrator failed me on this one.
Originally posted by: TuxDave
Originally posted by: Howard
Integration by parts doesn't seem to be working for me. What am I doing wrong?
(I know I should be using different letters, but too late to fix that now)
http://www.rootminus1.com/howard/homework2.gif
int (u*v') = u*v-int(u'*v)
u = e^(2x)
v' = 1/x
v = ln|x|
u' = 2*e^(2x)
int (u*v') = e^(2x)*ln|x|-int(2*e^(2x)*1/x)
=e^(2x)*ln|x|-2*int(u*v')
....
Profit?
Unless I did something wrong.
How many times do I have to integrate by parts?Originally posted by: TuxDave
Originally posted by: Howard
Integration by parts doesn't seem to be working for me. What am I doing wrong?
(I know I should be using different letters, but too late to fix that now)
http://www.rootminus1.com/howard/homework2.gif
int (u*v') = u*v-int(u'*v)
u = e^(2x)
v' = 1/x
v = ln|x|
u' = 2*e^(2x)
int (u*v') = e^(2x)*ln|x|-int(2*e^(2x)*1/x)
=e^(2x)*ln|x|-2*int(u*v')
....
Profit?
Unless I did something wrong.
Finding the integral is just a small part of the question. Sorry.Originally posted by: Goosemaster
i jsut worked it out and got as my answer
e^2x - x^2
-------- -------
x ............ .......2
is that what the book said? ( iadded the periods so it would look justified
Originally posted by: Howard
How many times do I have to integrate by parts?Originally posted by: TuxDave
Originally posted by: Howard
Integration by parts doesn't seem to be working for me. What am I doing wrong?
(I know I should be using different letters, but too late to fix that now)
http://www.rootminus1.com/howard/homework2.gif
int (u*v') = u*v-int(u'*v)
u = e^(2x)
v' = 1/x
v = ln|x|
u' = 2*e^(2x)
int (u*v') = e^(2x)*ln|x|-int(2*e^(2x)*1/x)
=e^(2x)*ln|x|-2*int(u*v')
....
Profit?
Unless I did something wrong.
All this is to solve a linear differential equation, it can't possibly be that difficult.
I see what you're getting at, but when I bring it to the other side I lose what I was integrating in the first place.Originally posted by: TuxDave
Originally posted by: Howard
How many times do I have to integrate by parts?Originally posted by: TuxDave
Originally posted by: Howard
Integration by parts doesn't seem to be working for me. What am I doing wrong?
(I know I should be using different letters, but too late to fix that now)
http://www.rootminus1.com/howard/homework2.gif
int (u*v') = u*v-int(u'*v)
u = e^(2x)
v' = 1/x
v = ln|x|
u' = 2*e^(2x)
int (u*v') = e^(2x)*ln|x|-int(2*e^(2x)*1/x)
=e^(2x)*ln|x|-2*int(u*v')
....
Profit?
Unless I did something wrong.
All this is to solve a linear differential equation, it can't possibly be that difficult.
Oops.. nm.. made a mistake
[e^(2u)]/u - int[(lnu)/u] = int(udu)?Originally posted by: Goosemaster
http://wisetyro.com/math.jpg
how i did it
you have to finish it though by moving dow the left part where i was done and replacing the u with the letter x😉
edit:
I messed up with the writing but the work is still good
1/u = dv
lnu = v
my bad..problem is still good though
[e^(2u)]/u - int[(lnu)/u] = int(udu)?
How is (lnu)du/u = udu?Originally posted by: Goosemaster
[e^(2u)]/u - int[(lnu)/u] = int(udu)?
no
1)e^(2u)]/u - int[(lnu)/u]
2)e^(2u)]/u - int(udu)
I lhate writing sh!t over an over again so I jsut keep goign only with what needs work
Originally posted by: DrPizza
Never mind... I figured it out... integration by parts. Twice.