Save
Partial Differentiation
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
frank
Visit profile
Cards (131)
What is the definition of a partial derivative?
It measures the rate of change of a
function
.
View source
How is the slope defined for a function of a single variable?
By the
limit
of the difference
quotient
.
View source
What does the z-axis represent in a multivariate function f(x,y)?
The
function value
z = f(x,y).
View source
What notation is used to denote the partial derivative with respect to x?
∂f/∂x
.
View source
What happens to the other variable when calculating a partial derivative?
The other variable is treated as a
constant
.
View source
What is the formula for the partial derivative with respect to x?
∂f/∂x
=
lim
(
∆x→0
) [f(x + ∆x,y) - f(x,y)]/∆x.
View source
What is the formula for the partial derivative with respect to y?
∂f/∂y
=
lim(∆y→0)
[f(x,y + ∆y) - f(x,y)]/∆y.
View source
What do higher-order partial derivatives represent?
They
represent
the
rate
of
change
of
partial derivatives.
View source
What is the notation for the second-order partial derivative with respect to x?
∂²f/∂x²
.
View source
What is the notation for mixed partial derivatives?
∂²f/∂x∂y
.
View source
What does Schwarz’s Theorem state about mixed partial derivatives?
They are
symmetric
if
continuous
.
View source
How do you calculate the gradient vector for a function f(x,y)?
By combining
partial derivatives
as a vector.
View source
What does the gradient vector indicate about a function?
It shows the
direction
of
steepest ascent
.
View source
What is the formula for the gradient vector?
∇f(x,y)
=
∂f/∂x
i + ∂f/∂y
j
.
View source
In what space does the gradient vector exist?
In the
2D space
of the
xy-plane
.
View source
How does the gradient vector change with position (x,y)?
It depends on the
values
of x and y.
View source
What is the total differential for a function of two variables?
df = (
∂f/∂x
)dx + (
∂f/∂y
)dy.
View source
What does the total differential represent?
The change in the
function value
for
small changes
.
View source
How do you express the total derivative of a function f(x,y) with respect to t?
df/dt = (
∂f/∂x
)(dx/dt) + (
∂f/∂y
)(dy/dt).
View source
What is the significance of the direction of dr in the total derivative?
It determines the
rate of change
of f.
View source
What happens if the direction of dr is perpendicular to the gradient vector?
The
slope
of the
function
is zero.
View source
What are the steps to find the total differential of a function f(x,y)?
Calculate
partial derivatives
∂f/∂x
and
∂f/∂y
.
Use the formula
df
= (∂f/∂x)dx + (∂f/∂y)dy.
Interpret df as the change in f for small dx and dy.
View source
What are the geometric interpretations of the total derivative in terms of the gradient vector?
Slope in the direction of the gradient is
maximal
.
Slope in the opposite direction is
negatively maximal
.
Slope is zero when
perpendicular
to the gradient.
View source
What are the partial derivatives of T with respect to t, x, and y?
∂T/∂t
= 1/t,
∂T/∂x
=
e^{-y}
,
∂T/∂y
= -xe^{-y}
View source
What are the derivatives of x(t) and y(t) with respect to t?
dx/dt
= a,
dy/dt
= 3bt^2
View source
How is the total derivative dT/dt expressed?
dT/dt =
1/t
+
e^{-y}a
-
xe^{-y}3bt^2
View source
What geometric interpretations can be inferred from the total derivative?
Slope in direction of \( \hat{e} \)
Maximal slope when \( \hat{e} \) aligns with
gradient
Negatively maximal slope when \( \hat{e} \) opposes gradient
Zero slope when \( \hat{e} \) is perpendicular to gradient
Zero slope at
stationary points
View source
What is the condition for a differential df to be exact?
∂A/∂y
=
∂B/∂x
View source
What is an inexact differential denoted as?
¯df
View source
What do exact differentials correspond to?
Changes of
state functions
independent of
path
View source
What is the formula for the exactness condition?
df
= A(x,y)dx + B(x,y)dy
View source
How can we determine if a differential is exact?
Check if
second-order
derivatives are
symmetric
View source
What is the significance of the second-order derivatives being symmetric?
It indicates the function is
well-behaved
View source
What are the conditions for local maxima, minima, and saddle points?
Local minimum
: \( f_{xx} > 0, f_{yy} > 0, f_{xx}f_{yy} > f_{xy}^2 \)
Local maximum
: \( f_{xx} < 0, f_{yy} < 0, f_{xx}f_{yy} > f_{xy}^2 \)
Saddle point: \( f_{xx}f_{yy} < f_{xy}^2 \)
Undetermined
: \( f_{xx}f_{yy} = f_{xy}^2 \)
View source
What is the formula for the total differential df?
df =
A(x,y)dx + B(x,y)dy
View source
How do you find stationary points of a function f(x,y)?
Set
partial derivatives
to zero
View source
What does the total differential vanish at a stationary point indicate?
Function value
remains constant in any direction
View source
What is the first step to determine the nature of a stationary point?
Calculate the
second-order derivatives
View source
What is the nature of the stationary point if \( f_{xx} > 0 \) and \( f_{yy} > 0 \)?
It is a
local minimum
View source
What does it mean if \( f_{xx}f_{yy} < f_{xy}^2 \)?
It
indicates
a
saddle
point
View source
See all 131 cards