Finding a closed form solution of nonlinear differential equation

조회 수: 2 (최근 30일)
Can you find an expression for x, which is a function of t, given that sin(x*t) + t^2*cos(3*t^2)+x''(t) = 5x (x''(t) is the second derivative), using numerical or analytical methods?
  댓글 수: 1
Jan
Jan 2021년 2월 21일
You cannot use numerical methods to find a closed form solution.
Did you convert this equation to a system of ODEs of order 1 already? Some code?

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

채택된 답변

Shashank Gupta
Shashank Gupta 2021년 2월 24일
Hi Aleem,
You should check out dsolve function. Also there are example to show the same problems that you are dealing up with. Check out this link, it might help you. And these are not numerical methods as @Jan already mentioned you cannot find out a closed form solution through numerical analysis.
I hope this helps.
Cheers

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by