Approaching Jacobian Calculation for a Single Function with Multiple Variables

  • Thread starter Thread starter ver_mathstats
  • Start date Start date
  • Tags Tags
    Function Jacobian
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
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
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)."