
I want to solve this four equations and rearrange it into four equation (g1,g2,J1,J2 in terms of a and h). I leave it to run around 12 hours but it show me nothing.
I tried simple equation with same format, it can be solved. I also tried to solve the equation separately but there are many possible answers due to it is nonlinear equation.
I am new in using Wolfram Mathematica. Can anyone help me with this? or at least explain to me why it run for a long time but cannot be solve. Thank you in advance.
EDITED: Below is the equation
Solve[{4*(a^2 + a*Sqrt[a^2 - 1]) - 2 == -(g1^2/(2*h*J1)) , a^2 == (J2^2*(1 - J1^2) + 2*J2*J1 - 1)/ (2*h*g2^2*J1),
-(4*(a^2 + a*Sqrt[a^2 - 1]) - 1) == -((g2^2 - g2^2*J1^2 - 2*g1*g2 - g1^2*J2^2)/(2*h*g2^2*J1)) , J2 + J1*((g2*a)^2 - J2^2) == 0} , {J1, J2, g1, g2} ]
Attachments: