Undefined functions and limits

  • Thread starter Thread starter thereddevils
  • Start date Start date
  • Tags Tags
    Functions Limits
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
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 [tex]\lim\limits_{x \to 0} \frac{sinx}{x}[/tex] 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 [tex]\frac{0}{0}[/tex] or [tex]\frac{\infty}{\infty}[/tex].
 


irycio said:
Well, I assume you know what [tex]\lim\limits_{x \to 0} \frac{sinx}{x}[/tex] 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 [tex]\frac{0}{0}[/tex] or [tex]\frac{\infty}{\infty}[/tex].

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 [itex]\lim_{x\to 0} sin(x)/x[/itex], 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 :

[tex]f'(x)=\lim_{\delta x\rightarrow 0}(\frac{\sin (x+\delta x)-\sin x}{\delta x})[/tex] ?