Proving Contraction Constants: Mean Value Theorem Help | Homework Example

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
Easty
Messages
19
Reaction score
0

Homework Statement



If h1 and h2 are contractions on a set B with contraction constants δ1 and δ2 prove that the composite function h2 ° h 1 is also a contraction on B and find a contraction constant.


Homework Equations




|f(a) - f(b)| ≤ δ |a-b|

f '(c) = (f(a)-f(b))/(a-b)


(g°f) '(c) = g '(f(c))x f '(c)


The Attempt at a Solution



So far I'm pretty sure i have to use the mean value theorem and the chain rule. using the mean value on the composite function i get :

|h2(h1(a)) - h2(h1(b))| = |h2 °h1 )' (c)| |a-b|

i get stuck here, i think i should now use the chain rule for the derivaitve term out the front of the equality to somehow make an inequality. am i on the right track?
 
Last edited:
Physics news on Phys.org


HallsofIvy said:
I don't see why you should use derivatives at all. If [itex]h(x)= h_2(h_1(x))[/itex] then [itex]|h(a)- h(b)|= |h_2(h_1(a))- h_2(h_1(b))|\le \delta_2|h_1(a)- h_1(b)|[/itex] and repeat.


but then arent you assumeing that h(x)= h_2(h_1(x)) is a contration?