Calculating integral by differentiating first

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
physmatics
Messages
16
Reaction score
0

Homework Statement


Calculate the integral
[tex]I = \int (t^x - 1)/ln(t) dt, boundaries: 0 \leq t \leq 1, x \geq 0[/tex]
by differentiating first with respect to x.

Homework Equations


-

The Attempt at a Solution


I have no idea how to solve this, but it's on our sample exam and there are no solutions... =/ Differentiating with respect to x gives me:
[tex]d/dx((t^x - 1)/ln(t)) = ln(t)e^(xln(t))/ln(t) + 0 = e^(xln(t)) = t^x[/tex]
Can I use this in any way? Maybe substitute t^x in the integral with d/dx(t^x - 1)/ln(t)?
Any clues appreciated!

 
Physics news on Phys.org
Remember that the Leibniz Rule gives you

[tex]\frac{d}{dx}\int_0^1{\frac{t^x-1}{ln(t)}dt}=\int_0^1{\frac{d}{dx}\left(\frac{t^x-1}{ln(t)}\right)dt}=\int_0^1{t^xdt}[/tex]

Now, the right-hand side looks like an easy integral...
 
Very nice. Physmatics, becareful to distinguish between the derivatives of [itex]x^a[/itex] and [itex]a^x[/itex].