Gradient of f: R^2 -> R Defined by Integral Equation

  • Thread starter Thread starter johnson12
  • Start date Start date
  • Tags Tags
    Gradient
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
johnson12
Messages
18
Reaction score
0
Define [tex]f: R^{2} \rightarrow R , by f(x,y) = \int^{sin(x sin(y sin z))}_{a} g(s) ds[/tex]


where g:R -> R is continuous. Find the gradient of f.


I tried using the FTC, and differentiating under the integral, but did not get anywhere,

thanks for any suggestions.
 
Physics news on Phys.org
Yes, the FTC, together with the chain rule should work. Basically, you are saying that
[tex]f(x,y)= \int_0^u(x,y) g(s)ds[/tex]
where u(x,y)= x sin(x sin(y sin(x))).
[tex]\frac{df}{du}= g(u)[/tex]
and
[tex]\frac{\partial f}{\partial x}= g(u)\frac{\partial u}{\partial x}[/tex]
[tex]\frac{\partial f}{\partial y}= g(u)\frac{\partial u}{\partial y}[/tex]

So the question is really just: What are [itex]\partial u/\partial x[/itex] and [itex]\partial u/\partial y[/itex]f?