So my class has been given the task to find functions $f$ and $g$,both from R to R such that: $f+g$ is differentiable and either $f'(0)$ dne, $g'(0)$ dne or both.
I'm starting to believe, or at least convince myself that no such functions exist. That is, if we were to choose an $x$ in the intersection of the $dom(f)$ and $dom(g)$, then $(f+g)'(x)=f'(x) + g'(x)$
Thus, in order for $(f+g)$ to be differentiable, then both $f$ and $g$ must be differentiable on the intersection of their domain. Any thoughts/hints/explanations? Is my reasoning out of line here?? Thanks!