How do you find dydx by implicit differentiation given ln(cosy)=2x+5?

2 Answers
Nov 4, 2017

dydx=2tan(y)

Explanation:

Implicit Differentiation helps you take derivatives of functions that have different variables from the one with respect to which you are taking the derivative (usually, when you have y's in your function).

The steps to this are simple:

  • Take any derivatives with x's in them as normal.
  • When you have a y:
  • Take the derivaive as normal BUT:
  • Tag on a dydx at the end.
  • Solve for dydx.

So, let's dive into this problem:

Step #1: Take Derivatives of Both Sides of the Equation

ddxln(cos(y))=ddx(2x+5)

Step #2: Evaluate Derivatives of any "x" terms:

ddxln(cos(y))=2

Step #3: Evaluate Derivatives of any "y" terms:

You'll need to use a chain rule to evaluate this, but it's a very simple one:

1cos(y)sin(y)dydx=2

tan(y)dydx=2

*note that sin(x)cos(x) evaluates to tan(x).

Step 4: Solve for dydx:

dydx=2tan(x)

And there's your final answer!

Here's some videos that might help:

Hope that helped :)

Nov 4, 2017

Alternatively:

cosy=e2x+5

We know that ddx(ef(x))=f'(x)ef(x). Thus:

siny(dydx)=2e2x+5

dydx=2e2x+5siny

Since cosy=1sin2y

dydx=2e2x+51cos2y

dydx=2e2x+51(e2x+5)2

Hopefully this helps!