Last Three Digits of Complex Number Sum and Product Equations

  • MHB
  • Thread starter anemone
  • Start date
In summary: Wink)In summary, two experts discuss their solutions to finding the last three digits of $u^4+v^4+x^4+y^4+4uvxy$, given $u+v+x+y=42$, $uv+ux+uy+vx+vy+xy=2013$, and $u^3+v^3+x^3+y^3+uvx+uvy+uxy+vxy=1337$. One expert uses Newton's identities and brute force to solve, while the other uses a more algebraic approach. Both experts arrive at the answer of 560 as the last three digits. They also apologize for any errors in their use of the English language.
  • #1
anemone
Gold Member
MHB
POTW Director
3,883
115
Let $u,v,x,y$ be complex numbers satisfying

$u+v+x+y=42$,

$uv+ux+uy+vx+vy+xy=2013$,

$u^3+v^3+x^3+y^3+uvx+uvy+uxy+vxy=1337$.

Find the last three digits of $u^4+v^4+x^4+y^4+4uvxy$.
 
Mathematics news on Phys.org
  • #2
anemone said:
Let $u,v,x,y$ be complex numbers satisfying

$u+v+x+y=42$,

$uv+ux+uy+vx+vy+xy=2013$,

$u^3+v^3+x^3+y^3+uvx+uvy+uxy+vxy=1337$.

Find the last three digits of $u^4+v^4+x^4+y^4+4uvxy$.

Hello.

Puff. :p

[tex]u^4+v^4+x^4+y^4+4uvxy=[/tex]

[tex]u^3+v^3+x^3+y^3+uvx+uvy+uxy+vxy-[/tex]

[tex]\dfrac{(uv+ux+uy+vx+vy+xy)(u^2+v^2+x^2+y^2)}{u+v+x+y}=[/tex]

[tex]=42*1337-42 \dfrac{2013(42^2-2*2013)}{42}=4609560[/tex]

Regards.
 
  • #3
mente oscura said:
Hello.

Puff. :p

[tex]u^4+v^4+x^4+y^4+4uvxy=[/tex]

[tex]u^3+v^3+x^3+y^3+uvx+uvy+uxy+vxy-[/tex]

[tex]\dfrac{(uv+ux+uy+vx+vy+xy)(u^2+v^2+x^2+y^2)}{u+v+x+y}=[/tex]

[tex]=42*1337-42 \dfrac{2013(42^2-2*2013)}{42}=4609560[/tex]

Regards.

Hello mente oscura,

Thanks for participating and your answer is correct.(Clapping)

My method, I believe, is more or less the same as yours.

My solution:

Let $u, v, x, y$ be the roots of a quartic function and $s_n$ represents the sum of the nth powers of those roots. We are asked to evaluate $s_4-uvxy$.

We see that what we have now are
$s_1$$s_1=42$,
$s_2$$(u+v+x+y)^2=u^2+v^2+x^2+y^2+2(uv+ux+uy+vx+vy+xy)$

$s_1^2=s_2+2(uv+ux+uy+vx+vy+xy)$

$s_2=s_1^2-2(uv+ux+uy+vx+vy+xy)$

$s_2=42^2-2(2013)=-2262$
$s_3$$\tiny(u+v+x+y)^3=u^3+v^3+x^3+y^3+6(uvx+uvy+uxy+vxy)+3((u+v+x+y)(u^2+v^2+x^2+y^2)-(u^3+v^3+x^3+y^3))$

$s_1^3=s_3+6(1337-s_3)+3((s_1)(s_2)-(s_3))$

$s_3=\dfrac{6(1337)+3(s_1)(s_2)-s_1^3}{8}=-43884.75$

By applying the values that we have gotten above into the Newton identities gives the quartic equation $f(a)=a^4-42a^3+2013a^2-45221.75a+\text{product of roots}=a^4-42a^3+2013a^2-45221.75a+uvxy$.

By using the Newton Identities again, we get

$s_4(1)+(-42)(s_3)+2013(s_2)+(-45221.75)(s_1)+4uvxy=0$

$s_4+4uvxy=42(s_3)-2013(s_2)+(45221.75)(s_1)$

$s_4+4uvxy=42(-43884.75)-2013(-2262)+(45221.75)(42)=4609560$

Therefore the last three digits of $u^4+v^4+x^4+y^4+uvxy$ is 560.
 
Last edited:
  • #4
Hello.

My method is: brute force. :mad: (Muscle)

I realized the division:

[tex]\dfrac{u^4+v^4+x^4+y^4}{u+v+x+y}=u^3+v^3+x^3+y^3+uvx+uvy+uxy+vxy+R[/tex]

Being "R" the rest.

I grouped the terms of the rest:

[tex]R=-(uv+ux+uy+vx+vy+xy)(u^2+v^2+x^2+y^2)[/tex]

For being:

[tex]u^2+v^2+x^2+y^2=(u+v+x+y)^2-2(uv+ux+uy+vx+vy+xy)[/tex].

And I realized the necessary substitutions.

Pardon for my use of the language Englishman. How, I do not know it, I use a "on-line" translator and, already we know " the translations that it realizes ".(Rofl)

Regards.
 
  • #5
mente oscura said:
Pardon for my use of the language Englishman.

Your English is definitely better than my Spanish.
 

FAQ: Last Three Digits of Complex Number Sum and Product Equations

What is the purpose of finding the last three digits?

Finding the last three digits of a number is often used in math and science to simplify calculations and determine patterns in a set of numbers.

How do you find the last three digits of a number?

To find the last three digits of a number, you can use the modulus operator (%) to divide the number by 1000 and return the remainder. This remainder will be the last three digits of the original number.

Can finding the last three digits be applied to any number?

Yes, finding the last three digits can be applied to any number, regardless of its size. However, the larger the number, the more complex the calculation may be.

What are some real-world applications of finding the last three digits?

Finding the last three digits can be useful in cryptography, where large numbers are often used to encrypt data. It can also be used in probability and statistics to determine the likelihood of certain outcomes based on a set of numbers.

Are there any shortcuts or tricks to finding the last three digits?

Yes, there are a few shortcuts that can make finding the last three digits easier. For example, if the number ends in zero, the last three digits will also be zero. Additionally, if the number is a multiple of 1000, the last three digits will be the same as the last three digits of the original number divided by 1000.

Back
Top