Newton's Method for Approximating f(x,y) & g(x,y)

  • Context: Undergrad 
  • Thread starter Thread starter shwin
  • Start date Start date
  • Tags Tags
    Method 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
4 replies · 4K views
shwin
Messages
19
Reaction score
0
lets say i have the functions f(x,y) = cos(x-y) - y and g(x,y) = sin(x+y) - x. I want to use Newton's method to approximate these functions. Do I just take the partial derivatives with respect to x and y of each function and plug in a given point (a,b)?
 
on Phys.org
Both, I am not sure how to use it for one and for the other. And yes I meant approximate solutions, I assumed it was just semantics but obviously it isnt.
 
The difference is that to solve and equation, you need an equation! What exactly do you want to do? Perhaps you are just referring to "tangent plane approximations" to the functions (not normally called Newton's method).

The tangent plane to z= f(x,y) at [itex](x_0, y_0)[/itex], is
[tex]z= f_x(x_0,y_0)(x- x_0)+ f_y(x_0,y_0)(y- y_0)[/tex]