Info

This question is closed. Reopen it to edit or answer.

Plot these curves on the same graph on the where -3<x<3 and -4<y<10. Use your name in the graph's title..... (Please help asap)

1 view (last 30 days)
I have no idea how to do any of this :( Please help!
===============================
We will be investigating the behavior of functions of the form f(x)=x^3 + ax + 2.
-Plot these curves on the same graph on the where -3<x<3 and -4<y<10. Use your name in the graph's title.
-Where, if at all, is the slope equal to zero for each of the curves? (Calculate using the derivative. Compare your answers to the plot.)
-At each of the points noted in step 2 indicate whether there is a maximum, a minimum or an inflection.
-Is there a value of a for which there are exactly 2 roots? (hint: it's a pretty round value). Plot the curve with this value of a on the same graph as the others.
  3 Comments
Walter Roberson
Walter Roberson on 9 Dec 2011
(Actually I do postpone answering some questions according to my convenience and interest. But "asap" does not help me in locating the questions again later.)

Answers (1)

Walter Roberson
Walter Roberson on 9 Dec 2011
To plot multiple curves on the same graph, you can use
plot(x1, y1, x2, y2)
where x1, y1 is the first set of data to graph and x2, y2 is the second set of data to graph.
Titles can be set using the title() call.
Beyond that, you will need to be more specific about what you are asking, keeping in mind that we expect you to know elementary calculus already.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!