You are not logged in.
Pages: 1
I'm working through The Complete Idiot's Guide to Calculus. It's been great so far, but it's explanations of integration have proven inadequate to make me understand. Specifically, I've gotten quite stuck with a certain problem involving u-substitution:
[Edit: the integral symbols that I pasted from the row above came through as ?, so that will have to do. all the ? below are intended to be integral symbols.]
Integrate (x) = ln(x) / x on the interval [1, 100].
So I go like this:
u = ln(x)
du = 1/x dx
?(u * du) = ln(x)dx ? ln|x|dx = u² ... what?
I'm stuck; I don't get it. The solution in the book goes like this:
? [b=ln100, a=ln1] udu ->
u² | ln100
2 | ln1 ->
(ln100)² / 2 - 0
I understand why the limits of integration changed from [1, 100] to [ln1, ln100], and that the final expression is g(b) - g(a), which as I understand it is the final step to definite integration.
What I don't understand is, where did the /2 come from?
Thanks for the help. I hope my explanation is clear; some notation really doesn't translate to the web at all.
Last edited by ryos (2005-08-22 16:40:40)
El que pega primero pega dos veces.
Offline
maybe it is the power half "brought down", as in
0.5 ln x=ln (x^0.5)
Offline
∫ ( ln(x)/x ) dx or ∫ (dx/x) *ln(x)
let u= ln(x)
du/dx = 1/x or du = dx/x
replace dx/x with du
and ln(x) with u
then you are left with ∫ u du == u²/2
thats where the 2 comes from.
Offline
Not a bad first post, Atled!
"The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman
Offline
Thanks for the replies. Now I get where the 2 comes from. Now my question is: where does the du go? u²/2 is the integral of u...what happened to the du?
Thanks again.
El que pega primero pega dos veces.
Offline
∫udu = u²/2 + c
∫u is not defined.
In integration, the dx or du component is important.
∫1/x is not defined. But, ∫(1/x)dx = logx + c or lnx + c(as denoted in some textbooks).
Similarly, ∫(x^n)dx = [(x^n+1)/(n+1)] + c.
It appears to me that if one wants to make progress in mathematics, one should study the masters and not the pupils. - Niels Henrik Abel.
Nothing is better than reading and gaining more and more knowledge - Stephen William Hawking.
Offline
Pages: 1