2
$\begingroup$

My intention here is to contribute, if there is a problem with my solution or explanation--if it is wrong--please add a comment and don't just down vote. My answer represents my understanding and I spent a lot of time writing it; it would be very helpful to know if there is a flaw so I may fix it or take down my answer so nobody learns a mistaken concept.

I had asked a question on here previously about trying to find a deeper understanding of derivatives. There was just a missing link in the whole picture. My question can be found here. Recently I had an epiphany and developed a better understanding of derivatives and I'd like to share that here with an example problem. Since this is a question and answer format forum, I pose the question:

"When we take derivative, how do we know what we have to take them with respect to?"

Note that this information assumes that one already understands the general concept of a derivative... i.e.

$f'(x) = \lim_{h\rightarrow 0 } \frac{f(x+h) - f(x)}{(x+h)-x}$

and how a derivative finds the instantaneous change of a function

$\endgroup$
0

2 Answers 2

9
$\begingroup$

It turns out there are two separate issues to consider.

In functional notation, derivatives are things that are applied to functions, not variables. The derivative of a univariate function (i.e. a function with one argument) is always the derivative of the value of the function with respect to the argument of the function.

i.e. if $f$ is the function defined by $f(x) = x^2$, then $f'$ is the function defined by $f'(z) = 2z$.

In the equations above, $x$ and $z$ are dummy variables; they have no meaning on their own, and only purpose in existence is to let us write down an equation for the value of $f$ at a point.


In dependent variable notation, the variables you use all have some intrinsic meaning. (e.g. you might use $t$ to refer to "time"). You can't differentiate variables, but you can take their differentials. The differential of $x$ is $dx$. The differential of $x^2$ is $d(x^2) = 2x~dx$.

Sometimes, two differentials can be proportional. For example, if $x$ and $t$ are dependent one one either via the equation $x = t^2 + 1$, then this equation also holds when we compute the differential on both sides: $dx = 2t~dt$.

In Leibniz notation, when we have such a proportion, we use $dx/dt$ to express the ratio. So if $dx = 2t~dt$, then we say $dx/dt = 2t$. And $dt/dx = 1/(2t)$.

If the relationship between $x$ and $t$ is $x = f(t)$, then fortunately we have $dx = f'(t) dt$, and so in Leibniz notation, $dx/dt = f'(t)$.

If we have two equations, such as

$$ \frac{8.5}{10-x} = \frac{1.5}{y} $$

and

$$ x = 2.2t $$

then we can get two equations between the differentials. Let me first simplify the first equation to

$$ \frac{10-x}{8.5} = \frac{y}{1.5} $$

Now, when we take the differential, we get two equations

$$ dx = 2.2~dt $$ $$ -\frac{1}{8.5} dx = \frac{1}{1.5} dy $$

and if we wanted, we can solve the first for $dx$ and plug it into the second:

$$ -\frac{2.2}{8.5} dt = \frac{1}{1.5} dy $$

We can't always write differentials as proportions. e.g. if $A = xy$, then $dA = x dy + y dx$. If $x$ and $y$ aren't functionally related to each other, then $dA/dx$ and $dA/dy$ simply don't make sense.

$\endgroup$
3
  • $\begingroup$ I voted up your answer because you made some good points about derivatives only making sense if there is some functional relationship between the variables (or between the functions I should say). Would you point out for me where my answer is flawed? My answer represents my understanding of derivatives, it would be very helpful to know if I made a mistake explaining myself. $\endgroup$
    – Klik
    Commented May 3, 2013 at 23:18
  • $\begingroup$ @TheWeirdNerd: I didn't downvote. I did feel something was off, somehow, but I can't put words to it. I don't know if it's in what you're thinking, how you describe what you're thinking, or my imagination. So I did one of the things I often do in such a situation: I write words that I think are true and hopefully close enough to lines you are thinking so that you can compare and contrast. $\endgroup$
    – user14972
    Commented May 3, 2013 at 23:36
  • $\begingroup$ Ok, well thanks. You made a good answer and you put lots of time into it. I will make this the answer as it seems to me that (by popularity) mine is incorrect somehow. $\endgroup$
    – Klik
    Commented May 3, 2013 at 23:40
4
$\begingroup$

It all really comes down to HOW the functions are constructed.

Consider the following problem: A man is 1.5m tall walking towards a street light that is 10m high. The man is walking at a speed of 2.2m/s. How fast is his shadow shrinking when the man is 10m away from the street light?

enter image description here

Let y = the length of the man's shadow

First of all let's just sort out everything we know.

His speed is 2.2m/s. This there is a similar triangle property here because all is contained within a triangle with the same angles and thus the ratios of the sides should remain the same.

