Limit help(1/rad(x) - 1/rad(x^2 + x))

  • Thread starter Thread starter dlp211
  • Start date Start date
  • Tags Tags
    Limit
dlp211
Messages
16
Reaction score
0

Homework Statement



lim x->0+ 1/x1/2 - 1/(x2+x)1/2

Homework Equations



inf - inf

The Attempt at a Solution



I can't get x out of the bottom of the equation.
 
Physics news on Phys.org
I have manipulated the equation to:

x1/2(x+1) - (x2+x)1/2 / x(x+1)
 
Which I now was able to reduce to:

x(x1/2-x) / x(x+1)

which goes to:

(x1/2-x) / (x+1)

and so my limit is 0/1 which is zero.

Anyone want to check the work I would greatly appreciate it.
 
Yeah, that limit is tending to 0. It's important that it's from the positive side because of the domain of the radicals.

I simply combined the fractions and the limit went to the indeterminate form 0/0. Then I just L'Hopital ruled it into 0/1
 
Last edited:
dlp211 said:
I have manipulated the equation to:

x1/2(x+1) - (x2+x)1/2 / x(x+1)
This is not an equation - it's an expression. An equation has two expressions that are connect by =.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top