필터 지우기
필터 지우기

How to solve a boundary value problem (differential equations) which contains dependent variable values at the boundary??? The equation is like a integro-differential equation.

조회 수: 1 (최근 30일)
(-iy+y'''')=(A+Bx)y'''(0)+(C+Dx)y''(0)
  1. Here A,B,C and D are constants.
  2. y'''(0) are the dependent variable 3rd order derivative at x=0.
  3. Like wise y''(0) is the 2nd oder derivative of y at x=0
  4. BCs y(0)=0, y'(0)=1, y''(1)=0 and y'''(1)=0

채택된 답변

Torsten
Torsten 2017년 4월 12일
편집: Torsten 2017년 4월 12일
Try "dsolve" on the problem
(-iy+y'''')=(A+Bx)*C2+(C+Dx)*C1
with boundary conditions
y(0)=0, y'(0)=1, y''(1)=0, y'''(1)=0, y''(0)=C1, y'''(0)=C2.
Best wishes
Torsten.
  댓글 수: 7
Torsten
Torsten 2017년 4월 12일
Since there is no integral involved in the differential equation, I don't see an obvious relation to integro-differential equations. But I might be wrong.
Best wishes
Torsten.
T S Singh
T S Singh 2017년 4월 12일
Sorry I forgot to mention, the y'''(0) and y''(0) term in the differential equation was obtained from an integration expression, and these two terms remained because y'''(1) and y''(1) are zero because of the boundary conditions.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Equation Solving에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by