Calculus problem involving implicit differentiation.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
pc2-brazil
Messages
198
Reaction score
3
Good afternoon,

This is not actually a homework question; it's for self-study. I'm reading a Calculus book, and one of its exercises asks the following:
If xnym = (x+y)n+m, show that xDxy = y (where Dxy is the derivative of y with respect to x).

The only way I could think of to get the correct result is by implicit differentiation. I tried to do implicit differentiation of the given equation, but it got me nowhere:
[tex]D_x(x^ny^m)=D_x((x+y)^{n+m})[/tex]
Applying the product rule in the left side and the chain rule in the right side:
[tex]nx^{n-1}y^m+my^{m-1}x^nD_xy=(n+m)(x+y)^{n+m-1}(1+D_xy)[/tex]

I tried to do many manipulations, but I don't see any way to get the expected result.

Could the equation given be wrong? I tried to let n = 1 and m = 1 and see what happens:
x1y1 = (x+y)1+1
xy = (x+y)²
If I implicitly differentiate it, I get:
[tex]y + xD_xy = 2(x+y)(1+D_xy)[/tex],
which, after some manipulation, becomes:
[tex]D_xy = \frac{2x+y}{-x-2y}[/tex]
This result seems to suggest that the equation given is not correct. Or am I doing something wrong?

Thank you in advance.
 
Last edited:
Physics news on Phys.org
pc2-brazil said:
Good afternoon,

This is not actually a homework question; it's for self-study. I'm reading a Calculus book, and one of its exercises asks the following:
If xnym = (x+y)n+m, show that xDxy = y (where Dxy is the derivative of y with respect to x).

The only way I could think of to get the correct result is by implicit differentiation. I tried to do implicit differentiation of the given equation, but it got me nowhere:
[tex]D_x(x^ny^m)=D_x((x+y)^{n+m})[/tex]
Applying the product rule in the left side and the chain rule in the right side:
[tex]nx^{n-1}y+my^{m-1}x=(n+m)(x+y)^{n+m-1}D_xy[/tex]
That last symbol should be [itex]D_x(x+ y)[/itex], not [itex]D_xy[/itex]. Also you have dropped the exponents on [itex]x^n[/itex] and [itex]y^m[/itex] where they were not differentiated. That is, you should have
[tex]nx^{n-1}y^m+ mx^ny^{m-1}D_xy= (n+m)(x+ y)^{n+ m- 1}(1+ D_xy)[tex] Solve that for D_xy.<br /> <br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> I tried to do many manipulations, but I don't see any way to get the expected result.<br /> <br /> Could the equation given be wrong? I tried to let n = 1 and m = 1 and see what happens:<br /> x<sup>1</sup>y<sup>1</sup> = (x+y)<sup>1+1</sup><br /> xy = (x+y)²<br /> This result seems to suggest that the equation given is not correct. Or am I doing something wrong?<br /> <br /> Thank you in advance. </div> </div> </blockquote>[/tex][/tex]
 
I made these typing mistakes while writing the TeX expression.
When I solve for Dxy, I find:
[tex]D_xy = \frac{(n+m)(x+y)^{n+m-1}-nx^{n-1}y^m}{my^{m-1}x^n-(n+m)(x+y)^{n+m-1}}[/tex]
But I'm not very sure on how I should continue.
Thank you in advance.