So I have this problem where I'm supposed to sketch the graph:
f(x) = sqrt(4(x^2) - 1)
Ok, so here's what I do...
//Find intercepts
sqrt(4(x^2) - 1) = 0
4(x^2) - 1 = 0
4(x^2) = 1
x^2 = 1/4
x = +/- 1/2
No y intercepts because sqrt(4(0) - 1) doesn't exist.
//Find end behavior
Limits as x->+/- inf are both inf so no horizontal asymptote.
//Find critical points
f'(x) = (1/2)(4(x^2) - 1)^(-1/2)
= 4x / 2sqrt((x^2) - 1)
//Set f'(x) to zero
4x / 2sqrt((x^2) - 1) = 0
Now, here is where I get stuck.
The book says the critical points are (+/-(1/2), 0)
My question is, why isn't +/- 1 critical points as well? If you plug +/- 1 into f'(x), the equation is undefined at that point, and really anywhere in (-1,1).
So why only list +/- (1/2)?
f(x) = sqrt(4(x^2) - 1)
Ok, so here's what I do...
//Find intercepts
sqrt(4(x^2) - 1) = 0
4(x^2) - 1 = 0
4(x^2) = 1
x^2 = 1/4
x = +/- 1/2
No y intercepts because sqrt(4(0) - 1) doesn't exist.
//Find end behavior
Limits as x->+/- inf are both inf so no horizontal asymptote.
//Find critical points
f'(x) = (1/2)(4(x^2) - 1)^(-1/2)
= 4x / 2sqrt((x^2) - 1)
//Set f'(x) to zero
4x / 2sqrt((x^2) - 1) = 0
Now, here is where I get stuck.
The book says the critical points are (+/-(1/2), 0)
My question is, why isn't +/- 1 critical points as well? If you plug +/- 1 into f'(x), the equation is undefined at that point, and really anywhere in (-1,1).
So why only list +/- (1/2)?