confused_07
Junior Member
- Joined
- Feb 13, 2007
- Messages
- 62
Fundamental theorem of Calculus: find the derivative of:
h[x]= int [x^2,2] sqrt(u-1) du
Here's what I did:
Let y= h[x] and t= x^2
y= int [t,2] (u-1)^(1/2) du
dy/dt= (t-1)^(1/2)
= [1/(2sqrtx)] * (t-1) * 1
Chain Rule:
f[t]= t^(1/2)
f'[t]= (1/2)t^(-1/2)
= 1/(2sqrt(t))
= 1/(2x)
g[t]= t-1
g'[t]= 2x
h'[x]= [1/(2x)] (x^2-1)*(2x)
= [(x^2/2x)-(1/2x)](2x)
= 2x(x^2/2x)
= x^2
This does not look right... where did I go wrong ( I am sure it's in the substitution)?
h[x]= int [x^2,2] sqrt(u-1) du
Here's what I did:
Let y= h[x] and t= x^2
y= int [t,2] (u-1)^(1/2) du
dy/dt= (t-1)^(1/2)
= [1/(2sqrtx)] * (t-1) * 1
Chain Rule:
f[t]= t^(1/2)
f'[t]= (1/2)t^(-1/2)
= 1/(2sqrt(t))
= 1/(2x)
g[t]= t-1
g'[t]= 2x
h'[x]= [1/(2x)] (x^2-1)*(2x)
= [(x^2/2x)-(1/2x)](2x)
= 2x(x^2/2x)
= x^2
This does not look right... where did I go wrong ( I am sure it's in the substitution)?