Find the area of the region bound by the equation ∣ x + 2 y ∣ + ∣ 2 x − y ∣ = 1 0
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.
An alternate solution is to do casework on sgn ( x + 2 y ) = ± and sgn ( 2 x − y ) = ± giving 4 cases total with 4 linear equations. You can then piece together the graph to find that it is a rotated square. Finding a side length wouldn't be hard after that.
Log in to reply
I did it by 2nd one but first one was really brilliant! Keep it up! :)
We can considerate all cases for each absolut value
Case 1: both positive
x + 2 y + 2 x − y = 1 0
3 x + y = 1 0
Case 2: First positive and second negative
x + 2 y − 2 x + y = 1 0
− x + 3 y = 1 0
Case 3: First negative and second positive
− x − 2 y + 2 x − y = 1 0
x − 3 y = 1 0
Case 4: Both negative
− x − 2 y + 2 x − y = 1 0
− 3 x − y = 1 0
Solving every couple of ecuation, we get it that the graph is an square which vertex are ( 2 , 4 ) , ( 4 , − 2 ) , ( − 4 , 2 ) , ( − 2 , − 4 ) .
Then we find that a side of the square is 4 0 ∴ the area is 4 0
There are some mistakes in writing.
By opening mod of the 2terms we get 4 linear equations in 2 variables.-: 3x+y=10. 3x+y=-10 x-3y=10.. x-3y=-10. So 1st and 2nd are parallel and perpendicular to 3rd and 4th So the figure is either square or rectangle Area=l*b where l&b are the distances between each pair of parallel lines. =20/root of 10 for both... Area=[20/root 10]^2=400
Problem Loading...
Note Loading...
Set Loading...
It is hard to work with this equation because there are weird terms inside the absolute values. However, we recognize the a x + b y and b x − a y pattern, which suggests rotating this graph to get something easier.
So, let's apply the rotation { x ′ = x + 2 y y ′ = 2 x − y
To figure out exactly what type of rotation this is, we can cleverly factor out a 5 to get ⎩ ⎪ ⎪ ⎨ ⎪ ⎪ ⎧ x ′ = 5 ( 5 1 x + 5 2 y ) y ′ = 5 ( 5 2 x − 5 1 y )
Now let θ be an angle satisfying sin θ = 5 2 and cos θ = 5 1 . Our transformation is now { x ′ = 5 ( x cos θ + y sin θ ) y ′ = 5 ( x sin θ − y cos θ )
Now it is clear what our transformation is: a rotation of angle θ and a scale up by a factor of 5 .
Once we are clear what we actually did to our graph, let's look at the new graph: ∣ x ′ ∣ + ∣ y ′ ∣ = 1 0
This graph is simply a diamond, which has an area of 2 0 0 .
Now applying our transformation in reverse, we have to scale each dimension down by 5 (rotations don't change area). This means the area is scaled down by 5 2 = 5 , so the area our original graph bounds is 2 0 0 ÷ 5 = 4 0