looking for value of existense differential equation

2 次查看(过去 30 天)
Consider the differential equation x ′ = x cos(at) . For what values of (t, x) can solutions not be guaranteed? how do i find those values of (t,x)
i have :
syms x(t)
ode = diff(x,t) == x/(cos(a*t));
xsol = vpa(dsolve(ode))

采纳的回答

madhan ravi
madhan ravi 2018-12-13
Where there is an aymptote(discontinuity) , the solutions cannot be guaranteed

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

产品


版本

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by