Why Does the dy Disappear When Solving Differential Equations?

Physics-Pure
Messages
29
Reaction score
0
Hello all~

Given the equation:
dy/dx = (x/y)
I know we would initially go to:
∫dy =∫ (x/y) dx
then too:
∫(y)(dy) = ∫x dx
Until arriving at:
(y2/2) + C1 = (x2/2) + C2
(y2) - (x2) = C

My question is:
Where does the dy disappear to in step 4? Where the anti-derivative is taken.

Why does ∫dy become just y when solving an equation of the form
dy/dx = (x2 + 1), but it disappears in the first example?


Thank you~
 
Physics news on Phys.org
This is, basically, wrong all the way.
First off, if you have dy/dx=x/y(x), we may rewrite this, bu multiplying both sides with y(x) as:

y(x)dy/dx=x.

Then, up to an arbitrary constant of integration, we'll have.

int((y(x)dy/dx)dx)=int(xdx).
That is integrating BOTH sides with respect to the same variable, i.e, "x".

Now, on the left-hand side, we use the reverse of the chain rule of differentiation, that is, integration by substitution, letting "y" be our integration variable.
There is no magical disappearance of any variables or infinitesemals.
 
arildno said:
This is, basically, wrong all the way.
First off, if you have dy/dx=x/y(x), we may rewrite this, bu multiplying both sides with y(x) as:

y(x)dy/dx=x.Now, on the left-hand side, we use the reverse of the chain rule of differentiation, that is, integration by substitution, letting "y" be our integration variable.
There is no magical disappearance of any variables or infinitesemals.

Where did that y(x) come from?
And are you saying that we let y = y(x)dy/dx)dx?

P.S. I was simply following the "Introduction to differential equations" video, under calculus. Found here: http://www.hippocampus.org/Calculus & Advanced Math;jsessionid=BAEE0BB1E88F4A594768EEBE4D8FC1EA
 
Why does ∫dy become just y when solving an equation of the form

Following the method presented (which is known as variables separable or separation of variables)

The answer is that ∫dy is not ∫dy it is the ∫1dy.
When you integrate this the integral of 1 is y and the dy drops out as it did in the previous example. You are not integrating the dy.
You asked why the dy drops out - well it is really a book- keeping symbol I see someone else already told you this in another thread.

You should note that the answer to your first question
Where does the dy disappear to in step 4?

is that is disappears to the same place the dx disappears to in the same line and for the same book-keeping reason.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top