The function f is such that f(x) = a^2x^2 - ax + 3b for x<=(1/2a), where a and b are constants.

1) For the case where f(-2) = 4a^2 - b +8 and f(-3) = 7a^2 - b + 14, find the possible values of a and b.
2) For the case where a = 1 and b = -1, find an expression for inverse f(x) and give the domain of inverse f(x).

To solve the given problems, we'll follow these steps:

1) For the case where f(-2) = 4a^2 - b + 8 and f(-3) = 7a^2 - b + 14, we'll equate each equation to the corresponding expression for f(x). Then we'll solve the resulting system of equations for the values of a and b.

2) For the case where a = 1 and b = -1, we'll find an expression for the inverse of f(x). To do this, we'll interchange x and f(x) in the original function and solve the resulting equation for x in terms of f(x). Finally, we'll determine the domain of the inverse function.

Let's begin with problem 1:

1) Given: f(-2) = 4a^2 - b + 8 ......... (Equation 1)
f(-3) = 7a^2 - b + 14 ........ (Equation 2)

To solve for a and b, we'll set up a system of equations by substituting the expressions for f(x) into each equation:

Substituting x = -2 into f(x) = a^2x^2 - ax + 3b, we get:
f(-2) = a^2(-2)^2 - a(-2) + 3b
f(-2) = 4a^2 + 2a + 3b .............. (Equation 3)

Substituting x = -3 into f(x) = a^2x^2 - ax + 3b, we get:
f(-3) = a^2(-3)^2 - a(-3) + 3b
f(-3) = 9a^2 + 3a + 3b .............. (Equation 4)

Now we'll equate each equation with the given expressions:

4a^2 - b + 8 = 4a^2 + 2a + 3b ............. (Equation 5)
7a^2 - b + 14 = 9a^2 + 3a + 3b ............. (Equation 6)

Simplifying Equation 5, we have:
-b + 8 = 2a + 3b
2a + 4b = 8 ................... (Equation 7)

Simplifying Equation 6, we have:
-b + 14 = 2a^2 + 3a + 3b
2a^2 + 4a + 4b = 15 ............ (Equation 8)

To solve this system of equations (Equations 7 and 8), we'll use a method such as substitution or elimination. By solving these equations, we can find the possible values of a and b.

Now moving on to problem 2:

2) Given: a = 1 and b = -1

To find the inverse of f(x), we'll swap x and f(x) in the original function: x = a^2f(x)^2 - af(x) + 3b

Substituting the given values a = 1 and b = -1, we get:
x = f(x)^2 - f(x) - 3

We'll now solve this equation for f(x) by rearranging it to obtain a quadratic equation in terms of f(x):

f(x)^2 - f(x) - (x + 3) = 0

Solving this quadratic equation will yield two possible expressions for f(x). Once we have the expressions for f(x), we can determine the domain of inverse f(x) by considering the range of the original function f(x).

To summarize, for problem 1, we set up a system of equations using the given expressions, while for problem 2, we interchange x and f(x) in the original function to find the inverse of f(x) and determine its domain.