0

I have to solve a third order differential equation.

Not the topic of question, but I was thinking of letting $f(x)$ (which I'm solving for) be equal to $y$, so that I can use $dy$ and $dx$.

If I didn't involve y, would I be using $df$ and $dx$, or $df(x)$ and $dx$, or what, would be my differentials?

Harsh Kumar
  • 2,846
  • $\frac {dy}{dx}, \frac {df}{dx}, \frac {du}{dx}, \frac {dx}{dt}\cdots$ you will see all of them. It doesn't really matter what the letters happen to be. – user317176 Mar 28 '17 at 05:43

2 Answers2

2

You wouldn't be confused so much with representation if you think in terms of what you are actually doing while we find differentials.

For any equation (basically a curve in your graph), you are finding the slope(rise/fall) to figure out where it attains min and max and the curves behavior.

When you do, $\frac{d(x^2)}{dx}$ or $\frac{dy}{dx}$ where $f(x)=x^2,$ or $y=x^2.$ It's all the same. You are just figuring out how the slope of the curve changes with respect to changing values in $x$ axis.

Harsh Kumar
  • 2,846
Komal-SkyNET
  • 248
  • 2
  • 12
  • i'm not confused about what to do, I just don't know the proper notation for differentials – Saketh Malyala Mar 29 '17 at 02:01
  • df/dx is not right in my opinion. It doesn't tell much. Because only f(x) is a function in x. – Komal-SkyNET Mar 29 '17 at 04:35
  • That's why I had mentioned in my answer that you wouldn't be confused if you knew what is going on when you are differentiating an equation, you need something in denominator that shows against which axis your changing values are- in this case dx. In numerator you need an equation that's in x. Like d(x^2)/dx. And now you might see why df/dx is wrong. f is not equal to x^2 whereas f(x)=x^2. – Komal-SkyNET Mar 29 '17 at 04:41
1

It must be $$\frac{d(f(x))}{dx}$$ Since, $$\frac{dy}{dx}=\frac{d(f(x))}{dx}$$

Harsh Kumar
  • 2,846