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