Given a symmetric positive definite matrix $M$, define the norm $\|x\|_M = \sqrt{\|Mx\|^2} $.Express the dual norm in terms of $M$.
I know, to solve this problem need to consider the Langrangian. i.e : $L(x) = y.x + \frac{\lambda\|Mx\|^2}{2}$
But I don't know How to proceed.
I am assuming the space you work on is $\mathbb{R}^n$. Given a symmetric, positive definite matrix $M$, you have a complete space equipped with an inner product, a Hilbertspace.
I will denote the inner product with $$ \langle x,y \rangle_M=\langle Mx,My \rangle $$ where $\langle \cdot ,\cdot \rangle$ denotes the euclidean standard inner product.
Then, by the Riesz representation theorem, every functional/element in the dual space $D=(\mathbb{R}^n)^*$ is given by: $$ \phi(x)=\langle x,y \rangle_M $$ for some $y \in \mathbb{R}^n$. Using the defintion of the dual space, you get to: $$ ||\phi||_{D}=\sup_{x \in \mathbb{R}^n} \frac{|\phi(x)|}{||x||_M}=\frac{\langle Mx,My \rangle}{\sqrt{\langle Mx,Mx \rangle}} $$ At this point, it becomes hard to simplify. You could proabably get to another form by using the spectral decomposition of $M$, but it doesnt get much prettier.