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
2
votes
2 answers

Compute $\dfrac{\partial f(x,y,g(x,y))}{\partial x}$

Question is in the title... I was wondering if someone could help me with that partial derivative, preferably with the total derivative if possible. Thanks a lot
mathmath8128
  • 1,605
2
votes
3 answers

Give an argument for $\int_{0}^{n} x^p dx \leq 1 +2^{p} + 3^{p} + \cdots+ n^{p}\leq \int_{0}^{n+1} x^p dx$

For any $n$ and $p\geq 0$ give an argument that the following is true: $$\int_{0}^{n} x^p dx \leq 1 +2^{p} + 3^{p} + \cdots+ n^{p}\leq \int_{0}^{n+1} x^p dx$$ I'm having trouble even beginning this question. My first thought it to somehow meld this…
PTiger17
  • 133
2
votes
2 answers

$\operatorname{curl} \mathbf{A} =0$ if and only if $A$ is conservative

Should this theorem not instead state: $\operatorname{curl}\mathbf{A}=0$ on the surface $S$ as by Stokes' theorem $\displaystyle \oint_{\gamma} \vec{A} \cdot d\vec{r}=\int_S$curl A $\cdot $ $d\vec{S}$
2
votes
2 answers

Line integral (not using Stokes theorem)

Evaluate $$\int_C Fdr$$ $$F=<-y^2,x,z^2>$$ $C$ is the curve of intersection of the plane $y+z=2$ and the cylinder $x^2+y^2=1$ I can parametrize the curve using cylindrical coordinates but I don't know exactly how I would do that when $x$ is missing…
Nash
  • 393
2
votes
2 answers

evaluate the double integral $\int_0^4 \int_{\sqrt{y}}^2 \sqrt{x^2+y}\, dxdy$

evaluate the double integral $\int_0^4 \int_{\sqrt{y}}^2 \sqrt{x^2+y}\, dxdy$ Hi all, could someone give me a hint on this question? I've actually tried converting to polar coordinates but i cant seem to get the limits. But if polar coordinates are…
2
votes
1 answer

Non-unique direction of steepest ascent

The gradient $\nabla f$ of a differentiable function $f(x,y)$ points in the direction of steepest ascent at a given point $(x_0,y_0)$. The slope of this ascent is the magnitude of the gradient $\|\nabla f(x_0,y_0)\|$. It seems possible that there…
J.K.T.
  • 1,536
2
votes
1 answer

Curvature from implicit differentiation

I'm wrestling with a problem from Calculus 3 and I would appreciate a slight push in the right direction. This is how the problem is stated: The equations $x + xy + z^3 = 0$ and $\sin (xyz) = 0$ define a plane in $\mathbb{R}^3$. a) Use implicit…
docjay
  • 632
2
votes
2 answers

Computing partial derivatives.

I am having trouble solving this problem: If $f$ is $C^{2}$ and $f(x,y)=g(r,\theta)$ where $(r,\theta)$ are polar coordinates in $\mathbb{R}^{2}$, then $$ \left(\frac{\partial^{2}}{\partial x^{2}}+\frac{\partial^{2}}{\partial…
MathMajor
  • 268
2
votes
0 answers

Multivariable Calculus of form f(x, y)

I am trying to answer question 4ii) This is my working out: Checking the answers in the back of the book, I am incorrect. What am I doing wrong? I have only just started reading about Multi-Variable Calculus about an hour ago, teaching it to…
talfred
  • 315
2
votes
0 answers

Time derivative of Jacobian

Say I have a function $f(p) : \mathbb{R}^3 \to \mathbb{R}$, where $p = (x,y,z)^T$. I know that the Jacobian $J$ is $f_p = (f_x, f_y, f_z)$. I know that the time derivative of the Jacobian, $J'$, is $\dfrac{\partial J}{\partial p}…
Brandon
  • 465
  • 4
  • 15
2
votes
3 answers

How to find the directional derivative of the following function?

I would like to find all directional derivatives of the function $$f(x,y) = (3x^4 + y^4)^{1/4} , $$ (where $ (x,y) \in \mathbb{R}^2 $), in the point $(0,0)$. I tried to do this by calculating $$\nabla f(x,y) = f_1 (x,y) e_1 + f_2 (x,y) e_2 $$, where…
Max Muller
  • 7,006
2
votes
1 answer

Find $\int_C ydx+zdy+xdz~$ where $C$ is the curve of the intersection of the two surfaces $z=xy$ and $x^2+y^2=1$

Find $\int_c ydx+zdy+xdz~$ where $C$ is the curve of the intersection of the two surfaces $z=xy$ and $x^2+y^2=1$ , traversed once in a direction that appears counterclockwise when viewed from high above the $xy$ plane. ( Without using Stokes…
2
votes
0 answers

Differentiability Of Multivariable Function

$$ f(x,y)= \begin{cases} x\sin(1/x) + y\sin(1/y), &xy \neq 0 \\ x \sin(1/x), &y=0, x \neq 0 \\ y \sin(1/y), &x=0, y\neq 0 \\ 0, &x=y=0. \end{cases} $$ I have to check differentiability at origin , i have seen that partial derivatives at $(0,0)$ do…
godonichia
  • 2,235
2
votes
0 answers

Proving that $\frac {\partial X} {\partial u} = \frac {\partial (F,G)/\partial (y,u)}{\partial(F,G)/\partial (x,y)}$

The two equations $F(x,y,u,v)=0, G(x,y,u,v)=0$ determine $x$ and $y$ implicitly as the functions of $u$ and $v$, say $x = X(u,v)$ and $y = Y(uv)$. Show that $$\dfrac {\partial X} {\partial u} = \dfrac {\partial (F,G)/\partial…