Find the exact value of a differential equation.

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?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top