Prove that if f and g are differentiable at a then fg is differentiable at a.
I'm not sure how to start this. I said that fg'(a) =lim(x->a). Is this correct, if so how do I proceed?
Prove that if f and g are differentiable at a then fg is differentiable at a.
I'm not sure how to start this. I said that fg'(a) =lim(x->a). Is this correct, if so how do I proceed?


I assume you mean using the basic definition of the derivative rather than the product rule.
No, what you have written is NOT correct. The derivative of a product is NOT the product of the derivatives. The derivative would be given by
The crucial point you need is that f(x)g(x)- f(a)g(a)= f(x)g(x)- f(a)g(x)+ f(a)g(x)- f(a)g(a)= (f(x)- f(a))g(x)+ f(a)(g(x)- g(a)).
You are questioning what is actually a standard approach in many calculus textbooks for deriving the product rule.
I suggest you Google the derivation or go to your institute's library and find a Calculus textbook that contains the derivation (eg. Sallas and Hille or Thomas and Finney).
Ok, so as x tend to a g(x) tends to g(a) and so we get g(a)f'(a)+f(a)g'(a). I.e the familiar product rule. One question, at the begining it is as though fg(x) =f(x)g(x) in the numerator. Is this using the algebra of limits, Limit of fg =limit of f *limit of g? Thanks for your help.