How to Find the Differential of a Function at a Specific Point?

  • Context: MHB 
  • Thread starter Thread starter Poirot1
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on finding the differential of the function \( f: \mathbb{R}^3 \to \mathbb{R}^2 \) defined by \( f(x,y,z)=(x^2+y^2+z^2,xyz) \) at the point (1,0,-1). The differential is expressed as \( df = \begin{bmatrix} 2\,dx-2\,dy \\ -dy \end{bmatrix} \), derived from the matrix of partial derivatives. The correct representation of the differential in matrix form is confirmed to be \( df = \begin{bmatrix} f_{1x} & f_{1y} & f_{1z} \\ f_{2x} & f_{2y} & f_{2z} \end{bmatrix} \begin{bmatrix} dx \\ dy \\ dz \end{bmatrix} \). The discussion clarifies the relationship between the matrix and the resulting vector in \( \mathbb{R}^2 \).

PREREQUISITES
  • Understanding of differential calculus in multiple dimensions
  • Familiarity with matrix representation of functions
  • Knowledge of partial derivatives
  • Basic concepts of vector spaces in \( \mathbb{R}^2 \) and \( \mathbb{R}^3 \)
NEXT STEPS
  • Study the application of the chain rule in multivariable calculus
  • Learn about Jacobian matrices and their significance in transformations
  • Explore the concept of gradients and their geometric interpretations
  • Investigate the implications of differentiability in higher dimensions
USEFUL FOR

Mathematicians, students studying multivariable calculus, and anyone interested in understanding differentials and their applications in higher-dimensional spaces.

Poirot1
Messages
243
Reaction score
0
let f:R^3->R^2 be given by $f(x,y,z)=(x^2+y^2+z^2,xyz)$ I want to find it's differential at a point (x,y,z). I can find the represnting matrix w.r.t standard basis i.e. the matrix of partial derivatives but how do I use this to find ,say, the differential of f at (1,0,-1)?
 
Physics news on Phys.org
Re: finding the differential

You can do
$$df= \frac{ \partial f}{ \partial x}dx+ \frac{ \partial f}{ \partial y}dy+ \frac{ \partial f}{ \partial y}dy,$$
where each sum is vector addition. That is, $df$ is a vector made up of
$$df= \begin{bmatrix} df_{1} \\ df_{2}\end{bmatrix},$$
and you follow the usual rules for finding the differential of each component.
 
Re: finding the differential

Is it usual just to present it as the matrix? Also, how do you recover the vector in R^2 from the matrix?
 
Re: finding the differential

So the differential at (1,0,-1) (in matrix form) is [2,0,-2]
............. [0,-1,0]

but what is this in R^2?
 
Re: finding the differential

I get
$$df(1,0,-1)=\begin{bmatrix}2\,dx-2 \, dy \\ -dy \end{bmatrix}.$$
As a slight correction to Jameson's post, I think I would write it as
$$df= \begin{bmatrix} f_{1x} & f_{1y} & f_{1z} \\ f_{2x} &f_{2y} &f_{2z}\end{bmatrix}
\begin{bmatrix} dx \\ dy \\ dz \end{bmatrix}.$$
 
Re: finding the differential

Yep, that's exactly it. The dimensions of my matrix didn't work with the function mapping R^3 to R^2. You're also right that the (x, y, z) coordinate should be evaluated for each partial derivative in the matrix. Thanks for clearing this up. (Yes)
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
Replies
21
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 23 ·
Replies
23
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K