General solution to a simple ODE

brollysan
Messages
26
Reaction score
0
Whenever I am stuck I usually manage by sitting down and working on the problem and eventuall finding the solution, this one is bothering me too much and I don't have any class until friday so no hope of finding out before then unless I ask here.

Q: Find a general solution to the diff.eq:

d[f(x)]/dx = bf(x). Given f(0) = 1 and f'(0) = 3 define constants and find a solution for f(x)


Attempts:
Stuck, used 2th order ODEs so much this thing confuses me.
 
Physics news on Phys.org
This is solved simply through separation of variables:

\frac{df}{dx}=bf

Therefore

\frac{df}{f}=bdx

Performing indefinite integration over this gives you:

ln(f)=bx+c

With c being arbitrary constant of integration
And explicitly f is given by

f(x)=ae^{bx}

Where I chose to rewrite the arbitrary constant e^c as a.

Determining a and b from your additional conditions is a simple algebric exercise.
 
elibj123 said:
This is solved simply through separation of variables:

\frac{df}{dx}=bf

Therefore

\frac{df}{f}=bdx

Performing indefinite integration over this gives you:

ln(f)=bx+c

With c being arbitrary constant of integration
And explicitly f is given by

f(x)=ae^{bx}

Where I chose to rewrite the arbitrary constant e^c as a.

Determining a and b from your additional conditions is a simple algebric exercise.
Thank you!
 
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