Chapter 17: Functions of Several Variables (Set-1)

A multivariable limit exists when

A One path matches
B Only along axes
C Values are bounded
D All paths match

If two different paths give two different limit values, then

A Limit does not exist
B Limit exists
C Limit is zero
D Limit is infinite

For continuity of f(x,y) at (a,b), we need

A Only partials exist
B Limit equals value
C Only limit exists
D Only value exists

If f is continuous at (a,b), then

A Mixed partials equal
B Gradient is zero
C Jacobian is one
D Limit equals f(a,b)

A quick test that may show non-existence of limit

A Differentiate once
B Integrate over region
C Try two paths
D Find gradient

If limit exists, then every directional limit must

A Be infinite
B Be zero
C Not exist
D Be equal

Continuity of a polynomial in x,y over R² is

A Always continuous
B Never continuous
C Only at origin
D Only on axes

A rational function is continuous where

A Numerator nonzero
B Denominator nonzero
C x and y positive
D x equals y

A removable discontinuity typically occurs when

A Denominator constant
B Degree increases
C Gradient vanishes
D Factor cancels

In polar substitution for limits, we usually set

A x=r cosθ, y=r sinθ
B x=r sinθ, y=r cosθ
C x=rθ, y=r/θ
D x=r², y=θ²

The partial derivative ∂f/∂x means

A Vary y, fix x
B Vary both equally
C Vary x, fix y
D Hold x at zero

The partial derivative ∂f/∂y means

A Fix y, vary x
B Fix both variables
C Vary x and y
D Fix x, vary y

Second order partial ∂²f/∂x² is

A Differentiate f w.r.t y
B Differentiate ∂f/∂x w.r.t x
C Integrate ∂f/∂x
D Differentiate w.r.t θ

Mixed partial ∂²f/∂x∂y means

A x then y differentiation
B x only differentiation
C y only differentiation
D Integration then derivative

Clairaut’s theorem (basic) states that, if smooth enough

A fx = fy
B fxx = fyy
C f = constant
D fxy = fyx

The gradient ∇f points in direction of

A Maximum decrease
B Zero change
C Maximum increase
D Minimum curvature

Directional derivative at a point needs

A Unit direction vector
B Any random vector
C Only Jacobian
D Only polar form

Directional derivative formula uses

A f × u
B ∇f / u
C u / ∇f
D ∇f · u

Tangent plane to z=f(x,y) at (a,b) uses

A fxx(a,b), fyy(a,b)
B fx(a,b), fy(a,b)
C Jacobian only
D Euler theorem only

A normal vector to surface F(x,y,z)=0 is

A ∇F
B ∇f
C Any tangent vector
D Position vector only

Total differential of f(x,y) is

A f dx + f dy
B dx + dy
C fx dx + fy dy
D fx dy + fy dx

Chain rule for z=f(x,y), x=x(t), y=y(t) gives

A dz/dt = fx + fy
B dz/dt = dx/dt + dy/dt
C dz/dt = f/t
D dz/dt = fx dx/dt + fy dy/dt

If z=f(x,y), and y=y(x), then dz/dx equals

A fx + fy (dy/dx)
B fx fy
C fx − fy
D fy / fx

A function f(x,y) is homogeneous of degree n if

A f(tx,ty)=f(x,y)
B f(tx,ty)=t^n f(x,y)
C f(tx,ty)=t f(x,y) always
D f(tx,ty)=0

For homogeneous f of degree n, Euler theorem gives

A fx + fy = n
B fxx + fyy = 0
C x+y = n
D xfx + yfy = n f

If f is homogeneous of degree 0, then Euler theorem implies

A xfx + yfy = 0
B xfx + yfy = f
C xfx + yfy = 1
D f is constant

If f(x,y)=x²+y², its degree is

A 1
B 0
C 2
D 3

If f(x,y)=x/y, its degree is

A 1
B 0
C 2
D −1

Euler theorem in three variables for degree n is

A xfx+yfy+zfz = n f
B fx+fy+fz = n f
C x+y+z = n
D fxx+fyy+fzz = n

A quick way to check homogeneity is to

A Scale variables by t
B Integrate function
C Find Jacobian only
D Compute Hessian first

Jacobian ∂(u,v)/∂(x,y) is a

A Sum of partials
B Product of variables
C Directional derivative
D Determinant of partials

If u=u(x,y), v=v(x,y), then Jacobian matrix is

A [[ux, uy],[vx, vy]]
B [[u, v],[x, y]]
C [[x, u],[y, v]]
D [[ux, vx],[uy, vy]]

If transformation is locally invertible, then Jacobian is

A Always zero
B Nonzero
C Always one
D Always negative

Inverse Jacobian relation (basic) is

A Their sum is 1
B Their difference is 0
C Their product is 0
D ∂(u,v)/∂(x,y) · ∂(x,y)/∂(u,v) = 1

Jacobian helps most directly in

A Solving quadratic
B Change of variables
C Series expansion
D Matrix diagonalization

Jacobian for polar conversion is

A r
B 1/r
C
D sinθ

If J = 0 at a point, transformation may be

A Not locally one-to-one
B Always continuous
C Always linear
D Always invertible

Functional dependence test uses Jacobian

A Equal to one
B Equal to zero
C Greater than one
D Negative always

Chain rule using Jacobian often forms product of

A Two Jacobians
B Two gradients
C Two Hessians
D Two integrals

For u=x+y, v=x−y, Jacobian ∂(u,v)/∂(x,y) equals

A −2
B 0
C 1
D 2

Differentiability at a point generally implies

A Discontinuity at point
B Jacobian equals 1
C Continuity at point
D Euler theorem holds

A critical point of f(x,y) occurs when

A fx=0 and fy=0
B f=0 only
C Jacobian is zero
D x=y

Second derivative test uses the

A Jacobian determinant
B Euler identity
C Polar identity
D Hessian determinant

If D>0 and fxx>0 at a critical point, it is

A Local minimum
B Local maximum
C Saddle point
D No conclusion

If D>0 and fxx<0 at a critical point, it is

A Local minimum
B Saddle point
C Local maximum
D No conclusion

If D<0 at a critical point, it indicates

A Local minimum
B Local maximum
C Saddle point
D Absolute minimum

If D=0 in second derivative test, then

A It is minimum
B It is maximum
C It is saddle always
D Test is inconclusive

Lagrange multipliers are used to find

A Constrained extrema
B Ordinary limits
C Jacobian zeros
D Homogeneous degree

On level curve f(x,y)=c, the gradient ∇f is

A Tangent to curve
B Normal to curve
C Parallel to x-axis
D Always zero

Best linear approximation of f(x,y) near (a,b) is

A f(a,b)+fxΔx+fyΔy
B f(a,b)+fxxΔx²
C f(a,b)+fyyΔy²
D f(a,b)+ΔxΔy

Leave a Reply

Your email address will not be published. Required fields are marked *