How to solve equation with elliptic integral for modulous?

1 回表示 (過去 30 日間)
Jay Prajapati
Jay Prajapati 2019 年 4 月 15 日
コメント済み: Jay Prajapati 2019 年 4 月 16 日
I have an equation
a_eq*sqrt(P1/B) = ellipticK(k1^2) - ellipticF(m1,k1^2)
where,
B = 1.3761E-4,
P1 = 0.4905,
a_eq = 9.5E-3,
k1 = sin{(theta +alpha +pi)/2} a
and
m1 = arcsin[ sin{(alpha + pi )/2}/k1].
Here, I want to solve for theta and for that I have to solve for k1.
How to solve for k1 in this equation?

採用された回答

Torsten
Torsten 2019 年 4 月 16 日
Solve
a_eq*sqrt(P1/B) = ellipticK(k1^2) - ellipticF(arcsin[ sin{(alpha + pi )/2}/k1],k1^2)
for k1.
Once you have k1, you can solve for theta.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePartial Differential Equation Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by