Azzera filtri
Azzera filtri

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

5 visualizzazioni (ultimi 30 giorni)
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

Risposte (1)

Torsten
Torsten il 4 Giu 2024
Modificato: Torsten il 4 Giu 2024
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 Commenti
Torsten
Torsten il 5 Giu 2024
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.

Accedi per commentare.

Categorie

Scopri di più su Programming in Help Center e File Exchange

Prodotti


Release

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by