Questions tagged [partial-derivative]

For questions regarding partial derivatives. The partial derivative of a function of several variables is the derivative of the function with respect to one of those variables, with all others held constant.

The partial derivative of a function of several variables is the derivative of the function with respect to one of the variables, with the others held constant. The partial derivative, like the ordinary derivative, describes the rate of change of a function in a particular direction.

If $f = f(a_1, a_2, \dots, a_n)$ is a function of $n$ variables, then the partial derivative of $f$ with respect to the variable $a_i$ can be written as a limit:

$$\frac{\partial f}{\partial a_i} = \lim_{h \to 0} \frac{f(a_1, \dots, a_i + h, \dots, a_n) - f(a_1, \dots, a_i, \dots, a_n)}{h}.$$

Alternatively, this quantity can be denoted as $f_{a_i}$.

If the function has continuous partial second derivatives, then:

$$\frac{\partial}{\partial x_i}\left(\frac{\partial}{\partial x_j}\right)=\frac{\partial}{\partial x_j}\left(\frac{\partial}{\partial x_i}\right)$$

a result known as Schwarz's Theorem.

6917 questions
1
vote
1 answer

How do I prove that f does not depend on y?

Thats maybe a stupid question, it is really trivial, but I asked me how one could really show this. If $f:\mathbb{R}^2\rightarrow \mathbb{R}$ is a differentiable function and $\frac{\partial f}{\partial y}=0$ then f does not depend on y. I mean it…
user1294729
  • 2,008
1
vote
1 answer

Help using given gradient to calculate $\frac{\partial g}{\partial s}(1,2)$

The question states given that $f(x,y)$ has gradient $f = (2xy,x^2),x(s,t)=s+t,y(s,t) = st$ and $g(s,t) = f(x(s,t),y(s,t))$ calculate $\frac{\partial g}{\partial s}(1,2)$ so this is what my friend did $$\frac{\partial g}{\partial s} = \frac{\partial…
1
vote
0 answers

Find extreme points of the function

A self-employed salesperson has its occupation area defined in part by the edge of a lake, which can be described, in terms of $x$ and $y$ coordinates, as the region bounded by the curve $y=x^2$ (the edge of the lake) and the lines $y=0$ and $x=3$…
TryMe
  • 11
1
vote
1 answer

Where does the first partial derivative come from in second partial derivative?

I am learning chain rule for two variable functions and in Stewart's book i have the exercise: If $z=f(x, y)$ and $x=r^2 + s^2, y = 2rs$ then get $\frac{\partial ^2z}{\partial r^2}$ And i can get $\frac{\partial z}{\partial r}$, but in development…
ESCM
  • 3,161
1
vote
1 answer

Apply Euler's formula on a function which is the sum of two homogeneous functions.

So we can use Euler's formula on homogeneous two variables functions of any degree and write the function in the form of its partial derivatives. But can we still use the formula when the function is made of two homogeneous functions with different…
1
vote
1 answer

Does this partial derivative exist at this point?

I am required to find $\dfrac{\partial f}{\partial x}(\textbf{a})$ where $f(x,y) = \sqrt[5]{(3x^5+2y^5)}$ at $\textbf{a} = (0,0)$. I have evaluated $\dfrac{\partial f}{\partial x}(x,y) = \dfrac{3x^4}{\sqrt[5]{(3x^5 + 2y^5)^4}}$. However, I believe…
1
vote
0 answers

Gradient 1D of the total variation regularization

I try to calculate the gradient of the total variation regularization for a parameter which is a 1D scalar field, but I am doing something wrong... ??? Here is the latex…
1
vote
1 answer

Trouble with partial derivatives and changing variables

I am struggling with how to bring a factor of $\frac{1}{r}$ inside of a derivative in the following question: Spherical polar coordinates $(r,\theta,\phi)$ are defined in terms of cartesian coordinates $(x,y,z)$ by $$x=r\ \mathrm{sin}\ \theta\…
Poo2uhaha
  • 608
1
vote
1 answer

Quick question on taking the gradient of a 3-variable function defined by norm

Let $g(x) : \mathbb{R}^3 \to \mathbb{R}^2$, and $c = (c_1,c_2)$. We define $f(x) = ||c - g(x)||^2$, mapping from $\mathbb{R}^3 \to \mathbb{R}^2$. How do we find $\nabla f$(x)?
1
vote
1 answer

Partial derivatives question?

I have to find $dw$ if $w=f(u,v,z)$ where $u=x^2+y^2,v=x^2-y^2,z=2xy$. Now,I know that $dw= ( ∂w/ ∂z)*dz + (∂w/ ∂u)*du + (∂w/ ∂v)*dv$ The problem is that for example,if I want to find $∂w/ ∂z$ I don't know how to relate $w$ to $z$?
sdfsfd
  • 91
1
vote
0 answers

Some questions about the properties of ${f(x,y)= \frac{2x^2y+y^3}{x^2+y^2}}$

Determine if the function that is defined as $\displaystyle{f(x,y)= \frac{2x^2y+y^3}{x^2+y^2}}$, for $(x,y)\ne (0,0)$, and is $0$ in origo, is a) continuous in origo, b) have partial first derivatives in origo, c) is differentiable in origo, d)…
1
vote
2 answers

Tangent line and partial derivatives

Consider the funcion $f(x, y)=\displaystyle\frac{2xy^2}{x^2+y^4}$ for $(x, y)\neq(0,0)$ and $f(0, 0)=0$ and the curve $\gamma(t) =(t, t, z(t))$, $t\in\mathbb{R}$, whose image is contained in the graph of $f$. Prove that the Tangent line $T$ in…
1
vote
0 answers

Mean-value Theorem (MVT) for partial derivatives

I need to resolve the following exercise Let $f:A\subset\mathbb{R}^2\rightarrow\mathbb{R}$, $A$ is an open set. Suppose the $f_x(x, y)$ exists for all $(x, y)\in A$. Consider $M(x_0+h,y_0)$ and $N(x_0,y_0)$ two point in $A$. Prove that if line…
1
vote
3 answers

Partial derivative of $g(x,y)=|xy|$

Let $g: \mathbb{R}^2 \to \mathbb{R}$, $g(x,y) = |xy|$. Find all the $(x,y) \in \mathbb{R}^2$ where $g$ is differentiable. I tried to compute the partial derivatives: $|\frac{g(x+h,y) - g(x,y)}{h}| = |\frac{|(x+h)y|-|xy|}{h}| \leq…
karnan
  • 175
1
vote
1 answer

What is the physical meaning when we do partial differential to a variable of equation?

What is the physical meaning when we do partial differential to a variable of equation?take this for example: $y=ax+bz+c$, $x$ and $z$ are both variables in function y now we do do partial differential to $x$,that is ,$\frac{\partial y}{\partial…