I am from engineering background and I am currently studying calculus. I had a question from assignment to be solved from a course on coursera but I could not do it. People have posted solution in the discussion but I cannot understand it. The question is as follows:
Minimize the following function using the Lagrangean method: \begin{cases} f(x,y) = 6x+\frac{96}{x}+\frac{4y}{x}+\frac{x}{y}\\ x+y=6 \end{cases} Can anyone help me in understanding the approach of how to apply Lagrangean method here. Thank you.

You can learn the method of Lagrange multipliers here and here. Maybe, the second link is more useful for you because it is using a problem-solving approach.
In your case, you have: $$ f(x,y)=6x+\frac{96}{x}+\frac{4y}{x}+\frac{x}{y} $$ and $$ g(x,y)=x+y=6. $$ Now, applying the method of Lagrange multipliers. $$ \Lambda(x,y,\lambda)=f(x,y)-\lambda(g(x,y)-6). $$ It turns to be $$ \begin{align} \frac{\partial f}{\partial x}&=\lambda\frac{\partial g}{\partial x}\\ 6-\frac{96}{x^2}-\frac{4y}{x^2}+\frac{1}{y}&=\lambda\tag1 \end{align} $$ and $$ \begin{align} \frac{\partial f}{\partial y}&=\lambda\frac{\partial g}{\partial y}\\ \frac{4}{x}-\frac{x}{y^2}&=\lambda.\tag2 \end{align} $$ This part is just a technical matter, you can learn here. Multiply $(1)$ by $x$ and $(2)$ by $y$, you will have $$ 6x-\frac{96}{x}-\frac{4y}{x}+\frac{x}{y}=\lambda x\tag3 $$ and $$ \frac{4y}{x}-\frac{x}{y}=\lambda y.\tag4 $$ Adding $(3)$ and $(4)$, you will obtain $$ \begin{align} 6x-\frac{96}{x}&=\lambda (x+y)\\ 6\left(x-\frac{16}{x}\right)&=\lambda (6)\\ x-\frac{16}{x}&=\lambda.\tag5 \end{align} $$ Now, using $(2)$, $(5)$, and $g(x,y)$, you can obtain the value of $x$ and $y$ and then plugging in the result $(x,y)$ to $f(x,y)$. I leave it the rest for you. I hope this helps.
$$\\$$
$$\Large\color{blue}{\text{# }\mathbb{Q.E.D.}\text{ #}}$$