Finding a closed form solution of nonlinear differential equation
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Aleem Andrew
am 21 Feb. 2021
Kommentiert: Aleem Andrew
am 10 Mär. 2021
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 Kommentar
Jan
am 21 Feb. 2021
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?
Akzeptierte Antwort
Shashank Gupta
am 24 Feb. 2021
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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!