where
$$A=\begin{bmatrix}1&1\\4&1\end{bmatrix}$$
(For clarification, the materials i am using are telling me to use the following formula and to input the appropriate values for a, b, c and d but i am getting terribly confused.)
(a-λ)x+by=0
cx+(d-λ)y=0
To find an eigenvector of $\lambda=3$ you need to solve : $$AX = \lambda X $$ $$\begin{bmatrix}1&1\\4&1\end{bmatrix}\begin{bmatrix}x_1\\x_2\end{bmatrix}=3\begin{bmatrix}x_1\\x_2\end{bmatrix}$$ $$x_1+x_2 = 3x_1 \text{ and }4x_1+x_2=3x_2 $$ Thus $X=\begin{bmatrix}1\\2\end{bmatrix}$ is an eigenvector for $\lambda=3$.
You can do the same reasonning for $\lambda=-1$.