Limit Problems with Trigonometric Functions

  • Context: Undergrad 
  • Thread starter Thread starter Hygelac
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Discussion Overview

The discussion revolves around limit problems involving trigonometric functions and a piecewise function definition. Participants explore the evaluation of limits as x approaches 0 for expressions involving tangent and sine functions, as well as the continuity of a piecewise function.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents two limit problems: lim[x->0](tanbx/sinbx) and lim[x->0](sin^3(kx)/x^3), expressing uncertainty about their solutions.
  • Another participant suggests that lim[x->0](tanbx/sinbx) can be approached using the identity tan(y) = sin(y)/cos(y) and encourages further exploration.
  • Some participants discuss the limit lim[x->0](sin^3(kx)/x^3), with one asserting that it simplifies to 1 based on the limit lim[x->0](sin(kx)/x) = 1, while others challenge this assertion, noting that the limit may not hold without additional conditions.
  • There is a discussion about defining a piecewise function g(x) to ensure continuity, with differing opinions on how to handle discontinuities and the correct form of the function.
  • Several participants provide corrections and clarifications on the application of limit laws and the behavior of trigonometric functions near zero, emphasizing the importance of understanding the definitions involved.
  • One participant questions the meaning of sin^3(kx) and whether it can exist without an angle, prompting further discussion on the nature of trigonometric functions.

Areas of Agreement / Disagreement

Participants express differing views on the evaluation of the limits, with some asserting correctness in their approaches while others challenge those methods. There is no consensus on the correct handling of the limits or the piecewise function definition, indicating ongoing debate and uncertainty.

Contextual Notes

Limitations include potential misunderstandings of trigonometric identities and the conditions under which limit laws apply. The discussion also highlights the need for clarity in defining functions and their continuity.

Hygelac
Messages
13
Reaction score
0
I have these two limit problems that I tried to solve, but got them wrong, and the teacher didn't point out what was wrong with them. I don't want to do it on a future test obviously, but I can't figure out what I did wrong with them. Can someone help solve these two problems?

lim[x->0](tanbx/sinbx)

and

lim[x->0](sin^3(kx)/x^3)

Thanks!
 
Physics news on Phys.org
Oh, and, another piecewise one he took off 1 point, not full credit but still I don't know what he didn't like about it...

Define g(x) = (x^2+x-6)\(x+3) as a piecewise function so that it will be continuous everywhere.
My end result was
g(x) = (x-2, x>=0)
(-x+2, x<0)
 
lim[x->0](tanbx/sinbx)
tany=siny/cosy (you should know that) - you should be able to finish

lim[x->0](sin^3(kx)/x^3)
lim[x->0] sinx/x=1 - you should be able to figure it out

g(x) = (x^2+x-6)/(x+3)
- I assume you had a typo!
numerator=(x+3)(x-2), therefore g(x)=x-2 for all x
 
Well, we can't help you figure out what you did wrong if you don't tell us what you did...
 
lim[x->0](tanbx/sinbx)

lim[x->0]{(sinbx/cosbx)/sinbx} x cosbx/cosbx

lim[x->0](Sinbx/CosbxSinbx)

if I cross out the two Sinbx, I'm left with 1/cosbx. This doesn't seem to get me anywhere. Is there a theorem that I am missing?

lim[x->0](sin^3(kx)/x^3)

lim[x->0](sin[kx]^3)
-------------------
lim[x->0](x^3)

lim[x->0](sink^3) x lim[x->0](x^3)
-----------------------------------
lim[x->0](x^3)

lim[x->0](sink^3)

sin0^3

0

Did I do that right?

g(x) =
x^2+x-6
--------
x+3

(x+3)(x-2)
----------
x+3

x-2

So, the answer would be g(x) = {x-2} for all values of x?

Thanks for all the help :)
 
lim[x->0](tanbx/sinbx)

lim[x->0]{(sinbx/cosbx)/sinbx} x cosbx/cosbx

This is almost right. What you said is:

