What is the Limit of a Composite Function?

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
5 replies · 4K views
goodheavens
Messages
10
Reaction score
0

Homework Statement



If lim f(x) as x->0 is = 0 then lim [tex]\frac{sin(f(x))}{f(x)}[/tex] as x->0 = 1?


dont know how to start proving this . thanks for the replies
 
Physics news on Phys.org
When you say prove do you mean a rigorous proof as in epsilons and deltas ? Because that would be difficult.

You could make the substitution t = f(x) and applying the following

[tex]\lim_{t \to 0} \frac{sin(t)}{t} =1[/tex]

There is a geometric proof of the above on youtube:
 
Last edited by a moderator:
i've thought of that method also but there's this theorem that we have to use called the theorem on limit of a composite function which states that

if lim g(x) as x->a is = b and if the function f is continuous at b,
lim (f o g) (x) as x->a is = f(b)
or, equivalently,
lim f(g(x)) as x->a is = f(lim g(x)) as x->a
 
goodheavens said:

Homework Statement



If lim f(x) as x->0 is = 0 then [tex]\lim_{x\to 0}\frac{\sin(f(x))}{f(x)}= 1\ ?[/tex]

don't know how to start proving this . thanks for the replies

goodheavens said:
i've thought of that method also but there's this theorem that we have to use called the theorem on limit of a composite function which states that

if lim g(x) as x->a is = b and if the function f is continuous at b,
lim (f o g) (x) as x->a is = f(b)
or, equivalently,
lim f(g(x)) as x->a is = f(lim g(x)) as x->a

The function [tex]\displaystyle g(x)=\left\{\begin{array}{cc}\displaystyle {{\sin x}\over{x}},&\mbox{ if }<br /> x\neq 0\\ \\ 1, & \mbox{ if } x=0\end{array}\right.[/tex]

is continuous on [tex]\mathbb{R},[/tex] the set of all real numbers.
 
Proving that the limit of sin(t)/t is 1 as t->0 is easy, just expand sin(t) as a series.
 
i see it now. thank you :)