Limit Problem: Solving \lim_{x \to 2} \frac{\tan (2 - \sqrt{2x})}{x^2 - 2x}

  • Thread starter Thread starter gede
  • Start date Start date
  • Tags Tags
    Limit
AI Thread Summary
The limit problem discussed is lim_{x \to 2} \frac{\tan (2 - \sqrt{2x})}{x^2 - 2x}, which evaluates to -1/4. Participants confirm the correctness of this result while discussing various methods, including L'Hospital's rule and substitution techniques. The conversation highlights the importance of understanding the limit properties and the behavior of functions as they approach specific values. Additionally, there are clarifications regarding the limits involving tangent and the use of derivatives. The overall consensus is that the solution is accurate, but some participants suggest more straightforward approaches.
gede
Messages
18
Reaction score
0
I have a limit problem. This is the problem:

\lim_{x \to 2} \frac{\tan (2 - \sqrt{2x})}{x^2 - 2x}

The solution is
\lim_{x \to 2} \frac{\tan (2 - \sqrt{2x})}{x^2 - 2x}
= \lim_{x - 2 \to 0} \frac{\tan [(2 - \sqrt{2x}) × \frac{2 + \sqrt{2x}}{2 + \sqrt{2x}} ]}{x(x - 2)}
= \lim_{x - 2 \to 0} \frac{\tan [ \frac{-2(x - 2)}{2 + \sqrt{2x}} ] }{x(x - 2)}

Let ##p = x - 2##

and ##2 + \sqrt{2x} = 2 + \sqrt{2⋅2} = 2 + \sqrt{4} = 2 + 2 = 4##

Then

\lim_{x - 2 \to 0} \frac{\tan [ \frac{-2(x - 2)}{2 + \sqrt{2x}} ] }{x(x - 2)}
= \lim_{p \to 0} \frac{\tan [-\frac{1}{2}p]}{2p}
= -\frac{1}{4}

Is this correct?

[NOTE: moved to this forum by mentor hence no homework template]
 
Last edited by a moderator:
Physics news on Phys.org
The result seems correct, but there are intermediate steps not well justified ...
 
you can directly write ##\frac{\tan{(2-\sqrt{2x})}}{x^2-2x}=\frac{\tan{(2-\sqrt{2x})}(2-\sqrt{2x})}{(2-\sqrt{2x})(x^2-2x)}##, now ##\lim_{x\rightarrow 2}\frac{\tan(2-\sqrt{2x})}{(2-\sqrt{2x})}=\lim_{t\rightarrow 0}\frac{\tan{t}}{t}=1##, with ##t=2-\sqrt{2x}## ... so what remains is ##\lim_{x\rightarrow 2}\frac{(2-\sqrt{2x})}{x^2-2x}## ...
 
Ssnow said:
you can directly write ##\frac{\tan{(2-\sqrt{2x})}}{x^2-2x}=\frac{\tan{(2-\sqrt{2x})}(2-\sqrt{2x})}{(2-\sqrt{2x})(x^2-2x)}##, now ##\lim_{x\rightarrow 2}\frac{\tan(2-\sqrt{2x})}{(2-\sqrt{2x})}=\lim_{t\rightarrow 0}\frac{\tan{t}}{t}=1##, with ##t=2-\sqrt{2x}## ... so what remains is ##\lim_{x\rightarrow 2}\frac{(2-\sqrt{2x})}{x^2-2x}## ...

I don't understand. Is ##\lim_{x \to 2} \frac{\tan (2 - \sqrt{2x})}{2 - \sqrt{2x}} = 1##?
 
yes
 
@Ssnow ... the answer is -1/4. Check your calculations again.

@gede... the answer you have received is correct. Instead of doing all this, why don't you directly use the L-Hospital's rule?
 
CrazyNinja said:
@Ssnow ... the answer is -1/4. Check your calculations again.

@gede... the answer you have received is correct. Instead of doing all this, why don't you directly use the L-Hospital's rule?

How exactly this L'Hospital's rule like?

Please show me the work of it.
 
When in the limit you find indefinite forms as ##\frac{\infty}{\infty},\frac{0}{0}##, you can derive the numerator and the denominator repeating the limit ... for the precise statement see: https://en.wikipedia.org/wiki/L'Hôpital's_rule

you can apply this to the limit ##\lim_{x\rightarrow 2}\frac{2-\sqrt{2x}}{x^2-2x}## obtaining the result ...

PS. The method more immediate but you must be familiar with the concept of derivation.
 
  • Like
