Limits of a picewise function?

  • Thread starter Thread starter shocklightnin
  • Start date Start date
  • Tags Tags
    Function Limits
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
shocklightnin
Messages
31
Reaction score
0

Homework Statement



We're given a piecewise function

g(x) = {
x if x < 1
3 if x = 1
2-x^2 if 1<x<=2
x-3 if x > 2
]

and were asked: lim x-> 2-

Homework Equations



2-x^2 if 1<x<=2
x-3 if x > 2


The Attempt at a Solution




when i drew it out i was getting that the answer is -2 but the workbook says the answer is zero. times have occurred where the answers in this workbook have been wrong, so i would just like someone to verify either one. any help is much appreciated, thanks.
 
Physics news on Phys.org
2-x^2 if 1<x<=2 Is all you really need to solve this.. As x approaches 2 from the left, the answer is -2. The other limit = -1 anyway so I don't see how they got 1.

EDIT: They may have thought it's (2-x)^2.. That limit as x->2 is 0..
 
shocklightnin said:

Homework Statement



We're given a piecewise function

g(x) = {
x if x < 1
3 if x = 1
2-x^2 if 1<x<=2
x-3 if x > 2
]

and were asked: lim x-> 2-

Homework Equations



2-x^2 if 1<x<=2
x-3 if x > 2

The Attempt at a Solution



when i drew it out i was getting that the answer is -2 but the workbook says the answer is zero. times have occurred where the answers in this workbook have been wrong, so i would just like someone to verify either one. any help is much appreciated, thanks.
You may have neglected to include the parentheses.

[itex]\displaystyle \lim_{x\to2^-}\left(2-x^2\right)=-2[/itex]

[itex]\displaystyle \lim_{x\to2^-}\left((2-x)^2\right)=0[/itex]
 
thanks to both! and nope, book def. says '(2-x^2) and not (2-x)^2, must be a printing error either in book or ans. key, but thank you!