To evaluate this limit: lim sqroot(4-x)-2 x-0 ------ x Could you not simply re-arrange the numerator to get rid of everything except the x, since sqroot4-2 would equal 0, leaving the -x over x?
The example in the book says I must conjugate, but this seems simpler if there is a way to get around it ending up in -x/x.
\[\large \lim\limits_{x\to 0} \, \dfrac{\sqrt{4-x}-2}{x}\] like this ?
Yes, exactly.
I'm still wondering how do you think the numerator can be simlified to \(\large -x\) without doing the conjugate thingy hmm
Notice entire \(\large 4-x\) is inside squareroot not just \(\large 4\)
Must they be taken as one number then? It cannot be both √4 and √-x?
you cannot break squareroot like that
Ah, my mistake then
\[\sqrt{a-b} \ne \sqrt{a}-\sqrt{b}\]
I assume I must conjugate to evaluate this then?
thats right but how does a conjugate help here and why is it required here ?
why can't we simply plugin x = 0 ?
Would it not then be indeterminate?
Exactly! so we try to change the form by multiplying it by a special kind of 1 : \[1 = \dfrac{\sqrt{4-x}+2}{\sqrt{4-x}+2}\]
that magically cancels the bad stuff and allows you to plugin x = 0 and get a determinate form
The book I am using teaches this method as conjugation, though I've never seen this term used in this manner before.
\[\large \begin{align} \lim\limits_{x\to 0} \, \dfrac{\sqrt{4-x}-2}{x} &= \lim\limits_{x\to 0} \, \dfrac{\sqrt{4-x}-2}{x}\times \dfrac{\sqrt{4-x}+2}{\sqrt{4-x}+2} \\~\\ &= \cdots \end{align}\]
yes "conjugate" is a name which has similar/different meanings in different contexts here conjugate just refers to changing the sign of middle term in a binomial
for example conjugate of \(2-\sqrt{3}\) is \(2+\sqrt{3}\)
I am currently stuck on reconciling the denominator \[x(\sqrt{4-x}+2)\] to be the same as the numerator \[\sqrt{4-x}^2-2^2\]
At least, I assume that is the next step.
you're doing good with the numerator, keep going..
The good old "Let's multiply by a fancy form of 1" trick to change your perspective to make the problem to be easier strikes yet again. =D
Now I have\[\frac{ 4-x-4 }{ }\], but still no idea how to get the denominator to match
And I'm not too sure of the end result I've come up with on the numerator as well
:) have faith and keep going..
I guess it would be 4-x+4. since -2^2 is +4...
no,it's not (-2)^2 it's -2^2
4-x-4 simplifies to -x yes ? next look at denominator, there is a x waiting to get cancelled with the numerator x
But the \[\sqrt{4-x}\] cannot be simplified with just the x, can it?
\[\lim\limits_{x\to 0} \, \dfrac{\sqrt{4-x}-2}{x} = \lim_{x \rightarrow 0} \frac{ -1 }{ \sqrt{4-x} + 2 }\]
now what's ur idea? do u think you can just put x=0 in that and find it?
I apologize but I cannot quite see where I'm going wrong here.
@ganeshie8 , sry u were helping out ;(
@Jaeriko , what have u got so far?
At the moment, my equation looks like this: \[\frac{ \sqrt{4-x}^2 -2^2}{ x(\sqrt{4-x } +2)}\]
correct ;)
Unsure of whether the numerator will simplify to -x or x, and completely in the dark as to how to simplify the denom.
I do not understand the difference between -2^2 and (-2)^2, for the numerator issue.
As both are -2 by -2, as I understand it.
well, \(-a ^{2} = (-1)(a^{2})\)
thats a good question
u see in that equation we have \( -2^2 \)
it means you should first find \( 2^2 \) then make it negative.
I understand what you're saying there, I've just never heard of it used like that before.
Nor have I ever run into an equation where it was not simply (-x)x(-x) in a -x^2 situation. Is there a name for this rule I can look up?
no i havn't heard name of a rule for it...you know i DIDN'T catch what ur saying.please state WHAT you have problem with...you don't know how you can find the numerator?
let me ask you a question @Jaeriko whats the value of \(\large 3^2 - 2^2\) ?
I do not understand how I can simplify the current state of my equations numerator to the -1 that you and the book state is the solution.
5, if I understand correctly.
Right! how did you get 5 ?
Ah, I see
I suppose I've done this many times without truly noticing, then
\[3^2 - 2^2 = 9 - 4 = 5\] similarly \[(\sqrt{4-x})^2 - 2^2 = 4-x - 4 = -x\]
@ganeshie8 nice explanation ;)
its bit hard to explain.. but i see you figured it out already :)
Okay, I understand that step now...but what about turning -x into -1?
Or does that come later?
that comes later -x wont change into 1 just like that without some balck magic haha!
well \(\frac{ -x }{ x } = -1\)
Okay, so how do we get eliminate the \[x( \sqrt{4-x}+2)\] on the bottom now? I don't know how we can do anything with the \[\sqrt{4-x}\], as we have to deal with them as a group instead of individual numbers.
Can we have \[\sqrt{4-x^2}\] now?
its much simpler than that the only bad guy in the denominator is \(x\) because it pulls the denominator to 0
just cancel the x in denominator with the numerator x then plugin x = 0 you're done!
here everything at one place : \[\require{cancel}\large \begin{align} \lim\limits_{x\to 0} \, \dfrac{\sqrt{4-x}-2}{x} &= \lim\limits_{x\to 0} \, \dfrac{\sqrt{4-x}-2}{x}\times \dfrac{\sqrt{4-x}+2}{\sqrt{4-x}+2} \\~\\ &= \lim\limits_{x\to 0} \,\dfrac{(\sqrt{4-x})^2 - 2^2}{x(\sqrt{4-x}+2)} \\~\\ &= \lim\limits_{x\to 0} \,\dfrac{4-x-4}{x(\sqrt{4-x}+2)} \\~\\ &= \lim\limits_{x\to 0} \,\dfrac{-x}{x(\sqrt{4-x}+2)} \\~\\ &= \lim\limits_{x\to 0} \,\dfrac{-\cancel{x}}{\cancel{x}(\sqrt{4-x}+2)} \\~\\ &= \lim\limits_{x\to 0} \,\dfrac{-1}{\sqrt{4-x}+2} \\~\\ &=\dfrac{-1}{\sqrt{4-0}+2} \\~\\ &=\dfrac{-1}{2+2} \\~\\ &=\dfrac{-1}{4} \end{align}\]
Oh! That's amazing, I didn't even see it coming for some reason. Thank both of you so much for your help!
As soon as I realized you could cancel the -x and x with each other to leave the -1, it feel into place.
I wish I had but more medals to give
yes you get use to these after working one two examples and will feel its really easy yw :)
ur welcome @ganeshie8 helped you well for his awesome explanation.... @Jaeriko wait a moment,i have prepared some awesome problems,you can do them for fun and check your understanding
\(\large \lim_{h \rightarrow 0} \frac{ \sqrt{1+h} - 1}{ h }\) \(\large \lim_{x \rightarrow -4} \frac{ \sqrt{x^2 + 9} -5 }{ x+4 }\) \(\large \lim_{x \rightarrow 16} \frac{ 4-\sqrt{x} }{ 16x - x^2}\) \(\large \lim_{x \rightarrow 7} \frac{ \sqrt{x+2}-3 }{ x-7 }\)
I greatly appreciate the time you have both spent explaining this to me. Have a good night, and thank you again. @PFEH.1999 ,I'm writing those down for practice after I finish work tomorrow. Thank you so much for your time and effort!
Nice :) All of these can be worked out using conjugate thingy.. also they all can be evaluated by using definition of derivative !
Join our real-time social learning platform and learn together with your friends!