PDA

View Full Version : limit problem


Hygelac
Sep24-04, 04:41 PM
I'm stuck on one complicated limits problem, wondering if any of you could help me :) usually I am pretty fine with limits but this one uses all variables and has functions in it. Anyways, here it is:

f(a) = b, g(b) = c, h(c) = d
prove lim[x->a](h°g°f)(a) = d

(° = "of")

Can anyone help me?

vsage
Sep24-04, 06:37 PM
lim[x->a](h(g(f(x)))) = d eh?

Well as x->a, f(x)->b
let y = f(x)
So now we have lim[y->b](h(g(y)))

as y->b, g(y)->c

Make sense? I guess the rest is obvious

Hygelac
Sep25-04, 02:22 PM
Thanks for your help, I just thought of something else, too. Seems like this works and is very easy, could you do just a quick check of it and see if it makes sense?

f(a) = b, g(b) = c, h(c) = d

lim[x->a](h(g(f(a)))) = d

f(a) = b, so g(f(a)) = g(b)
g(b) = c, so h(g(b)) = h(c)
h(c) = d, which solves the problem

vsage
Sep25-04, 02:24 PM
Looks good to me. You may want to play it safe I'm not sure how meticulous your teacher expects you to me but I would accept that answer :)

Hygelac
Sep25-04, 05:25 PM
Thanks a bunch :)