Derivative of a Function with Many Variables
- May 23, 2024
- 2 replies
- 1475 views

Let's say I have a generic system block diagram as shown above, where I have two unknown inputs generating one output based on several scaling, offset and addition blocks. M1-3 and B1-3 are known parameters that do not change. I'd like to take the derivative of of the output with respect to M1 with some known inputs as setpoints. That's easy to do with the following:



My problem arises when I try and define that same equation as a function of the inputs:


I can get around this issue by defining the function with ALL variables, but this is tedious and cumbersome especially as the equations grow with many more variables


Is there another way to do what I am trying to do without having to define a function with every variable? I've attached my sample mathcad showing this example in detail.

