Limits of x*cos(x) as h Approaches 0

  • Thread starter Thread starter Zhalfirin88
  • Start date Start date
  • Tags Tags
    Limits
Click For Summary

Homework Help Overview

The discussion revolves around finding the limit of the expression x * cos(x) as h approaches zero, framed within the context of calculus. Participants are exploring the application of the definition of a derivative in this scenario.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants are attempting to apply the limit definition of a derivative, with some expressing uncertainty about the correct interpretation of the problem. There are discussions about algebraic manipulations and the use of trigonometric identities.

Discussion Status

The conversation is ongoing, with various participants providing feedback on each other's attempts. Some guidance has been offered regarding the correct application of trigonometric identities and the structure of the limit expression. There is a recognition of the need to isolate problematic terms in the limit.

Contextual Notes

Some participants note confusion regarding the assignment's requirements and the relationship between limits and derivatives. There are mentions of algebraic errors and the need for clarity in the problem statement.

Zhalfirin88
Messages
137
Reaction score
0
I know this probably pre-calc, but this was assinged to us in our calc class.

Homework Statement


Find the lim as h approaches zero of [tex]x * cos x[/tex]

The Attempt at a Solution



[tex]\frac{(x+h)cos(x+h)-(x cos x)}{h}[/tex]

[tex]\frac{x+h(cos (x) cos (h) + sin (x) sin (h)) -x *-cos (x))}{h}[/tex]

[tex]\frac{h(cos (x) cos (h) + sin (x) sin (h)) -cos (x)}{h}[/tex]

Don't know what to do next.
 
Physics news on Phys.org
Zhalfirin88 said:
I know this probably pre-calc, but this was assinged to us in our calc class.

Homework Statement


Find the lim as h approaches zero of [tex]x * cos x[/tex]

The Attempt at a Solution



[tex]\frac{(x+h)cos(x+h)-(x cos x)}{h}[/tex]

[tex]\frac{x+h(cos (x) cos (h) + sin (x) sin (h)) -x *-cos (x))}{h}[/tex]

[tex]\frac{h(cos (x) cos (h) + sin (x) sin (h)) -cos (x)}{h}[/tex]

Don't know what to do next.

Assuming you were seeking the derivative, your parentheses are off and there is no distribution in the second term of the numerator (it's a product not a sum). Your second line should read:

[tex]= \frac{(x+h)(cos (x) cos (h) + sin (x) sin (h)) -(x \cdot cos (x))}{h}[/tex]

HOWEVER you state you are being asked to find the limit of xcos(x) as h approaches zero. I'm not sure you have gotten the question correct. xcos(x) does not contain an "h" and finding a limit is not equivalent to finding a derivative. Please state the question exactly as it appears so we can help you better.

--Eucidus
 
Oh, sorry, we were supposed to use the definition of a derivative.

[tex]\frac {f(x+h)-f(x)}{h}[/tex]

Where [tex]f(x) = x * cos(x)[/tex]
 
When taking limits, or solving maths problems in general. One should first determine what / which terms are problematic, then, isolate them, and finally, think of a way to get rid of them; instead of just expanding everything out without any goals, or reasons, and get a huge messy bunch.

Zhalfirin88 said:
I know this probably pre-calc, but this was assinged to us in our calc class.

Homework Statement


Find the lim as h approaches zero of [tex]x * cos x[/tex]

The Attempt at a Solution



[tex]\frac{(x+h)cos(x+h)-(x cos x)}{h}[/tex]

[tex]\frac{x+h(cos (x) cos (h) + sin (x) sin (h)) -x *-cos (x))}{h}[/tex]

This step is bad, don't expand it early like that.

So, our limit is:

[tex]\lim_{h \rightarrow 0} \frac{(x + h) \cos (x + h) - x\cos x}{h}[/tex]
[tex]= \lim_{h \rightarrow 0} \frac{x \cos (x + h) + h\cos(x + h) - x\cos x}{h}[/tex]

Now, look at the expression closely, which terms will produce the Indeterminate Form 0/0?

[tex]= \lim_{h \rightarrow 0} \frac{\color{red}{x \cos (x + h)} \color{blue}{+ h\cos(x + h)} \color{red}{- x\cos x}}{h}[/tex]

The red ones, when simplifying will produce 0/0, right? And, when simplifying the blue term, by canceling 'h' will produce a normal term right? So, you limit now becomes:

[tex]= \lim_{h \rightarrow 0} \frac{\color{red}{x \cos (x + h)} - \color{red}{x\cos x} \color{blue}{+ h\cos(x + h)}}{h}[/tex]

[tex]=\lim_{h \rightarrow 0} \frac{\color{red}{x \cos (x + h)} - \color{red}{x\cos x}}{h} + \lim_{h \rightarrow 0} \frac{\color{blue}{h\cos(x + h)}}{h}[/tex]

(isolating the problematic terms)

[tex]=\lim_{h \rightarrow 0} \frac{\color{red}{x \cos (x + h)} - \color{red}{x\cos x}}{h} + \lim_{h \rightarrow 0} \color{blue}{\cos(x + h)}}[/tex]

[tex]=\lim_{h \rightarrow 0} \frac{\color{red}{x ( \cos (x + h)} - \color{red}{\cos x} )}{h} + \color{blue}{\cos(x)}[/tex]

Let's see if you can continue from here. :)

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

And please review your algebraic manipulations, you make quit a lot mistakes in your first post: missing parentheses, and you even change the * operator to +.. @.@

[tex]xy \neq x + y[/tex]. The 2 operators are totally different!

And [tex]-(xy) \neq (-x) * (-y) \neq (-x) + (-y)[/tex]

I think you should really, really need go over algebraic manipulations again..
 
Last edited:
Would you expand it there? I haven't worked with trig functions that closely so I'd assume that knowing the indeterminate form will come from practice. Edit: from looking at it.

Haha yeah, I've slept ~3 hours in the past 1.5 days because I worked 3rd shift last night
 
Last edited:
Zhalfirin88 said:
I know this probably pre-calc, but this was assinged to us in our calc class.

Homework Statement


Find the lim as h approaches zero of [tex]x * cos x[/tex]

The Attempt at a Solution



[tex]\frac{(x+h)cos(x+h)-(x cos x)}{h}[/tex]

[tex]\frac{x+h(cos (x) cos (h) + sin (x) sin (h)) -x *-cos (x))}{h}[/tex]

[tex]\frac{h(cos (x) cos (h) + sin (x) sin (h)) -cos (x)}{h}[/tex]

Don't know what to do next.

I don't think it has been pointed out that you are using a trig identity incorrectly. cos(a + h) = cos a cos h - sin a sin h.
 
Mark44 said:
I don't think it has been pointed out that you are using a trig identity incorrectly. cos(a + h) = cos a cos h - sin a sin h.

Is that why the identity said [tex]\mp[/tex] and not [tex]\pm[/tex] ? I was never really taught trig identities and functions in high school, so I pick up as I go through college.
 
I suggest taking the x in front of the limit and then taking a good look at the red part. It is the definition of...?
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
2K
Replies
2
Views
2K