Simultaneous nonlinear equations

  • Context: Graduate 
  • Thread starter Thread starter daudaudaudau
  • Start date Start date
  • Tags Tags
    Nonlinear
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
daudaudaudau
Messages
297
Reaction score
0
Hi. I have the following two equations

[tex]S_{21}=\frac{(1-\Gamma^2)z}{1-z^2\Gamma^2}[/tex]
[tex]S_{11}=\frac{(1-z^2)\Gamma}{1-z^2\Gamma^2}[/tex]

How would you go about solving these equations? I want to avoid square roots because they make the results ambiguous.

I myself have found that

[tex]z=\pm\sqrt{\frac{\Gamma-S_{11}}{\Gamma-S_{11}\Gamma^2}}[/tex]

but a better solution is

[tex]z=\frac{S_{21}}{1-S_{11}\Gamma}[/tex]

because it avoids the sign ambiguity. Yet another good solution is

[tex]z=\frac{(S_{11}+S_{21})-\Gamma}{1-(S_{11}+S_{21})\Gamma}[/tex]

but I have no clue how to arrive at these results. Any suggestions?
 
Physics news on Phys.org
Are there any general methods for solving nonlinear equations analytically? I only know of the substitution method and then applying the quadratic formula.