Sketch the region enclosed by y= 6|x| and y = x^2 -7

  • Thread starter Thread starter apiwowar
  • Start date Start date
  • Tags Tags
    Sketch
apiwowar
Messages
94
Reaction score
0
i know that the way to solve this is by evaluating the integral from a to b of the first function minus the second one but how would i solve for x to find out what the limits of integration should be?

if you set them equal to each other you get 6|x| = x^2 - 7
but I am not exactly sure what to do with the |x|
 
Physics news on Phys.org
like rootX said, when dealing with absolute value functions, it's usually best to define it peace-wise.

f(x) = 6x for x >= 0
-6x for x < 0

Or you could notice that the two functions are even, and you could thus solve for x using 6x, and keep in mind that there is another intersection point opposite the y-axis.
 
apiwowar said:
i know that the way to solve this is by evaluating the integral from a to b of the first function minus the second one but how would i solve for x to find out what the limits of integration should be?

if you set them equal to each other you get 6|x| = x^2 - 7
but I am not exactly sure what to do with the |x|
If x\ge 0, |x|= x so this is 6x= x^2- 7 which is the same as x^2- 6x- 7= 0.

If x< 0, |x|= -x so this is -6x= x^2- 7 which is the same as x^2+ 6x- 7= 0.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top