Taylor Series/Newton Raphson Method question

  • Context: Undergrad 
  • Thread starter Thread starter Shadow_7
  • Start date Start date
  • Tags Tags
    Method Taylor
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Shadow_7
Messages
5
Reaction score
0
test.jpg


Can somebody guide me through this? I know how to apply Newton Raphson Method, but the x^* symbol and "argmin" function are kinda new to me. I am re referring to part (c). Thanks.
 
Physics news on Phys.org
Did you intend to post a link to something?
 
I'm assuming you forgot to post a link or quote something.

But your questions can be answered without whatever it is that you forgot. ^ denotes exponentiation, ie in x^y, x is the base and y is the exponent. Argmin(f(x)) is the x at which f(x) is minimized. For examples, 2^3=8 and argmin(x^2)=0.