There are shapes defined by the overlapping region of 2 plots:
x 1 = y
x 2 + y 2 = 4
If the sum of the areas of these shapes is β , find ⌊ β ⌋ .
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.
Very nice solution. @Aditya Raut , if you want a proper solution.
best solution
Too much bashable, anyone with a little logic will bash this the same way as I did.
We know how the 2 graphs look, 1 is a hyperbola and other is a circle. They intersect as shown in the following figure
Now, area of the circle is π r 2 = 4 π .
Hence the area of one quarter circle is π .
And area of one part of the intersection (2 parts as you see) ,is even less than 3 1 of the area of the quarter circle, so the area shaded is less than 3 2 π = 2 . 0 9 4 3 9 5 1 0 2 3 9 3 1 9 5 3 , so answer will be either 2 or 1 .
But the area is too less than the 3 1 of quarter circle, so it won't be greater than 2.
Answer 1
Bashed badly, but waiting for elegant way. Sorry @Sharky Kesa .
Meh. Least you got an answer.
Log in to reply
How can we get the exact area?That's what I'm curious about
Log in to reply
The exact area is irrational so it can be written in the form of a definite integral other than thag the notion ⌊β⌋ means int(β) which implies that you should only write the integer separate from it's decimal
Log in to reply
@Kareem Khalil – Yes, I know why the greatest integer function was used.Brian Charlesworth put a solution of finding the exact value and that's what I was interested in
The distance between the two points of intersection of the hyperbola and the circle is equivalent to 2.. By solving for the angle opposite this side with radius 4, angle is equivalent to 29pi/180=0.50536.. Area of the sector would be 1/2(4^2)(0.50536)=4.042884, subtracted by the area of the triangle which is equal to 1/2(4^2)(sin 0.50536)=3.87298 is 4.042884-3.87298=0.169904.. Since there are four regions to be considered, multiplying it by 4 will yield 0.697616..
Problem Loading...
Note Loading...
Set Loading...
Just a quick outline ...
Focussing on the 'shape' in the first quadrant, the points of intersection are the positive roots of x 4 − 4 ∗ x 2 + 1 = 0 , which come out to be a = 2 − 3 and b = 2 + 3 .
We then need to calculate
∫ a b ( 4 − x 2 − x 1 ) d x .
For the first term we'll need to make a trig substitution of x = 2 sin ( θ ) . Going through the motions, we find that the integral comes out to
2 ∗ arcsin ( 2 x ) + 2 x 4 − x 2 − ln x ,
evaluated from a to b . The area of this 'upper' shape is then
3 2 π − ln ( 2 + 3 ) ,
which by symmetry will also be the area of the 'lower' shape. To 3 decimal places the combined area is then 1 . 5 5 5 , leaving us with a final answer of ⌊ β ⌋ = 1 .