Limits of a picewise function?

  • Thread starter Thread starter shocklightnin
  • Start date Start date
  • Tags Tags
    Function Limits
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.

\displaystyle \lim_{x\to2^-}\left(2-x^2\right)=-2

\displaystyle \lim_{x\to2^-}\left((2-x)^2\right)=0
 
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!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top