• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need some implicit differentiation help

EvanB

Senior member
Hey all,

I have been working on this problem, but cant seem to figure it out. Its been some time since I did implicit diff, and I am struggling. Any idea how to solve:

x+tan(xy)=2

implicitly?

Thanks in advance everyone.

Evan
 
I'm a little rusty but I'll give it a shot:

I assume you are trying to solve for dy/dx as a function of x and y

Take the derivative of both sides with respect to x:

d(x)/dx + d[tan(xy)]/dx = d(2)/dx

becomes

1 + (y + x*dy/dx)*[sec(xy)]^2 = 0

Then, solve for dy/dx:

y + x*dy/dx = -1/[sec(xy)]^2 = -[cos(xy)]^2

so

dy/dx = -[y + [cos(xy)]^2]/x


Hope this helps.
 
Back
Top