Find all the possible sum of a , b , c ∈ R satisfying the following system of equation
⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ a 2 = 3 b b 3 − 1 8 = 3 c c 3 − 5 2 b 2 = 3 a a 3 + 2 6 = 3 c c 3 + 4 4 c 2 = 3 a a 3 + 4 7 = 3 b b 3 + 1 1 7
This question is edited from a Youtube video's question here . Please SUBSCRIBE the channel for encouraging!
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
That's my solution XD I have tried to type this but I suddenly delete all things ;(
There are three solutions to this set of equations. Only one set is real numbers; the other two are complex.
{{1,3,4},{-(-1)^(1/3),-3 (-1)^(1/3),-4 (-1)^(1/3)},{(-1)^(2/3),3 (-1)^(2/3),4 (-1)^(2/3)}}
Can u explain it?
This is an over-determined, but consistent, set of equations. For example, the a 2 set is unnecessary.
Using the other two sets and eliminating the a variable from them gives 4 b = 3 c ∧ c 3 = 6 4 .
Since we are only looking for real solutions, that immediately gives b=3 and c=4.
Using b 2 = 3 a a 3 + 2 6 and substituting b = 3 gives 9 = 3 a a 3 + 2 6 or a 3 = 1 or a = 1 . Q. E. D.
How can you get 4 b = 3 c and c 3 = 6 4
Basically, see Mr. Vreken's solution. The methodology is similar. One difference is that I retained the cubes into that step to show that the answer is actually complex.
Problem Loading...
Note Loading...
Set Loading...
a 2 = 3 b b 3 − 1 8 and b 2 = 3 a a 3 + 2 6 rearrange to b 3 − 3 a 2 b = 1 8 and a 3 − 3 a b 2 = − 2 6 , and using the identity ( b 3 − 3 a 2 b ) 2 + ( a 3 − 3 a b 2 ) 2 = ( a 2 + b 2 ) 3 this gives us a 2 + b 2 = 3 1 8 2 + ( − 2 6 ) 2 = 1 0 or
a 2 + b 2 = 1 0
By a similar argument,
a 2 + c 2 = 1 7
b 2 + c 2 = 2 5
These three equations solve to a 2 = 1 , b 2 = 9 , and c 2 = 1 6 , and from the original equations we can deduce that a = 1 , b = 3 , and c = 4 , so that a + b + c = 8 .