wu :: forums
« wu :: forums - Weird system of equations »

Welcome, Guest. Please Login or Register.
Nov 28th, 2024, 4:29am

RIDDLES SITE WRITE MATH! Home Home Help Help Search Search Members Members Login Login Register Register
   wu :: forums
   riddles
   easy
(Moderators: Eigenray, william wu, SMQ, Grimbal, towr, Icarus, ThudnBlunder)
   Weird system of equations
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: Weird system of equations  (Read 853 times)
codpro880
Junior Member
**




Teachers strike, students hurt. English...

    codpro880
Email

Gender: male
Posts: 89
Weird system of equations  
« on: Oct 6th, 2009, 8:07am »
Quote Quote Modify Modify

x+y=1
(x^2+y^2)(x^3+y^3)=12
 
Show appropriate algebra.
IP Logged

You miss 100% of the shots you never take.
Wiles_euler
Guest

Email

Re: Weird system of equations  
« Reply #1 on: Oct 6th, 2009, 8:22am »
Quote Quote Modify Modify Remove Remove

Since, (x+y)=1, then we can create an identity:
 
(x+y)^2=x^2+2xy+y^2=1
x^2+y^2=1-2xy
 
(x+y)^3=x^3+3x^2y+3xy^2+y^3=1
x^3+y^3+3xy(x+y)=1
x^3+y^3+3xy(1)=1
x^3+y^3=1-3xy
 
Now we can substitute the identities in the (x^2+y^2)(x^3+y^3)=12
 
(1-2xy)(1-3xy)=12
 
Then use quadratic formula to solve for xy and you should be able to do the rest
IP Logged
codpro880
Junior Member
**




Teachers strike, students hurt. English...

    codpro880
Email

Gender: male
Posts: 89
Re: Weird system of equations  
« Reply #2 on: Oct 6th, 2009, 8:32am »
Quote Quote Modify Modify

Good work Matt Smiley
IP Logged

You miss 100% of the shots you never take.
Michael Dagg
Senior Riddler
****






   


Gender: male
Posts: 500
Re: Weird system of equations  
« Reply #3 on: Oct 12th, 2009, 10:00pm »
Quote Quote Modify Modify

Clever work. One hopes to not lose sight of the solution  
set by doing that.
 
So how many solutions are there  ?
 
Can you characterize the solutions of that system  
by looking at  (1-2xy)(1-3xy) = 12  or perhaps more  
specifically from
 
 (1-2xy)(1-3xy) - 12 = 6x^2 y^2 - 5xy - 11 = (xy+1)(6xy-11) = 0 ?
 
Notice that the obvious relations between x and y in  
the polynomial factors (zeros) above, regardless of  
which one you choose, do not seem to coincide  
with the first equation in the system, that is, y = 1 - x.
IP Logged

Regards,
Michael Dagg
jpk2009
Junior Member
**





   


Gender: female
Posts: 60
Re: Weird system of equations  
« Reply #4 on: Oct 17th, 2009, 1:47pm »
Quote Quote Modify Modify

Based on the various definitions of "characterize", the answer is no. To characterize the solutions like I suppose the question is asking we need a polynomial P(x,y)=0 such that each x and y pair that satisfies P(x,y)=0 must also satisfy the system. The polynomial P(x,y)=(xy+1)(6xy-11) does not do that. Besides, it has an infinite number of solutions.
 
The substitutions that Grendel5 made just "reduce" the second equation in the system to a simplier equation. You can't just use the quadratic formula on it without using the first equation in the system again. Also, you can see that the system equations are multiples of each other by factoring the left side of the second equation.
 
x+y=1
(x+y)(x2-xy+y2)(x2+y2)=(x 2+y2)(x3+y3)=12
 
 
Another thing that I see is that if the system does have solutions then x and y are both real or both complex but not a mixture. If not then x+y has no chance of being real because the imaginary part of x+y must be zero. The substitutions that Grendel5 made make a simpler problem.
 
x+y=1
(xy+1)(6xy-11)=0
 
This new problem makes two new problems
 
x+y=1
xy=-1
 
x+y=1
xy=11/6
 
Solving the first system by substituting x=-1/y in the first equation makes
 
1/y+y-1=0
1/y(y2-y-1)=0
 
y2-y-1 is zero when y=1/2+1/25 or y=1/2-1/25. But x=-1/y so there are pairs of solutions for x,y in this same form x=1/2-1/25,x=1/2+1/25.
 
Solving the second system by substituting x=11/(6y) in the first equation makes
 
11/(6y)+y-1=0
1/(6y)(6y2-6y+11)=0
 
