What does it mean to be be an inside or outside function?

for example:
tell which is the inside function and which is the outside:
f(x)=sin3x

1 answer

The idea is that
df (g(x) )/dx = df/dg * dg/dx
where f is the "outside function and g is the "inside" function
You do the outside function derivative first, then the inside function
so for your example we have
f ( g(x) ) = sin (g(x)) = sin ( 3x )
f (g) = sin g outside
g = 3x inside
so in your case
df/dg = cos g outside = cos 3x
dg/dx = 3 inside
so df/dx = cos g * 3
or 3 cos 3x
Similar Questions
  1. print "Below is a block of code inside of a function!"def my function): print "This is inside of the function my_variable = 10
    1. answers icon 1 answer
  2. Is it possible to call a function from within another function?Yes, function calls can come from inside another function. No,
    1. answers icon 1 answer
  3. To function properly, a neuron must maintain aa. membrane potential b. neurotransmitter c. negative charge on the inside d.
    1. answers icon 1 answer
  4. To function properly, a neuron must maintain aa. membrane potential b. neurotransmitter c. negative charge on the inside d.
    1. answers icon 1 answer
more similar questions