Solving Calculus Chain Rule: Step by Step Guide

Click For Summary
SUMMARY

The discussion focuses on the calculus chain rule, specifically the limit definition of derivatives for composite functions. The user attempts to derive the chain rule using the limit expression lim h -> 0 [f(g(x+h)) - f(g(x))]/h. A key correction is provided, emphasizing that the derivative g'(x) can be expressed as g'(x) = [g(x+h) - g(x)]/h + ε(h), where ε(h) approaches 0 as h approaches 0. The conversation also references a Wikipedia link for a formal proof of the chain rule.

PREREQUISITES
  • Understanding of limits in calculus
  • Familiarity with the definition of derivatives
  • Knowledge of composite functions
  • Basic mathematical proof techniques
NEXT STEPS
  • Study the formal proof of the chain rule on Wikipedia
  • Explore the concept of ε-delta definitions in calculus
  • Practice solving derivative problems involving composite functions
  • Review limit properties and their applications in calculus
USEFUL FOR

Mathematics students, educators, and anyone seeking a deeper understanding of calculus, particularly the chain rule and its applications in differentiation.

snesnerd
Messages
26
Reaction score
0
Hi, I have been doing research in my spare time this summer on calculus proofs. I am working on a mathematics degree and I am working to understand calculus inside and out. It has been going really well but I have sort of hit a bump with the calc 1 chain rule. Here is my attempt:

lim h -> 0 [f(g(x+h))] - f(g(x))]/h is what I am aiming to solve. We want to work from the inside out, so let's start with g(x).

The derivative of g(x) is lim h -> 0 [g(x+h) - g(x)]/h. Since this is the derivative of g(x) I can rewrite this as [g(x+h) - g(x)]/h = g'(x). Now I solve for g(x+h). Multiply both sides by h. [g(x+h) - g(x)] = h[g'(x)]. Add g(x) to both sides. g(x+h) = h[g'(x)] + g(x). Now I know what g(x+h) equals.

Likewise I have to know what f(x) is too. I will be using y and k for f(x) since I used x and h for g(x). The derivative of f(y) in this case is lim h -> 0 [f(y+k) - f(y)]/k. Using the same idea as above to solve for f(y+k), I get f(y+k) = k[f'(y)] + f(y).

So f([h[g'(x)] + g(x)] - f(g(x))/h. Now I am unsure where to go from here.
 
Physics news on Phys.org
snesnerd said:
Hi, I have been doing research in my spare time this summer on calculus proofs. I am working on a mathematics degree and I am working to understand calculus inside and out. It has been going really well but I have sort of hit a bump with the calc 1 chain rule. Here is my attempt:

lim h -> 0 [f(g(x+h))] - f(g(x))]/h is what I am aiming to solve. We want to work from the inside out, so let's start with g(x).

The derivative of g(x) is lim h -> 0 [g(x+h) - g(x)]/h. Since this is the derivative of g(x) I can rewrite this as [g(x+h) - g(x)]/h = g'(x).

No, you can't do that. Those aren't equal. What you could write is$$
g'(x) = \frac{g(x+h)- g(x)}{h} +\left( g'(x) - \frac{g(x+h)- g(x)}{h}\right)$$The expression in parentheses approaches 0 as ##h\rightarrow 0## so for convenience, just call the expression in parentheses ##\epsilon(h)## so you can write$$
g'(x) = \frac{g(x+h)- g(x)}{h} +\epsilon(h)$$where ##lim_{h\rightarrow 0}\epsilon(h)=0##.

Look at this link: http://en.wikipedia.org/wiki/Chain_rule and scroll down to the second proof of the chain rule to see how this idea is used to make a formal proof.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
2K
Replies
5
Views
2K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K