Understanding the Definition of a Limit in Graphs

  • Thread starter Thread starter zell_D
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around understanding the limit of a function as it approaches zero, specifically the expression lim x->0 3sin(4x)/sin(3x). Participants are exploring the application of trigonometric identities and limit properties in this context.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the use of L'Hôpital's rule and trigonometric identities to simplify the limit expression. Questions arise regarding the application of the limit property lim x->0 sin(x)/x = 1 and how to manipulate sine functions using double angle identities.

Discussion Status

Several participants have offered suggestions for simplifying the limit expression, including the use of trigonometric identities and properties of limits. There is an ongoing exploration of different approaches, with some participants expressing uncertainty about their understanding and calculations.

Contextual Notes

Some participants indicate a lack of familiarity with certain mathematical concepts, such as L'Hôpital's rule, and express confusion about the application of trigonometric identities. There is also mention of constraints related to the participants' current level of study and prior knowledge.

zell_D
Messages
57
Reaction score
0
lim x->0 3sin4x/sin3x i do not know how to reduce the sin4x? and do i even use the property where lim x->0 sinx/x =1?
 
Physics news on Phys.org
Do you know ll'Hospital's rule?
 
never heard of it, class just started so if i learned anything i forgot
 
If you have'nt done it, then don't use it. Use the formulas for the sine and cosine of double angles and sums of angles (i.e. use the sum of angles to make sin(3x)=sin(x+2x), into an expresion with only x and 2x, then use the double angle rules to make the functions of 2x into functions of x. Simmilarly, 4x=2(2x).)
 
ok thanks another REAL DUMB question on my part lol haven't done math for so long, when i make sin4x into sin2(2x) and then into 2sin2xcos2x, do i use distributive property with the 3?
 
zell_D said:
ok thanks another REAL DUMB question on my part lol haven't done math for so long, when i make sin4x into sin2(2x) and then into 2sin2xcos2x, do i use distributive property with the 3?
no, there's an identity that's probably on the inside cover of your textbook. it goes something like sin(a+b) = cos(a)sin(b) + cos(b)sin(a). i can't remember how that formula goes but it's something like that.
 
Yes, Fourier has it right. sin(3x)=sin(x+2x)=sin(x)cos(2x)+sin(2x)cos(x), then use the rule for sin(2x) again, and the rule cos(2x)=cos^2(x)-sin^2(x).
 
hmm can anyone check my work lol i feel dumb and still can't get the answer =/

lim x-> 0(from here on stated as lim)


lim 3sin4x/sin3x
= lim 3sin2(2x)/sin(x+2x)
= lim (3)2sin2xcos2x/sinxcos2x+cosxsin2x

what do i do after this?
do i need to use the other double angle property so the top looks like sin2xcos2x+cos2xsin2x?
 
No, the top will look like:
[tex]3\cdot2(2\sin{x}\cos{x}(\cos{x}^2-\sin{x}^2))[/tex]
 
  • #10
hmmm what can i cancel out?
 
Last edited:
  • #11
You just need to simplify it a little more with the double angle formulas in the denomenator to get a solution.
 
  • #12
does it matter which form of cos' double angle formula i use?
 
  • #13
No, it will take about the same amount of work whichever way.
 
  • #14
lol... i ran outta room and still not finishing =/

do i use distributive property for the cosx^2-sinx^2?

ok i finished the answer is 4 is that correct? also i am still confused on one part, any confirmation would b nice


From:

lim 12sinxcosx(cosx^2-sinx^2)/3sinxcos^2(x)-sin^3(x)<-- can anyone check math on this part?
=lim 12sinxcos^3(x)-12sin^3(x)cosx/3sinxcos^2(x)-sin^3(x)
now is my problem, assuming i did i tall correctly, i know i factor sinx from the bottom, but how bout the 3?
 
Last edited:
  • #15
