Skip to main content

Questions tagged [symmetric-polynomials]

Questions on symmetric polynomials, polynomials in several variables that are invariant under permutation of the variables.

Filter by
Sorted by
Tagged with
3 votes
0 answers
94 views

$$\frac{x^5-a}{x^2-y}=\frac{y^5-b}{y^2-x}=5(xy-1)$$ solve the equation for x,y;a,b are arbitary here is a problem from Ramnujan's Notebook.The procedure is let$$x=\alpha+\beta+\gamma=S_1,y=\alpha\...
Roderick Usher's user avatar
1 vote
0 answers
54 views

I have been investigating a way to visualize a space of real polynomials by describing each polynomial through three integer features: Its degree $d$ The number of real critical points (real zeros of ...
Cody S's user avatar
  • 365
1 vote
2 answers
200 views

Let $a,b,c$ be real variables with $ab+bc+ca+abc=4.$ Prove that:$$\color{black}{\frac{7-4a}{a^{2}+2}+\frac{7-4b}{b^{2}+2}+\frac{7-4c}{c^{2}+2}\ge 3.}$$When does equality hold? This inequality is ...
Danh Trung's user avatar
10 votes
2 answers
498 views

Symmetric Function Theorem, also commonly known as Ji Chen's Lemma, is a very powerful and beautiful result in algebraic inequalities. I have used it many times to prove Olympiad-level inequalities ...
Chen Dan's user avatar
  • 510
6 votes
4 answers
178 views

Here is the problem statement: Let $a,b,c$ and $d$ be distinct real numbers such that $a>b>c>d>0$, $abcd=1$, and $$a+b+c+d = \frac{1}{a}+\frac{1}{b}+\frac{1}{c}+\frac{1}{d}$$ Show that $...
Cuckoo Beats's user avatar
0 votes
1 answer
227 views

I am very interested in a motivated systematic approach to generating lemmas such as those invoked by River Li to transform inequalities stated in terms of radicals into inequalities that are radical ...
Phil's user avatar
  • 57
1 vote
3 answers
211 views

Problem. Let $a,b,c$ be positive real numbers such that $$(a+b+c)^3=125abc$$ Prove that : $$ \dfrac{a}{\sqrt{bc}}+\dfrac{b}{\sqrt{ca}}+\dfrac{c}{\sqrt{ab}} \le \dfrac{16+\sqrt{2}}{2}$$ This problem ...
Kazumi's user avatar
  • 111
7 votes
4 answers
739 views

Let $P \in {\Bbb R} [x]$ be a cubic polynomial with real coefficients such that $$ |P(1)| = |P(2)| = |P(3)| = |P(5)| = |P(6)| = |P(7)| = 12 $$ Find the value of $\frac19 P(0)$ My approach so far: ...
mukund's user avatar
  • 151
1 vote
0 answers
106 views

Problem (by KaiRain@AoPS). Let $a, b, c > 0$ and $w \in [-3, -2]$. Prove that $$\frac{a}{b} +\frac{b}{c}+\frac{c}{a} \ge \frac{Ap^3+Bpq+Cr}{Dp^3+Er} $$ where $p := a + b + c, q := ab + bc + ca, r :=...
River Li's user avatar
  • 51.4k
0 votes
1 answer
140 views

I'm looking for some ideas to solve the following inequality. Problem. Let $a,b,c>0: a+b+c=3$ then prove that$$\frac{1}{\left(1+\sqrt{\dfrac{a}{bc}}\right)^2}+\frac{1}{\left(1+\sqrt{\dfrac{b}{ca}}\...
30 Anh Ti 711's user avatar
2 votes
2 answers
112 views

Assume that $\sigma_i(\{x_1,\ldots,x_n\})$ denotes the $i$th symmetric polynomial on $\{x_1,\ldots,x_n\}$ and set $A = \bigcup_{i = 0}^n \{x^i\} \cup \bigcup_{i = 0}^m \{x^{-i}\}$ for some $n,m \in \...
John's user avatar
  • 909
-1 votes
1 answer
78 views

The book that I am reading says that The symmetric polynomial $u_1^2+u_2^2+\dots u_n^2$ , because it has degree $2$ , is a linear combination $c_1s_1^2 + c_2s_2$ , where $s_1=\sum_{i\leq n} u_i$ and $...
Gabriela Martins's user avatar
0 votes
0 answers
28 views

I am currently reading Macdonald's Symmetric Functions and Hall Polynomials and was interested in if there was another book that covered similar topics, specifically those topics directly mentioned in ...
FamisherCaterpillar's user avatar
2 votes
2 answers
221 views

I'm looking for some ideas to solve the following inequality. Problem. For any real numbers $x,y,z$ with $x+y+z=3,$ prove that$$\sqrt{3x^2+1}+\sqrt{3y^2+1}+\sqrt{3z^2+1}\ge \sqrt{2x^2+2y^2+2z^2+30}.$...
30 Anh Ti 711's user avatar
36 votes
2 answers
815 views

Question Let $n$ be a positive integer, and let $a_1,\ \dots,\ a_n$ be formal variables. Is $$ P = a_1\cdots a_n + \frac1{a_1\cdots a_n} $$ a polynomial in the $n$ expressions $a_1 + \frac1{a_2},\ a_2 ...
tenth's user avatar
  • 363
3 votes
0 answers
126 views

Let $a,$ $b$ and $c$ be non-negative numbers such that $a+b+c=3$. Prove that: $$\sqrt{\left(a^{2}+b^{2}\right)\left(c+1\right)}+\sqrt{\left(b^{2}+c^{2}\right)\left(a+1\right)}+\sqrt{\left(c^{2}+a^{2}\...
Michael Rozenberg's user avatar
2 votes
2 answers
288 views

Let $a,$ $b$ and $c$ be non-negative numbers such that: $a+b+c+abc=4$ and $ab+bc+ca\neq 0.$ Prove that $$\frac{1}{\sqrt{a^2+4bc}}+\frac{1}{\sqrt{b^2+4ca}}+\frac{1}{\sqrt{c^2+4ab}}\ge \frac{5}{4}.$$ ...
Michael Rozenberg's user avatar
5 votes
1 answer
548 views

How do we prove that for all $a, b, c \in \mathbb{R}$, $$\frac{2a}{a^2+2b^2+3}+\frac{2b}{b^2+2c^2+3}+\frac{2c}{c^2+2a^2+3} \leq 1.$$ I haven't really made much progress in finding a way to tackle this....
MilesB's user avatar
  • 920
3 votes
3 answers
237 views

Problem. Let $a \ge b \ge c > 0$ with $abc \ge 1$ and $ac \ge 1$. Prove that $$\frac{1}{1+a} + \frac{1}{1+b} + \frac{1}{1+c} \ge \frac{3}{1 + \sqrt[3]{abc}}.$$ When I dealt with this question, I ...
River Li's user avatar
  • 51.4k
3 votes
5 answers
227 views

The problem seeks to prove $$ \sum_{\text{cyc}} a \sqrt{3 a^2+5(a b+b c+c a)} \geq \sqrt{2}(a+b+c)^2 $$ when $a, b, c$ are nonnegative reals. I exerted all my effort, only found that the equal ...
Mr. Egg's user avatar
  • 796
3 votes
5 answers
293 views

Problem. Let $a, b, c > 0$ with $a + b + c = 3$. Prove that $$\frac{a}{b}+\frac{b}{c}+\frac{c}{a}\ \ge\ \frac{12}{1+3abc}.$$ Motivation. The original question was closed. I think it is interesting ...
River Li's user avatar
  • 51.4k
1 vote
2 answers
120 views

Problem. Let $a,b,c$ are positive real numbers. Prove that $$\frac{1}{(2a+1)(2b+1)}+\frac{1}{(2b+1)(2c+1)}+\frac{1}{(2c+1)(2a+1)} \geqslant \frac{3}{3+2(ab+bc+ca)}.$$ The inequality is equivalent to $$...
user avatar
3 votes
2 answers
140 views

Problem. Let $a,b,c\ge 0$ and $ab+bc+ca>0.$ Prove that $$5(a+b+c)+\frac{9abc}{ab+bc+ca}\ge 2\left(\sqrt{4ab+4ac+bc}+\sqrt{4bc+4ba+ca}+\sqrt{4ca+4cb+ab}\right).$$ I've tried to use CBS inequality ...
user avatar
1 vote
1 answer
177 views

Lets define complex-valued polynomials $P_n$ and $\bar{P}_n$ $$P_n=(e^{-i\theta}-x_1)(e^{-i\theta}-x_2)...(e^{-i\theta}-x_n)$$ $$\bar{P}_n=(e^{i\theta}-x_1)(e^{i\theta}-x_2)...(e^{i\theta}-x_n)$$ ...
makxsiq's user avatar
  • 11
3 votes
2 answers
328 views

From a famous inequality Problem 1. (USA MO 2003) Let $ a$, $ b$, $ c$ be positive real numbers. Prove that $$\dfrac{(2a + b + c)^2}{2a^2 + (b + c)^2} + \dfrac{(2b + c + a)^2}{2b^2 + (c + a)^2} + \...
Nguyenhuyen_AG's user avatar

1
2 3 4 5
30