フィルターのクリア

How to solve a fourth order differential equation (boundary value problem) with constraint?

5 ビュー (過去 30 日間)
Jintao
Jintao 2024 年 6 月 4 日
コメント済み: Jintao 2024 年 6 月 5 日
Hi everyone, I was trying to solve the following fourth order differential equation: A·x-B·x·w''''(x)=w(x) where A and B are constants,and 0<x<l, and the boundary conditions are w(0) = 0, w'(0) = 0, w''(l)=0, w'''(l)=0. I solved the equation with bvp4c. Now I want to add constraint to w''''(x), i.e., 0<w''''(x)<C, where C is a constant. How can I add this constraint? Thanks, JZ

回答 (1 件)

Torsten
Torsten 2024 年 6 月 4 日
編集済み: Torsten 2024 年 6 月 4 日
And as far as I see, a necessary and sufficient condition that w'''' is bounded on [0 l] is w(0) = 0, and that's what you already postulate as boundary condition for your problem.
  7 件のコメント
Torsten
Torsten 2024 年 6 月 5 日
There is no way to impose an additional constraint apart from the 4 boundary conditions. If the solution of the differential equation you get does not satisfy your constraint and you think it should, then either the differential equation is wrong or implemented with errors or it has more than one solution.

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

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by