How Do You Sketch and Analyze the Graph of k(x) = x^4 - 64x^2?

  • Thread starter Thread starter mustang
  • Start date Start date
  • Tags Tags
    Graph
Click For Summary

Homework Help Overview

The discussion revolves around sketching the graph of the function k(x) = x^4 - 64x^2, which is a polynomial function. Participants explore various methods for analyzing the function's behavior and characteristics.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants suggest creating a value chart for k(x) across a range of x values, particularly from -8 to 8, to identify zeros and overall shape. Others mention the use of calculus, specifically derivatives, to analyze the function's critical points and behavior. There are also discussions about using programming to generate values or plots.

Discussion Status

The discussion includes various approaches to sketching the graph, with some participants offering specific steps for analysis, such as finding intersection points and critical points. There is no explicit consensus, but multiple methods are being explored, indicating a productive exchange of ideas.

Contextual Notes

Some participants express uncertainty about terminology and the process of sketching graphs, indicating a potential gap in foundational knowledge. Additionally, there is mention of using calculators or programming tools, which may reflect constraints on manual calculations.

mustang
Messages
169
Reaction score
0
Problem 12.
Sketch the graph of k(x)=x^4-64x^2.
 
Physics news on Phys.org
Hmmm. Just graph the function of k? Well, to start off, you should make a chart of respective values for x such as:k(x) when x= 0,1,2,3,4,5,6,...n to as many values as you need to. For this problem, I recommend that you at least go from k(-8) to k(8), because there are zeros at those k values. Other than that, just work the problem out... set maximum horizontal and vertical values for the graph. The values are rather large in this problem, so make the vertical limits large enough to show the overall shape. That's all I suppose. Oh, and use a calculator if you can. This won't be fun if you try to do it by hand .
 
Last edited:
how much calculus do you know? There is a process using the derivatives of functions to allow you to sketch any function.
 
This may be helpful in your problem!
We have:
x^{4}-64x^{2}=x^{2}(x^{2}-64)=x^{2}(x+8)(x-8)

Note the following:
\begin{itemize}<br /> \item<br /> -\infty\leq{x}\leq{-8}\rightarrow{k}(x)\geq{0}\\<br /> \item<br /> -8\leq{x}\leq{8}\rightarrow{k}(x)\leq{0}<br /> \item<br /> 8\leq{x}\leq{\infty}\rightarrow{k}(x)\geq{0}<br /> \end{itemize}
 
If you know any computer programing languages (perhaps Basic), you could write a simple loop program to give you some values or even plot it for you.

Regards
 
It's been a while since I was asked to sketch function graphs, but here's what I think we used to do. First option is to follow these steps:

1) Find for which X the function is defined.

2) Find the intersection points of the function with the X and Y axes.

3) Find all minimum, maximum and "twist" (not sure what the English term is) points of the function.

4) Find for which X the function is ascending and for which X it is descending.

5) Find the asymptotes of the function if it has any.

So for your function: f(x) = x^4 - 64x^2 = x^2(x^2 - 64) = x^2(x + 8)(x - 8)

1) Any X.

2) (0, 0); (8, 0); (-8, 0).

3) f&#039;(x) = 4x^3 - 128x = 4x(x^2 - 32) = 4x(x + \sqrt{32})(x - \sqrt{32})
f&#039;&#039;(x) = 12x^2 - 128
Minimums: (-\sqrt{32}, -1024); (\sqrt{32}, -1024).
Maximum: (0, 0).

4) Descending: x < -\sqrt{32}; 0 < x < \sqrt{32}.
Ascending: -\sqrt{32} < x < 0; \sqrt{32} < x.

5) The function has no asymptotes.

Now draw your axes, mark the meaningful points we found, and considert the descending/ascending regions to complete the graph.

The second option is to buy a graphic calculator. :smile:

Good luck,
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
Replies
25
Views
3K
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 9 ·
Replies
9
Views
7K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
6K