Integration : Are a function and it's derivative independent?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
jk22
Messages
732
Reaction score
25
The question is a bit confused, but it refers to if the following integration is correct :

$$I=\int \frac{1}{1+f'(x)}f'(x)dx$$

$$df=f'(x)dx$$

$$\Rightarrow I=\int\frac{1}{1+f'}df=?\frac{f}{1+f'}+C$$

The last equality would come if I suppose $f,f'$ are independent variables.
 
Physics news on Phys.org
jk22 said:
The question is a bit confused, but it refers to if the following integration is correct :

$$I=\int \frac{1}{1+f'(x)}f'(x)dx$$

$$df=f'(x)dx$$

$$\Rightarrow I=\int\frac{1}{1+f'}df=?\frac{f}{1+f'}+C$$

The last equality would come if I suppose $f,f'$ are independent variables.
Try differentiating the result and see whether you get the integrand.
 
I get $$\frac{d}{dx}\frac{f(x)}{1+f'(x)}=\frac{f'(x)}{1+f'(x)}+f(x)\frac{(-1)}{(1+f'(x))^2}f''(x)$$

But if I try : Integrate(1/(1+D(f(x),x)),f) on WolframAlpha I get the above result ?!
Or maybe the partial derivative means something else ?