Find the exact value of a differential equation.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Sam Donovan
Messages
11
Reaction score
0

Homework Statement


dy/dx= 200-2y. y(0)=75

Homework Equations

The Attempt at a Solution


Do you move dx over and integrate.

Do you just integrate it 200y-y^2+c
 
Physics news on Phys.org
andrewkirk said:
This sort of problem is easily solved using separation of variables.

I'm having a little trouble with this. I move it so it becomes

##dy/dx=200-2y##
##dy=200dx-2ydx##
andrewkirk said:
This sort of problem is easily solved using separation of variables.
 
Sam Donovan said:
I'm having a little trouble with this. I move it so it becomes

##dy/dx=200-2y##
##dy=200dx-2ydx##
No. This is completely wrong. I would strongly advise you to look at some examples of this technique in your textbook.

Using separation of variables, you should end up with all terms involving y and dy on one side, and all terms involving x and dx on the other side.
For this problem,
1) Divide both sides by 200 - 2y
2) Multiply both sides of the resulting equation by dx

In this case, you should end up with ##\frac{dy}{200 - 2y} = dx##, or equivalently, ##\frac{dy}{100 - y} = 2 dx##,
 
Sam Donovan said:

Homework Statement


dy/dx= 200-2y. y(0)=75

The Attempt at a Solution


Do you move dx over and integrate.

Do you just integrate it 200y-y^2+c
I think what you're suggesting is to solve the problem as follows:
\begin{align*}
\frac{dy}{dx} &= 200-2y \\
\int \frac{dy}{dx}\,dx &= \int (200-2y)\,dx \\
y &= 200y-y^2+c
\end{align*}
There's a problem with that last step. If you don't recognize it, consider the questions below:

Outside of this problem, if I asked you what ##\int 200\,dx## equalled, you'd hopefully say ##200 x+c##, yet in solving this problem, you encountered the exact same integral and (allegedly) said ##\int 200\,dx = 200y+c##.

Similarly, consider the two integrals ##\int 2x\,dx## and ##\int 2y\,dx##. Why can you easily evaluate the first one but not the latter?