Non linear 2nd order ode not able to solve

varen90
Messages
2
Reaction score
0
u'u''-k1u=-a*cos(hy)-b
where,u'=du/dy;
and and a,b,k1 are constants
conditions
u(-H)=0;
u'(0)=0;
where 2H is height of the channel where the liquid is flowing
please help any suggestions are welcome
i couldn't find the analytical soln
numerical soln also am havin a dead end so please
 
Physics news on Phys.org
u'u''-k1u=-a*cos(hy)-b

(u')^2 u'' - k1 uu' =(-a cos(hy) -b)u'

1/3((u')^3)' - k1/2 ((u)^2)' = (-a cos(hy) -b) u'

Integrate both sides wrt y, where the RHS is:
\int_{-H}^{y} (-a \cdot cos(hy) -b) u' = (-a \cdot cos(hy) -b) u(y) - \int (ah \cdot sin(hy) u(y)

It doesn't look like there's an analytic solution.

You should try solve it by using numerical methods for solving integral equations.

I can't help more than this, sorry.
 
thx for the input really appreciated
 
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