Therefore, the ratio of the sides of the top triangle is the same as the triangle created behind the man.

$\frac{(10-1.5)}{10} = \frac{1.5}{y}$

$y = \frac{(1.5\times 10)}{8.5}$ (Rearranged)

$y = 1.7647m$ (Solved)

Ok, now let's create a function of $y$ (a generic one). Here is where the interesting part comes. We can create, more than one function to find y here, it just depends on how we think about it.

Well, let's try creating a function of $y$ with respect to the distance walked by the man. Pay attention closely to what I just said... "with respect to the distance walked by the man". Ok, now let's write it down.

Let the distance walked by the man be $x$. So the distance between him and the street light is $10-x$.

Therefore, using the same general equation we used earlier, we get.

$\frac{8.5}{10-x} = \frac{1.5}{y}$

$y = \frac{(1.5)(10-x)}{8.5}$ (rearranged for y)

$y = \frac{15-1.5x}{8.5}$ (simplified)

To find how fast his shadow is shrinking, we need to take the derivative. But wait, here is the big question...

"We take the derivate with respect to what?"

Well, let's think, this function is currently $y$ with respect to $x$, so as $x$ changes, we can find $y$. As for the derivative, we were asked to find how fast the shadow was shrinking, and therefore we need to find speed, which is distance, with respect to time.

So let's take the derivative of this function with respect to time.

$\frac{d}{dt}(y) = \frac{d}{dt}(\frac{15-1.5x}{8.5})$

$\frac{dy}{dt} = \frac{d}{dt} \left ( \frac{ -1.5 (\frac{dx}{dt})}{8.5}\right )$ (it's hard to see, but that is $-1.5(\frac{dx}{dt})$ )

Here we have $\frac{dx}{dt}$. That's alright since we were told that the man was walking at a rate of 2.2m/s which is distance (remember $x$ represented our distance walked) with respect to time.

So we can sub in 2.2m/s for $\frac{dx}{dt}$ and solve for $\frac{dy}{dt}$.

$\frac{dy}{dt} = -0.176471m/s$

Therefore we can find that as time changes, $y$ will slowly be changing at a rate of -0.176471m per every second of time (since we found this using seconds to begin with).

Ok... problem solved... but, wait, there is a second solution to this problem and it only has to do with a different way of looking at the problem. Remember in the beginning how I said that it all has to do with how the functions are constructed, well recall the first function of $y$ we made.

$\frac{8.5}{10-x} = \frac{1.5}{y}$ Where $x$ was the distance the man has walked.

Since we used $x$ in this equation and solved for $y$, then $y$ was with respect to $x$ (distance the man has walked).

Let's try to make a function of $y$ with respect to something else... like time. So let's think about it and from the logic we will write an equation.

"The ratio of the top triangle side over the distance between the man and the lamp post is equal to the height of the man divided by his shadow"

"The distance between the light post is 10 - the distance the man walked, but it is also equal to 10 - the man's speed times the number of seconds that have passed... (10-2.2$t$)"

Thus we can write

$\frac{8.5}{10-2.2t} = \frac{1.5}{y}$

$y = \frac{1.5(10-2.2t)}{8.5}$ (rearranged)

$y = \frac{15 - 3.3t}{8.5}$ (simplified)

Now, we have a function of $y$ that is with respect to time. Let's see what happens when we take the derivative of $y$ with respect to time.

$\frac{d}{dt}(y) = \frac{d}{dt} \left( \frac{15-3.3t}{8.5} \right )$

$\frac{dy}{dt} = \frac{-3.3(\frac{dt}{dt})}{8.5}$ (incase you can't see, that is $-3.3(\frac{dt}{dt})$)

$\frac{dt}{dt} = 1$ since the change of time divided by the change of time is the a constant 1.

Thus, we have the same answer as before...

$\frac{dy}{dt} = \frac{-3.3}{8.5}$ (note: that is $-3.3m/s$)

For me the hardest part about derivatives was understanding how we got something with respect to something else. So, this is how I finally understood the concept, I hope this helps other people looking to understand derivatives.

$\endgroup$
1
  • 2
    $\begingroup$ This appears to be more of a physical understanding of a derivative (which isn't /bad/ by any means) but this is a math forum so it seems a bit out of place. Functions ( en.wikipedia.org/wiki/Function_(mathematics) ) are constructed from two sets and a some sort of rule going from the first set to the second. Based on how you have defined a function here there are no sets, simply some rule floating around. Again, by no means am I saying the physical intuition to all this is bad, but this isn't necessarily mathematically /correct/ $\endgroup$
    – DanZimm
    Commented May 3, 2013 at 23:26

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .