Approaching Jacobian Calculation for a Single Function with Multiple Variables

  • Thread starter Thread starter ver_mathstats
  • Start date Start date
  • Tags Tags
    Function Jacobian
ver_mathstats
Messages
258
Reaction score
21
Homework Statement
We must find the Jacobian of f(s,r,t)=s^2+sin(rt)-3. Compute J(f/s)(1, pi, -1).
Relevant Equations
f(s,r,t)=s^2+sin(rt)-3. Compute J(f/s)(1, pi, -1).
I'm used to calculating Jacobians with several functions, so my only question would be how do I approach solving this one with only one function but three variables?

I think our function becomes (s^2+sin(rt)-3)/since we are looking for J(f/s). So then would our Jacobian simply be J=[∂f/∂s ∂f/∂r ∂f/∂t] with finally our values substituted of (1, pi,-1)?
 
Physics news on Phys.org
Yes. The Jacobi matrix is simply the gradient in this case.
 
  • Like
Likes ver_mathstats
fresh_42 said:
Yes. The Jacobi matrix is simply the gradient in this case.
Thank you, and sorry for the typo, I had meant "I think our function becomes (s^2+sin(rt)-3)/s since we are looking for J(f/s)."
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top