Likes CrazyNinja
@Ssnow you mean differentiation, not derivation right?
 
  • #10
  • #11
Isn't ##\lim \frac{\tan t}{t} = 1## only valid if ##t \to 0##?

So, why does ##\lim_{t \to 2} \frac{\tan t}{t} = 1##?
 
  • #12
Hi, I didn't write ##\lim_{t\rightarrow 2}\frac{\tan{t}}{t}=1##, I wrote ##\lim_{t\rightarrow 0}\frac{\tan{t}}{t}=1##. In fact let us ##t=2-\sqrt{2x}## then when ##x\rightarrow 2## we have that in the new variable ## t\rightarrow 0##... (if you change variable in the limit also the interested point change but the limit remain the same ...)
 
  • #13
  • #14
In example 6 and 7 pag 106, limits are calculated with substitution methods
 
  • #15
Ssnow said:
In example 6 and 7 pag 106, limits are calculated with substitution methods

I'm still confuse. How do you get ##-\frac{1}{4}## ?
 
  • #16
Ok, I show you the complete resolution that doesn't involve differentiation, we start with

\lim_{x \to 2} \frac{\tan (2 - \sqrt{2x})}{x^2 - 2x}

we multiply and divide by the factor ## 2-\sqrt{2x}## so will be:

\lim_{x \to 2} \frac{\tan (2 - \sqrt{2x})}{2-\sqrt{2x}}\frac{2-\sqrt{2x}}{x^2 - 2x}

now the limit of a product is the product of limits.
We examine the first limit ##\lim_{x\rightarrow 2}\frac{\tan (2 - \sqrt{2x})}{2-\sqrt{2x}}## doing the substitution ##t=2 - \sqrt{2x}##. In this case as ##x\rightarrow 2## we have ##t\rightarrow 0## and the limit is:

##\lim_{x\rightarrow 2}\frac{\tan (2 - \sqrt{2x})}{2-\sqrt{2x}}=\lim_{t\rightarrow 0}\frac{\tan{t}}{t}=1##

So the first limit is ##1##. Now we shall examine the second ##\lim_{x\rightarrow 2}\frac{2-\sqrt{2x}}{x^2 - 2x}##. We start adding and subtracting ##x##, so

##\lim_{x\rightarrow 2}\frac{2-\sqrt{2x}}{x^2 - 2x}=\lim_{x\rightarrow 2}\frac{2-x+x-\sqrt{2x}}{x^2 - 2x}=##

splitting the ratio, we have:

##=\lim_{x\rightarrow 2}\frac{2-x}{x^2 - 2x}+\frac{x-\sqrt{2x}}{x^2 - 2x}=##

we simplify and rewrite ##x^2 - 2x=(x-\sqrt{2x})(x+\sqrt{2x})## (we used ##A^2-B^2=(A-B)(A+B)##), so

##=\lim_{x\rightarrow 2}\frac{2-x}{x(x-2)}+\frac{x-\sqrt{2x}}{(x-\sqrt{2x})(x+\sqrt{2x})}=\lim_{x\rightarrow 2}\frac{-1}{x}+\frac{1}{(x+\sqrt{2x})}=-\frac{1}{2}+\frac{1}{4}=-\frac{1}{4}##

Now ## 1\cdot \left(-\frac{1}{4}\right)=-\frac{1}{4}## and the total limit is ##\frac{-1}{4}##.
 
  • #17
Can you show me from inside above calculus textbook about ##\lim_{x \to 0} \frac{\tan x}{x} = 1##?

Is ##\lim_{x \to 0} \frac{\cos x}{x} = 1##?
 
  • #18
ok, in your book is proved that ##\lim_{x\rightarrow 0}\frac{\sin{x}}{x}=1##, for the limit above we observe that:

##\lim_{x\rightarrow 0}\frac{\tan{x}}{x}=\lim_{x\rightarrow 0}\frac{\sin{x}}{x\cos{x}}=\lim_{x\rightarrow 0}\frac{\sin{x}}{x}\lim_{x\rightarrow 0}\frac{1}{\cos{x}}=1\cdot 1=1##

