Solving implicit system of ODE

Hi,
I am trouble with writing a function to solve the system of ode.
how i can write proper function to solve given ode's?

1 件のコメント

David Goodmanson
David Goodmanson 2020 年 9 月 7 日
Hello oner,
these equations have some problems. Squaring each of them and adding shows that
A^2+B^2 = 1
is required. Assuming that to be true, dividing the two eqns shows that
dy/dt = -(B/A)*dx/dt
so a good solution is
x = f(t), y = -(B/A)*f(t) + constant
where f(t) can be almost any differentiable function whatsoever. So there is not a well-defined solution.

サインインしてコメントする。

回答 (1 件)

onur torun
onur torun 2020 年 9 月 21 日

0 投票

Actually, whole equation is
I have proper IC, but i dont know how to write the function of these equarion to solve.

カテゴリ

質問済み:

2020 年 9 月 6 日

回答済み:

2020 年 9 月 21 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by