0

My book asked me to prove that the function $\sinh x$ is odd, but in order to be odd I must be sure that the domain of it symmetric about the origin, how can I be sure from this?

Intuition
  • 3,269
  • The usual definition of $\sinh x$ is $$\sinh x=\frac{1}{2} (e^x-e^{-x})$$ Now use the definition of an odd function $f(x)=-f(-x)$ to prove that $\sinh x$ is odd – Yuriy S Oct 23 '18 at 08:59
  • "My book asked me to prove that the function $\sinh x $ is odd" - there's no talk about domains here, you just need to prove it's odd according to the definition of an odd function – Yuriy S Oct 23 '18 at 09:34
  • 2
    @YuriyS: Yes, there is a condition on the domain, but since the domain in this case is the whole real line, it is trivially satisfied. – Hans Lundmark Oct 23 '18 at 09:45
  • @HansLundmark, thank you for the correction – Yuriy S Oct 23 '18 at 09:46

1 Answers1

3

$$f(x)=\sinh x:=\frac{e^x-e^{-x}}2=\color{red}-\frac{e^{-x}-e^x}2=-\sinh(-x)=-f(-x)$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287