Questions tagged [multivariable-calculus]

Use this tag for questions about differential and integral calculus with more than one independent variable. Some related tags are (differential-geometry), (real-analysis), and (differential-equations).

Multivariable functions are functions like $f(x,y)=xy^2$, functions that have two or more inputs but still only one output.

There exist multivariable limits, where $x$ and $y$ approach a value instead of just $x$.

In multivariable calculus, when writing $\frac{\mathrm{d}}{\mathrm{d}x} \ f(x,y)$, one does not assume $y$ to be a constant, instead it is assumed that $y$ is a function of $x$.

To indicate that $y$ is a constant, one should use $\frac{\partial}{\partial x} f(x,y)$. These are called partial derivatives.

One also has integrals of multivariable functions. We say that we integrate over a surface in case of a two-variable function. We write this as $$\iint_S f(x,y)$$

If the surface is a rectangle $S: [a,b] \times [c,d]$, and the function is continuous on this rectangle, then Fubini's theorem says that $$\iint_S f(x,y) = \int^b_a\int^d_c f(x,y) \mathrm{d}y \mathrm{d}x$$

35850 questions
3
votes
1 answer

$f(x,y)=\frac{x^2y}{x^4+y^2}$ for $(x,y)\neq(0.0)$ and $f(0,0)=0$. Show $\partial f/\partial y$ is not bounded

I was working on this problem and I need to show that Let $f:\mathbb R^2 \rightarrow \mathbb R$ be defined as follows: $f(x,y)=\frac{x^2y}{x^4+y^2}$ for $(x,y)\neq(0.0)$ and $f(0,0)=0$. How do I show rigorously that $\frac{\partial f}{\partial y}$…
Cousin
  • 3,525
3
votes
1 answer

Formulating a function $f$ such that $\nabla f = F$

Example: Let $F = (2xy)i+(x^2-\cos{z})j+(y\sin{z})k$. Find a function $f$ so that $\nabla f=F$. I understand that I can essentially go backwards and determine a solution from guesswork. My question is, what is a more systematic process that can be…
3
votes
2 answers

Compare two functions in neighborhood of zero

Basically, I have two functions: $$ f(x, y) = \sqrt{(x-y^2)^2 + x^4} $$ and $$ g(x, y) = | (x-y^2)^3 | $$ I need to compare them in a punctured neighborhood of zero. I am a bit stuck here. Edit: compare in sense that there exists a punctured…
user324463
3
votes
1 answer

Inverse of $f(x,y)=(x^2+y^2,x^2-y^2$)

Let $f:[0,1]\times[0,1]\to\mathbb{R}^2$ be given by $f(x,y)=(x^2+y^2,x^2-y^2)$. Am I correct in thinking that $f$ has no inverse? I can show that $f$ is one-to-one but $f$ is not onto since for $(1,2)$ in the codomain, there is no $(x,y)$ in the…
user533741
3
votes
1 answer

$x^2+y^2+z^2 = 4, z \geq 4.$

Let $\mathbf{F}=3y \ \mathbf{i} -3xz \ \mathbf{j} + (x^2-y^2) \ \mathbf{k}.$ Compute the flux of the vectorfield $\text{curl}(\mathbf{F})$ through the semi-sphere $x^2+y^2+z^2=4, \ z\geq 0$, by using direct parameterization of the surface and…
Parseval
  • 6,413
3
votes
1 answer

A relation involving surface integral

I am a little confused on how to apply a change of variables to a surface integral. If I have $ \int_\Sigma F\cdot N dS $, and a nice map to another surface, say $f$, do I apply the change of variables as $\int_{f^{-1}(\Sigma)}F\cdot N \…
FGerard
  • 447
3
votes
1 answer

Is the gradiant a column or a row?

Suppose we have $f:\mathbb{R^2}\rightarrow \mathbb{R}$. Vectors which $f$ act on are column vectors i.e a $2 \times 1$ matrix. Is the gradiant $\nabla f$ then a row vector? And why is this logical?
user415535
3
votes
1 answer

Visualizing Multivariable Functions

The 2D Circle eliminates option B. The next two 2D graphs seem to work for both option A and C... How can I be 100% sure about which one it is?
3
votes
0 answers

A name for the directional derivative with respect to a unit vector?

I finally came up with a reasonable justification for not requiring the reference vector of the directional derivative to be of unit length. But that is another discussion. This has bothered me for a long time. Partial derivatives in Cartesian…
3
votes
1 answer

Is the gradient a surface normal vector or does it point in the direction of maximum increase of f

I'm having some trouble trying to visualize and physically understand what's happening with the gradient. I understand that the following is true: The gradient of f (grad(f)) points in the direction of maximum increase of f However, later on, we…
3
votes
4 answers

$f(U)=U$ but $f$ is not injective.

I was given this exercise: Let $U=\{(x,y): 1
Haytham
  • 77
3
votes
1 answer

Global maximum/ minimum of a function of more than one variable.

Please, can someone give me more information on how to check if points are local or global maximum/minimum. I am aware of the second derivative test of determining the local minimum/maximum. But how do I check for global min/max? An example to…
Nero
  • 41
  • 1
  • 2
3
votes
1 answer

In a two dimensional curl what does the number you get represent?

As for example let the field be $\mathbf{F} = \langle -y,x\rangle$. When I do the math I get $2$! But $2$ what ? One source says it measure "twice the angular speed" because we are measuring unit angular speed" . I assume $2$ is a number that…
Sedumjoy
  • 1,569
3
votes
1 answer

Spherical Coordinates Triple Integral

Write a triple integral in spherical coordinates that expresses the volume of the solid formed when a sphere with radius $a$ tangent to the $xy$ plane at the origin intersects at the plane z = a. (Equation of the sphere is $x^2 + y^2 + (z-a)^2 =…
3
votes
3 answers

Whys does 2 dimensional curl always measure twice the angular velocity of rotational component of velocity field?

I thought I understood curl in 2 D until I saw the above statement in the manual. Why is this necessarily true?. I used the vector field F= <-y,x> and yes I can see when curl is calculated by using the second derivatives and subtracting them in…
Sedumjoy
  • 1,569