Processing math: 100%

Sunday, July 31, 2016

Solve for real solution of the system below: x3+x2+x={x}1.

Solve for real solution of the system below:

x3+x2+x={x}1.

My solution:

First, observe that the LHS of the equality must yield an integer, this tells us the fractional part of x must be a zero, so this turns the whole equation as:

x3+x2+x=1x3+x2+x+1=0(x+1)(x2+1)=0

This implies x=1 is the only real solution to the system.


Wednesday, July 20, 2016

Solve for real solutions for the system: x+y+z=a,x2+y2+z2=a2,x3+y3+z3=a3.

Solve for real solutions for the system:

x+y+z=a,x2+y2+z2=a2,x3+y3+z3=a3.

My solution:

Let x,y and z be the real roots for a cubic polynomial.

From the relation (x+y+z)2=x2+y2+z2+2(xy+yz+zx), we have:

(a)2=a2+2(xy+yz+zx)

a2=a2+2(xy+yz+zx)xy+yz+zx=0

From the relation x3+y3+z33xyz=(x+y+z)(x2+y2+z2(xy+yz+zx)), we have:

x3+y3+z33xyz=(x+y+z)(x2+y2+z2(xy+yz+zx))

a33xyz=(a)(a20)

a33xyz=a3xyz=0

We can now form the cubic polynomial in t where its roots are x,y and z:

t3(x+y+z)t2+(xy+yz+zx)txyz=0

t3(a)t2+(0)t0=0

t2(t+a)=0

Obviously t=0 is the repeated root and the other root is t=a.

Therefore we get the solution:

(x,y,z)=(0,0,a),(0,a,0),(a,0,0)

Tuesday, July 12, 2016

Show that abc(ab+bc+ca)(a2+b2+c2)2 for all positive real a,b and c such that a+b+c=1.

Show that abc(ab+bc+ca)(a2+b2+c2)2 for all positive real a,b and c such that a+b+c=1.

My solution:

(ab+bc+ca)(a2+b2+c2)2

(ab+bc+ca)(a2+b2+c2)(a+b+c)23 since 3(a2+b2+c2)(a+b+c)2

=(ab+bc+ca)(a2+b2+c2)3 since a+b+c=1

=a3b+b3c+ac3+a3c+ab3+bc3+a2bc+ab2c+abc23

=(a21ab+b21bc+c21ca)+(a21ac+b21ab+c21bc)+a2bc+ab2c+abc23

((a+b+c)21ab+1bc+1ca)+((a+b+c)21ac+1ab+1bc)+a2bc+ab2c+abc23 (By the Titu's Lemma)

=(1a+b+cabc)+(1a+b+cabc)+a2bc+ab2c+abc23

(since a+b+c=1 and 1ab+1bc+1ca=cabc+aabc+bcab=a+b+cabc)

=(abc+abc)+abc(a+b+c)3

=3abc3

=abc (Q.E.D)

Sunday, July 10, 2016

Solve for real solution for (1+x2)(1+x3)(1+x5)=8x5.

Solve for real solution for (1+x2)(1+x3)(1+x5)=8x5.

My solution:

For x<0, we have a positive left hand side value and a negative right hand side value. So x can never be a negative value.

For x>1, we have:

1+x2>2x,(1+x3)(1+x5)=1+x3+x5+x8>4x4 so (1+x2)(1+x3)(1+x5)>8x5, which really is 8x5>8x5, which leads to a contradiction.

For 0x1:

f(x)=(1+x2)(1+x3)(1+x5) has its first derivative of f(x)>0 and so f is an increasing function and so does f(x)=8x5.

That means they can intersect at most once, and by inspection, it is not hard to see that x=1 is the only real solution to the system.