[tex] \lim_{x \rightarrow 0} \frac{\tan bx}{\sin bx}<br /> = \left( \lim_{x \rightarrow 0} \frac{ \frac{\sin bx}{\cos bx} }{ \sin bx }<br /> \right) \times \frac{\cos bx}{\cos bx}[/tex]

However, this is wrong: it only makes sense to use x inside the limit, not outside. What you wanted to say was:

[tex] \lim_{x \rightarrow 0} \frac{\tan bx}{\sin bx}<br /> = \lim_{x \rightarrow 0} \left( \frac{ \frac{\sin bx}{\cos bx} }{ \sin bx }<br /> \times \frac{\cos bx}{\cos bx} \right)[/tex]


So anyways, in the end you're left with [itex]\lim_{x \rightarrow 0} 1 / \cos bx[/itex]... why do you think you haven't gotten anywhere?

--------------------------------------------------------------

The second problem is entirely wrong. Some things to note are:

The theorem

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

is true only when both of the individual limits exist and the denominator of the right hand side is not zero.


And each of these following statements are usually wrong:

[tex]\sin^n x = \sin x^n[/tex]
[tex]\sin (xy) = (\sin x) \times y[/tex]


In the interest of saving time, I'll remind you that [itex]\lim_{x \rightarrow 0} \sin x / x = 1[/itex].

--------------------------------------------------------------

For the third problem, your work looks right, however your conclusion is probably slightly wrong. In particular, your teacher probably wants you to say that g(x) is undefined at x = -3, but g(x) = x - 2 everywhere else.
 
Last edited:
Ok, thanks for all the help :) One last question...

lim[x->0]1/cosbx I can sub 0 in for x, can't I? Then, since sinb would be multiplied by 0, it would turn out 0, which would make it 1/0, which would be undefined...?
 
Because 1 / cos bx is, indeed, continuous at 0, you can simply plug 0 in for x. You don't have to worry about sin bx because it's no longer in the expression!


To elaborate further...

The key step is that you showed (tan bx) / (sin bx) = 1 / (cos bx). Now, it would be correct to say that this equality is true only when (sin bx) is nonzero, when (cos bx) is nonzero, and when (tan bx) is defined.

All of these conditions hold when x is near zero, but not equal to zero.

(more precisely, there is a d such that if 0 < |x - 0| < d, then the expression is true)

Since you're taking the limit as x approaches 0, all you care about is what happens when x is near zero, but not equal to zero, so there's nothing further to worry about.
 
"lim[x->0]1/cosbx I can sub 0 in for x, can't I? Then, since sinb would be multiplied by 0, it would turn out 0"

Oh, dear! If you do not understand that "cos bx" does NOT mean "cos b multiplied by x" (and certainly not sin b multiplied by x) you have much more serious problems than just finding limits!
 
  • #10
Hygelac said:
Oh, and, another piecewise one he took off 1 point, not full credit but still I don't know what he didn't like about it...

Define g(x) = (x^2+x-6)\(x+3) as a piecewise function so that it will be continuous everywhere.
My end result was
g(x) = (x-2, x>=0)
(-x+2, x<0)


as x tends to 0 fromt he left and right you get different limits, so it isn't piecewise continuous.

the function is conintuous everywhere except -3, where it isn't defined, but the limit as x tends to -3 is -5, so defining it to be -5 there will create a piecewise cont function.

obviously you could simplify the expression to see this, and it is a very artificial way of getting you to deal with 'removable singularities'.
 
  • #11
For the third one, it is continuous for numbers in its domain, which is (-infinity,-3)U(-3,infinity).

I have been taught to remove the discontinuity as follows:

Find the right, and left-hand limit as x approaches -3, which is -5.

