0

I have 4 equations and need to find the area bounded by the corresponding curves.

kk

I don't know how to approach it.

Blue
  • 75,673
ERJAN
  • 177

2 Answers2

1

The intersection of yellow and green is when $x=y$ and $2x^3=\sqrt{2x^2}$, i.e, $x=y=2^{-1/4}\approx 0.840896$. The area below the yellow curve (i.e., bounded by its top branch (given by $y=\sqrt{4x^6-x^2}$), the $x$ axis and the line $x=2^{-1/4}$ is $$A_1=\int_{2^{-1/2}}^{2^{-1/4}}\sqrt{4x^6-x^2}\,\mathrm dx.$$ Conclude that the area of interest is $(2^{-1/4})^2-2A_1$. Now, can you compute $A_1$?

0

Try using polar coordinates to simplify the problem. We have that $\sqrt{x^2+y^2} = r$ and $2x^3 = 2r^3\cos^3\theta$, so the equation $2x^3 = \sqrt{x^2+y^2}$ in polar coordinates is $r^2 = \frac{1}{2\cos^3\theta}$. Therefore, $$ A = 2\int_0^{\pi/4}\frac{1}{2}r^2d\theta = \frac{1}{2}\int_0^{\pi/4}\sec^3\theta d\theta. $$ If you don't know how to do this (rather infamous) integral, you may want to read about various techniques here. Hint: try integration by parts.

Andrew
  • 1,733