Limit of a Function with Radicals in the Numerator

cphill29
Messages
16
Reaction score
1

Homework Statement



Limit as h approaches 0 for [rad(5+h)-rad(5-h)]/h

Homework Equations


The Attempt at a Solution



limit as h approaches 0 for [(5+h)-(5-h)]/h[rad(5+h)+rad(5-h)]

limit as h approaches 0 for 2h/h[rad(5+h)+rad(5-h)]

limit as h approaches 0 for h/[rad(5+h)+rad(5-h)]

This was as far as I could get. Sorry if it's a little messy.
 
Physics news on Phys.org
Limit as h approaches 0 for [rad(5+h)-rad(5-h)]/h

That is Lim_(h to 0) \frac{\sqrt{5+h} - \sqrt{5-h}}{h}

Multiply numerator and denominator by \sqrt{5+h} + \sqrt{5-h}
When you work through steps, you obtain expression,...
\frac{2}{\sqrt{5+h} + \sqrt{5-h}}

As h approaches 0, the expression approaches \frac{2}{\sqrt{5} + \sqrt{5}}

Simplifying to \frac{\sqrt{5}}{5}. DONE.

Note minor TEX/LATEX learning problems, "Lim as h approaches 0"
 
Thank you for clearing that up. Instead of cancelling the 'h', I canceled the 2 by mistake.
 
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...

Similar threads

Replies
4
Views
1K
Replies
2
Views
1K
Replies
6
Views
1K
Replies
8
Views
2K
Replies
2
Views
2K
Replies
11
Views
2K
Back
Top