Solving Initial-Value Problem: Finding a Solution for dy/dx=-y^2 with y(0)=.0625

  • Thread starter Thread starter bobbarkernar
  • Start date Start date
bobbarkernar
Messages
48
Reaction score
0
i have no idea on how to start this problem.


Find a solution of the initial-value problem

dy/dx= -y^2 , y(0)=.0625


please if someone can help me start it or explain it to me
 
Physics news on Phys.org
Do you know what a separable differential equation is?
 
you need to first use separation of variables, to get y(x).

So: -\frac{dy}{y^{2}} = dx

\int -\frac{dy}{y^{2}} = \int dx
 
no we just started covering DE on friday
 
Well they're the type of differential equation that are the easiest to solve. If you've not yet seen how to solve this type of DE, why not just postpone the resolution of the problem til you've learned about it?
 
in class all we went over was exponential growth and decay. but i don't remember going over initial-value problems.
 
All an "initial value problem" is is a DE together with an "initial condition", i.e. a value of y(0). So just solve the differential equation, and set y(0)=0.0625. this will specify a concrete value of the intgegration constant. So, start with solving the differential equation like courtrigrad showed you. Can you do that?
 
im not sure exactly how to solve the DE. What does dy and dx become?
do they just simply become x and y?
 
You don't know how to solve an integral?!
 
  • #10
i can solve integrals, but I am confused about what the integral of dx becomes. i can solve the integral of -1/y^2 which is 1/y. i don't know what goes on with the integral of dy or dx.
 
  • #11
\int dx is a notation for \int 1dx. Surely you can solve \int 1dx? It's only a matter of finding a function F(x) such that F'(x) = 1 and adding an "integration constant" C to it.
 
  • #12
oh so the integral of dx is simply x+c. but what is going on with the dy?
 
  • #13
The dy is only there to say that you must integrate with respect to y.

\int -\frac{dy}{y^{2}} is a notation for \int -\frac{1}{y^{2}} \ \ dy
 
Back
Top