Describing a function in terms of another

  • Thread starter Thread starter Niles
  • Start date Start date
  • Tags Tags
    Function Terms
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Niles
Messages
1,834
Reaction score
0

Homework Statement


I have two functions:

[tex] \begin{array}{l}<br /> f(x) = \left\{ {\begin{array}{*{20}c}<br /> {\pi - x\,for\,x \in (0,\pi )} \\<br /> {0\,for\,x \in (\pi ,2\pi )} \\<br /> \end{array}} \right. \\ <br /> g(x) = \left\{ {\begin{array}{*{20}c}<br /> {x\,for\,x \in (0,\pi )} \\<br /> {0\,for\,x \in (\pi ,2\pi )} \\<br /> \end{array}} \right. \\ <br /> \end{array}[/tex]

According to my book, then g(x) = f(-x-Pi). But when I insert, I get that g(x) = Pi-(-x-Pi) = 2Pi + x for x € (0, Pi)?
 
Physics news on Phys.org
I think it should be g(x) = f(-x + pi). There must have been a typo in the book.

g(x) = pi - (-x + pi) = pi + x - pi = x.