paradoxymoron
- 21
- 1
I was playing around with some simple differential equations earlier and I discovered something cool (at least for me).
Suppose you have y=sin(x^2) \Rightarrow \frac{dy}{dx}=2xcos(x^2)
What if, instead of taking the derivative with respect to x, I want to take the derivative with respect to x^2, where a simple substitution might help? u(x)=x^2 \Rightarrow \frac{du}{dx}=2x \Rightarrow du=2xdx y=sin(u) \Rightarrow \frac{dy}{du}=cos(u) \Rightarrow \frac{dy}{dx^2}=cos(x^2) If you undo the substitution for both instances of u, you arrive at the derivative with respect to x \frac{dy}{dx^2}=\frac{dy}{2xdx}=cos(u^2) \Rightarrow \frac{dy}{dx}=2xcos(x^2)
Now, I understand this result is just an application of the chain rule, but, I decided to use it on integrals. Which turns out great because this is just an application of integration by parts. \int dy=\int 2xcos(x^2)dx=\int cos(u)du=\int cos(x^2)dx^2
Now, my question is, is it possible to apply this to derivatives of higher order? Here is my approach by example. \frac{d^2y}{dx^2}=6x \int d^2y=\int 6xdx^2,~~~~~~~dx^2=2xdx \int d^2y=\int 6x(2xdx)
In analogy to stating \int dx^2=\int 2xdx, how would i write \int d^2y ~~~~ ?
Suppose you have y=sin(x^2) \Rightarrow \frac{dy}{dx}=2xcos(x^2)
What if, instead of taking the derivative with respect to x, I want to take the derivative with respect to x^2, where a simple substitution might help? u(x)=x^2 \Rightarrow \frac{du}{dx}=2x \Rightarrow du=2xdx y=sin(u) \Rightarrow \frac{dy}{du}=cos(u) \Rightarrow \frac{dy}{dx^2}=cos(x^2) If you undo the substitution for both instances of u, you arrive at the derivative with respect to x \frac{dy}{dx^2}=\frac{dy}{2xdx}=cos(u^2) \Rightarrow \frac{dy}{dx}=2xcos(x^2)
Now, I understand this result is just an application of the chain rule, but, I decided to use it on integrals. Which turns out great because this is just an application of integration by parts. \int dy=\int 2xcos(x^2)dx=\int cos(u)du=\int cos(x^2)dx^2
Now, my question is, is it possible to apply this to derivatives of higher order? Here is my approach by example. \frac{d^2y}{dx^2}=6x \int d^2y=\int 6xdx^2,~~~~~~~dx^2=2xdx \int d^2y=\int 6x(2xdx)
In analogy to stating \int dx^2=\int 2xdx, how would i write \int d^2y ~~~~ ?