What is the derivative of tan(x+y)=lnx+5y?

1 Answer
Dec 13, 2017

dydx=xsec2(x+y)15xxsec2(x+y)

Explanation:

Since you have an equation mixed with y's and x's, you know that the key concept at play here is implicit differentiation. If you're not sure what that really is/does, I'd recommend watching my video on it:

Anyways, the 3 key steps to implicit differentiation are:

  • Differentiate terms with an x in them as usual.
  • Differentiate terms with a y in them as normal.
    • BUT tag on a dydx to whatever you get.
  • Solve for dydx.

So, with this in mind, we start by taking the derivative of both sides of this equation (with respect to x):

ddx(tan(x+y))=ddx(lnx)+ddx(5y)

I'm not going to walk through the intricacies of actually doing the derivatives, since this is not a focus of this problem, but know that you will need a chain rule to evaluate the derivative of the left hand side of that equation.

You should get:

sec2(x+y)(1+dydx)=1x+5dydx

Now, I'm going to distribute my sec2(x) to both the 1 and the dydx:

sec2(x+y)+sec2(x+y)dydx=1x+5dydx

The reason I did this is just so that I have two single terms with a dydx in them that I can work with. Now, I will move all my dydx term to one side, and my other terms to the other:

sec2(x+y)1x=5dydxsec2(x+y)dydx

Now, we factor out the dydx, and solve:

dydx=sec2(x+y)1x5sec2(x+y)

...and that is a perfectly good final answer. However, fractions in fractions aren't nice to look at, so we're going to multiply through by xx to get rid of that 1x:

dydx=xsec2(x+y)15xxsec2(x+y)

This would be the final answer that you'd most likely see in your textbook, or in other literary sources. Note that it's perfectly OK to leave your answer in terms of x and y in implicit differentiation problems.

Hope that helped :)