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

Implicit Differentiation Given functions

Question. Given the following information $$z=f(x,y),\quad x=g(u),\quad y=h(u)$$ $$f_x(x,y)=4-x,\quad f_y(x,y)=2y,$$ $$g(1)=4,\quad h(1)=3,\quad g'(1)=2,\quad h'(1)=1.$$ Find $dz/du$ when $u=1$. I am not sure how to approach this problem. The anti…
afsd43
  • 1
-1
votes
2 answers

To check whether given function is continuous and differentiable

If $f(x,y)=x-y^{3}sin(\frac{1}{y})$ if $y\ne0$ and $f(x,y)=x$ if $y=0$.I have calculated $f_x(0,0)=1$ and $f_y(0,0)=0$.Can using this two things Am I able to comment anything about continuity or differentiability of $f(x,y)$ at $(0,0)?$
ogirkar
  • 2,681
  • 14
  • 27
-1
votes
1 answer

Calculating short partial derivatives

We have $u(x,y) $ and $v(x,y)$ satisfying $x=uv$ , $ y=1/u$. I got \begin{equation} \frac{\partial u}{\partial x} = y , \frac{\partial u}{\partial y} = x \\ \frac{\partial v}{\partial x} = 1-y , \frac{\partial v}{\partial y} =…
-1
votes
2 answers

How would one go about solving the following partial derivative?

Let: $$f(x,t)=\frac{8x^2-101+6t^2}{x^2-6x+1+3t}$$ What method would I use to find $\frac{\partial}{\partial{x}}f(x,t)$?
-1
votes
1 answer

partial derivative exercice

Having $y=f(x,p)$ and $x=g(p,y) $ and considering we already know $\frac{\partial f}{\partial x}; \frac{\partial f}{\partial p}; \frac{\partial g}{\partial p}; \frac{\partial g}{\partial y} $ Find $\frac{dy}{dx} $ using the 4 derivatives above
CLel
  • 1
-1
votes
1 answer

How to solve an equation using partial differentiation?

There is a equation which needs to prove using partial differentiation. But I get a different answer at the end. Can you help me to prove this?
user228285
  • 183
  • 1
  • 1
  • 7
-1
votes
3 answers

What variables does this partial derivative depend upon?

If $u=u(x(t),t)$ is it the case that $\displaystyle \frac{\partial u}{\partial x}(x(t),t)=g(t)$, i.e purely a function of $t$? I don't think it is but my notes say otherwise
-2
votes
1 answer

The partial derivatives position

Is $\displaystyle \frac{\partial}{\partial x} \ x=x\frac{\partial}{\partial x}=1$?
-2
votes
1 answer

Subscript notation in partial derivatives

just want to be clear with partial derivative notation, and as to what respect we are taking the partial deriv of , for example; $$f_x, f_y, f_{xx}, f_{yy}, f_{xy}$$ so with what respect is each partial deriv being taken of? are they all with…
coa
  • 1
-2
votes
3 answers

what's the $\frac{\partial^2{f}}{\partial{x^2}}$ of this?

$$f(x,y)=\ln(x^2+y^2)$$ I just need the final answer, I have done it and I want to make sure that if I did it correctly. Thanks.
-2
votes
1 answer

Partial derivatives: Prove $\frac{dx_2}{dx_1}=-\frac{MU_1}{MU_2}$

This is actually an economics question but it involves partial derivatives, so I thought it would be better to ask it here. Let $u(x_1, x_2)$ be a function of 2 variables. Let $\displaystyle MU_1=\frac{\partial u}{\partial x_1}$ and $\displaystyle…
Siddhartha
  • 1,770
  • 18
  • 38
-2
votes
1 answer

Partial derivative and limit

The function $ f(x,y)=0$ $if$ $x,y≠0$ $and$ $ f(x,y)=1$ $if$ $ x,y=0$ is given. I have to prove that partial derivative of $x$ and partial derivative of $y$ exist at the beginning of the axes and find them.I am confused about how we find the…
-2
votes
3 answers

Normal Vector of a Surface

\begin{align} \mbox{How to find the normal vector of on}\quad & z = \left(25 - x^{2} - y^{2}\right)^{1/2}\quad \mbox{at the point}\quad \left(4,-3, 0\right)\ \mbox{?}. \\[3mm] \mbox{The normal vector to the plane would be}\quad & n =…
Math
  • 437
  • 4
  • 10
-2
votes
2 answers

$x^3-3xy^2$ Show critical point is saddle

So far I have managed to get critical point is at $(0,0,0)$ and that second derivative test fails at the critical point. What test can be done to show that this critical point is a saddle point?
-3
votes
1 answer

Partial differentiation of Z with respect to t.

Find $dz/dt$ for $z=e^x \cos y$, where $x$ and $y$ are functions of $t$ defined by$$x^3+e^x-t^2-t=1\text{ and }yt^2+y^2t-t+y=0.$$ I try to use chain rule that dz/dt = (dz/dx)(dx/dt)+(dz/dy)(dy/dt), but I don't know how to find dx/dt and dy/dt in…
1 2 3
28
29