How would to find the solution and closed form expression.

3 vues (au cours des 30 derniers jours)
Colum Costello
Colum Costello le 6 Mar 2019
i have the equation xdd+2xd+2x=0, i figured out how to find the solutions for the equation but am not sure how to go from there to the closed form expression.
syms x xd xdd r t a eqm
x = a*exp(r*t)
xd = diff(x)
xdd = diff(xd)
eqm = xdd + 2*xd + 2*x
solve(eqm,r)

Réponses (0)

Catégories

En savoir plus sur Partial Differential Equation Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by