Graphing a cubed root function

Click For Summary

Homework Help Overview

The discussion revolves around sketching the curve of the function \(\sqrt[3]{(x^{2} - 1)^{2}}\). Participants are exploring its properties, including its domain, intercepts, symmetry, and critical points, as well as the behavior of the function in various intervals.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the domain and intercepts of the function, question the behavior of the function at critical points, and explore where the function is increasing or decreasing. There is also an examination of the second derivative and its implications for concavity and inflection points.

Discussion Status

The discussion is active, with participants providing insights into the function's behavior and questioning assumptions about critical points and concavity. Some guidance has been offered regarding the second derivative and its critical numbers, but there is no explicit consensus on all aspects of the function's behavior.

Contextual Notes

Participants are navigating the complexities of derivatives and concavity, with some noting that the first and second derivatives are undefined at certain points. There is an ongoing exploration of the implications of these findings on the function's graph.

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,∞).
 
What happens in the interval (-1,1)?

ehild
 
It concaves downward.
 
frosty8688 said:
I know one of the critical numbers is 0 and I am wondering if the other numbers is ±1 [/b]
Since the derivative is undefined at x = ±1, those also are critical numbers.
 
frosty8688 said:
It concaves downward.

What is the function at x=0?
Is it increasing or decreasing between -1 and 0, and between 0 and 1?

ehild
 
It is increasing between -1 and 0 and decreasing between 0 and 1.
 
At x=0 the value is 1.
 
  • #10
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
 
  • #11
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.
 
  • #12
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]
 
  • #13
I'm talking about the second derivative.
 
  • #14
frosty8688 said:
I'm talking about the second derivative.
So was I.

In taking the derivative, using the quotient rule, you took the derivative of the denominator of the first derivative incorrectly.
 
  • #15
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]
 
  • #16
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.
 
  • #17
So what did I do wrong.
 
  • #18
[itex]\displaystyle f"(x) <br /> = \frac{4*3\sqrt[3]{x^{2}-1}- 4x*\frac{2x}{\sqrt[3]{(x^{2}-1)^{2}}}}{9\sqrt[3]{(x^{2}-1)^{2}}} <br /> = \frac{12\sqrt[3]{(x^{2}-1)^3}- 8x^{2}}{9(x^{2}-1)\sqrt[3]{x^{2}-1}}= \ \ \dots[/itex]
 
  • #19
Is there a problem between the second and third steps.
 
  • #20
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:
  • #21
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.
 
  • #22
I forgot to distribute the 12.
 
  • #23
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.
 
  • #24
[tex]\frac{ab+ c}{b}\ne a+ c[/tex]
 
  • #25
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.
 
  • #26
That's what I figured.
 
  • #27
That is also where it concaves down. Right?
 
  • #28
frosty8688 said:
That is also where it concaves down. Right?
That's where it changes concavity, from up to down, or vice versa .
 

Similar threads

  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
4
Views
3K
  • · Replies 22 ·
Replies
22
Views
2K
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 40 ·
2
Replies
40
Views
5K