##p(\sqrt 3+\sqrt 2)=(\sqrt 3)-1## find minimal ##p(x)## polynomial

  • Thread starter Thread starter littlemathquark
  • Start date Start date
  • Tags Tags
    Algebra Polynomial
Click For Summary
The discussion focuses on finding the minimal polynomial \( p(x) \) such that \( p(\sqrt{3}+\sqrt{2}) = \sqrt{3} - 1 \). Initial attempts with a cubic polynomial were deemed lengthy, prompting a search for a simpler solution. It was suggested that the minimal polynomial could be of degree four, but further exploration indicated that a degree three polynomial might suffice. The derived polynomial \( p(x) = \frac{11x - x^3}{2} - 1 \) was confirmed to satisfy the equation. The conversation emphasizes the importance of calculating low powers of \( \sqrt{2} + \sqrt{3} \) to aid in the solution process.
littlemathquark
Messages
204
Reaction score
26
Homework Statement
##p(\sqrt 3+\sqrt 2)=(\sqrt 3)-1## find minimal ##p(x)## polynomial
Relevant Equations
##p(\sqrt 3+\sqrt 2)=(\sqrt 3)-1## find minimal ##p(x)## polynomial with rational coefficient
I have tried ##p(x)=ax^3+bx^2+cx+d## but this is a long way. How can I solve easily that question?
 
Physics news on Phys.org
littlemathquark said:
Homework Statement: ##p(\sqrt 3+\sqrt 2)=(\sqrt 3)-1## find minimal ##p(x)## polynomial
Relevant Equations: ##p(\sqrt 3+\sqrt 2)=(\sqrt 3)-1## find minimal ##p(x)## polynomial with rational coefficient

I have tried ##p(x)=ax^3+bx^2+cx+d## but this is a long way. How can I solve easily that question?
I'm not quite sure what you are looking for, the minimal polynomial of ##\sqrt{2}+\sqrt{3}## or a polynomial of minimal degree that satisfies ##p\left(\sqrt{2}+\sqrt{3}\right)=\sqrt{3}-1.##

If it is the former, then you will probably need a polynomial of degree four.
If it is the latter, then a standard method should be to multiply the equation by ##\sqrt{3}+1=p\left(\sqrt{2}+\sqrt{3}\right)+2.## Maybe we can get away with ##\deg p(x)=2## since we can use ##\sqrt{3}## as coefficients.
 
I'm looking for polynomial of minimal degree that satisfies ##p\left(\sqrt{2}+\sqrt{3}\right)=\sqrt{3}-1##
 
But ##p(x)=\dfrac{-x^3+11x}{2}+1## satisfies ## p(\sqrt{2}+\sqrt{3})=\sqrt{3}-1##
 
littlemathquark said:
But ##p(x)=\dfrac{-x^3+11x}{2}+1## satisfies ## p(\sqrt{2}+\sqrt{3})=\sqrt{3}-1##
I haven't solved it for you. Now I changed that. Calculate ##\left( \sqrt{2}+\sqrt{3} \right)^3## and express it in terms of ##p\left( \sqrt{2}+\sqrt{3} \right)## and ##\left( \sqrt{2}+\sqrt{3} \right).## That makes seven lines total.
 
I found that solution:
##x=\sqrt2+\sqrt3##
##x^3=9\sqrt3+11\sqrt2##
##11x-x^3=2\sqrt3##
##\sqrt3=\dfrac{11x-x^3}{2}##
Can you share detaile your solution?
Bu the way the correct ##p(x)=\dfrac{11x-x^3}{2}-1## not plus 1,sorry.
 
Last edited:
littlemathquark said:
I found that solution:
##x=\sqrt2+\sqrt3##
##x^3##=9\sqrt3+11\sqrt2
##11x-x^3=2\sqrt3##
##\sqrt3=\dfrac{11x-x^3}{2}##
Can you share detaile your solution?
I first calculated the low powers of ##\sqrt{3}+\sqrt{2}## since they are crucial for any approach to this question. It is something you can do without wasting too much time. It is like equipping your toolbox with additional screw drivers. So I got
\begin{align*}
\left( \sqrt{2}+\sqrt{3} \right)^2&= 2 \sqrt{6}+5\\
\left( \sqrt{2}+\sqrt{3} \right)^3&= \left( 2\sqrt{6}+5 \right) \left(\sqrt{2}+\sqrt{3}\right)\\
&=4\sqrt{3}+ 5\sqrt{2}+6\sqrt{2}+5\sqrt{3}\\
&=9\sqrt{3}+11\sqrt{2}\\
&=11\left( \sqrt{2}+\sqrt{3} \right)-2\sqrt{3}\\
&=11\left( \sqrt{2}+\sqrt{3} \right)-2p\left( \sqrt{2}+\sqrt{3} \right)+2
\end{align*}
and re-arranging the last equation yields the desired result
$$
p\left( \sqrt{2}+\sqrt{3} \right)=\dfrac{11 \left( \sqrt{2}+\sqrt{3} \right)-\left( \sqrt{2}+\sqrt{3} \right)^3}{2}+1
$$
 
I forgot that we also have to show that ##\deg p(x)=3## is the minimal possible degree.

If ##\deg p(x)=1## then
\begin{align*}
p(x)&=ax+b\\
p\left(\sqrt{2}+\sqrt{3}\right)&=a\sqrt{2}+a\sqrt{3}+ b=\sqrt{3}-1
\end{align*}
and thus ##a=0## contradicting ##b\in \mathbb{Q}## since ##\sqrt{2}## and ##\sqrt{3}## are lineraly independent over ##\mathbb{Q}.##

The case ##\deg p(x)=2## is a bit longer but along the same lines: ##\{\sqrt{2},\sqrt{3},\sqrt{6}\}## is ##\mathbb{Q}##-linearly independent.