What is the solution for the attached equation?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
eahaidar
Messages
69
Reaction score
1
Good afternoon,
i was just wondering if this equation is possibly solvable where I(z) is a function of z. The equation is:
I(z)=cosh(1/2 ∫I(z)dz)
I know it looks stupid but is it possible? How would you approach this problem?
Thank you.
 

Attachments

  • eq.png
    eq.png
    1.1 KB · Views: 503
Physics news on Phys.org
Thanks for the response. However I get hyperbolic sinh which just makes it much worse. :(
 
eahaidar said:
Thanks for the response. However I get hyperbolic sinh which just makes it much worse. :(

If you introduce [tex]J(z) = \sinh\left(\frac12 \int I(z)\,dz\right)[/tex] then you can get the two-dimensional system [tex] I' = \frac12 IJ \\<br /> J' = \frac12 I^2[/tex] which can be solved numerically subject to given initial conditions (which, like cosh and sinh, must satisfy [itex]I(0)^2 - J(0)^2 = 1[/itex]). Alternatively, you can construct power series iteratively by starting with [itex]I_0(z) = I(0)[/itex], [itex]J_0(z) = J(0)[/itex] and using the recurrence relation [tex] I_{n+1}(z) = I(0) + \frac12 \int_0^z I_n(t)J_n(t)\,dt, \\<br /> J_{n+1}(z) = J(0) + \frac12 \int_0^z I_n^2(t)\,dt.[/tex]