about two point Boundary Value problem

Numerical integration of the initial value problem
y''+ y'y = 0
y(0) = 0
yielded y(1) = 0.741028.
What is the value of y(0) = (0) that would result in y(1) = 1, assuming that y(0) is unchanged?

1 件のコメント

Torsten
Torsten 2015 年 6 月 8 日
Not clear what you mean.
Best wishes
Torsten.

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

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 6 月 8 日

0 投票

Use the symbolic toolbox and dsolve()
The answer comes out as
(exp(x*sqrt(5))-1)*exp(-(1/2*(x-1))*(sqrt(5)+1))/(exp(sqrt(5))-1)
if you simplify it the right way.

カテゴリ

質問済み:

2015 年 6 月 7 日

回答済み:

2015 年 6 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by