Solving Derivatives: Separating dy & dx

  • Thread starter Thread starter Fritz
  • Start date Start date
  • Tags Tags
    Derivatives
AI Thread Summary
The discussion centers on the interpretation of derivatives, specifically the meaning of dy and dx as infinitesimal changes in their respective variables. It clarifies that while dx can be treated as a finite change (Δx), dy is not equivalent to Δy, and is instead expressed as dy = f'(x)dx. The conversation emphasizes the importance of the chain rule in differentiating composite functions and integrating differential equations. Participants agree that understanding the underlying logic of mathematics is crucial, and that practicing problems is essential for developing mathematical skills. Engaging in reflective questioning about one's understanding is also highlighted as a valuable educational practice.
Fritz
Messages
65
Reaction score
0
Does dx or d(any variable) mean an infitesimally change in x (or another variable)?

If you have dy/dx, can you separate dy from dx? How do you do this?
 
Mathematics news on Phys.org
As fare as I understand it is dy and dx the change on the tangent line. But that you may already know. And, yes, they're infintesimals.

dx is independent and thus dx = \Delta x, but dy != \Delta y.
dy = f'(x)dx or \frac{dy}{dx}=f'(x)

d(x) is an alternativ notation for f'(x), i think.
 
Last edited:
I'll choose to answer this in this thread; I see you have a similar thread elsewhere:
Basically, the reason why we occasionally may treat dy/dx analogously to a fraction, in particular, splitting it, is THE CHAIN RULE OF DIFFERENTIATION!
Suppose you have a differential equation on the form:
f(y(x))\frac{dy}{dx}=g(x)
Note the explicit dependendce of x in the composite function f!
Assume there exist a function F, so that its derivative with respect to its sole variable is the function f.
Hence, we may rewrite the lefthand-side in the upper equation, USING THE CHAIN RULE:
\frac{d}{dx}F(y(x))=g(x)
Now, let's integrate this equation WITH RESPECT TO x!
By the fundamental theorem of calculus, we gain:
F(y(x_{1}))-F(y(x_{0}))=\int_{x_{0}}^{x_{1}}g(x)dx (1)
Let us now consider the smart trick:
y_{1}=y(x_{1}),y_{0}=y(x_{0})
(1) may therefore be written as:
\int_{y_{0}}^{y_{1}}f(y)dy=\int_{x_{0}}^{x_{1}}g(x)dx (2)
since the left-hand side equals, by fund. theorem of calculus:
\int_{y_{0}}^{y_{1}}f(y)dy=F(y_{1})-F(y_{0})

But (2) is the way you've been taught to integrate your original differential equation.
 
Is y(x) the 'sole variable' of F?

What happened to \frac{dy}{dx} in \frac{d}{dx}F(y(x))=g(x)?
 
By the chain rule:
\frac{d}{dx}F(y(x))=F'(y(x))\frac{dy}{dx}=f(y(x))\frac{dy}{dx}
since F'=f
 
I think I understand now. It's just hard to get my head around (I guess I'm a little stupid).
 
Inexperience is often mistaken for stupidity..:wink:

Besides, if someone has been taught formulaic maths, rather than the logic and reasons behind formulae, they will often encounter problems generated more by the dubious techniques they've been exposed to, rather than by personal stupidity..:smile:
 
Would the best way to ensure that I understand everything be to do as many questions as I possibly can?
 
Fritz said:
Would the best way to ensure that I understand everything be to do as many questions as I possibly can?
Mmm..exercises are certainly important, indeed crucial, in developing a mathematical skill with your "hand". (That is, getting used to it, building up problem-solving routines and so on).

However, you should from time to time stop and ask yourself:
"Do I understand this? Why must it be so?"
Such sessions, when successfully resolved, while not productive in the sense of numbers of exercises solved, are however, in the long run, the most satisfying experiences in your education.
 
  • #10
That does makes sense.
 
Back
Top