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
0
votes
1 answer

Understanding Partial Derivatives

I am solving this problem - $$f(x)={xy\over {\sqrt{x^2+y^2}} },(x,y)\ne(0,0) \text{ and } 0, (x,y)=(0,0)$$ I am able to show that this function is continuous at $(0,0)$ and the partial derivatives exist at $(0,0)$. But when i find the partial…
Aman Mittal
  • 2,091
0
votes
0 answers

Inferring sign of cross partial derivative

Suppose we have an arbitrary function of two variables: $f(x,y)$. The question I ask would be for any functional form of this function, as long as it depends on $x$ and $y$. We know that $\frac{df}{dy} > 0$, and $\frac{df}{dx} > 0$, does this…
0
votes
0 answers

Doing partial derivative, then normal derivative - How does the normal derivative part work?

In this Multivariate Calculus course, in the partial derivatives part, the lecturer solves differentiates this function: $$ f(x, y, z) = \sin(x)e^{yz^2} $$ He lists the partial derivatives: $$ \frac{\partial f}{\partial x} =…
HeyJude
  • 262
0
votes
1 answer

Calculating partial derivatives for this particular function

For $s,r>0$, we have a function $V(s,r)= (gs^2+r(1-g^2-2\ln s))/2$. The paper that I am reading says that $V_s=gs$. However, shouldn't it be $gs-r/s$? This is a highly cited paper, and hence I'm unable to understand how it could have such a simple…
0
votes
1 answer

A question about notation $\frac{\partial^2}{\partial\theta\partial\theta^T}l(\theta)$

For $l:\mathbb{R}^n\rightarrow\mathbb{R}$ a differentiable function and $\theta$ a vector, I read this notation $\frac{\partial^2}{\partial\theta\partial\theta^T}l(\theta)$ in a paper and want to figure out what its meaning. It comes in a taylor…
toki
  • 95
0
votes
1 answer

Partial derivative on chain rule

Could anyone please guide me whether the solution of this partial derivative is correct? Solution from reference material: I have tried to calculate my own solution but it is different. My calculation: Take the case of two functions with two…
a_student
  • 21
  • 4
0
votes
0 answers

Computation of partial derivatives with vector-matrix expressions

I have to compute two relatively complicated partial derivatives - especially the second one - and I am not at all sure about my approach. 1st Problem: Let $\mathbf{h}_{k}^{\dagger}\in\mathbb{C}^{1\times M}$ be defined…
Kotsos
  • 121
0
votes
1 answer

A particular calculation of second partial derivative

Let $z$ be a function of two variables $u$ and $v$ which are also functions of $x$ and $y$ such that $u=x^{2}y^{3}$ and $v=sin(\pi x)$ I have to compute $ \frac {\partial ^ 2z} { \partial y \partial x } @ (x,y)=(-2,1)$ I am given $z(4,0)=10,$…
0
votes
0 answers

Lipschitz Condition Example

This could be a silly question. In my lecture note on the Lipschitz condition, there is an example, which is $y(0)=1$ and $f(t,y)=y-t^2+1$, determine whether this IVP is well-posed. Here we apply the Lipschitz condition, namely $|\frac{\partial…
Tony Y
  • 23
0
votes
0 answers

Does changing implicit variables affect the partial derivative?

Let $\bar g(\bar x) = \bar x$ Let $g(x) = x$ let $\bar x = x + \alpha$ let $x = x$ Now taking the partial derivative w.r.t $\bar x$: $k_1 = \frac{\partial \bar g}{\partial\bar x} = 1$ let $\alpha = 0$, then $\frac{\partial \bar g}{\partial\bar x} =…
0
votes
1 answer

Prove: if $\partial _x f(x,y)=\partial _y f(x,y)$, then $f(x,y)$can be expressed as $f(x,y)=g(x+y)$

How to prove: if $\partial _x f(x,y)=\partial _y f(x,y)$, then $f(x,y)$can be expressed as $f(x,y)=g(x+y)$. This is from a paper:
DanielB
  • 21
0
votes
1 answer

For some function $f(x,y)$, what is the difference detween $\left(\frac{\partial f}{\partial x}\right)_y$ and $\frac{\partial f}{\partial x}$?

I was under the impression that the idea of taking a partial derivative of some function $f(x,y)$ with, for example, respect to $x$ is where you take a deriviatve of the function with respect to the variable in question while holding the rest of the…
Kalcifer
  • 558
0
votes
0 answers

How does the partial derivative choose which cross section?

In Spivak's "Calculus on Manifolds" he introduces partial derivatives as follows. If $g(x)=f(a^1,\dots,x,\dots,a^n)$, then $D_if(a)=g'(a^i)$. This means that $D_if(a)$ s the slope of the tangent line at $(a,f(a))$ to the curve obtained by…
0
votes
0 answers

Derivative of functions (variable raised to power variable) using partial derivative

If x^x = y^y, then find dy/dx The normal method is taking log both sides which gives x.lnx= y.lny differentiating both sides we get x(1/x)+1.lnx= y(1/y)+1.lny(dy/dx) therefore, dy/dx= 1+lnx/1+lny BUT by using partial derivative, f(x,y)=x^x-y^y The…
0
votes
2 answers

Confusion with gradient proof

I'm linking the following proof from MIT OCW about why the gradient vector is normal to the surface. https://ocw.mit.edu/courses/18-02sc-multivariable-calculus-fall-2010/85c1d85363d9808505351b571d2750aa_MIT18_02SC_notes_19.pdf Now, while I…