MHB Sketch Inequality: Region of $(x,y)$ Points

  • Thread starter Thread starter Dethrone
  • Start date Start date
  • Tags Tags
    Inequality
Click For Summary
The discussion focuses on sketching the region defined by the inequalities \(2xy \le |x-y| \le x^2+y^2\). Participants analyze the cases where \(x \ge y\) and \(x < y\), leading to the conclusion that the curves represent circular shapes in the plane. They emphasize the importance of test points to determine the valid regions, ultimately identifying that the solution lies outside the circles defined by the inequalities. The final sketches combine the results from both sides of the inequality, illustrating the overlapping regions. The collaborative effort highlights the necessity of careful factoring and testing in solving such inequalities.
Dethrone
Messages
716
Reaction score
0
From the differentiation section of my calculus textbook:

Sketch the region in the plane consisting of all points $(x,y)$ such that
$$2xy\le\left| x-y \right|\le x^2+y^2$$

I have tried to look at the cases:

Case 1: $x>y$

$$2xy\le x-y\le x^2+y^2$$
$$0\le (x-y)-2xy\le x^2+y^2-2xy$$

Now I have tried to split that by looking at what it needs to satisfy, but I'm not sure if this is correct:
1)
$$0\le x^2+y^2-2xy$$
$$0\le (x-y)^2$$
$$y\le x$$

2)

$$0\le (x-y)-2xy$$

3)

$$x-y \le x^2 +y^2$$

But something doesn't seem right...any hints? :D
 
Physics news on Phys.org
hey (Wave)
the inequality can be divided into $x^2+y^2-\left| x-y \right|\ge 0$
you can start by sketching the curve $x^2+y^2-\left| x-y \right|= 0$

sketch the graph and you'll notice it looks like two circles attached kind of.
then take a test point like (0.5,-1) inside the loop. put it into the inequality $x^2+y^2-\left| x-y \right|\ge 0$ solve that and you'll find that the solution is false since the number you come up with on the LHS will be less than 0 instead. so you shade the region outside of the loop.
then sketch the curve $2xy-\left| x-y \right|=0$
then take the test point (0.5,-1) and plug into $2xy-\left| x-y \right|\le 0$
the solution to this is true since the left side IS less than the right sides so you sketch the inside of the curve.
now just merge the two sketches together. :o
 
Last edited:
Thanks so much Pippy! (flower)

I got it now...and it required a bit of neat factoring too :D

Like:

$$x^2+y^2-x+y=0$$
$$x^2-x+y^2+y=0$$
$$\left(x-\frac{1}{2}\right)^2+\left(y+\frac{1}{2}\right)^2-\frac{1}{2}=0$$
 
Last edited:
Rido12 said:
Thanks so much Pippy! (flower)

I got it now...and it required a bit of neat factoring too :D

Like:

$$x^2+y^2-x+y=0$$
$$x^2-x+y^2+y=0$$
$$\left(x-\frac{1}{2}\right)^2+\left(y+\frac{1}{2}\right)^2+\frac{1}{2}=0$$

I am certain you mean:

$$\left(x-\frac{1}{2}\right)^2+\left(y+\frac{1}{2}\right)^2-\frac{1}{2}=0$$
 
Please post your solution so that we can have it as a reference for others who may need help :o

Thank you (Giggle)
 
Here is my solution, as promised:

Problem:

$$2xy\le |x-y| \le x^2+y^2$$

Solution:

$$2xy\le |x-y| \le x^2+y^2$$

Focusing on the right side of the inequality:
$$|x-y| \le x^2+y^2$$
$$0\le x^2+y^2-|x-y|$$

[table="width: 500, class: grid"]
[tr]
[td]Case 1: $$x \ge y$$[/td]
[td]Case 2: $$x<y$$[/td]
[/tr]
[tr]
[td]
$$x^2+y^2-(x-y) \ge 0$$
$$\left(x-\frac{1}{2}\right)^2+\left(y+\frac{1}{2}\right)^2 \ge \frac{1}{2}$$[/td]
[td]$$x^2+y^2+(x-y) \ge 0$$
$$\left(x+\frac{1}{2}\right)^2+\left(y-\frac{1}{2}\right)^2 \ge \frac{1}{2}$$[/td]
[/tr]
[/table]

Both of these cases take the shape of a circle and the region of interest is outside of the circle.

View attachment 3724
Fig. 1

Now, focusing on the left side of the inequality:

$$2xy \le |x-y|$$
$$2xy-|x-y| \le 0$$

[table="width: 500, class: grid"]
[tr]
[td]Case 1: $$x \ge y$$[/td]
[td]Case 2: $$x < y$$[/td]
[/tr]
[tr]
[td]$$2xy-(x-y) \le 0$$
$$-x+2xy+y \le 0$$

Rearranging, we see that:

$$x>-\frac{1}{2} \text{ when } y \le \frac{x}{2x+1}$$
$$x<-\frac{1}{2} \text{ when } y \ge \frac{x}{2x+1}$$[/td]
[td]$$2xy+(x-y) \le 0$$
$$2xy+x-y \le 0 $$

Similarly,

$$x>\frac{1}{2} \text{ when } y\le -\frac{x}{2x-1}$$
$$x<\frac{1}{2} \text{ when } y \ge -\frac{x}{2x-1}$$[/td]
[/tr]
[/table]

View attachment 3725
Fig. 2

Concatenating our results, we obtain the below graph. (Note that in order to satisfy both plots, fig. 1 cuts into fig. 2.)

View attachment 3723

Thanks, Pippy! :D
 

Attachments

  • Inequality Plot.PNG
    Inequality Plot.PNG
    2 KB · Views: 86
  • Inequality Plot 1.PNG
    Inequality Plot 1.PNG
    2.8 KB · Views: 98
  • Inequality Plot 2.PNG
    Inequality Plot 2.PNG
    1.7 KB · Views: 93
Last edited:
Thread 'Problem with calculating projections of curl using rotation of contour'
Hello! I tried to calculate projections of curl using rotation of coordinate system but I encountered with following problem. Given: ##rot_xA=\frac{\partial A_z}{\partial y}-\frac{\partial A_y}{\partial z}=0## ##rot_yA=\frac{\partial A_x}{\partial z}-\frac{\partial A_z}{\partial x}=1## ##rot_zA=\frac{\partial A_y}{\partial x}-\frac{\partial A_x}{\partial y}=0## I rotated ##yz##-plane of this coordinate system by an angle ##45## degrees about ##x##-axis and used rotation matrix to...

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
5K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K