6y2-6y+11 is zero when y=1/2+1/657 i or y=1/2-1/657 i. But x=11/(6y) so the solutions are conjugate pairs x=1/2-1/657 i,x=1/2+1/657 i.
 
There are four pairs of solutions to this system
 
(x1,y1)=(1/2-1/25,1/2+1/25)
(x2,y2)=(1/2+1/25,1/2-1/25)
(x3,y3)=(1/2+1/657 i,1/2-1/657 i)
(x4,y4)=(1/2-1/657 i,1/2+1/657 i)
 
I confirmed the solution by doing it another way. Using x+y=1, the system
 
x+y=1
(x+y)(x2-xy+y2)(x2+y2)=12
 
is now
 
x+y=1
(x2-xy+y2)(x2+y2)=12
 
x+y=1
x4+2x2y2-x3y-xy3+y 4-12=0
 
Using the first equation again and substituting it in the second equation as x=1-y makes
 
6y4-12y3+11y2-5y-11=0
 
I now cheat an use my TI calculator and the solutions for y are y=1/2+1/6*sqrt(57)*i,y=1/2-1/6*sqrt(57)*i. You can use x=1-y to get x but if you do a substitution and you get the same polynomial except that the variable is x
 
6x4-12x3+11x2-5x-11=0
 
Maybe this explains why the solutions are conjugate pairs.
 
I guess the solutions to the system can be characterized one way with the set {(1-y,y)|6y4-12y3+11y2-5y-11=0}. I don't know any simpler way to make it.
 
Smiley
 
 
IP Logged
nega1sqrt
Guest

Email

Re: Weird system of equations  
« Reply #5 on: Oct 19th, 2009, 5:07pm »
Quote Quote Modify Modify Remove Remove

This is from Wolfram Alpha:
hidden:
x = 1/2 (1-sqrt(5)),   y = 1/2 (1+sqrt(5))
or
x = 1/2 (1+sqrt(5)),   y = 1/2 (1-sqrt(5))
IP Logged
jpk2009
Junior Member
**





   


Gender: female
Posts: 60
Re: Weird system of equations  
« Reply #6 on: Oct 19th, 2009, 5:24pm »
Quote Quote Modify Modify

Same real solution I produced. What Alpha don't do is show you how to compute the solutions. I showed how to do that.
IP Logged
jpk2009
Junior Member
**





   


Gender: female
Posts: 60
Re: Weird system of equations  
« Reply #7 on: Oct 24th, 2009, 12:43pm »
Quote Quote Modify Modify

After I did that I thought there might be a multiplicity but that is not true. I thought that because the second equation being a multiple of the first might was hiding that additional solution kuz (x+y)=1 can easily removed from the second equation.
IP Logged
Michael Dagg
Senior Riddler
****






   


Gender: male
Posts: 500
Re: Weird system of equations  
« Reply #8 on: Oct 25th, 2009, 2:15pm »
Quote Quote Modify Modify

Multiplicities don't hide. They are quite obvious and
you can gather from the linear factorization of the degree  
4 polynomial that there aren't any for at least one factor  
would need to occur an even number of times.
 
You didn't mention it but notice that the product of the  
two quadratics (that you produced) is the degree 4 polynomial:
 
(y^2-y-1)(6y^2-6y+11) = 6y^4-12y^3+11y^2-5y-11  .
 
This should make complete sense -- the roots of each  
quadratic are roots of the degree 4 polynomial.  
IP Logged

Regards,
Michael Dagg
jpk2009
Junior Member
**





   


Gender: female
Posts: 60
Re: Weird system of equations  
« Reply #9 on: Oct 25th, 2009, 5:01pm »
Quote Quote Modify Modify

Only after the fact did I see that the polynomial could be made as a product of the two quad polynomials. I might have seen that earlier if I had started with the full polynomial, probably maybe. But the real thing I see is that by just making the substitution y=1-x in the second equation "tames" an "otherwise strange looking problem".  Also this makes me wonder if there is a method that you can follow so to easily factor polynomials by making systems that have solutions or
factors that are also factors of the underlying polynomial like I did with substitution.
IP Logged
Michael Dagg
Senior Riddler
****






   


Gender: male
Posts: 500
Re: Weird system of equations  
« Reply #10 on: Oct 28th, 2009, 7:51pm »
Quote Quote Modify Modify

Nice idea. But what you seem to be talking about  
is not so much about working backwards to  
discover a factorization but instead discovering
one by substitution from the start.  
 
There is no such method that I know of that will  
work for all polynomials.  
 
 
IP Logged

Regards,
Michael Dagg
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board