Making An Equation Complex Doesn't Make It Harder

Algebra Level 4

How many ordered pairs of real numbers ( x , y ) (x, y) are there such that

1 = ( y x ) ( x 2 + y 2 ) = ( 2 x y + 3 2 3 ) ( x 2 + y 2 ) 2 ? 1 = (y-x) ( x^2 + y^2) = (2xy + \frac{ 3} { \sqrt[3]{2} })(x^2+y^2)^2 ?


The answer is 1.

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.

3 solutions

Jack D'Aurizio
Apr 9, 2014

Since ( x , y ) ( 0 , 0 ) (x,y)\neq(0,0) , we can set x = ρ cos θ , y = ρ sin ( θ ) x=\rho\cos\theta,y=\rho\sin(\theta) with ρ > 0 , θ [ 0 , 2 π ) \rho>0,\theta\in[0,2\pi) and solve: 1 = ρ 3 ( sin θ cos θ ) = ρ 4 ( 3 2 3 + 2 ρ 2 sin θ cos θ ) . 1 = \rho^3 (\sin\theta-\cos\theta) = \rho^4\left(\frac{3}{\sqrt[3]{2}}+2\rho^2\sin\theta\cos\theta \right). From the first equation we get sin θ cos θ = 2 sin ( θ π / 4 ) = 1 ρ 3 \sin\theta-\cos\theta = \sqrt{2}\sin\left(\theta-\pi/4\right) = \frac{1}{\rho^3} , and by squaring we have 2 sin θ cos θ = 1 1 ρ 6 2\sin\theta\cos\theta = 1-\frac{1}{\rho^6} . Substituting this identity into the second equation we have: ρ 6 + 3 2 3 ρ 4 2 = 0 , sin ( θ π / 4 ) = 1 2 ρ 3 . \rho^6+\frac{3}{\sqrt[3]{2}}\rho^4-2=0,\qquad \sin\left(\theta-\pi/4\right)=\frac{1}{\sqrt{2}\cdot\rho^3}. Now setting u = ρ 2 6 u = \rho\cdot\sqrt[6]{2} we have: u 6 + 3 u 4 4 = ( u 2 1 ) ( u 2 + 2 ) 2 = 0 , sin ( θ π / 4 ) = 1 u 3 . u^6+3u^4-4=(u^2-1)(u^2+2)^2=0,\qquad \sin\left(\theta-\pi/4\right)=\frac{1}{u^3}. Now the only positive solution of the left-hand equation is clearly just u = 1 u=1 , so we have θ = 3 π / 4 \theta=3\pi/4 and just one solution ( x , y ) (x,y) .

Very nice substitution. I set this question using complex numbers (see my solution), and I see glimpses of it in yours.

Calvin Lin Staff - 7 years, 2 months ago
Aaaaa Bbbbb
Apr 10, 2014

Denote: t = y x x 2 + ( t + x ) 2 = 1 t Δ = 2 t t 2 0 : ( 1 ) t=y-x \Rightarrow x^{2}+(t+x)^{2}=\frac{1}{t} \Rightarrow \Delta=\frac{2}{t}-t^2 \geq 0 :(1) y x = ( 2 x y + 3 2 3 ) ( x 2 + y 2 ) 2 x ( x + t ) + 3 2 3 t 2 = 0 y-x=(2xy+\frac{3}{\sqrt[3]{2}})(x^2+y^2) \Rightarrow 2x(x+t)+\frac{3}{\sqrt[3]{2}}-t^{2}=0 Δ = 3 t 2 6 2 3 0 : ( 2 ) \Rightarrow \Delta = 3t^{2}- \frac{6}{\sqrt[3]{2}} \geq 0: (2) ( 1 ) , ( 2 ) t = 2 3 (1), (2) \Rightarrow t=\sqrt[3]{2} \Rightarrow there is one 1 \boxed{1} solution

@Calvin Lin

Since the person who wrote solution is inactive, I am asking my doubt to you sir.

How can we consider the equation as a quadratic in x ? t is also dependent on x thus we can't treat it as a constant. Let's take an example, x^2 + y^2+3xy = x+y, let t=x+y, then the equation transforms into t^2-t+xy=0.

We can't consider it as a quadratic in t because xy depend on t.

I hope that I made myself clear enough.

Thanks!

Harsh Shrivastava - 5 years, 2 months ago

Log in to reply

Nothing wrong with that. You can fix it in one variable, and then proceed to find the info that you want. We are focusing on a slice of the graph, but also have to verify the restriction of the domain.

Even though t t depends on both x x and y y , given any value of t t and x x , there is a corresponding value of y y that exists. Hence, the domain isn't restricted.

Calvin Lin Staff - 5 years, 2 months ago
Calvin Lin Staff
Apr 10, 2014

Great solutions presented above. Let me explain the title of the problem, and also how the strange values were chosen.

Clearly x = y = 0 x = y = 0 is not a solution.
If x + y = 0 x + y = 0 , then we can easily verify that the only solution is x = 1 4 3 x = - \frac{ 1 } { \sqrt[3]{4}} , y = 1 4 3 y = \frac{ 1 } { \sqrt[3]{4} } .

Otherwise, we have x + y 0 x+y \neq 0 . Set z = x + i y z = x+ iy . We have
x 2 y 2 = ( x + y ) ( x y ) = x + y x 2 + y 2 x^2 - y^2 = (x+y) ( x-y) = \frac{ x+y} {x^2 + y^2 } and 2 x y i + 3 2 3 i = y x x 2 + y 2 2xyi + \frac{3} { \sqrt[3]{2} } i = \frac{ y-x} { x^2 + y^2}

Adding these two equations up, we get x 2 + 2 x y i y 2 + ( 1 + i ) ( x i y ) x 2 + y 2 + 3 2 3 i = 0 x^2 + 2xyi - y^2 + \frac{ (1+i) ( x - iy) } { x^2 + y^2 } + \frac{ 3} { \sqrt[3]{2} } i = 0 , or that z 2 + ( 1 + i ) z + 3 2 3 i = 0 z^2 + \frac{ (1+i) } { z} + \frac{3} { \sqrt[3]{2} } i = 0 .

Multiplying throughout by z 0 z \neq 0 , we get the cubic equation

z 3 + 3 2 3 i z + ( 1 + i ) = 0 z^3 + \frac{ 3} { \sqrt[3]{2} } iz + (1+i) = 0

This can be factorized as ( z + ( 1 + i ) 2 3 ) ( z + ( 1 i ) 1 4 3 ) 2 = 0 \left( z + (-1+i) \sqrt[3]{2} \right) \left(z + (1-i) \frac{1}{\sqrt[3]{4} } \right)^2 = 0 . Observe that both of these roots satisfy x + y = 0 x +y = 0 , hence they do not satisfy the assumption that x + y 0 x + y \neq 0 . Thus, there are no solutions in this case.

WOW...

Cedric Tan - 7 years, 2 months ago

IM NOT THAT ADVANCED

Cedric Tan - 7 years, 2 months ago

Can you check again plz becz as per basic math if you see the equation hain two solution. (0,1),(-1,0),,both r satisfying the equation. Of first part. That is x^2y-x^3-xy^2+y^3=1. .. Am I correct on my part plz tell

Rohit Singh - 7 years, 2 months ago

Log in to reply

Neither of those are solutions. Note that there are two equality signs.

Calvin Lin Staff - 7 years, 2 months ago

Log in to reply

O it means two conditions we have to satisfy.. For x and y

Rohit Singh - 7 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...