how to solve the following second order differential equation using euler's method? Please help.

3 ビュー (過去 30 日間)
30-((l*c)*d^2vc/dt^2)-((l/r)dvc/dt)-vc=0
where,
l=29.5*10^(-3)
c=20*10^(-6)
r=10
here vc=voltage across capacitor and all initial conditions are zero
  2 件のコメント
Walter Roberson
Walter Roberson 2016 年 5 月 26 日
Is there a relationship between vc and c or is vc a different variable?
sayan chakraborty
sayan chakraborty 2016 年 5 月 26 日
vc is a different variable. here vc means voltage across capacitor

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 5 月 26 日
If the equation is 30-l*c*(diff(vc(t), t, t))-l*(diff(vc(t), t))/r-vc(t) = 0 then it cannot be solved without two additional boundary conditions.
  4 件のコメント
sayan chakraborty
sayan chakraborty 2016 年 5 月 26 日
can you please show the steps involved
Walter Roberson
Walter Roberson 2016 年 5 月 26 日
I used dsolve() from the symbolic toolbox.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by