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

How do I prove an equation in partial derivative?

When x = e^s cost and y = e^s sint how to get the below equation correctly? Everytime I get extra things in my answer. Can someone help me to get the correct answer. But I get a different answer. I want to identify the wrong point in my answer.
0
votes
1 answer

Directional Derivative $f(x,y)=x^2y$

For the function $f(x,y)=x^2y$, I want to compute the directional derivative with direction $v=\langle1,1\rangle$ at point $(-1,-1)$. We end up getting $\begin{bmatrix}\frac{\sqrt{2}}{2} \\ \frac{\sqrt{2}}{2} \end{bmatrix} \cdot\begin{bmatrix}2 \\…
D.R.
  • 8,691
  • 4
  • 22
  • 52
0
votes
0 answers

solve symmetric second covariant derivative

I am trying to find either a general solution a non-trivial class of solutions to the following equation: \begin{equation} (D_i D_j + D_j D_i) 1 = s_{ij} \end{equation} where $D_i = \partial_i - a_i$ is a derivative (I think), $s_{ij}$ is an…
joel
  • 103
0
votes
0 answers

How to find the derivative of $g(t)=f(ty+(1-t)x$.

There is one I could not understand in the process of proving the first order convexity condition, which is $f$ is convexif and only if dom $f$ is convex and $f(y) \gt f(x) + \nabla f(x)^T (y-x)$ holds for all $x, y\in$ dom $f$. It is $$g'(t) =…
Danny_Kim
  • 3,423
0
votes
1 answer

Combining the partial Derivatives

Suppose I have a column matrix $x = \begin{pmatrix}x1\\x2\\x3 \end{pmatrix}$ and another column matrix $y = \begin{pmatrix}y1\\y2\\y3 \end{pmatrix}$. I know all the partial derivatives of $y$ with respect to $x$. Lets say they…
0
votes
1 answer

Total differential definition help

So from the second last line to the last line, I don't understand how we can deduce that equivalence. In my notes, it says it comes straight from the definition of total differentials, but I don't see how. Could someone perhaps explain the…
mrnovice
  • 5,773
0
votes
0 answers

Partial differentiation of $x^y+y^z+z^x $

Considering the equation $$x^y+y^z+z^x=k $$ defined for $x,y$ and $z$ all positive and $k$ is a positive constant. To find $$\partial z/\partial x$$ Thanks.
nsus
  • 1
0
votes
1 answer

Partial derivative at $(0,0)$ for norm function $f(x,y)=\sqrt{x^2+y^2}$

See example (ii): Shouldn’t it be that we have a limit of the quotient $\frac{\mid h\mid}{h}$ instead of $\frac{h}{\mid h\mid}$? Because we have: $$ \lim_{h\to 0}\frac{f(h,0)-f(0,0)}{h}=\lim_{h\to0}\frac{\sqrt{h^2}}{h}=\frac{\mid…
Sha Vuklia
  • 3,960
  • 4
  • 19
  • 37
0
votes
2 answers

How to solve an equation using partial derivatives?

How to show that any function of form $z = f(x+at) + g(x-at)$ is a solution of the wave equation Second partial derivative of $z$ with respect to $t = (a^2)*(\text{second partial derivative of}\,z\,\text {with respect to}\,x)$ I couldn't understand…
user228285
  • 183
  • 1
  • 1
  • 7
0
votes
1 answer

Finding a first order partial derivative in a point

Im trying to find following first order partial derivative in the given point: $$ f(x,y) = \frac{x-y}{x+y} \text{at} (2,-1)$$ Im sort of confused as to how to solve this. I have tried the quotiënt rule which gave me the following: $$ (\frac{f}{g})'…
0
votes
2 answers

From $\delta_tu+a\delta_xu=0 $ , show that $\delta_{tt}u=a^2 \delta_{xx}u$.

Let $\delta_tu+a\delta_xu=0 $ with $a$ being a constant. Show that $\delta_{tt}u=a^2 \delta_{xx}u$. Very simple question but because I am unfamiliar with partial derivatives I am having a little bit of trouble.
AzJ
  • 824
0
votes
1 answer

Partial derivative chain rule problem

Suppose $f(x,y,z)$ is a function, where $z$ is a function of $x,y$, i.e. $z=u(x,y)$. Does the following hold due to the chain rule? $$\frac{\partial }{\partial x}f(x,y,u(x,y))=\frac{\partial }{\partial x}f(x,y,u(x,y))+\frac{\partial }{\partial …
Nick
  • 2,769
0
votes
0 answers

General Solution to the Differential Equation

I am looking for the general solution the the following equation: $\frac{d}{dx}(x^n du/dx) + x^nu=o$, $n=1,2,3,.....$ I changed it to $\frac{d^2u}{dx^2}$ + $\frac{n}{x} \frac{du}{dx} + u = 0$ I think it is supposed to become a bessel equation, but…
0
votes
2 answers

Laplace's equation of a disk of radius 1

I am asked to show that $$u(r,\theta)=\frac{2}{\pi}\arctan\left(\frac{2r \sin\theta}{1-r^2}\right)$$ satisfies the Laplace equation in a disk of radius 1. I have tried to take the partial derivatives with respect to $r$ and $\theta$ and plug into…