Question
Question: The gradient of the curve \({{x}^{m}}{{y}^{n}}={{\left( x+y \right)}^{m+n}}\) is given by (a) \(\d...
The gradient of the curve xmyn=(x+y)m+n is given by
(a) yx
(b) xy
(c) y−x
(d) x−y
Solution
Hint : In this question, we are asked to find the gradient of a curve whose equation is given. As in two dimensions, the gradient of the curve should be equal to dxdy, therefore, we should try to simplify the equation by taking logarithms on both sides of the equation and then use the chain rule to obtain a differential equation. Then, we can take terms involving dxdy to one side and simplify the resulting equation to find the value of dxdy which will be our required answer.
Complete step by step solution :
The given equation of the curve is
xmyn=(x+y)m+n.................(1.1)
As there are exponents in the expression, we can simplify the equation by taking logarithm on both sides. We can use the following properties of logarithms for any two numbers a and b
log(ab)=log(a)+log(b)log(ab)=blog(a)......................(1.2)
Using the properties in (1.2) and taking log on both sides of (1.1), we obtain
xmyn=(x+y)m+n⇒log(xmyn)=log((x+y)m+n)⇒mlog(x)+nlog(y)=(m+n)log(x+y)..........(1.3)
Now, we can use the chain rule of derivatives which states that if y is a function of x and f(y) is a function of y, then
dxdf(y)=dydf(y)×dxdy.....................(1.4)
And the derivative of log function is given by
dxdlog(x)=x1................(1.5)
Taking derivative with respect to x on both sides of (1.3) and using equations (1.4) and (1.5), we get
mlog(x)+nlog(y)=(m+n)log(x+y)⇒dxd(mlog(x)+nlog(y))=dxd((m+n)log(x+y))⇒mdxdlogx+ndydlogy×dxdy=(m+n)d(x+y)dlog(x+y)×dxd(x+y)⇒xm+yn×dxdy=(m+n)(x+y)1(dxdx+dxdy)=(m+n)(x+y)1(1+dxdy)
We can collect terms involving dxdy to the left hand side in the last line to obtain
dxdy×(yn−(x+y)m+n)=(m+n)(x+y)1−xm⇒dxdy×(y(x+y)nx+ny−my−ny)=x(x+y)mx+nx−mx−my⇒dxdy×(y(x+y)nx−my)=x(x+y)nx−my
Cancelling the term (x+y)nx−my from both sides, we obtain
dxdy=xy
Which matches option (b) of the question. Therefore, option (b) is the correct answer to this question.
Note : We should note that we took logarithm on both sides to make the equations simpler to handle. However, we could have directly taken derivative with respect to x on both sides of the given equation and used the formula dxd(xn)=nxn−1 and the chain rule to find the value of dxdy. However, the final answer will remain the same in both the methods.