I'm studying Gatmann's Notes (version of 2014) https://www.mathematik.uni-kl.de/~gathmann/de/alggeom.php
I'm currently reading the Chapter 9. Birational Maps and Blowing Up. I'm trying to do exercise 9.22 which appears to be important.
Exercise 9.22 (Computation of tangent cones). Let $I\trianglelefteq K[x_1,\dots,x_n]$ be an ideal, and assume that the corresponding affine variety $X=V(I)\subseteq \mathbb{A}^n$ contains the origin. Consider the blow-up $\tilde{X}\subseteq \widetilde{\mathbb{A}^n}\subseteq \mathbb{A}^n\times \mathbb{P}^{n-1}$ at $x_1,\dots,x_n$, and denote the homogeneous coordinates of $\mathbb{P}^{n-1}$ by $y_1,\dots,y_n$.
(a) By example 9.15 we know that $\widetilde{\mathbb{A}^n}$ can be covered by affine spaces, with one coordinate patch being \begin{align} \mathbb{A}^n&\to \widetilde{\mathbb{A}^n}\subseteq \mathbb{A}^n\times \mathbb{P}^{n-1}\\ (x_1,y_2,\dots,y_n)&\mapsto((x_1,x_1y_2,\dots,x_1y_n),(1:y_2:\dots:y_n)). \end{align} Prove that on this coordinate patch the blow-up $\tilde X$ is given as the zero locus of the polynomials \begin{equation} \frac{f(x_1,x_1y_2,\dots,x_1y_n)}{x_1^{\min\deg f}} \end{equation} for all non-zero $f\in I$, where $\min\deg f$ denotes the smallest degree of a monomial in $f$.
(b) Prove that the exceptional hypersurface of $\tilde X$ is \begin{equation} V_p(f^{in}:f\in I)\subseteq \{0\}\times \mathbb{P}^{n-1} \end{equation} where $f^{in}$ is the initial term of $f$, i.e. the sum of all monomials in $f$ of smallest degree. Consequently, the tangent cone of $X$ at the origin is \begin{equation} C_0X=V_a(f^{in}:f\in I)\subseteq \mathbb{A}^n. \end{equation}
(c) If $I=(f)$ is a principal ideal prove that $C_0X=V_a(f^{in})$. However, for a general ideal $I$, show that $C_0X$ is in general not the zero locus of the initial terms of a set of generators for $I$.
I'm stuck at (a), which I think it's related to (b) and (c). I have done the following but it might be wrong:
First, I'm gonna state two Lemmas that I think are right
Lemma 1: Let $X=X_1\cup\dots\cup X_r$ be the decomposition of a Noetherian space into irreducible subspaces. If $A$ is a closed subset of $X$ such that for each $i=1,\dots,n$, $X_i\not\subseteq A$, then $X\setminus A$ is dense in $X$.
Lemma 2: If $f\neq 0$, then \begin{equation} \frac{f(x_1,x_1y_2,\dots,x_1y_n)}{x_1^{\min\deg f}}\notin (x_1). \end{equation}
Let's call $\phi:\mathbb{A}^n\to \widetilde{\mathbb{A}^n}$ the morphism defined in (a). If $\pi:\widetilde{\mathbb{A}^n}\to \mathbb{A}^n$ is the map associated to the blow-up, I believe I can prove the following equality
\begin{equation} \phi(V(\frac{f(x_1,x_1y_2,\dots,x_1y_n)}{x_1^{\min\deg f}}:f\in I\setminus\{0\})\setminus V(x_1))=\pi^{-1}(X\setminus\{0\})\cap \phi(\mathbb{A}^n). \end{equation}
From there, If I could prove that \begin{equation} \overline{V(\frac{f(x_1,x_1y_2,\dots,x_1y_n)}{x_1^{\min\deg f}}:f\in I\setminus\{0\})\setminus V(x_1)}=V(\frac{f(x_1,x_1y_2,\dots,x_1y_n)}{x_1^{\min\deg f}}:f\in I\setminus\{0\}), \end{equation} then the exercise would be done just by taking closures. I think Lemma 1 and 2 come into play here. The problem is that $V(\frac{f(x_1,x_1y_2,\dots,x_1y_n)}{x_1^{\min\deg f}}:f\in I\setminus\{0\})\setminus V(x_1)$ might not be dense in $V(\frac{f(x_1,x_1y_2,\dots,x_1y_n)}{x_1^{\min\deg f}}:f\in I\setminus\{0\})$ because it may happen that $X_i\subseteq V(x_1)$ for some irreducible component $X_i$ of $V(\frac{f(x_1,x_1y_2,\dots,x_1y_n)}{x_1^{\min\deg f}}:f\in I\setminus\{0\})$.
Again, I might have made a mistake, so please read critically. I am mainly interested in (a), but a complete answer is also welcome.