I'm having trouble with this problem:
"A macroeconomic model contains the following equations characterizing its steady state:
$1=B(f'(K)+1-Y)$
$C+YK=f(K)$
$B$ and $Y$ are parameters between $0$ and $1$.
The question is, "do these equations implicitly define $C$ and $K$ as $C^1$ functions of $Y$ in an open ball around $(C^*,K^*)$? If so find the derivatives of these implicit functions with respect to $Y$.
Now I have no problem doing implicit function theorem problems in my textbook. But I don't know where to start with this one. Help! Can I just take the derivative of $f(k)$ and plug it into the first function?
EDIT: Here is what I know about $f$: $$f:\mathbb{R}^+ \to \mathbb{R}^+ , f \in C^2 \text{ and } f' > 0, f'' < 0.$$
One (standard) method is to differentiate the system. Since $B$ is held constant, we can set ${\rm d}B=0$. This should yield $$0=f''(K){\rm d}K-{\rm d}Y$$ $${\rm d}C+K{\rm d}Y+Y{\rm d}K=f'(K){\rm d}K$$ This is a linear system of equations in the differentials, $$\pmatrix{0 & f''(K) \cr 1 & Y-f'(K)}\pmatrix{{\rm d}C \cr {\rm d}K}=\pmatrix{{\rm d}Y \cr -K{\rm d}Y}$$ The condition in the implicit function theorem is the same that the coefficient matrix in this system is invertible. This is OK since $f''<0$, and then you can solve for ${\rm d}C$ and ${\rm d}K$ by linear algebra.