A Differential equation with integral

petterson
Messages
8
Reaction score
0
Hi,
I was wondering if anyone had some advice on how to solve the following equation for ## F(b)##:
$$ F(g(b)) h(b) + F'(b) s(b) - F(b)h(b) + h(b) + \int_{g(b)}^{b} v(x) F'(x) dx = 0 $$

Any hints on how to tackle this would be highly appreciated. Thank you!
 
Physics news on Phys.org
If it's the presence of the integral that throws you off, you can get rid of it by differentiating both sides with respect to b. For the part that is the integral, we have

$$
\frac d{db}\left(\int_{g(b)}^{b} v(x) F'(x) dx\right)
=v(b) F'(b)-
\left(v(x) F'(x))
\right)g'(b)
$$
To see this, let the function ##A## be the antiderivative of the integrand. Then the definite integral is
$$A(b)-A(g(b))$$
We differentiate that wrt b and use the fact that ##\frac {dA(y)}{dy}=v(y) F'(y)## to get the above formula.
 
  • Like
Likes petterson
Thanks andrewkirk. Doing what you proposed the equation looks nicer, I obtain the following:

$$ F'(g(b)) g'(b) [h(b) - v(g(b))] + F(g(b)) h'(b) + F''(b)s(b) + F'(b) [s'(b) + v(b) - h(b)] - F(b) h'(b) + h'(b) = 0 $$

There is still the issue with those nested function ##F(g(b))## and ##F'(g(b))##. How could I deal with that?
 
I was able to simplify my problem to the following equation:
$$ F(g(b)) - F(b) + F'(b)h(b) + F''(b) s(b) - k = 0 $$
##g(b)## is a decreasing function, k a constant. If necessary, one could also assume that ##g(b)## is an affine function. Does the delay differential equation framework apply here? I'm not sure since g(b) is decreasing. Could one possibly get a numerical solution with the ddesd function in Matlab?
Thanks!
 
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...

Similar threads

Replies
7
Views
3K
Replies
1
Views
3K
Replies
52
Views
7K
Replies
3
Views
3K
Replies
1
Views
1K
Replies
5
Views
3K
Replies
17
Views
3K
Back
Top