Undefined functions and limits

  • Thread starter Thread starter thereddevils
  • Start date Start date
  • Tags Tags
    Functions Limits
AI Thread Summary
The discussion revolves around finding the limit of the function f(x) = (3sin(2x^2))/x^2 as x approaches 0, noting that direct substitution leads to an undefined expression. Participants suggest using the limit property of sin(x)/x and de L'Hospital's rule to resolve the indeterminate form. An inquiry is made about elementary methods for evaluating the limit without advanced techniques. The conversation also touches on deriving sin(x) to relate it to the limit problem at hand. Ultimately, the focus is on understanding how to manipulate the function to compute the limit effectively.
thereddevils
Messages
436
Reaction score
0

Homework Statement



The function f is defined by f(x)=(3sin(2x^2))/x^2 , x<0 . Find limit f(x) when x approaches 0 .

Homework Equations





The Attempt at a Solution



Of course , when i plug 0 in, f(x) is undefined . How do i make into a form where i can plug the 0 in without the function being undefined
 
Physics news on Phys.org


Well, I assume you know what \lim\limits_{x \to 0} \frac{sinx}{x} is. That applies to x being more complex than a single number as well.
More generally, my suggestion is to read about de L'Hospital's rule that allows you to calculate limes when you encounter the situation \frac{0}{0} or \frac{\infty}{\infty}.
 


irycio said:
Well, I assume you know what \lim\limits_{x \to 0} \frac{sinx}{x} is. That applies to x being more complex than a single number as well.
More generally, my suggestion is to read about de L'Hospital's rule that allows you to calculate limes when you encounter the situation \frac{0}{0} or \frac{\infty}{\infty}.

ok , i will try to read up that rule but is there any elementary method to evaluate the limit for that function ?
 


Can you write down the derivative of sin(x) by using the definition of the derivative? Compare this to the limit you're asked to compute.
 


thereddevils said:
ok , i will try to read up that rule but is there any elementary method to evaluate the limit for that function ?
If you are referring to \lim_{x\to 0} sin(x)/x, how you prove that depends on exactly how you are defining sin(x).
 


Cyosis said:
Can you write down the derivative of sin(x) by using the definition of the derivative? Compare this to the limit you're asked to compute.

you meant this :

f&#039;(x)=\lim_{\delta x\rightarrow 0}(\frac{\sin (x+\delta x)-\sin x}{\delta x}) ?
 


Yes, how can you modify that expression so that it is equal to your limit problem?
 
Back
Top