Dy/dx - Fraction and/or Operator

  • Context: Undergrad 
  • Thread starter Thread starter p75213
  • Start date Start date
  • Tags Tags
    Fraction Operator
Click For Summary

Discussion Overview

The discussion revolves around the interpretation and use of the derivative operator dy/dx in calculus, particularly in the context of ordinary differential equations (ODEs). Participants explore whether dy/dx should be treated as an operator or as a fraction, and the implications of these interpretations in mathematical expressions and integration techniques.

Discussion Character

  • Debate/contested
  • Conceptual clarification
  • Mathematical reasoning

Main Points Raised

  • Some participants express confusion over treating dy/dx as a fraction versus an operator, noting that while it is technically an operator, it is often treated like a fraction in practice.
  • One participant suggests that dy/dx can be viewed as a differential operator that assigns a local-linear approximation to changes in a function.
  • Another participant emphasizes that while dy/dx is not a fraction, it can be treated as one under certain conditions, particularly when using the limit of the difference quotient.
  • Several participants discuss the mathematical justification for multiplying equations by dx in the context of ODEs, questioning how this is valid when dy/dx is treated as a fraction.
  • Some participants refer to the geometric interpretation of dy as the change along the tangent line, which adds to the understanding of the derivative.
  • One participant requests recommendations for resources that clarify these concepts, indicating a desire for further understanding.

Areas of Agreement / Disagreement

Participants generally agree that dy/dx is an operator but express differing views on its treatment as a fraction. The discussion remains unresolved regarding the mathematical justification for treating dy/dx as a fraction in certain contexts.

Contextual Notes

Some participants note that many texts may not rigorously justify the treatment of dy/dx as a fraction, leading to potential confusion. There are also references to specific mathematical techniques, such as u-substitution and separation of variables, that may not be universally understood.

Who May Find This Useful

This discussion may be useful for students and practitioners of calculus and differential equations, particularly those grappling with the conceptual foundations of derivatives and their applications in solving ODEs.

p75213
Messages
93
Reaction score
0
I am a bit confused over the use of the derivative operator dy/dx. I realize dy is a very small change in y and dx is a very small change in x. When combined into dy/dx it is an operator which means take the derivative of y with respect to x.
However I notice many authors still treat it as a fraction- a small change in y over a small change in x. eg
v=L\frac{di}{dt}
di=\frac{1}{L}v dt
\intdi=\frac{1}{L}\intv(t) dt

Everything works out nicely but it is a bit confusing when operators can be treated as fractions.
 
Physics news on Phys.org
Strictly speaking, dy/dx cannot be taken as a fraction. However, as an abuse of notation in SOME cases, they will use this as a fraction regardless. Usually, this can be done rigorously another way. For example, if you'll allow multiplication by differentials...

v(t) = L \frac{di}{dt}

\frac{1}{L} v(t) dt = \frac{di}{dt} dt

\int \frac{1}{L} v(t) dt = \int \frac{di}{dt} dt

Then using the u-substitution on the right-hand side, di/dt dt simplifies to di, and we get the problem as originally stated.

\frac{1}{L} \int v(t) dt = \int di
 
I have found a bit more clarity thinking of dy/dx as a _differential_ operator, which assigns to a differentiable f its differential f'(t)dt , which is the local-linear approximation to the change of values of f, but there may be some uses (and maybe abuses) of notation that I am not familiar with.
 
p75213 said:
I am a bit confused over the use of the derivative operator dy/dx. I realize dy is a very small change in y and dx is a very small change in x. When combined into dy/dx it is an operator which means take the derivative of y with respect to x.
However I notice many authors still treat it as a fraction- a small change in y over a small change in x. eg
v=L\frac{di}{dt}
di=\frac{1}{L}v dt
\intdi=\frac{1}{L}\intv(t) dt

Everything works out nicely but it is a bit confusing when operators can be treated as fractions.
The derivative operator is d/dx, not dy/dx. The first symbol operates on a differentiable function of x. The second symbol represents the derivative (with respect to an independent variable x) of a differentiable function y.

