Hello,
Thank you so much for your reply. Please I still got the result as function of E(K). How I can get it without E(k). In addition, In original equation I have k^2. How I can assign the result from first equation to be k for second, third, and forth equations?
((4*R*r)/((f - Y)^2 + (r + R)^2))^1/2 /. {r -> 0.05, R -> 0.3, f -> 0.1, Y -> 0.8}
A[k_] := EllipticK[k];
B[k_] := EllipticE[k];
(R*r)^1/2/(2*Pi*k) ((2 - k^2)*A[k] - 2*B[k]) // FullSimplify
Output
(r R (2 EllipticE[5] + 23 EllipticE[(4 r R)/((r + R)^2 + (-2 + Y)^2)][5]))/(20 \[Pi])