Loading [MathJax]/jax/output/SVG/jax.js
 

Kromy

avatar
Nombre de usuarioKromy
Puntuación37
Membership
Stats
Preguntas 1
Respuestas 21

 #1
avatar+37 
+1

Thank you for putting it in latex so its readable :) 

 

The basic idea when we see the word minimize is to think of inequalities. I suspect you got this problem from a book about inequalities. We also see squares, and that gives us the idea to use Cauchy Schwarz inequality. As a recap, it states |ni=1aibi|2(ni=1|a2i|)(ni=1|b2i|). See here: https://artofproblemsolving.com/wiki/index.php/Cauchy-Schwarz_Inequality?srsltid=AfmBOore-GDD9oAtWZDDSJ-URH43dfQd2atn26PRaLxAr01bGo2-r183 (aops wiki page). 

 

This indeed matches with minimizing squares. Now, the question becomes, what do we let ai and bi be? [Looking back on it, we shouldn't use aito avoid confusion, but oh well... our "ai" here is refering to the Cauchy Schwarz inequality, and not to the problem.] Well, let's look at our coefficients. we have 1, 2, 3, ... , 20. Since we are squaring things in our formula, we probably want something in the form 1,2,3,...,20. So if we haveai=i20i=1ai=1+2+...+2020i=1a2i=1+2+...+20. What about bi? We have ai in the form of some square roots, but when we want to minimize |ni=1aibi|2, we have Ai terms and whole numbers (here, Ai stands for the real numbers given in the problem). So, we want a bi such that when it is multiplied by ai, we get nice coefficients. It becomes obvious (at least to me), that 20i=1bi=1A1+2A2+3A3...+20A2020i=1b2i=1A21+2A22+3A23...+20A220. Then, 20i=1(aibi)2=1A1+2A2+3A3...+20A20

 

Finally, putting it all together, we have 1A1+2A2+3A3+...20A20(1+2+3+...+20)(1A21+2A22+3A23+...+20A220). From the problem, we have 1A1+2A2+3A3+...20A20=1, and we know the sum of (1+2+3+...+20)=210(You can think of it as grouping: 1+20 = 21, 2+19 = 21, 3+18 = 21. We have 10 total pairs, so 21x10 = 210. This is the derivation of the formula: 1+2+...+n=n(n1)2). ]

Plugging these values in, we have 1210(1A21+2A22+3A23+...+20A220)

Now, to minimize this, we need equality to hold. The equality condition is as follows: 

We need some x such that xai=bi, or xi=iAi, so x=Ai for all i(1,2,3,...,20)[The "e" notation is reads "in", so for all i "in" (1, 2, ..., 20).] 

 

From the original problem, we have 1A1+2A2+3A3+...20A20=1, so plugging in x=Ai gives 1+2x+3x+...20x=1x(1+2+3+...+20)=1,so x=1120. So, a12=121120=110

 

Note: I may have made some mistakes on the way, so make sure to read the solution, understand everything, and see what mistakes I made... Because just getting the answer without learning doesn't help you laugh 

2 mar 2025
 #1
avatar+37 
0

I'm assuming your "bc" is a typo and the polynomial is p(x) = x^3+ax^2+bx+c.

 

We know that the y intercept occurs at (0, 0), which implies that C = 0. By Vieta's theorem, is C=rst, where r, s, t are the roots of p(x). So at the minimum, either r, s, or t is 0. Without loss of generality, let's assume r = 0. 

 

We know rst = (r + s + t)/3 = 1 - (r + s + t) + (rs + st + rt) - (rst), by Vieta's theorem. Plugging in r = 0, we have 0=s+t3=1(s+t)+(st). Then, we can seperate this big equation into one equation (by ignoring the 3rd equality): s+t=0s=t . Now, we plug in s = -t to the 3rd expression to get 10t2=0t2=1,t=1,1. Now, depending on what t is, s is either -1 or 1. So let's just let t = 1 (it won't affect the problem's final answer anyways) and then s = -1. So then b = (rs + st + rt) = (st) = -1. 

 

So, our final answer is -1. This problem is fairly easy, and is a simple application of Vieta's theorem, which is absolutly necessary to know for polynomial Algebra questions, and comes up often in math competitions like the AMCs :) 

 

Other than that, some "tricks" (not really) to note that is if you want the y-intercept, x is 0 and thus the y-intercept will always be C. If you want the sum of the coefficients, this is the equivalent to x = 1 (applies vice versa!). 

 

psss i was too lazy to write out all the latex, writing latex on this website is hard 

1 mar 2025