Bacle said:
I have found a bit more clarity thinking of dy/dx as a _differential_ operator, which assigns to a differentiable f its differential f'(t)dt , which is the local-linear approximation to the change of values of f, but there may be some uses (and maybe abuses) of notation that I am not familiar with.

The differential operator is usually written as d, as in d(t2) = 2t dt.
 
You're right, Mark44 , d/dt is the usual format for the operator assigning the
differential . Moreover, the differential of a differentiable function is a differential form.
 
I think I have figured it out?
y=2x
\frac{dy}{dx}=\frac{d}{dx}2x=2
 
p75213 said:
I think I have figured it out?
y=2x
\frac{dy}{dx}=\frac{d}{dx}2x=2

Looks right. The resulting derivative, at least.
 
As Mark44 said, d/dx is the "operator", not dy/dx.

dy/dx is NOT a fraction- but it can be treated like one. Specifically, dy/dx is the limit of the "difference quotient" (f(x+h)- f(x))/h. So you can "go back before the limit", use the appropriate fraction property, and then take the limit.

To make that "treat the derivative as a fraction" rigorous, we define the "differentials" dx and dy separately- though most elementary texts just "hand wave" those definitions.
 
Last edited by a moderator:
Well, if y(x) is differentiable, then dy is f'(x)dx, and dx is just dx.

dy is the change of y(x) along the tangent line (seen as a limiting position of the secant).

But I agree that a lot of texts on PDE's just happily cross-multiply in cases of separation of

variables, without justification.
 
  • #10
I am revisiting ODE's, and this doubt is killing me as well.

I am re-learning by ( ODE's ( Tenenbaum and Pollard) from Dover.

It is pretty clear that dy/dx represents f`(x), as it is also very easy to understand "geometrically" that dy = f`(x) dx.
However, altough I am confortable solving ODE's, I just don't understant how the hell is it mathematically possible to multiply an equation by dx in order to integrate separately.
For example:

Q(x,y) dy/dx + P(x,y) = 0.
\downarrow
P(x,y) dx + Q(x,y) dy = 0.

They treat dy/dx as a fraction. I would like to know why, how is that possible.
IN fact I would love if you guys could recommend me a good book that explains this very clearly.
Thanks!
 
  • #11
c.teixeira said:
I am revisiting ODE's, and this doubt is killing me as well.

I am re-learning by ( ODE's ( Tenenbaum and Pollard) from Dover.

It is pretty clear that dy/dx represents f`(x), as it is also very easy to understand "geometrically" that dy = f`(x) dx.
However, altough I am confortable solving ODE's, I just don't understant how the hell is it mathematically possible to multiply an equation by dx in order to integrate separately.
For example:

Q(x,y) dy/dx + P(x,y) = 0.
\downarrow
P(x,y) dx + Q(x,y) dy = 0.

They treat dy/dx as a fraction. I would like to know why, how is that possible.
IN fact I would love if you guys could recommend me a good book that explains this very clearly.
Thanks!

I like HallsofIvy's explanation. Its a couple of posts above
 
  • #12
c.teixeira said:
I am revisiting ODE's, and this doubt is killing me as well.

I am re-learning by ( ODE's ( Tenenbaum and Pollard) from Dover.

It is pretty clear that dy/dx represents f`(x), as it is also very easy to understand "geometrically" that dy = f`(x) dx.
However, altough I am confortable solving ODE's, I just don't understant how the hell is it mathematically possible to multiply an equation by dx in order to integrate separately.
For example:

Q(x,y) dy/dx + P(x,y) = 0.
\downarrow
P(x,y) dx + Q(x,y) dy = 0.

They treat dy/dx as a fraction. I would like to know why, how is that possible.
IN fact I would love if you guys could recommend me a good book that explains this very clearly.
Thanks!

Have you tried:

http://en.wikipedia.org/wiki/Separation_of_variables ?
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K