Skip to main content
1-Visitor
November 23, 2011
Solved

Plotting a graph of the function f(x)

  • November 23, 2011
  • 8 replies
  • 22149 views

Hi all,

I am a newbie to the usage of mathcad and could do with some step by step help from you experts out there.

I have a mathcad problem:

I want to plot a graph of the function f(x) from the equation;

f(x) = x(14-7x)(16-7x)

4(4-x)^2

I do not want to show the equation in the worksheet (and so imagine there will be some packets of data on the sheet somewhere that can be referenced to).

From the information I need to plot a graph of the function f(x) (repeated myself didn't I).

I would like the graph needs to cover the interval [0, 2.68] in the x direction and [0, 80] in the y direction.

If anybody can help (step by step because I'm thick....lol). I woul;d be really grateful.

Paul

Best answer by Fred_Kohlhepp

Mathcad will evaluate rhe inequality as a boolean expression (1 for true, 0 for false.) You can also use if/otherwise.

8 replies

23-Emerald I
November 23, 2011

Paul Sunderland wrote:

Hi all,

I am a newbie to the usage of mathcad and could do with some step by step help from you experts out there.

I have a mathcad problem:

I want to plot a graph of the function f(x) from the equation;

f(x) = x(14-7x)(16-7x)

4(4-x)^2

I do not want to show the equation in the worksheet (and so imagine there will be some packets of data on the sheet somewhere that can be referenced to).

From the information I need to plot a graph of the function f(x) (repeated myself didn't I).

I would like the graph needs to cover the interval [0, 2.68] in the x direction and [0, 80] in the y direction.

If anybody can help (step by step because I'm thick....lol). I woul;d be really grateful.

Paul

I'm assuming you can't find the help files! This is basic stuff.

1-Visitor
November 23, 2011

Fred,

thank you for your assistance.

I know this is basic stuff but I am new to mathcad and learning the ropes.

I haven't found the help files yet (but will now they have been mentioned).

Obviously this isn't the exact or full question on the topic as I intend to work through it and by gleening a few similar examples I will quickly become proficient.

After the equation is (0<x<16), will that be difficult to add or do I just type it in (after all this is wysiwyg??)

I got the feeling that I had to add in a couple of matrices or blocks of data to evalute into the plot with x:= and y:= and so on(but your solution does the business).

thank you for your valuable input

Pau

23-Emerald I
November 24, 2011

Mathcad will evaluate rhe inequality as a boolean expression (1 for true, 0 for false.) You can also use if/otherwise.

24-Ruby IV
November 24, 2011

You can not only plot a graph but do an analyses the function (as my students):

yxanal.png

And zeros too:

zeros.png

24-Ruby IV
November 24, 2011

Hello!

Please see the attachment. And you have forgotten to mention what version of Mathcad you use?

24-Ruby IV
November 24, 2011

And what about Mathcad Prime?

1-Visitor
November 24, 2011

Sorry guys, should have mentioned, mathcad 14

Thank you all, I know who to contact in future, you have all been great.

And once again thank you to Fred who sparked the initial idea