Processing math: 100%

Thursday, July 21, 2022

Cute problem from IIT JEE

If r,s,t are roots (you can assume they are all real) of x3+3x224x+1=0 Find 3r+3s+3t If you know which year this is from, please let me know.



Scroll down for solution (and something extra).


Let P(x)=x3+3x224x+1.

Note that P(0)>0,P(1)<0 and P(24)>0 and so has at least two real roots. Which implies all roots are real, so we can freely take cube roots.

Now 

x3+3x224x+1=x3+3x2+3x+127x=(x+1)327x.

Thus if a is a root of P, then

(a+1)3=27a3a1/3=(a+1)

Thus the sum of cuberoots of P is (r+s+t+3)/3=0.


For the extra:

We will in fact show that 3r,3s,3t are roots of x33x+1=0.

Let d=3r,e=3s,f=3t be roots of Q(x)=x3+ax2+bx+1

Thus Q(x)=(xd)(xe)(xf)

Now if w is a cuberoot of unity, then

Q(x)Q(wx)Q(w2x)=(x3d3)(x3e3)(x3f3)=P(x3)=x9+3x624x3+1

With slightly tedious algebra, we see that

Q(x)Q(wx)Q(w2x)=x9+(a33ab+3)x6+(b33ab+3)x3+1

Thus we get

a33ab=0
b33ab=27 

From the first equation either a=0 (in which case b=3) or a2=3b.

If a0, putting b=a2/3 in the second results in a quadratic (in a3) with complex roots. Since a needs to be real (sum of real numbers) we see that a=0,b=3 and hence the cuberoots are roots of 

x33x+1=0

Wednesday, July 13, 2022

2 equations 3 variables

Given that x,y,z are real, solve (with proof) the system of equations: (x1)(y1)(z1)=xyz1 (x2)(y2)(z2)=xyz2 part b) x,y,z are allowed to be complex.



Scroll down for solution.


Let P(t)=(xt)(yt)(zt). x,y,z are roots of P(t)=0.

Expand and assume

P(t)=cbt+at2t3

The two equations basically say

P(1)=c1
and

P(2)=c2

The first gives a=b

and second gives 2ab=3 and thus a=b=3

Thus P(t)=c3t+3t2t3=c1(t33t2+3t1)=(c1)(t1)3

Thus x,y,z are roots of 

(t1)3=c1

For x,y,z to be real, we need c=1 and x=y=z=1.

If x,y,z are allowed to be complex, pick a random c and x,y,z are (c1)w+1 where w are the three cuberoots of unity.