zell_D said:
lim x->0 3sin4x/sin3x i do not know how to reduce the sin4x? and do i even use the property where lim x->0 sinx/x =1?
The suggestions so far would work, but are not the best way.
[tex]\lim_{x\rightarrow 0}\frac{3\sin(4x)}{\sin(3x)}=\lim_{x\rightarrow 0}4\frac{\sin(4x)}{4x} \ \frac{3x}{\sin(3x)}=4\frac{L_1}{L_2}[/tex]
Both of those limits are equal to the know limit for sin(x)/x
[tex]L_1=\lim_{x\rightarrow 0}\frac{sin(4x)}{4x}[/tex]
[tex]L_2=\lim_{x\rightarrow 0}\frac{sin(3x)}{3x}[/tex]
[tex]\lim_{x\rightarrow 0}\frac{sin(4x)}{4x}=\lim_{x\rightarrow 0}\frac{sin(3x)}{3x}=\lim_{x\rightarrow 0}\frac{sin(x)}{x}=1[/tex]
 
Last edited:
  • #16
Not much further to go after you make those substitutions. Then you will be able to factor out a sin(x) that will leave some of the terms with only cos(x). Then you can take the limit, all the terms with sin(x) go to zero, all the terms with only cos(x) go to 1, and you have your answer.
 
  • #17
lurflurf said:
The suggestions so far would work, but are not the best way.
[tex]\lim_{x\rightarrow 0}\frac{3\sin(4x)}{\sin(3x)}=\lim_{x\rightarrow 0}4\frac{\sin(4x)}{4x} \ \frac{3x}{\sin(3x)}[/tex]
Both of those limits are equal to the know limit for sin(x)/x
Pretty clever.
 
  • #18
care to explain? I am sort of slow on math =/ this method is in my book i think but i do not get it lol
 
  • #19
Ok, you know that
[tex]\lim_{x\rightarrow 0}\frac{\sin{x}}{x}=1[/tex]
and that
[tex]\lim_{x\rightarrow 0}\frac{x}{\sin{x}}=1[/tex]
Now suppose, for instance 4x=t:
[tex]\lim_{t\rightarrow 0}\frac{\sin{t}}{t}=1[/tex]
[tex]=\lim_{4x\rightarrow 0}\frac{\sin{4x}}{4x}=1[/tex]
So, in this problem what lurflurf did was to multiply the equation by [itex]\frac{x}{x}[/itex], which is always 1 as long as x is not 0, so it does not change the value. Then it becomes:
[tex]\lim_{x\rightarrow 0}\frac{3x\sin{4x}}{x\sin{3x}}[/tex]
[tex]=\lim_{x\rightarrow 0}\frac{3\sin{4x}}{x}\frac{x}{\sin{3x}}[/tex]
[tex]=\lim_{x\rightarrow 0}\frac{\sin{4x}}{x}\frac{3x}{\sin{3x}}[/tex]
Now he multiplies by 1 as 4/4:
[tex]=\lim_{x\rightarrow 0}4\frac{\sin{4x}}{4x}\frac{3x}{\sin{3x}}[/tex]
The limit of the product is the product of the limits, so:
[tex]=4\lim_{x\rightarrow 0}\frac{\sin{4x}}{4x}\lim_{x\rightarrow 0}\frac{3x}{\sin{3x}}[/tex]
And the answer is apparant.
 
  • #20
o wow that was much ezier thanks a lot guys, sorry for all the bothering =/

and lasty, i am suppose to state whether this statement is true or false with this graph, obviously i can't draw the graph on here but would one of you tell me what does:

lim x-> c f(x) exists at every c in (-1, 1) mean?
 
  • #21
zell_D said:
o wow that was much ezier thanks a lot guys, sorry for all the bothering =/

and lasty, i am suppose to state whether this statement is true or false with this graph, obviously i can't draw the graph on here but would one of you tell me what does:

lim x-> c f(x) exists at every c in (-1, 1) mean?
That would mean for any point on the graph (c,f(c)) -1<c<1
you could draw horizontal lines
y=f(c)+h
y=f(c)-h
with h>0 (but often we imagine it is small)
it would then be possible to draw vertical lines
x=a
x=b
with a<c<b
so that no point on the graph with x between a and b (a<x<b)
is outside the rectangle defined by
a<x<b
f(c)-h<y<f(c)+h

in practice look for a break in the graph
so that it looks like a small rectangle drawn around a point would have some graph above or below it.
 
Last edited:

Similar threads

Replies
8
Views
2K
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 23 ·
Replies
23
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K