#$\dv{x}f(g(x))$ using definition of limits?
58 messages · Page 1 of 1 (latest)
Kocher
- Do not ping the Moderators, unless someone is breaking the rules.
- Do not ping the Helper Moderators, unless there is a conflict between helpers.
- Do not ping other members randomly for help.
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- If the Helper has answered your question, remember to thank them with the Mathematics Ranks bot and close the thread with:
+close
Feel free to nominate the person for helper of the week in #helper-nominations
If you're happy with the help you got here, and the server overall, you can contribute financially as well:
Try multiplying and dividing this fraction by (g(x + h) - g(x)).
Then you just have two quotients: one for df/dg, other for dg/dx.
I also know this is the same as $\lim_{h\to 0}\frac{f(g(x)+h)-f(g(x))}{h}\cdot\lim_{h\to 0}\frac{g(x+h)-g(x)}{h}$
Kocher
$\lim_{h\to 0}\frac{(f(g(x+h))-f(g(x)))(g(x+h)-g(x))}{h(g(x+h)-g(x))}$
Kocher
Now separate the two fractions.
$\lim_{h\to 0}\frac{f(g(x+h))-f(g(x))}{g(x+h)-g(x)}\cdot g’(x)$
Kocher
Yeah.
u=g(x+h)-g(x)?
Well, sure, why not. Then the first fraction is (f(g + u) - f(g))/u.
How?
If u = g(x + h) - g(x), then g(x + h) = u + g(x).
I get that, I don’t understand f(g).
What do you mean? That's the second term in the numerator.
No worries 😄
You're welcome!
I never learned the derivations so I just want to reinforce it.
Wait one more question
And I think you can see how this generalizes to any number of nested functions.
Yeah, what is it?
$\int_a^b\cos(x)dx$ with definition of definite integral
Kocher
It just popped up in my mind, so you don’t have to answer it if you don’t want to.
Oof...
I mean, we can try working through it, I guess.
It will involve a sum of cosines of an arithmetic progression, and I have a formula for that.
One sec. Let me share the formula, the rest I think you can try yourself, as I'm sure you won't have a problem writing the Riemann sum.
Ok.
Here you go.
$\lim_{n\to\infty}\sum_{k=1}^n\frac{b-a}{n}\cos(a+\frac{b-a}{n}k)$
Kocher
What's wrong?
Too many variable 
I do know that $\sum_{k=1}^n\cos(ck)=\Re\qty(\sum_{k=1}^n e^{ikc})$
Well, let's look at your case.
a + (b - a)(k/n) = a + (b - a)((k - 1)/n + 1/n) = a + (b - a)/n + (b - a)((k - 1)/n)
So, in your case φ1 = a + (b - a)/n, Δφ = (b - a)/n.
Kocher
Wait, why is that complex?
The formula I gave?
Nevermind
Well, its real part gives the sum of cosines and the imaginary part gives the sum of sines. So, kinda two in one.
@clever fable
Hello exiled_hype, this is a friendly reminder that your help request has been inactive for more than 24 hours. If you no longer need assistance, please consider closing the thread using the +close command. This thread will be automatically closed in 3 days if it remains inactive.
I am late to the game but this is illegal
Because you don't know if g(x+h) - g(x) = 0 or not
The proof of the chain rule should not be in the hs program
But the idea is to use this characterization:
A continuous function f is differentiable at x, if and only if, there exists a number k and a function u such that for all h:
f(x+h) - f(x) = kh + u(h)
Where u(h)/h is known to tend to zero. In this case, k = f'(x)
Proof:
<= is trivial.
=>: Denote u(h) = f(x+h) - f(x) - f'(x)h and let k = f'(x). Just verify that u(h)/h tends to zero, and that the property is verified
You can use this characterization. If g is differentiable at x and f is differentiable at g(x), you want to prove that f o g is differentiable at x. Alternatively, you want to prove there exists a number k and a function u such that:
f(g(x+h)) - f(g(x)) = kh + u(h)
I think this comment will be helpful for you too
👍
