== What is the answer to the max volume as there are 3 values?
== -10,10.657 (zero y value)(root),-0.657 (zero y value)(root)
Sorry, those values are the zeros of V(x); I used them to show where the effective min and max x values were. If you plot V(x) between -11 and +11, you should see that the 2nd and 3rd roots correspond to the limits of the x values for a real volume.
The maximum volume is given at the root of the d/dx V(x) which gives a real result, ie ~6.733.
When you write "V(roots[0)=" what is the [ for?
That's the character you type to get a vector (strictly 'array') index placeholder. Most languages tend to use parentheses or brackets for vector indexing (eg, v(1) or v[1]), but Mathcad uses a subscripted index (unfortunately, I don't know how to show subscripts in this forum); typing v[1 gives access to the element of v with index 1 (Mathcad array indexing is zero-based by default).
Just to confuse beginners, there is another type subscript, the 'literal subscript' - type v.1 to get an example. In an indexed subscript, the subscript can be a number, variable, or other expression that evaluates to an integer. A literal subscript, however, is part of the name; it allows names such as epsilon0 to be expressed as they would appear in a text book.
Look them up in Help.
== Also how did you add another placeholder to the graph?
On the x and y axes, just type ',' then the new expression -this will plot the new expression (provided it's correct, of course).
The value root[0 is implemented as a 'marker'. Each 2D plot allows the user to put two markers on each axis, and is intended to allow the user to display a straight line running up (x axis) the plot or across (y axis) it. You set these by double-clicking on the plot to bring up the control dialog box and then allowing markers - again, see Help.