We re-write the function as follows: (I don't know how to do latex, for this.)

g(x)=[x^2+x-6]/[x+3] when x does not equal -3, and -5 when x=-3.

Just because you can simplify it to (x-2), does not make it continuous on R. It is not continuous when x+3=0, therefore it is not discontinuous at one point, and you can remove that discontinuity, as above.

Note: Do what the prof wants in this case.
 
  • #12
Although I am not the thread starter, I'll give it a try.

For the second one, I did:

[tex]\lim_{x \rightarrow 0} \frac{\sin^3(kx)}{x^3}=\lim_{x \rightarrow 0} \frac{\sin(kx)}{x}\frac{\sin(kx)}{x}\frac{\sin(kx)}{x}[/tex]

Using limit laws:

[tex]\lim_{x \rightarrow 0} \frac{\sin(kx)}{x}\lim_{x \rightarrow 0} \frac{\sin(kx)}{x}\lim_{x \rightarrow 0} \frac{\sin(kx)}{x}=1*1*1=1[/tex]

That seems right.
 
  • #13
But it isn't quite. While [itex]\lim_{x \rightarrow 0} (sin x) / x = 1[/itex], [itex]\lim_{x \rightarrow 0} (sin kx) / x[/itex] usually isn't equal to 1.
 
  • #14
Hurkyl said:
But it isn't quite. While [itex]\lim_{x \rightarrow 0} (sin x) / x = 1[/itex], [itex]\lim_{x \rightarrow 0} (sin kx) / x[/itex] usually isn't equal to 1.

True.

Is it possible the question said (kx)^3?
 
  • #15
It is possible, but unlikely. But now that you realize you would really like a (kx)^3 there, can you think of any way to manage that?
 
  • #16
[tex]\lim_{x \rightarrow 0} \frac{\sin(kx)}{kx}\lim_{x \rightarrow 0} \frac{\sin(kx)}{kx}\lim_{x \rightarrow 0} \frac{\sin(kx)}{kx}=1*1*1=1[/tex]

That seems right.

If it were a 2, then we can use identities to get rid of the 2.

sin2x=2sinxcosx, right?
 
  • #17
I'll ask in here, instead of starting a new thread.
What does [itex]sin^3(kx)[/itex] really mean?

What is sin without an angle? Or cos or tan for that matter?
 
  • #18
I believe that sin must come with an angle. I don't see how it can be applied without it.

The inverse of sin doesn't come with an angle, but unfortunately it comes with a ratio. That ratio is O/H.

Sin on its own, is a mathematical Sin. ;)
 
  • #19
When n is positive, [itex]\sin^n \theta[/itex] means [itex](\sin \theta)^n[/itex]. (n = -1 means arcsin, and I don't think I've seen any other negative value of n used, because it would be confusing)
 
  • #20
JasonRox said:
I believe that sin must come with an angle. I don't see how it can be applied without it.

The inverse of sin doesn't come with an angle, but unfortunately it comes with a ratio. That ratio is O/H.

Sin on its own, is a mathematical Sin. ;)

Any FUNCTION has to have an argument but it doesn't necessarily have to be an angle.

Sine and Cosine are used for a lot of purposes that have nothing to do with angles and are not most generally defined in terms of a right triangle.

(Of course, if you are just objecting to a student writing
[tex]\frac{sin x}{x}= sin[/tex]
Then I support you all the way!
 
  • #21
HallsofIvy said:
Any FUNCTION has to have an argument but it doesn't necessarily have to be an angle.

Sine and Cosine are used for a lot of purposes that have nothing to do with angles and are not most generally defined in terms of a right triangle.

(Of course, if you are just objecting to a student writing
[tex]\frac{sin x}{x}= sin[/tex]
Then I support you all the way!

Of course sin and cos have other uses, and the sin wave is probably the next most popular.

Nevertheless, sin and cos still comes attached to something.

Again, I started the post with "I BELIEVE" and a person with higher mathematics can argue something else, which is why I did not state it as a fact.

Read the entire post.
 
  • #22
Yes, you said you "believe that sin must come with an angle" that belief is clearly and demonstrably wrong. The use of the word 'must' implies something stronger than just a suspicion that it *may* be true; this is maths not theology.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K