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

Sign of Partial Derivatives

I'm struggling with part B. I would know how to do it for the second partial derivative with respect to x or y, as the rate of change of the derivative for both of those cases is more intuitive. However, this strategy sort of breaks down for this…
1
vote
3 answers

How does this equation hold? $u_x=u_{x'}\frac {\partial x’}{\partial x}+u_{y'}\frac {\partial y’}{\partial x} $

Let $x'=x+a, \quad y'=y+b$ How are these two equations hold? $u_x=u_{x'}\frac {\partial x’}{\partial x}+u_{y'}\frac {\partial y’}{\partial x} (*)$ $u_{xx}=u_{x'x'}\frac {\partial x’}{\partial x}+u_{x'y'}\frac {\partial y’}{\partial x} $ In $(*)$…
Leyla Alkan
  • 2,451
1
vote
1 answer

What's the accurate meaning of $\partial f\over {\partial\mathbf{y}}$?

Let $f:\mathbb{R}^{m+n}\to \mathbb{R}^m,\ \mathbf{t}=[x_1,\cdots,x_m,y_1,\cdots,y_n]\to [f_1(\mathbf{t}),\cdots,f_m(\mathbf{t})]$ be a differentiable function. Here $[a_1,\cdots,a_m]$ means a column vector with a height of $m.$ I think that the…
painday
  • 968
1
vote
2 answers

Finding unknown function in conservative field

So here $M(x,y)=8x+3y$ and $N(x,y)=g(x,y)+18y^2$ $\frac{\partial M}{\partial y}=\frac{\partial N}{\partial x}=3$ Integrating $\frac{\partial N}{\partial x}$ with respect to $x$ and holding $y$ fixed $N(x,y)=\int\frac{\partial N}{\partial…
pkjag
  • 481
1
vote
2 answers

Calculation of a partial derivative

I have to find the $\frac{\partial}{\partial x}\left( f(x,y)\right)=\frac{\partial}{\partial x}\left( \frac{1}{\sqrt{x^2+y^2}}\right)$. 1) Thinking of that as $\frac{\partial}{\partial x}\left( (x^2+y^2)^{-\frac{1}{2}}\right)$ and…
1
vote
3 answers

Partial derivative of $x$ with respect to $x^2$

What is the partial derivative of $x$ with respect to $x^2$? $$\frac\partial{\partial x^2}x$$It is zero? What is the derivative in this case? Can you provide an explanation.
1
vote
1 answer

Partial Derivatives - constants

I know that $df = \frac{\partial f}{\partial x}dx + \frac{\partial f}{\partial y}dy$ and we can then say that $$\frac{df}{dx} = \frac{\partial f}{\partial x}\frac{dx}{dx} + \frac{\partial f}{\partial y}\frac{dy}{dx}$$ And so if $y$ is a function of…
Robert S
  • 1,144
1
vote
1 answer

Partial Derivative Identity

I have a question relating to why we can equate two partial derivative formulas. I have an implicit equation $F(p,V,T)=0$ and do not understand why the following relation is true in this case; $$\left(\frac{ \partial p}{\partial V}\right)_T =…
user258521
  • 1,001
1
vote
1 answer

How can the same equation have two different partial derivatives with respect to the same variable?

It would help if someone can explain to me what I read in my book. The equation is $x=rcos\theta$. We want to find $\frac{\partial r}{\partial x}$. One way to find it is to leave the equation as is and find $\frac{\partial x}{\partial r}$, which is…
1
vote
0 answers

Partial derivative of a function with respect to another function

$f(x,y)$ and $g(x,y)$ are differentiable functions. How do I find an expression of partial derivative of $f$ with respect to $g$ while holding $x$ constant? Is it just $\frac{df}{dy} \times \frac{dy}{dg}$? (it is not a duplicate of another question,…
1
vote
2 answers

Meaning of partial differentiation

Take a simple example: $$\phi=xy$$ I know this is a stupid question but I was wondering if we are going to do partial differentiation w.r.t x why we cant just write $\frac{d\phi}{dx}$ instead of $\frac{\partial\phi}{\partial x}$, I think they should…
Alana
  • 193
1
vote
1 answer

Is there a more elegant way to solve this partial derivative?

I'm working with the equation for the Clayton Skill Score, which is as follows: $\frac{a}{a+b}-\frac{c}{c+d}$, and with a certain entity $U_a$ which is approximated by a partial derivative of it. In the example I give below I'm taking the partial…
1
vote
0 answers

Elimination of arbitrary function

$ F(x^2+y^2+z^2, z^2-2xy)=0 $ I checked some online examples and I started by letting $u=x^2+y^2+z^2$, $v=z^2-2xy$ $\frac{\partial u}{\partial x}=2x+2zp$ $\frac{\partial u}{\partial y}=2y+2zq$ $\frac{\partial v}{\partial x}=z^2-2xy$ $\frac{\partial…
Tosh
  • 1,614
1
vote
0 answers

If $f_x(0,0)$ doesn't exists, can we conclude that $f_{xy}(0,0)$ doesn't exist?

Given that $f:\mathbb{R}^2 \rightarrow \mathbb{R}$. Suppose we have $f_x$ is defined for all points $(x,y)$ except $(0,0)$. Is it possible for $f_{xy}(0,0)$ to exist? I think it is not possible by using definition of partial derivative. Remark:…
Idonknow
  • 15,643
1
vote
1 answer

Partial Derivatives (why do they behave commutatively here)?

I encountered this in a derivation of the 1D wave equation. Why does the order of application not matter? $$ expr = f(x,t)$$ $$ \frac{\partial }{\partial t} \left( \frac{\partial }{\partial x } \left(expr \right ) \right) = \frac{\partial…
Conor
  • 536