Problem with Limits using L'Hospital's Rule

  • Thread starter Thread starter CharlesL
  • Start date Start date
  • Tags Tags
    Limits
CharlesL
Messages
16
Reaction score
0

Homework Statement


Determine the limit of

lim \psi\rightarrow1 of \psi^(1/(\psi-1))


Homework Equations


psigraph.jpg



The Attempt at a Solution



Let y = \psi^(1/(\psi-1))
ln y = ln \psi^(1/(\psi-1))

lim \psi\rightarrow1 ln y = lim \psi\rightarrow1 of (1/(\psi-1)) (ln \psi)

Differentiate

lim \psi\rightarrow1 ln y = -1/(\psi-1)2 x (1/\psi)

lim \psi\rightarrow1 ln y = 2/(\psi3+3\psi2+3\psi+1)

ln y =1/4
y = e1/4

Does e1/4 = e?
 
Physics news on Phys.org
L'Hopital's rule works for f(x)/g(x) and then you get f'(x)/g'(x). Try rewriting the step before you differentiate as a fraction and not a product.
 
Thank you for your reply.

I wonder which is the correct solution

solution (a)

ln y = 1/(\psi-1) x ln \psi

ln y = ln \psi x (\psi-1)

ln y = 1/\psi

ln y = 1/1

y = e1

or solution (b)

ln y = 1/(\psi-1) x ln \psi

ln y = ln \psi / (\psi-1)

ln y = 1/\psi

ln y = 1/1

y = e1
 
Last edited:
I did it the second way, assuming you just didn't feel like typing out that you were still dealing with limits
 
Thank you Hogger for your point outs. Appreciate it. Have a nice day



Charles
 
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