1

I seem to have completely lost my bearing with implicit differentiation. Just a quick question:

Given $y = y(x)$ what is $$\frac{d}{dx} (e^x(x^2 + y^2))$$

I think its the $\frac d{dx}$ confusing me, I don't what effect it has compared to $\frac{dy}{dx}$. Any help will be greatly appreciated.

Asaf Karagila
  • 393,674

2 Answers2

2

It is $$e^x(x^2 + y^2) + e^x(2x + 2yy'),$$ where I use $y'$ for $dy/dx$.

ncmathsadist
  • 49,383
2

$d/dx$ means "derivative with respect to x", with implicit differentiation, you assume $y$ is a function of $x$, i.e. $y=y(x)$, so that , $y'$ is meant to mean $dy/dx$.

Rustyn
  • 8,407