(the second is not true ##\lim_{x\rightarrow 0}\frac{\cos{x}}{x}## does not exists...)
 
  • Like
Likes CrazyNinja
  • #19
@gede e I suggest you go through the basics of limits before attempting the question again. Feel free to ask any doubts. You can PM me or Ssnow.
 
  • #20
CrazyNinja said:
@gede I suggest you go through the basics of limits before attempting the question again.
Sounds like a good idea.
 
  • #21
  • Like
Likes CrazyNinja
  • #22
How do you solve this limit problem?

\lim_{x \to 1} \frac{\tan (1 - x)}{x^3 - 1}

My solution is:

\lim_{x \to 1} \frac{\tan (1 - x)}{x^3 - 1}\frac{1 - x}{1 - x}
= \lim_{x \to 1} \frac{1 - x}{x^3 - 1}

What is the next solution?
 
  • #23
gede said:
How do you solve this limit problem?

\lim_{x \to 1} \frac{\tan (1 - x)}{x^3 - 1}

My solution is:

\lim_{x \to 1} \frac{\tan (1 - x)}{x^3 - 1}\frac{1 - x}{1 - x}
= \lim_{x \to 1} \frac{1 - x}{x^3 - 1}

What is the next solution?
Do you know how to factor ##a³-b³##?
 
  • #24
Samy_A said:
Do you know how to factor ##a³-b³##?

No. Please tell me. Is factoring ##a^3 - b^3## studied in algebra book?
 
  • #25
gede said:
No. Please tell me. Is factoring ##a^3 - b^3## studied in algebra book?
It should be:
##a³-b³=(a-b)(a²+ab+b²)##
 
  • #26
The limit ##\lim_{x\rightarrow 1}\frac{\tan{(1-x)}}{1-x}=1## is correct, for the other ##\lim_{x\rightarrow 1}\frac{1-x}{x^3-1}## you must follow the advice of @Samy_A that involves the cubic difference ##a^{3}-b^{3}=(a-b)(a^{2}+ab+b^{2})##
 
  • #27
How to solve this limit?

\lim_{x \to 0} \frac{\sqrt{x} (x - 7)}{\sqrt{x} - \sqrt{7}}

This is what I get:

\lim_{x \to 0} \frac{\sqrt{x} (x - 7)}{\sqrt{x} - \sqrt{7}} \frac{\sqrt{x} + \sqrt{7}}{\sqrt{x} + \sqrt{7}}
= \lim_{x \to 0} \frac{\sqrt{x} (x - 7) (\sqrt{x} + \sqrt{7})}{(x - 7)}
= \lim_{x \to 0} \sqrt{x}(\sqrt{x} + \sqrt{7})

What is the next solution?
 
  • #28
All it is correct but not necessary, I suggest you to put ##x=0## in the original limit, there are indefinite forms as ##\frac{0}{0},\frac{\infty}{\infty}, 0\cdot \infty, \infty-\infty## or not ?
 
  • #29
I suggest you the same limit with ##x\rightarrow 7## instead ##x\rightarrow 0##
 
  • #30
I don't understand.
 
  • #31
ok, the first thing to do in order to determine ##\lim_ {x\rightarrow 0} \frac{\sqrt{x}(x-7)}{\sqrt{x}-\sqrt{7}}## is to substitute the value ##0## in the espression ##\frac{\sqrt{x}(x-7)}{\sqrt{x}-\sqrt{7}}## and see what happen ...
 
  • #32
##\lim_{x \to 0} \frac{\sqrt{x}(x - 7)}{\sqrt{x} - \sqrt{7}}##
##=\frac{\sqrt{0}(0 - 7)}{\sqrt{0} - \sqrt{7}}##
##=\frac{0 (- 7)}{- \sqrt{7}}##
##= 0##

Then what?
 
  • #33
Then the limit is ##0##
 
  • #34
Ssnow said:
All it is correct but not necessary, I suggest you to put ##x=0## in the original limit, there are indefinite forms as ##\frac{0}{0},\frac{\infty}{\infty}, 0\cdot \infty, \infty-\infty## or not ?
In English these are called indeterminate forms.
 
  • #35
gede said:
How to solve this limit?

\lim_{x \to 0} \frac{\sqrt{x} (x - 7)}{\sqrt{x} - \sqrt{7}}

This is what I get:

\lim_{x \to 0} \frac{\sqrt{x} (x - 7)}{\sqrt{x} - \sqrt{7}} \frac{\sqrt{x} + \sqrt{7}}{\sqrt{x} + \sqrt{7}}
= \lim_{x \to 0} \frac{\sqrt{x} (x - 7) (\sqrt{x} + \sqrt{7})}{(x - 7)}
= \lim_{x \to 0} \sqrt{x}(\sqrt{x} + \sqrt{7})

What is the next solution?
The limit on the first line above can be evaluated merely by substituting x = 0. You don't need to any of the work you show on the following lines.
 
  • #36
Mark44 said:
In English these are called indeterminate forms.

Yes sorry, an error in the translation ...
 
Back
Top