Trig Function Limit: Solving lim x->0 sin4x/2x

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
23 replies · 3K views
jog511
Messages
23
Reaction score
0

Homework Statement


lim x->0 sin4x/2x


Homework Equations


lim x->0 sinx/x =1


The Attempt at a Solution


can I write lim x->0 sin4x/2x as sinx/x * 4/2 = 1*2 or am I missing a step ?
 
Physics news on Phys.org
jog511 said:

Homework Statement


lim x->0 sin4x/2x


Homework Equations


lim x->0 sinx/x =1


The Attempt at a Solution


can I write lim x->0 sin4x/2x as sinx/x * 4/2 = 1*2 or am I missing a step ?
]No, one cannot do that. There is no rule that says one can pull out a factor from a trig function like this. You have to rewrite you expression in the form
[itex]\lim_{y \rightarrow 0} \, C \frac{\sin(y)}{y}[/itex] where C is some constant and y is something that depends on x, y=y(x). Then this limit will simply give C.

So what you have to do is to identify what choice of y(x) will bring your limit in the form I just described.
 
jog511 said:
like 4/4

Set aside the limit for now. Try writing the expression in the form [itex]C \, \sin(y)/y[/itex]. What is y(x)? What is C?
 
sin4x/2x * 4/4 = 4*sin4x/4*2x
 
nrqed said:
Set aside the limit for now. Try writing the expression in the form [itex]C \, \sin(y)/y[/itex]. What is y(x)? What is C?

jog511 said:
sin4x/2x * 4/4 = 4*sin4x/4*2x

You haven't answered nrqed's questions.
 
I'll have to get back to the forum on this
 
jog511 said:
C = 4,
y(x) = 4x

Well, if you write [itex]C \sin(y)/y[/itex] using what you just wrote here, do you get the function that was given in the question?
 
I don't understand this concept. Even Calculus by Larson does not explain it well.
 
jog511 said:
I believe I get sin4x/4x

Hold on. If y =4x and C = 4 then
[itex]C \sin(y)/y = 4 \frac{ \sin(4x) }{4x}[/itex]
right? This is not the initial expression.
 
nrqed said:
Hold on. If y =4x and C = 4 then
[itex]C \sin(y)/y = 4 \frac{ \sin(4x) }{4x}[/itex]
right? This is not the initial expression.

You need the form
[itex]C \frac{\sin(4x)}{4x}[/itex] WHat is the constant C equal to?
 
jog511 said:
I don't understand this concept. Even Calculus by Larson does not explain it well.

The key point is that we do not know the limit of [itex]\frac{\sin(4x)}{2x }[/itex] but we do know how to take the limit of [itex]\frac{\sin(4x)}{4x}[/itex] So you need to rewrite your initial function in the form
[itex]\text{ constant } \times \frac{\sin(4x)}{4x}[/itex] Then you will be able to take the limit.
 
c in the original equation was 1
 
jog511 said:
c in the original equation was 1

What I meant is that we must write

[itex]\frac{sin(4x)}{2x} = C \frac{\sin(4x)}{4x}[/itex]
What is the value of C?
 
jog511 said:
It has to be 2
Correct.

So you have shown that the initial function may be written as
[itex]2 \frac{\sin(4x)}{4x}[/itex]
which, defining y = 4x, may be written as
[itex]2 \frac{\sin(y)}{y}[/itex]
Now, when x goes to zero, y also goes to zero so you are all set to take the limit.
 
it would be 2/2
nevermind i see what you did.
 
Define the function h(x) as: [tex]h(x)=\frac{sin(4x)}{2x}[/tex]
Try to evaluate this function at zero (i.e. f(0) = ?). You will obtain:

[tex]f(0)=\frac{sin(0)}{0}[/tex]
[tex]f(0)=\frac{0}{0}[/tex]

→ if a function comes out to be "0/0" we call this "indeterminate form", which means that we can use L'Hopital's rule for this limit.

L'Hopital's rule states that:

[tex] \lim_{x\rightarrow a} {\frac{f(x)}{g(x)}} = \lim_{x\rightarrow a} {\frac{f'(x)}{g'(x)}}[/tex]

So our original problem of:
[tex] \lim_{x\rightarrow 0} {\frac{sin(4x)}{2x}}[/tex]

is really equal to:
[tex] \lim_{x\rightarrow 0} {\frac{4cos(4x)}{2}}[/tex]

NOW if we define our new function h(x) as: [tex]h(x)=\frac{4cos(4x)}{2}[/tex]
and evaluate this new function at zero, we will obtain the limit.

[tex]h(0)=\frac{4cos(0)}{2}[/tex]
[tex]⇔ h(0)=\frac{4*1}{2}[/tex]
[tex]⇔ h(0)=2[/tex]
[tex]∴<br /> \lim_{x\rightarrow 0} {\frac{sin(4x)}{2x}} = 2[/tex]