1. The limit of f(x,y) = (x²y)/(x⁴ + y²) as (x,y) → (0,0):
Correct Answer: c) Does not exist
Explanation:
To check the limit \(\lim_{(x, y) \to (0, 0)} f(x, y)\), we evaluate along different paths:
1. **Path \(y = x^2\)**:
\[
f(x, x^2) = \frac{x^2x^2}{x^4 + x^4} = \frac{x^4}{2x^4} = \frac{1}{2}
\]
2. **Path \(y = 0\)**:
\[
f(x, 0) = \frac{x^2 \cdot 0}{x^4 + 0} = 0
\]
3. **Path \(x = 0\)**:
\[
f(0, y) = \frac{0 \cdot y}{0 + y^2} = 0
\]
Since the function approaches different values along different paths, the limit does not exist.
Therefore, the correct answer is:
Option (c).
2. A function f(x,y) is continuous at (a,b) if:
Correct Answer: c) lim(x,y)→(a,b) f(x,y) = f(a,b)
Explanation:
For a function \( f(x, y) \) to be continuous at \( (a, b) \), three conditions must be satisfied:
- \( f(a, b) \) must exist.
- \( \lim_{(x, y) \to (a, b)} f(x, y) \) must exist.
- \( \lim_{(x, y) \to (a, b)} f(x, y) = f(a, b) \).
The existence of partial derivatives is not a requirement for continuity. Therefore, the correct answer is:
Option (c).
5. When changing variables from (x,y) to (u,v) where u=u(x,y), v=v(x,y), the Jacobian determinant is:
Correct Answer: b) \( \frac{\partial(u, v)}{\partial(x, y)} \)
Explanation:
The Jacobian determinant is given by the determinant of the matrix of first-order partial derivatives:
\[
J = \frac{\partial(u, v)}{\partial(x, y)} =
\begin{vmatrix}
\frac{\partial u}{\partial x} & \frac{\partial u}{\partial y} \\
\frac{\partial v}{\partial x} & \frac{\partial v}{\partial y}
\end{vmatrix}
\]
This matrix represents how the new variables \( u \) and \( v \) change with respect to \( x \) and \( y \).
Hence, the correct answer is:
Option (b).
8. For \( F(x, y, z) = 0 \) defining \( z \) implicitly as \( z(x, y) \), the partial derivative \( \frac{\partial z}{\partial x} \) equals:
Correct Answer: a) \( -\frac{F_x}{F_z} \)
Explanation:
Using implicit differentiation for \( F(x, y, z) = 0 \), we apply the total derivative:
\[
F_x + F_y \frac{\partial y}{\partial x} + F_z \frac{\partial z}{\partial x} = 0
\]
Since \( y \) is independent of \( x \), we have:
\[
F_x + F_z \frac{\partial z}{\partial x} = 0
\]
Rearrange to solve for \( \frac{\partial z}{\partial x} \):
\[
\frac{\partial z}{\partial x} = -\frac{F_x}{F_z}
\]
Hence, the correct answer is:
Option (a).
9. The equation of the tangent plane to \( z = f(x, y) \) at \( (a, b, f(a, b)) \) is:
Correct Answer: a) \( z = f(a, b) + f_x(a, b)(x - a) + f_y(a, b)(y - b) \)
Explanation:
The general form of the tangent plane equation to \( z = f(x, y) \) at the point \( (a, b, f(a, b)) \) is given by:
\[
z = f(a, b) + f_x(a, b)(x - a) + f_y(a, b)(y - b)
\]
Where:
- \( f_x(a, b) \) is the partial derivative of \( f \) with respect to \( x \) evaluated at \( (a, b) \).
- \( f_y(a, b) \) is the partial derivative of \( f \) with respect to \( y \) evaluated at \( (a, b) \).
Therefore, the correct answer is: Option (a).