cryptoguy
- 133
- 0
Homework Statement
A function f(x) : Rn ->R is said to be differentiable at point \vec{a} provided that there exists a constant vector \vec{c} = (c_1, ... , c_n) such that
lim_(\vec{h} -> 0) \frac{f(\vec{a}+\vec{h}) - f(\vec{a}) - \vec{c}*\vec{h}}{||\vec{h}||}
Prove that if the multivariable function f(x) (here x = x_1, ..., x_n) is differentiable at a = (a_1, ..., a_n) then its first order partial derivatives at a exist.
Homework Equations
I know that the partial derivative definition is
The Attempt at a Solution
I've tried a few things but I've encountered a road block of sorts. I think what I have to do is provide the vector c such that the given equation somehow turns into the definition of the first order partial derivative. That means that instead of having f(a1+h1, a2+h2, ...) I need to make all the h's 0 except one, h_i so the term would turn into f(a1, a2,..., a_i+h, a_{i+1}...) But I'm not sure how to do that with the vector c... I may be way off base...
Thank you for any hints/advice.