Intersecting circles using Newton's Method

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
2 replies · 2K views
Robb
Messages
225
Reaction score
8

Homework Statement


upload_2017-11-8_20-33-41.png


Homework Equations

The Attempt at a Solution


My initial thought was to set the two equations equal to each other but the resulting equation is linear which gives a constant for a Newton iteration. I thought about Taylor's theorem in 2-d but I'm not so sure about that as far as deriving the iterating function. Please help!
 

Attachments

  • upload_2017-11-8_20-33-41.png
    upload_2017-11-8_20-33-41.png
    52.3 KB · Views: 1,047
Physics news on Phys.org
Robb said:

Homework Statement


View attachment 214649

Homework Equations

The Attempt at a Solution


My initial thought was to set the two equations equal to each other but the resulting equation is linear which gives a constant for a Newton iteration. I thought about Taylor's theorem in 2-d but I'm not so sure about that as far as deriving the iterating function. Please help!
Technically, you don't "set equations equal to each other." If you have one equation in the form f(x) = b and another equation in the form g(x) = b, then you can set f(x) equal to g(x). However, it makes no sense to write ##(x - 2)^2 + (y - 1)^2 = 2 = 3.5 = (x - 2.5)^2 + y^2##.

For the equations in your problem, what you said amounts to setting 2 = 3.5, which is obviouly untrue.

What was the work that you did? You need to show us what you did, rather than just loosely describe your work, so that we can steer you in the right direction.
 
upload_2017-11-9_6-16-48.png


I have not chosen an initial condition yet so I can get F(X).
 

Attachments

  • upload_2017-11-9_6-16-48.png
    upload_2017-11-9_6-16-48.png
    51.2 KB · Views: 599