How do you find the local extrema for y=sqrtx/(x-5)y=xx5?

1 Answer
Jan 27, 2018

There is none.

Explanation:

First find the derivative and set the derivative equal to 0:

y=sqrt[x]/(x-5)y=xx5

Using the quotient rule.

dy/dx=(1/(2sqrt(x))(x-5)-sqrt(x))/(x-5)^2dydx=12x(x5)x(x5)2

We now need to find the roots of this equation:

(1/(2sqrt(x))(x-5)-sqrt(x))/(x-5)^2=012x(x5)x(x5)2=0

implies 1/(2sqrt(x))(x-5)-sqrt(x)=012x(x5)x=0

implies 1/(2sqrt(x))(x-5)=sqrt(x)12x(x5)=x

implies x-5=2xx5=2x

implies x = -5x=5

But there is a problem in finding the yy value:

y=sqrt(-5)/(-5-5)y=555

Notice that we would have to take the square root of a negative so we do not have a value for yy. And as such there are no local extrema. Indeed if you plotted the curve for yy you would get:

graph{sqrt(x)/(x-5) [-10, 10, -5, 5]}

As a result of the above and a quick look at the graph we can see that there are no turning points and as such there are no local extrema.