Problem with squares and roots

  • Thread starter Thread starter BruceSpringste
  • Start date Start date
  • Tags Tags
    Roots Squares
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
4 replies · 2K views
BruceSpringste
Messages
37
Reaction score
0

Homework Statement



Hi, I am currently studying for a exam and I have noticed I have difficulty with squares and roots. I decided to take a problem from an exam so that I can illustrate the problems I am having with it.

Homework Equations



If f(x) = √(x+1)2 - √(x-1)2

(a) f(x) = 2; (b) f(x) = 2x; (c) f(x) = 2√x; (d) none of (a)-(c).

The Attempt at a Solution



My first instict is to remove the squares and the roots so that f(x) = x+1 - (x-1) which in turn gives me the answer (a). This is incorrect. I am guessing it has to do with the fact that x is not defined to be ≥ 0. Any help?
 
Physics news on Phys.org
BruceSpringste said:
My first instict is to remove the squares and the roots so that f(x) = x+1 - (x-1) which in turn gives me the answer (a). This is incorrect.

Remember √x2 = |x| and not simply x.Now rewrite f(x) .

BruceSpringste said:
I am guessing it has to do with the fact that x is not defined to be ≥ 0. Any help?

No.The domain of the function is R .
 
Last edited:
Tanya Sharma said:
Remember √x2 = |x| and not simply x.

Now rewrite f(x) .

f(x) = |x+1| - |x-1|

I'm a bit slow, where do I take it from here?
 
Good...

Now the function will be defined differently in different regions.First consider x<-1

What is the value of |x+1| when x<-1 ?
What is the value of |x-1| when x<-1 ?
What is the value of |x+1|-|x+1|when x<-1 ?
 
  • Like
Likes   Reactions: 1 person
Alright now I understand completely! Thank you very much!