Critical value of homoclinic bifurcation

  • Context: Undergrad 
  • Thread starter Thread starter LorenaGr
  • Start date Start date
  • Tags Tags
    Bifurcation Value
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
LorenaGr
Messages
1
Reaction score
0
Hello,
I hope to find some help.
I have equation:
upload_2017-11-13_15-17-24.png
and I need to find the value of parameter A at which the homoclinic bifurcation occurs.
I know, that in this case A=-0.34, but I solution, how to find it.
Can you help me, what numerical method I should use to find A?

Thank you very much.
 

Attachments

  • upload_2017-11-13_15-17-24.png
    upload_2017-11-13_15-17-24.png
    2 KB · Views: 772
Physics news on Phys.org
One possible approach would be to use numerical methods such as Newton's method or the bisection method to find the root of the equation, where the root is the value of A at which the homoclinic bifurcation occurs. These methods involve iteratively approximating the root of the equation given an initial guess. You can read more about the different numerical methods here: https://en.wikipedia.org/wiki/Root-finding_algorithm.