Understanding Leibnitz Notation for Differential Equations

  • Thread starter Thread starter James889
  • Start date Start date
  • Tags Tags
    Notation
James889
Messages
190
Reaction score
1
Hi,

I was looking at a solution to a differential equation problem. And there are some parts that i don't understand.

\frac{dy}{dx} - \frac{2y}{x} = x^2

And the solution looks like this:

e^\int{ \frac{-2}{x}} = \frac{1}{x^2}

\frac{1}{x^2}\frac{dy}{dx} -\frac{2}{x^3}y=1

\frac{d}{dx}\frac{y}{x^2}=1

This is the part i don't understand, what does \frac{d}{dx}\frac{y}{x^2} mean, and why is it equal to 1 ?

To be honest i find this notation pretty confusing.
 
Physics news on Phys.org
James889 said:
\frac{1}{x^2}\frac{dy}{dx} -\frac{2}{x^3}y=1

\frac{d}{dx}\frac{y}{x^2}=1

This is the part i don't understand, what does \frac{d}{dx}\frac{y}{x^2} mean, and why is it equal to 1 ?

Hi James889! :smile:

It just means d/dx of y/x2

use the product rule, and that's (dy/dx)(1/x2) + y(-2/x3) …

which is the LHS of the previous line! :wink:
 
Because

\frac{d}{dx}( \frac{y}{x^2}) = \frac{1}{x^2}\frac{dy}{dx}- \frac{2}{x^3}y
 
James889 said:
Hi,

I was looking at a solution to a differential equation problem. And there are some parts that i don't understand.

\frac{dy}{dx} - \frac{2y}{x} = x^2

And the solution looks like this:

e^\int{ \frac{-2}{x}} = \frac{1}{x^2}

\frac{1}{x^2}\frac{dy}{dx} -\frac{2}{x^3}y=1

\frac{d}{dx}\frac{y}{x^2}=1

This is the part i don't understand, what does \frac{d}{dx}\frac{y}{x^2} mean, and why is it equal to 1 ?

To be honest i find this notation pretty confusing.
What that means is that you differentiate yx^2 with respect to x! That's pretty basic terminology. If you going to study calculus, you had better learn it:
\frac{df}{dx} means "differentiate f with respect to x".

In this case, y is a function of x so we need to use both the product rule and the chain rule.
\frac{d yx^2}{dx}= \frac{dy}{dx}(x^2)+ y\frac{dx^2}{dx}
exactly what is on the left side of your equation above. It is equal to one because it is equal to the left side of the equation whose right side is 1: If A= B and B= C then A= C.
 
James,
You're not asking the right question. The question is not why that derivative is 1, but what does it mean that that derivative is 1. The equation is
\frac{d}{dx} \frac{y}{x^2} = 1

This is saying that the derivative wrt x of y/x2 = 1, which can only be true if y/x2 = x. This means that y/x2 = x ==> y = x3. Notice that this is the solution of the given differential equation.
 
Mark44 said:
… This is saying that the derivative wrt x of y/x2 = 1, which can only be true if y/x2 = x.

plus a constant! :wink:
 
Hello,

What is the difference in meaning between these notations?
\frac{dx}{e^x} and e^x dx
 
Hello James889! :smile:

(try using the X2 tag just above the Reply box :wink:)

There's nothing special about dx "over" something …

(unless the "something" also starts with "d", of course!)

dx/ex is the same as (1/ex)dx :wink:
 
James889 said:
Hello,

What is the difference in meaning between these notations?
\frac{dx}{e^x} and e^x dx
That's a peculiar question!

e^x dx is dx times e^x and dx/e^x is dx divided by e^x

You could also write dx/e^x as (1/e^x)dx or e^{-x}dx.
 
  • #10
HallsofIvy said:
That's a peculiar question!

e^x dx is dx times e^x and dx/e^x is dx divided by e^x

You could also write dx/e^x as (1/e^x)dx or e^{-x}dx.

Yes yes, I am not the sharpest knife in the box :rolleyes:
 
  • #11
tiny-tim said:
plus a constant! :wink:
Right, but in the DE the constant was zero, so I omitted it in that step.
 
Back
Top