User:IssaRice/Chain rule proofs: Difference between revisions

From Machinelearning
(Created page with "==Using Newton's approximation== Since <math>g</math> is differentiable at <math>y_0</math>, we know <math>g'(y_0)</math> is a real number, and we can write <math>g(y) = g(y...")
 
No edit summary
Line 10: Line 10:


Newton's approximation says that <math>|E_g(\Delta y)| \leq \epsilon|y-y_0|</math> as long as <math>|y-y_0|\leq \delta</math>.
Newton's approximation says that <math>|E_g(\Delta y)| \leq \epsilon|y-y_0|</math> as long as <math>|y-y_0|\leq \delta</math>.
Since <math>f</math> is differentiable at <math>x_0</math>, we know that it must be continuous at <math>x_0</math>. This means we can keep <math>|f(x)-y_0|\leq \delta</math> as long as we keep <math>|x-x_0|\leq \delta'</math>.

Revision as of 01:24, 28 November 2018

Using Newton's approximation

Since g is differentiable at y0, we know g(y0) is a real number, and we can write

g(y)=g(y0)+g(y0)(yy0)+[g(y)(g(y0)+g(y0)(yy0))]

If we define Eg(Δy):=g(y)(g(y0)+g(y0)(yy0)) we can write

g(y)=g(y0)+g(f(x0))(yy0)+Eg(Δy)

Newton's approximation says that |Eg(Δy)|ϵ|yy0| as long as |yy0|δ.

Since f is differentiable at x0, we know that it must be continuous at x0. This means we can keep |f(x)y0|δ as long as we keep |xx0|δ.