Final answer:
To prove that f(x, y) = x² - 6y is continuous at (0, -3) using the ε-δ definition, we need to show that for any ε > 0, there exists a δ > 0 such that whenever |x - 0| < δ and |y - (-3)| < δ, |f(x, y) - f(0, -3)| < ε. We can prove this by computing |f(x, y) - f(0, -3)| and choosing an appropriate δ based on ε.
Step-by-step explanation:
To prove that f(x, y) = x² - 6y is continuous at (0, -3) using the ε-δ definition, we need to show that for any ε > 0, there exists a δ > 0 such that whenever |x - 0| < δ and |y - (-3)| < δ, |f(x, y) - f(0, -3)| < ε.
Let's compute |f(x, y) - f(0, -3)|:
|f(x, y) - f(0, -3)| = |x² - 6y - (-3)² - 6(-3)| = |x² - 6y + 9 + 18| = |x² - 6y + 27|.
Since this is a quadratic function, we can factor it as follows:
|x² - 6y + 27| = |(x - 3)² - 9(y + 3)|.
Now, if we choose δ = ε/9, then whenever |x - 0| < δ and |y - (-3)| < δ, we have:
|f(x, y) - f(0, -3)| = |(x - 3)² - 9(y + 3)| < δ² + 9δ = (ε/9)² + 9(ε/9) = ε/9 + ε = 2ε/3 < ε.
Therefore, we have shown that for any ε > 0, there exists a δ > 0 such that whenever |x - 0| < δ and |y - (-3)| < δ, |f(x, y) - f(0, -3)| < ε. Hence, f(x, y) = x² - 6y is continuous at (0, -3).