Graphing a cubed root function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
27 replies · 4K views
frosty8688
Messages
126
Reaction score
0

Homework Statement



Sketch the curve of [itex]\sqrt[3]{(x^{2} - 1)^{2}}[/itex][/b]

Homework Equations


The Attempt at a Solution



I determined that the domain is all real numbers, the x-int. is ±1, the y-int. is 1, the function is symmetric about the y-axis, there are no asymptotes, and here is where I get lost. I took the first derivative of the function and found it to be equal to[itex]\frac{2}{3}[/itex] (x[itex]^{2}[/itex] - 1)[itex]^{\frac{-1}{3}}[/itex] * 2x = [itex]\frac{4x}{3\sqrt[3]{x^{2}-1}}[/itex] I know one of the critical numbers is 0 and I am wondering if the other numbers is ±1.
 
Last edited by a moderator:
Physics news on Phys.org
frosty8688 said:
1. Sketch the curve of [itex]\sqrt[3]{(x^{2} - 1)^{2}}[/itex]



Homework Equations





3. I determined that the domain is all real numbers, the x-int. is ±1, the y-int. is 1, the function is symmetric about the y-axis, there are no asymptotes, and here is where I get lost. I took the first derivative of the function and found it to be equal to[itex]\frac{2}{3}[/itex] (x[itex]^{2}[/itex] - 1)[itex]^{\frac{-1}{3}}[/itex] * 2x = [itex]\frac{4x}{3\sqrt[3]{x^{2}-1}}[/itex] I know one of the critical numbers is 0 and I am wondering if the other numbers is ±1

What do you mean on "the x-int. is ±1, the y-int. is 1"?

Where is the function increasing and where is it decreasing? Try to sketch it. What happens at x=±1?

ehild
 
At x=±1 the function lands on the x-axis. The function is decreasing on (-∞,0) and increasing on (0,∞).
 
It concaves downward.
 
It is increasing between -1 and 0 and decreasing between 0 and 1.
 
At x=0 the value is 1.
 
Well, so it is decreasing in (-∞,-1), increasing between -1 and 0, decreasing between 0 and 1, increasing in (1,∞). The function is 1 at x=0 and 0 at ±1. Can you sketch it?

ehild
 
I have another question. I am trying to find the second derivative of the function and this is what I have. [itex]f"(x) = \frac{4*3\sqrt[3]{x^{2}- 1}- 4x*3*\frac{1}{3\sqrt[3]{x^{2}-1}}}{9\sqrt[3]{(x^{2}-1)}^{2}} = \frac{12\sqrt[3]{x^{2}-1}- 12x}{27\sqrt[3]{(x^{2}-1)^{2}}\sqrt[3]{x^{2}-1}} = \frac{12\sqrt[3]{x^{2}-1}- 12x}{27(x^{2}-1)}[/itex]. I am wondering if this is right so far.
 
frosty8688 said:
I have another question. I am trying to find the second derivative of the function and this is what I have. [itex]f"(x) = \frac{4*3\sqrt[3]{x^{2}- 1}- 4x*3*\frac{1}{3\sqrt[3]{x^{2}-1}}}{9\sqrt[3]{(x^{2}-1)}^{2}} = \frac{12\sqrt[3]{x^{2}-1}- 12x}{27\sqrt[3]{(x^{2}-1)^{2}}\sqrt[3]{x^{2}-1}} = \frac{12\sqrt[3]{x^{2}-1}- 12x}{27(x^{2}-1)}[/itex]. I am wondering if this is right so far.
Incorrect.

The derivative of [itex]\ \ 3\sqrt[3]{x^2-1}\ \[/itex] is [itex]\displaystyle \ \ \frac{2x}{\sqrt[3]{(x^2-1)^2}}\ .[/itex]
 
I'm talking about the second derivative.
 
So the equation becomes [itex]f"(x) = \frac{4*3\sqrt[3]{x^{2}-1}- 4x*\frac{2x}{\sqrt[3]{(x^{2}-1)^{2}}}}{9\sqrt[3]{(x^{2}-1)^{2}}} = \frac{12\sqrt[3]{x^{2}-1}- 8x^{2}}{9(x^{2}-1)\sqrt[3]{x^{2}-1}} = \frac{12-8x^{2}}{9(x^{2}-1)}[/itex]
 
frosty8688 said:
So the equation becomes [itex]f"(x) = \frac{4*3\sqrt[3]{x^{2}-1}- 4x*\frac{2x}{\sqrt[3]{(x^{2}-1)^{2}}}}{9\sqrt[3]{(x^{2}-1)^{2}}} = \frac{12\sqrt[3]{x^{2}-1}- 8x^{2}}{9(x^{2}-1)\sqrt[3]{x^{2}-1}} = \frac{12-8x^{2}}{9(x^{2}-1)}[/itex]
Not quite.

The first step is correct.
 
So what did I do wrong.
 
Is there a problem between the second and third steps.
 
So the cube root on the top would disappear and it would be [itex]\frac{4x^{2}-1}{9(x^{2}-1)\sqrt[3]{x^{2}-1}}[/itex]
 
Last edited:
frosty8688 said:
So the cube root on the top would disappear and it would be [itex]\frac{4x^{2}-1}{9(x^{2}-1)\sqrt[3]{x^{2}-1}}[/itex]

When the cube root in the numerator disappears, the numerator becomes [itex]12(x^2-1)-8x^2\ .[/itex]


You simplified that incorrectly.
 
I forgot to distribute the 12.
 
So the equation [itex]\frac{4(x^{2}-3)}{9(x^{2}-1)\sqrt[3]{x^{2}-1}}[/itex] has critical numbers at ±[itex]\sqrt{3}[/itex] or ±1.
 
frosty8688 said:
So the equation [itex]\frac{4(x^{2}-3)}{9(x^{2}-1)\sqrt[3]{x^{2}-1}}[/itex] has critical numbers at ±[itex]\sqrt{3}[/itex] or ±1.
It's not clear what equation you're referring to.

The first derivative is undefined at x = ±1 . Of course this means that the second derivative is also undefined at x = ±1 .

The second derivative is zero at [itex]x=\pm\sqrt{3}[/itex], so that the function has inflection points there.
 
That's what I figured.
 
That is also where it concaves down. Right?