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
AI Thread Summary
To sketch the graph of k(x) = x^4 - 64x^2, start by calculating values for x from -8 to 8, as these points include the function's zeros. The function can be factored as k(x) = x^2(x + 8)(x - 8), indicating zeros at x = -8, 0, and 8. Analyze the function's behavior using derivatives to find critical points: the minimum occurs at (-√32, -1024) and the maximum at (0, 0). The function is descending for x < -√32 and 0 < x < √32, while it ascends between -√32 and 0, with no asymptotes present. Use graphing tools or software for more accurate representation.
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,
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top