View Single Post
  #2  
Old October 1st, 2007, 10:03 PM
Jhevon's Avatar
Jhevon Jhevon is offline
vs Jhevon
 
Join Date: Feb 2007
Location: New York, USA
Posts: 11,104
Country:
Thanks: 2,610
Thanked 4,271 Times in 3,970 Posts
Jhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond repute
Default

Quote:
Originally Posted by Amadeus View Post
no one? T_T
be patient
Quote:
Originally Posted by Amadeus View Post
Determine the limit of the trigonometric function (if it exists).

1. lim sin x / 5x
(x -> 0)
lim       sin x / 5x    (x -> 0)
Note that: \lim_{x \to 0} \frac {\sin x}{5x} = \frac 15 \lim_{x \to 0} \frac {\sin x}x

you should know what \lim_{x \to 0} \frac {\sin x}x is, so continue.

Quote:
2. lim tan^2x / x
(x ->0)
multiply the top and bottom by x:

we get: \lim_{x \to 0} \frac {x \tan^2 x}{x^2} = \lim_{x \to 0} x  \left( \frac {\tan x}{x} \right)^2

Now, \lim_{x \to 0} \frac {\tan x}x = \lim_{x \to 0} \frac {\sin x}x, so you should be able to finish this one too

Quote:

3. lim cos x tan x / x
(x -> 0)
\lim_{x \to 0} \cos x \left( \frac {\tan x}x\right) = \lim_{x \to 0}\cos x \cdot \lim_{x \to 0} \frac {\tan x}x

same story as the last one. perhaps a nicer way to do it is to realize that \tan x = \frac {\sin x}{\cos x}, so the limit would simplify to: \lim_{x \to 0} \frac {\sin x}x

...i guess you're starting to see how important the limit \lim_{x \to 0} \frac {\sin x}x is, huh? ...you may want to simplify this way in the last problem

Quote:
Below, find lim f(x+h) - f(x) / h
----------- (x->0)

1. f(x) = radical x
You want: \lim_{h \to 0} \frac {\sqrt{x + h} - \sqrt {x}}h

rationalize the numerator and simplify

Last edited by Jhevon; October 2nd, 2007 at 07:19 AM. Reason: fixed major typo
Reply With Quote