Find the gradient of the curve x=y+1/y at the point (2.5, 2). ?

3 Answers
Jul 23, 2018

The gradient is 4/343 at (2.5, 2)(2.5,2)

Explanation:

Remember that the gradient of a tangent line at any point of the curve is just dy/dxdydx.

First, differentiate x = y + 1/yx=y+1y using implicit differentiation.

color(red)(d/dx)x = color(red)(d/dx)(y + 1/y)ddxx=ddx(y+1y)

1 = (1 - 1/y^2)dy/dx1=(11y2)dydx

Notice that because y + 1/yy+1y was a function of xx, by the chain rule, we must multiply by the derivative of yy.

Now, isolate dy/dxdydx.

dy/dx = 1/(1 - 1/y^2)dydx=111y2

Now, we substitute color(red)(x = 2.5)x=2.5 and color(red)(y = 2)y=2.

dy/dx = 1/(1 - 1/color(red)(2)^2)dydx=11122

dy/dx = 4/3dydx=43

4/343

Explanation:

Given function:

x=y+1/yx=y+1y

differentiating above equation w.r.t. xx as follows

d/dx(x)=dy/dx+d/dx(1/y)ddx(x)=dydx+ddx(1y)

1=dy/dx-1/y^2 dy/dx1=dydx1y2dydx

dy/dx(\frac{y^2-1}{y^2})=1dydx(y21y2)=1

dy/dx=\frac{y^2}{y^2-1}dydx=y2y21

hence the gradient of the given curve dy/dxdydx at the point (2.5, 2)(2.5,2) is given by substituting y=2y=2 in above differential equation as follows

dy/dx=\frac{2^2}{2^2-1}dydx=22221

=4/3=43

Jul 23, 2018

Please see the explanation below

Explanation:

Another method involving partial derivatives

Let

f(x,y)=x-y-1/yf(x,y)=xy1y

The partial derivatives are

(delf)/(delx)=1fx=1

(delf)/(dely)=-1+1/y^2fy=1+1y2

Therefore,

dy/dx=-((delf)/(delx))/((delf)/(dely))=-1/(1/y^2-1)dydx=fxfy=11y21

At the point (2.5,2)(2.5,2)

dy/dx=-1/(1/2^2-1)=1/(3/4)=4/3dydx=11221=134=43