Trouble with function definition

  • Context: Graduate 
  • Thread starter Thread starter monea83
  • Start date Start date
  • Tags Tags
    Definition Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
monea83
Messages
20
Reaction score
0
Given is the following function (nevermind what the function h is):

[tex] g(t, q) = \int_0^1 \frac{\partial h(ts, q)}{\partial(ts)} ds[/tex]

This function is supposed to be defined for t = 0. However, I don't see how - the partial derivative in the integral then becomes [tex]\frac{\partial h(0, q)}{\partial(0)}[/tex] and this does not make any sense to me.

If it's any help, this was taken from "do Carmo, Riemannian Geometry", Chapter 0, Lemma 5.5
 
Last edited:
Physics news on Phys.org
Any derivative is a function, which can take on a particular value for a particular value of the argument. For your integral, by setting t=0, the integrand is no longer dependent on s, so the integral is simply the value of the partial derivative at t=0.
 
Thanks for your answer, I think I understand it better now. The one thing that still bothers me is the [tex]\partial(ts)[/tex]. How is this to be interpreted? Is it just a placeholder that says "partial differentiation by the first argument"?