Is there a way to eliminate the second derivative in calculus using integration?

  • Thread starter Thread starter Jhenrique
  • Start date Start date
  • Tags Tags
    Calculus Operator
Jhenrique
Messages
676
Reaction score
4
Given that D²f(x) = g(x), one form that eliminate the second derivate is integrating the equation: ∫∫D²f(x)dx² = ∫∫g(x)dx². But, and if I try so:

\\ \sqrt{D^2f(x)}=\sqrt{g(x)} \\ D\sqrt{f(x)}=\sqrt{g(x)} \\ PD\sqrt{f(x)}=P\sqrt{g(x)} \\ \sqrt{f(x)}=P\sqrt{g(x)} \\ f(x)=[P\sqrt{g(x)}]^2 \\ f(x)=[\int \sqrt{g(x)}dx]^2

Is it works?
 
Physics news on Phys.org
Going from the first to the second line you are claiming
\sqrt{ f''(x)} = \frac{d}{dx} \sqrt{f(x)}

If we pick a random function, say f(x) = x4, the left hand side of this is
\sqrt{12 x^2} = \sqrt{12} |x|
and the right hand side is
\frac{d}{dx} x^2 = 2x

so we see they're not equal at all. The D operator is nice for seeing how you are using the linearity of the derivative but don't confuse it for an honest to goodness number that can be manipulated the same in every way.
 
  • Like
Likes 1 person
Jhenrique said:
∫∫D²f(x)dx² = ∫∫g(x)dx².

You can't write ##dx^2## like that. It means integrate with respect to ##x^2## instead of integrating with respect to ##x##.
 
Every definition of the "differential operators" will include showing which ordinary arithmetic operators work for differential operators as well. Of course you can only use arithmetic operators that have the property that they can be applied to differential operators. Have you seen any proof that the "square root" operator has that property?
 
Not always there is demonstrations for certain relations. I never saw a demo for this but I know it's valid.

\\ f^D=f^D \\ log(f^D)=log(f^D) \\ log(f^D)=Dlog(f) \\ f^D=exp(\frac{f'}{f})
PS: f^D = f*(x) = geometric derivate
 
Back
Top