When is following equation true?

  • Thread starter Thread starter Rectifier
  • Start date Start date
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
11 replies · 2K views
Rectifier
Gold Member
Messages
313
Reaction score
4
1. The problem

When is the following equation true
## \sqrt{c^2+14c+49} = c + 7##

a) for all real c
b) for ## c \geq -7 ##
c) for ## c < -7##
d) c > 0
e) c < 0

The attempt 1
I know that the root of ## c^2+14c+49 = 0 ## is ## c = -7 ## and that this sqr-root is only defined for positive numbers. Thus the equation is true only when the stuff below the root is positive. But that stuff is always positive...

The attempt 2
## \sqrt{c^2+14c+49} = c + 7 \\ \sqrt{(c+7)^2} = c + 7 \\ c+7 = c + 7 \\ ##
Thus this equation is true for all real c:s. But somehow this is wrong.
 
Physics news on Phys.org
Look at your last step in Attempt 2. Are you sure that it's always the case that ##\sqrt{x^2}=x##, given that the convention is that the positive square root is always implied by the square root sign? What about if x=-1? What happens if you start with -1, square it and then take the square root (which is by convention positive). Do you end up with the number you started with?
 
Last edited:
  • Like
Likes   Reactions: Rectifier
andrewkirk said:
What makes you you think your answer is wrong?
The answer in my book :)
 
Rectifier said:
## \sqrt{c^2+14c+49} = c + 7 \\ \sqrt{(c+7)^2} = c + 7 \\ c+7 = c + 7 \\ ##
The problem is in that last step, because ##\sqrt{x^2} \neq x##. Can you see why?

Rectifier said:
The answer in my book :)
What about trying it yourself?
 
DrClaude said:
The problem is in that last step, because ##\sqrt{x^2} \neq x##. Can you see why?What about trying it yourself?

Yeah. Because negative x:es give different results.

How can I implement that in my problem?
 
Rectifier said:
Yeah. Because negative x:es give different results.

How can I implement that in my problem?
You have to use absolute values.
 
  • Like
Likes   Reactions: Rectifier
So basically |c + 7| = c + 7
 
Rectifier said:
So basically |c + 7| = c + 7
Yes. You should be able to convert that to a condition on ##c##.
 
Rectifier said:
So basically |c + 7| = c + 7
DrClaude said:
Yes. You should be able to convert that to a condition on ##c##.
To be clear, |c + 7| is not equal to c + 7, as when, for example, c = -8. I believe that @DrClaude is in agreement with this, but the casual reader might misinterpret his comment.

##\sqrt{(c + 7)^2} \neq c + 7##
but
##\sqrt{(c + 7)^2} = |c + 7|##
 
Mark44 said:
To be clear, |c + 7| is not equal to c + 7, as when, for example, c = -8. I believe that @DrClaude is in agreement with this, but the casual reader might misinterpret his comment.
Of course I agree :smile:

My point is that the question starts with:

When is the following equation true
##\sqrt{c^2+14c+49} = c + 7##

which is simplified to:

When is the following equation true
##| c+ 7| = c + 7##

from which it is easy to get a condition on ##c## for the original equation to be true.