{"status": "success", "data": {"description_md": "Let the roots of polynomial $P(x) = x^{3}+2x^{2}+3x+ 101$ be $r_1, r_2$ and $r_3$, find the value of $\\left|r_1^2+r_2^2+r_3^2\\right|$.", "description_html": "<p>Let the roots of polynomial <span class=\"katex--inline\">P(x) = x^{3}+2x^{2}+3x+ 101</span> be <span class=\"katex--inline\">r_1, r_2</span> and <span class=\"katex--inline\">r_3</span>, find the value of <span class=\"katex--inline\">\\left|r_1^2+r_2^2+r_3^2\\right|</span>.</p>&#10;", "hints_md": "Use [Vieta's Formulas](https://artofproblemsolving.com/wiki/index.php/Vieta%27s_formulas).", "hints_html": "<p>Use <a href=\"https://artofproblemsolving.com/wiki/index.php/Vieta%27s_formulas\">Vieta&#8217;s Formulas</a>.</p>&#10;", "editorial_md": "First, let's recall Vieta's formulas for a cubic polynomial  $P(x)=ax^3+bx^2+cx+d$. \n\nThe roots $r_1$, $r_2$, and $r_3$\u200b of this polynomial satisfy the following relationships:\n\n1.  $r_1 + r_2 + r_3 = -\\frac{b}{a}$\u200b\n2.  $r_1r_2 + r_2r_3 + r_3r_1 = \\frac{c}{a}$\n3.  $r_1r_2r_3 = -\\frac{d}{a}$\n\nFor our polynomial $P(x)=x^3+2x^2+3x+101$, the coefficients are:\n-   $a=1$\n-   $b=2$\n-   $c=3$\n-   $d=101$\n\nUsing Vieta's formulas, we can write:\n\n1.  $r_1 + r_2 + r_3 = -\\frac{2}{1} = -2$\u200b\n2.  $r_1r_2 + r_2r_3 + r_3r_1 = \\frac{3}{1} = 3$\n3.  $r_1r_2r_3 = -\\frac{101}{1} = -101$\n\nTo find $r^2_1+r^2_2+r^2_3$\u200b, we must make an expression that relates the sum of the squares of the roots to the sums and products of the roots: \n\nTo do this, we start with the squared sum of roots expression:\n$$(r_1+r_2+r_3)^2 $$\nWhen expanded, this becomes:\n $$r^2_1+r^2_2+r^2_3 +2(r_1r_2 + r_2r_3 + r_3r_1) $$\nThus, by subtracting $2(r_1r_2 + r_2r_3 + r_3r_1)$ from this expanded form, we isolate the sum of the squares of the roots:\n $$(r_1+r_2+r_3)^2-2(r_1r_2 + r_2r_3 + r_3r_1) $$\n Substituting the values from Vieta's formulas into this expression then gives us our answer: \n $$(r_1+r_2+r_3)^2-2(r_1r_2 + r_2r_3 + r_3r_1) = (-2)^2-2(3) = 4-6 = -2 $$\n Thus, the value of $r^2_1+r^2_2+r^2_3$ is $-2$, so the answer is $2$.\n\n- botman", "editorial_html": "<p>First, let&#8217;s recall Vieta&#8217;s formulas for a cubic polynomial  <span class=\"katex--inline\">P(x)=ax^3+bx^2+cx+d</span>.</p>&#10;<p>The roots <span class=\"katex--inline\">r_1</span>, <span class=\"katex--inline\">r_2</span>, and <span class=\"katex--inline\">r_3</span>&#8203; of this polynomial satisfy the following relationships:</p>&#10;<ol>&#10;<li><span class=\"katex--inline\">r_1 + r_2 + r_3 = -\\frac{b}{a}</span>&#8203;</li>&#10;<li><span class=\"katex--inline\">r_1r_2 + r_2r_3 + r_3r_1 = \\frac{c}{a}</span></li>&#10;<li><span class=\"katex--inline\">r_1r_2r_3 = -\\frac{d}{a}</span></li>&#10;</ol>&#10;<p>For our polynomial <span class=\"katex--inline\">P(x)=x^3+2x^2+3x+101</span>, the coefficients are:</p>&#10;<ul>&#10;<li><span class=\"katex--inline\">a=1</span></li>&#10;<li><span class=\"katex--inline\">b=2</span></li>&#10;<li><span class=\"katex--inline\">c=3</span></li>&#10;<li><span class=\"katex--inline\">d=101</span></li>&#10;</ul>&#10;<p>Using Vieta&#8217;s formulas, we can write:</p>&#10;<ol>&#10;<li><span class=\"katex--inline\">r_1 + r_2 + r_3 = -\\frac{2}{1} = -2</span>&#8203;</li>&#10;<li><span class=\"katex--inline\">r_1r_2 + r_2r_3 + r_3r_1 = \\frac{3}{1} = 3</span></li>&#10;<li><span class=\"katex--inline\">r_1r_2r_3 = -\\frac{101}{1} = -101</span></li>&#10;</ol>&#10;<p>To find <span class=\"katex--inline\">r^2_1+r^2_2+r^2_3</span>&#8203;, we must make an expression that relates the sum of the squares of the roots to the sums and products of the roots:</p>&#10;<p>To do this, we start with the squared sum of roots expression:<br/>&#10;<span class=\"katex--display\">(r_1+r_2+r_3)^2</span><br/>&#10;When expanded, this becomes:<br/>&#10;<span class=\"katex--display\">r^2_1+r^2_2+r^2_3 +2(r_1r_2 + r_2r_3 + r_3r_1)</span><br/>&#10;Thus, by subtracting <span class=\"katex--inline\">2(r_1r_2 + r_2r_3 + r_3r_1)</span> from this expanded form, we isolate the sum of the squares of the roots:<br/>&#10;<span class=\"katex--display\">(r_1+r_2+r_3)^2-2(r_1r_2 + r_2r_3 + r_3r_1)</span><br/>&#10;Substituting the values from Vieta&#8217;s formulas into this expression then gives us our answer:<br/>&#10;<span class=\"katex--display\">(r_1+r_2+r_3)^2-2(r_1r_2 + r_2r_3 + r_3r_1) = (-2)^2-2(3) = 4-6 = -2</span><br/>&#10;Thus, the value of <span class=\"katex--inline\">r^2_1+r^2_2+r^2_3</span> is <span class=\"katex--inline\">-2</span>, so the answer is <span class=\"katex--inline\">2</span>.</p>&#10;<ul>&#10;<li>botman</li>&#10;</ul>&#10;", "flag_hint": "", "point_value": 2, "problem_name": "Sum of Roots", "can_next": false, "can_prev": false, "nxt": "", "prev": ""}}