What are the solutions for the intersection of y=abs(x) and y=(x^2)-6?

AI Thread Summary
The intersection points of the graphs y=abs(x) and y=(x^2)-6 are confirmed to be at x=3 and x=-3. When setting the equations equal to each other, solutions of x=-2 and x=2 arise, but these do not represent actual intersection points due to the nature of the absolute value function. The equation abs(x) = x only holds for positive x, which means negative solutions must be disregarded. The symmetry of the graphs explains the mirrored solutions, but only the valid intersections at x=3 and x=-3 should be considered. Understanding these constraints clarifies the confusion regarding the extraneous solutions.
pb23me
Messages
204
Reaction score
0

Homework Statement

The graphs y=abs(x) and y=(x^2)-6 intersect at x=3 and x= -3
What is confusing me is when I set them equal to each other and solve (x^2)-x-6=0 and (x^2)+x-6=0 I get -3,+3,-2,+2
What is the deal with the negative 2 and pos 2?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
abs(x) = x only if x is positive, so when you solve x^2-x-6=0, you need to disregard negative answers, and vice versa
 
pb23me said:

Homework Statement

The graphs y=abs(x) and y=(x^2)-6 intersect at x=3 and x= -3
What is confusing me is when I set them equal to each other and solve (x^2)-x-6=0 and (x^2)+x-6=0 I get -3,+3,-2,+2
What is the deal with the negative 2 and pos 2?

y= |x| is the graph of y=x with the bottom half reflected in the x-axis (so any value of x gives a positive value of y). It looks like a v basically.

Since both y=|x| and y=x2-6 are symmetrical about the y-axis, you will get 'mirrored' answers, so if you get x=2, you will get x=-2 on the next side of the graphs.

Draw them out and you will see the symmetry I am talking about.
 
Thanks, I did draw them out and the graphs intersect at x=3 and x=-3
They do not intersect at x=2 and x=-2 even though 2 and -2 solve the equation when I set the two functions equal to each other.
 
pb23me said:
Thanks, I did draw them out and the graphs intersect at x=3 and x=-3
They do not intersect at x=2 and x=-2 even though 2 and -2 solve the equation when I set the two functions equal to each other.

Yeah drawing you would see +3 and -3 but it's like wukunlin said.

wukunlin said:
abs(x) = x only if x is positive, so when you solve x^2-x-6=0, you need to disregard negative answers, and vice versa

When you solved x2-x-6=0 you had the constraint of x>0, you would ignore the x=-2.
 
ohhhhhhhh ok I get it now. Thanks guys
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top