Prove f(x)=g(x) - Essentials of Calculus p.45, Problem 11

  • Thread starter Thread starter razored
  • Start date Start date
AI Thread Summary
To prove that f(x) equals g(x), one must evaluate g(x) across the three defined intervals of f(x). For x < -1, g(x) should equal -1; for -1 ≤ x ≤ 1, g(x) should equal x; and for x > 1, g(x) should equal 1. The discussion emphasizes the importance of breaking down g(x) into these cases to demonstrate that it matches f(x) in each interval. A formal approach involves stating each case and showing the equality explicitly. The original poster successfully understood the process after clarification.
razored
Messages
173
Reaction score
0
This not homework(self-study book). I do not know where to begin to prove this. This is from "Essentials Calculus" page 45, problem # 11

f(x) = \left\{ \begin{array}{rcl}{-1} &amp; \mbox{if}&amp; -\infty &lt; x &lt; -1, \\ x &amp; \mbox{if} &amp; -1\leq x\leq1, \\1 &amp; \mbox{if} &amp; 1 &lt; x &lt;\infty ,\end{array}\right
g(x) = \frac {1} {2} |x+1 | - \frac {1}{2}|x-1|
Prove that f(x)\equiv g(x)

Latex is awesome :biggrin: First time using it here!
 
Physics news on Phys.org
where's your attempt at the proof?

But consider what g(x) is for the conditions for f(x)
 
Glad you like latex. But, yes, as rock.freak667 points out, split into the three cases that define f.
 
rock.freak667 said:
where's your attempt at the proof?

But consider what g(x) is for the conditions for f(x)

Dick said:
Glad you like latex. But, yes, as rock.freak667 points out, split into the three cases that define f.

I don't understand ... "split into the three cases that define f." the cases are listed.

I have no idea where to begin to prove this; a profound explanation would be helpful.
 
He means split g(x) into the three cases that define f(x). You must show that when x < -1, g(x) = -1, when -1 < x < 1, g(x) = x, and when x > 1, g(x) = 1.
 
Consider this simpler problem:

f(x) = \begin{cases}-x &amp; \text{if}\ x &lt; 0 \\ \phantom{-}x &amp; \text{if}\ x&gt;=0 \end{cases}

g(x) = |x|

For x&gt;=0, g(x)=|x|=x[/tex]. For x&amp;lt;0, g(x)=|x|=-x[/tex]. In both cases, g(x)=f(x). The functions are identical for all x.&lt;br /&gt; &lt;br /&gt; You can do the same thing with your f(x) and g(x). In particular, what does g(x) evaluate to in each of the three regions?
 
If you want to see how to write it formally out you would do something like:
Case 1: Suppose x < -1 then g(x) = ... = f(x)
Case 2: Suppose x > 1 then g(x) = ... = f(x)
Case 3: Suppose -1<=x<=1 then g(x) = ... = f(x)

Two functions f,g are equal in an interval I if f(x)=g(x) for every x in I. (In your case your interval is all real #'s.)
 
Ok. Figured it out, thanks!
 
Back
Top