Please could someone help me and see if my solutions are correct for these two limits
Let $n \in \mathbb{N}$ and $y \in \mathbb{R}$ and $y>0$.
Case 1 $$\lim_{y \to \infty} \cfrac{y^n}{y^{n+1}}=\lim_{y \to \infty} y^{n-(n+1)}= \lim_{y \to \infty} \cfrac{1}{y}=0$$
Case 2 $$\lim_{n \to \infty} \cfrac{y^n}{y^{n+1}}$$
In this case, I consider that I cannot manipulate the exponents in the same way as in case 1. So let be
Case 2
$$L = \lim_{n \to \infty} \cfrac{y^n}{y^{n+1}}$$
$$\sqrt[n]{L} = \sqrt[n]{\lim_{n \to \infty} \cfrac{y^n}{y^{n+1}}}=\lim_{n \to \infty} \sqrt[n]{\cfrac{y^n}{y^{n+1}}}=\lim_{n \to \infty} \cfrac{y^{n/n}}{y^{(n+1)/n}}$$
$$\sqrt[n]{L} = \lim_{n \to \infty} \cfrac{y^{1}}{y^{1+1/n}}=1$$
And thus,
$$ L = 1^n = 1$$
Looks good.
For case 1, the denominator grows faster and thus the limit goes to 0.
The second case is wrong however. It can be simplified like this:
$$\lim_{n \to \infty} \frac{y^n}{y^{n+1}} = \lim_{n \to \infty} \frac{1}{y} = \frac{1}{y}$$
In other words, you can use the same method as for case 1.