Is there any software which can plot the graph of any function provide

ritwik06
Messages
577
Reaction score
0
When the first derivative is 0, then those corresponding points represent the maxima or minima. Is it always true? What r points of inflexion? And why is the derivative 0 there? At which other points is the derivative 0?


Is there any software which can plot the graph of any function provided to it as input?

regards,
Ritwik
 
Last edited by a moderator:
Physics news on Phys.org
What is the derivative of a function? What does it mean "geometrically" (as in: relating to the graph of the function) when the derivative is 0 in a point?

Points of inflection are those points where the derivative vanishes, but there is not a minimum or a maximum (for example, the point x = 0 for the graph x3).

Finally, yes, such software exists (Mathematica, MatLab, Maple) which can plot functions in up to 3 dimensions, but is usually very expensive. You could check at your school / university / ... if they have it installed or available for students to take. But if you Google for "function grapher" or something like that, you will probably find a lot of simple ones already (http://people.hofstra.edu/steven_r_costenoble/Graf/Graf.html, for example).
 
CompuChip said:
Points of inflection are those points where the derivative vanishes, but there is not a minimum or a maximum (for example, the point x = 0 for the graph x3).
This is incorrect. A "point of inflection" is a point where the second derivative changes sign. It is not necessary that the derivative be 0 there. As long as the function is twice differentiable, it is necessary that the second derivative be 0 there.
 
Ah, you're right. I thought that "point of inflection" was synonymous with "saddle point", but the latter is just a special case. Sorry for the confusion.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top