Solving Mapping Problem: Let D = {x ∈ R, -3 ≤ x ≤ 5, x ≠ 0}

  • Context: Graduate 
  • Thread starter Thread starter gutnedawg
  • Start date Start date
  • Tags Tags
    Mapping
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
gutnedawg
Messages
34
Reaction score
0
Let D = {x [tex]\in[/tex] R : -3[tex]\leq[/tex] x [tex]\leq[/tex] 5 and x [tex]\neq[/tex]0}
and define g(x) = [cos(x) - 1]/x + sqrt(x+3)(5-x)

Find G: R ->R such that G is continuous everywhere and g(x)=G(x) when x[tex]\in[/tex]D

I'm not really sure how to start this and I've been looking at it for quite a while now. I might just need a push in the correct direction.
 
Physics news on Phys.org
You need to do two things:

sqrt( (x+3)(5-x) ) is not defined when x is larger than 5 or smaller than -3. How can you modify it so that you have a function that is defined outside of that interval?

(cos(x)-1)/x is not defined at 0. I think this is the trickier part of the question, you need to deal with the removable discontinuity at zero.
 
Office_Shredder said:
You need to do two things:

sqrt( (x+3)(5-x) ) is not defined when x is larger than 5 or smaller than -3. How can you modify it so that you have a function that is defined outside of that interval?

(cos(x)-1)/x is not defined at 0. I think this is the trickier part of the question, you need to deal with the removable discontinuity at zero.


I know I have to do this but my math is rather rusty and I'm just not seeing it