- #1
MathematicalPhysicist
Gold Member
- 4,699
- 373
let f:(a,b)-> a differentiable function, f is a convex function iff for every x in (a,b) the tangent line to f's graph in x is below f.
i tried it this way:
suppose f is a convex function, then for every 0<d<1 and every s,t in (a,b), f(dt+(1-d)s)<=df(t)+(1-d)f(s), now the tangent line in let's say x0 is
g(x)=f'(x0)(x-x0)+g(x0)
if s>t and t<x<s then g(t)=f'(x0)(t-x0)+g(x0) g(s)=f'(x0)(s-x0)+g(x0)
f'(x0)=[g(t)-g(s)]/(t-s)
i need to prove that g(x)<=f(x)
now if x=dt+(1-d)s then g(dt+(1-d)s)=f'(x0)(dt+(1-d)s-x0)+g(x0)
how do i proceed from here?, thanks.
i tried it this way:
suppose f is a convex function, then for every 0<d<1 and every s,t in (a,b), f(dt+(1-d)s)<=df(t)+(1-d)f(s), now the tangent line in let's say x0 is
g(x)=f'(x0)(x-x0)+g(x0)
if s>t and t<x<s then g(t)=f'(x0)(t-x0)+g(x0) g(s)=f'(x0)(s-x0)+g(x0)
f'(x0)=[g(t)-g(s)]/(t-s)
i need to prove that g(x)<=f(x)
now if x=dt+(1-d)s then g(dt+(1-d)s)=f'(x0)(dt+(1-d)s-x0)+g(x0)
how do i proceed from here?, thanks.