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

calculate the partial derivatives $∂_1f(x,y)$ and $∂_2f(x,y)$ in all points $(x,y)^T$ $∈ R^2$.

Let $f : R^2 -> R$ given by $f(x,y)$ = $\sqrt{x^4+y^4}$ Show that $f$ is partially differentiable and calculate the partial derivatives $∂_1f(x,y)$ and $∂_2f(x,y)$ in all points $(x,y)^T$ $∈ R^2$. Attempt: Let us first consider the case $x,y≠0$.…
Vek
  • 303
0
votes
0 answers

Check the following function for partial or total differentiability $f : ℝ^2 → ℝ, f(x,y) = \sqrt[3]{x^2*y^2}$

Check the following function for partial or total differentiability and calculate the partial/total derivative if it exists. $f : ℝ^2 → ℝ, f(x,y) = \sqrt[3]{x^2*y^2}$ Attempt: i dont know if its correct, but I found the definition that the function…
Vek
  • 303
0
votes
1 answer

Calculate partial derivatives $∂_i∂_jf_α$ and $∂_j∂_if_α$

Let $α ∈ ℝ$, $D = ℝ^n $\ {$0$} and $f_α : D → ℝ$ be defined by $f_α(x) = ||x||_2^α$, where $||•||_2$ denotes the Euclidean norm. (1) Calculate the first-order partial derivatives $∂_jf_α$ for $j ∈ {1, ... , n}$. (2) Calculate the second-order…
Vek
  • 303
0
votes
1 answer

How to derive equation from total derivative to partial derivative?

Above picture, I want to know this derivation that $$ \frac{d}{dT}*∫^T_tf(t,u)du = ∫^T_t\frac{∂}{∂T}f(t,u)du + f(t,T)\frac{d}{dT}*T - 0 $$ I think $\frac{d}{dT}$ means total derivative. So to come up with $\frac{∂}{∂T}$ : partial derivative…
0
votes
0 answers

How do I take the partial derivative of this function

$$\frac{(1-α^2)}{2σ}\exp-\frac{|x-μ|-α(χ-μ)}{σ}$$ Could someone explain how to take the first and second partial derivative with respect to μ of this function? I tried taking the log-likelihood first and then taking the derivative, but I got super…
Anna
  • 29
0
votes
0 answers

How to compute this partial derivative

I'm trying to understand a paper about the mathematics behind the Word2Vec model. I have come across an expression that I'm sure it's obvious but I have not been able to quite understand on my own. These are the facts we have: $$ y = f(u)=\sigma(u)=…
0
votes
0 answers

transform $\frac{\partial f}{\partial x}$ into the coordinates $u,v$

for $f:\mathbb{R}^{2}\to\mathbb{R}$ I have to transform the expression $\frac{\partial^{2}f}{\partial x^{2}}$ to the coordinates $u=x^{2}+2xy, v=x^{2}+2xy$. I know that I can write $\frac{\partial f}{\partial x}=\frac{\partial f}{\partial…
0
votes
0 answers

Compute the sides and volume of the largest prism that can be $t$ between a plane and a hemisphere of radius $2^{1/2}$ on the plane

Compute the sides and volume of the largest prism that can be $t$ between a plane and a hemisphere of radius $2^{1/2}$ on the plane. Hint: Argue that $$A(x; y) = xy(2-x^2-y^2)$$ is the function which describes the volume of the wanted prism.
Nitz
  • 1
0
votes
1 answer

$z = x^2+2y^2, $ and $x=r\cos(\theta), y=r\sin(\theta)$ What is ($\frac{\partial z}{\partial \theta})_y =?$

Suppose $z = x^2+2y^2, $ and $x=r\cos(\theta), y=r\sin(\theta)$ What is ($\frac{\partial z}{\partial \theta})_y =?$ This is the partial derivative of $z$ with respect to $\theta$, holding $y$ constant. Here is my thought process. We need to…
user1068636
  • 1,295
  • 12
  • 29
0
votes
1 answer

Not understanding some derivatives for e (ML error function)

In an Udacity machine learning class it is showing the following simplification. \begin{align} \sigma'(x) & = \frac{\partial}{\partial x} \frac{1}{1+e^{-x}} \\ & = \frac{e^{-x}}{(1+e^{-x})^2} \\ & = \frac{1}{1+e^{-x}} \cdot…
0
votes
1 answer

Is $f^{\prime \prime}_{xy}(0,0) = f^{\prime \prime}_{yx}(0,0)$ for the given function?

Let $f(x,y) = \begin{cases} xy,\,\,\, |y| \leq |x| \\ -xy,\,\,\, |y| > |x| \end{cases}$ Here is what I've done. $f^{\prime}_x = \cases{y,\,\,\,|y| \leq|x|\\-y,\,\,\,|y|>|x|}$ $f^{\prime}_y = \cases{x,\,\,\,|y|…
H-a-y-K
  • 661
0
votes
1 answer

Rewrite an equation taking $w=g\arctan(v/u)$

Consider the differential equation $$ u^2\frac{\partial^2 w}{\partial v^2}-2uv\frac{\partial^2 w}{\partial u\partial v}+v^2\frac{\partial^2 w}{\partial u^2}-u\frac{\partial w}{\partial u}-v\frac{\partial w}{\partial v}=0$$ I have to apply the change…
Valent
  • 3,228
  • 1
  • 15
  • 28
0
votes
0 answers

If $F(x, y, z)=0$ find $ \frac {\delta z}{\delta x} , \frac {\delta z}{\delta y}$

If $F(x, y, z)=0$ find $ \frac {\delta z}{\delta x} , \frac {\delta z}{\delta y}$ We can assume that x is represented as a function of y and z (since F is an implicit function), so y and z are independent. to find $\frac {\delta z}{\delta x}$ do we…
0
votes
2 answers

Integrating a partial derivative's result

The electric field at a point is given by $-\nabla V$, where $V$ is the potential. So let the electric field be given to us, $a(y i\hat +x j\hat)$, to get the x component of the electric field we differentiated V keeping only x as the variable so I…
0
votes
1 answer

Proof functions of the form $f(x + at) + g(x - at)$ satisfies wave equation

I have the following statement to prove: Prove any $C^2$ function of the form $z=f(x+at)+g(x-at)$ is a solution of wave equation $\frac{\partial ^2z}{\partial t^2} = a^2 \cdot \frac{\partial ^2 z}{\partial x^2}$. I tried it many times getting the…
ESCM
  • 3,161