I have to calculate the area between parabolae $y^2=10x+25$ and $y^2=-6x+9$
However I have not been able to do so. Here's what it looks like:
What I tried to do:
1.
I tried splitting the area at x=-1. I took that $x\in[-\frac{5}{2}, -1]$ for the first area, and $y \in [-\sqrt{10x+25}, \sqrt{10x+25}]$ and $x\in[-1, \frac{5}{2}]$ and $y \in [-\sqrt{-6x+9}, \sqrt{6x+9}]$. For the first area I get that it's $2\sqrt{15}$, but the second area can't be calculated that simply. WolframAlpha returns a complex value.
Note: I may have made a mistake with the boundaries. I didn't know how to proceed because, if we go from bottom to top to find the boundaries for $y$, we find that it's bounded by the "same" function (parabola).
2.
Next, I tried splitting the area at y=0. That way, I would have $ y \in [-\sqrt{15},0]$ for the first part, and $ y\in [0, \sqrt{15}]$ for the second part.
However, here I have problems expressing $x$ in terms of $y$. If I go from left to right for the area below the x axis, I encounter the part of the red parabola that is below the x axis, but I don't know how to express it.. The most I can get is $x=\frac{y^2-25}{10}$ and that's the whole parabola, not the lower half!
Any help?

You can express $x$ in terms of $y$ and that gives bounds of $x$ as,
$\dfrac{y^2-25}{10} \leq x \leq \dfrac{9-y^2}{6}$
And at intersection of both curves, $y^2 = 15 \implies y = \pm \sqrt{15}$
So the integral to find area can be written as,
$\displaystyle \int_{-\sqrt{15}}^{\sqrt{15}} \int_{(y^2-25)/10}^{(9-y^2)/6} dx \ dy $
If you go in the order $dy \ dx$, you will have to split the integral into two, which is what you first did.