1
$\begingroup$

I am having a hard time understanding implicit differentiation and how different variables can be related. I have the following question:

The dimensions of $x$ and $y$ of an object are related to its volume $V$ by the formula $V=8x^2y$

  1. How is $\frac{dV}{dt}$ related to $\frac{dy}{dt}$ if $x$ is constant?

  2. How is $\frac{dV}{dt}$ related to $\frac{dx}{dt}$ if $y$ is constant?

  3. How is $\frac{dV}{dt}$ related to $\frac{dx}{dt}$ and $\frac{dy}{dt}$ if neither $x$ nor $y$ are constant.

I was thinking to solve this by finding the implicit derivative of x and y... am I on the right track?

  • 0
    when x and y aren't constant, are they functions of t?2017-02-24
  • 0
    im assuming so, the question does not ask "if" it asks "how"2017-02-24

2 Answers 2

0

As far as I understand you are on the right track:

(1) Treating $x$ as a constant and differentiating normally w.r.t. $t$

$\frac{dV}{dt} = 8x^{2}\frac{dy}{dt}$

(2) Treating $y$ as a constant and differentiating normally w.r.t. $t$

$\frac{dV}{dt} = 16xy\frac{dx}{dt}$

(3)

Differentiating implicitly w.r.t. $t$

$\frac{dV}{dt} = 16xy\frac{dx}{dt} + 8x^{2}\frac{dy}{dt}$

  • 0
    I think you made a little confusion between the cases 1 and 2... aren't they out of order?2017-02-24
  • 0
    ah yes, fixed it now2017-02-24
  • 0
    I guess I am confused as to what it means to treat x as a constant. Implicit differentiation is the bane of my existence right now. Am i imagining that 8x^2 = 0?... or that if I differentiate x it will = 02017-02-24
  • 0
    I had a moment of realization, thanks guys!2017-02-24
0

The way i see it, you are talking about a function $V(t)$ when you have $x$ and $y$ who can vary with $t$, which, for didatic means, we will think as if it were time.

  1. If you have a function $V(x,y) = 8x^2 y$, and you know, for example, that $x$ is constant with respect to $t$ (i.e, $\frac{dx}{dt} = 0$); then you can assume that $V(x,y) = V(t) = 8x^2 y(t)$, where $y(t)$ can be any function of time. Then, in this case, we will have that $\frac{dV}{dt} = 8x^2 \frac{dy}{dt}$ (note that, since $x$ is constant with respect to $t$, the variation of $V$ with respect to $t$ is only related to the variation of $y$ with respect to $t$.

  2. It is a very similar case, so i'll leave it to you.

  3. In the case where neither $x$ nor $y$ are constant, then you'll have $V(t) = 8x(t)^2 y(t)$, so all you have to do is differentiate both functions with respect to $t$.