New Reply

Chain Rule Paradox or Am I Doing Something Wrong?

 
Share Thread Thread Tools
Aug2-12, 03:42 PM   #1
 

Chain Rule Paradox or Am I Doing Something Wrong?


If h(x) = ax, g(x) = bx and f(x) = g(h(x)).

Wouldn't h'(x) = a? And g'(x) = b? And f'(x) = ab?

But the chain rule says f'(x) must equal h'(x)g'(h(x)), so that means f'(x) = ab(ax) = (a^2)bx.

Am I missing something obvious?
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Aug2-12, 04:05 PM   #2
 
Quote by V0ODO0CH1LD View Post
If h(x) = ax, g(x) = bx and f(x) = g(h(x)).

Wouldn't h'(x) = a? And g'(x) = b? And f'(x) = ab?

But the chain rule says f'(x) must equal h'(x)g'(h(x)), so that means f'(x) = ab(ax) = (a^2)bx.

Am I missing something obvious?
Perhaps.

h'(x) = a. Yes. It's a constant function.
g'(x) = b. Yes. It's a constant function.

The chain rule says that f'(x) = h'(x)g'(h(x)). Yes.

What's g'(h(x)) ?

That's g'(whatever) = b

What's h'(x)?

That's h'(whatever) = a

What's h'(x)g'(h(x)) ?

That's ab, just like it is supposed to be.
Aug2-12, 04:12 PM   #3
 
Recognitions:
Science Advisor Science Advisor
f(x)=g(h(x))=bh(x). f'(x)=bh'(x)=ba. The point is that g'(u)=b, no matter what u is, even if u=h(x).
Aug2-12, 04:24 PM   #4
 

Chain Rule Paradox or Am I Doing Something Wrong?


Okay, but if h(x) = x^2, g(x) = x^2 and f(x) = g(h(x))

Now by your logic f'(x) should be 4x^2 not 4x^3, since h'(x) = 2x and g'(x) = 2x.
Then f'(x) = 2x * 2x = 2x^2.

I am still confused..
Aug2-12, 04:59 PM   #5
 
Quote by V0ODO0CH1LD View Post
Okay, but if h(x) = x^2, g(x) = x^2 and f(x) = g(h(x))

Now by your logic f'(x) should be 4x^2 not 4x^3, since h'(x) = 2x and g'(x) = 2x.
Then f'(x) = 2x * 2x = 2x^2.

I am still confused..
In this case the first derivitives are not constant functions. You need to keep track of what your x's are. Don't let the letters trick you.

Work it through. Chain rule says h'(x)g'(h(x))

h'(x) = 2x.
h(x) = x^2
remember that g'(y) = 2y
so
g'(h(x)) = 2h(x) = 2x^2

Put it together, f'(x) = 2x * 2x^2 = 4x^3

And since f(x) = h(x)^2 = (x^2)^2 = x^4, this result is correct.
Aug2-12, 06:58 PM   #6
 
So if both equations in the chain are linear I use g'(whatever) and h'(whatever), but if one of them isn't what I take the derivative with respect to matters? Why?

If I use mathman's definition I get that d/dx (x^2)^2 = 4x^2 and if I use jrbriggs444's definition I get that d/dx a(bx) = (b^2)ax. What is wrong?
Aug2-12, 08:13 PM   #7
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by V0ODO0CH1LD View Post
So if both equations in the chain are linear I use g'(whatever) and h'(whatever), but if one of them isn't what I take the derivative with respect to matters?
No, it's entirely consistent. You just have to understand that g' here does not mean differentiate g wrt x. It means differentiate g wrt whatever g is a function of, namely h.
If I use mathman's definition I get that d/dx (x^2)^2 = 4x^2
I assume you mean h(x) = x2, g(u) = u2, where u = h.
g'(u) = 2u = 2h(x) = 2x2; h'(x) = 2x; chain rule gives 2x2.2x = 4x3
and if I use jrbriggs444's definition I get that d/dx a(bx) = (b^2)ax.
No. jrbriggs444's first post worked this through and got ab. How are you getting (b2)ax?
Aug2-12, 09:40 PM   #8
 
Thanks, haruspex's post actually cleared my confusion!
New Reply

Tags
chain rule, mistake, or is it, paradox
Thread Tools


Similar Threads for: Chain Rule Paradox or Am I Doing Something Wrong?
Thread Forum Replies
About the chain rule.. what's wrong with me? Calculus 5
Product rule with chain rule (derivation wrt time) Calculus & Beyond Homework 2
What's wrong with this proof of the chain rule Calculus 1
The Chain Rule, death to anyone that breaks the rule! Calculus 55
combining product rule with chain rule Calculus 2