How to solve equation with elliptic integral for modulous?

1 view (last 30 days)
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?

Accepted Answer

Torsten
Torsten on 16 Apr 2019
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.

More Answers (0)

Categories

Find more on Partial Differential Equation Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!