cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

How can I change this graph?

jlee-2
1-Newbie

How can I change this graph?

24.PNG

I want to find each point when it reach 5*10^6.

And then I want to connect each point.

when all work is finished, it will be made one line.

could you give me advice?

15 REPLIES 15
Werner_E
24-Ruby V
(To:jlee-2)

Maybe something like this:

1.png

Thanks Werner

I think you misunderstand my thinking

25.PNG

I want to express a line.

you can see a line "5*10^6"

P(v,theta) is variable when theta is changed.

All curve cross a line. and the dotes are exist when "5*10^6" line is crossed

I want to connect these dotes. After that, I want that it express "plot"

RichardJ
19-Tanzanite
(To:jlee-2)

If Werner misunderstands what you want, then so do I. Werner proposed creating a solve block that is a function, v_5M, that will return the value of v that makes P equal to 5*10^6 W, for a given angle alpha. So then you can plot that value of v versus the angle, alpha. If you don't want a plot of v versus angle (alpha or theta), what do you want to plot?

26.PNG

I want to express following picture shape.

thank you for answering my question

Werner_E
24-Ruby V
(To:jlee-2)

jinsuk Lee wrote:

I think you misunderstand my thinking

Thats quite possible.

I want to express a line.

you can see a line "5*10^6"

Yes, but obviously that horizontal marker is not what you are after.

P(v,theta) is variable when theta is changed.

I know that P is a function in speed and angle.

All curve cross a line. and the dotes are exist when "5*10^6" line is crossed

Yes, and my function v_M5(alpha) will get you the speed v for which P(v, alpha) equals that value (5 MW). This should help you to get the "dots" you are talking about.

I want to connect these dotes. After that, I want that it express "plot"

From what you describe here, all you would get is a horizontal straight line segment. I can hardly imagine that that is what you want.

So it would be necessary that you describe in a better way what you are after and what exactly you would like to see in your new plot.

26.PNG

Werner, I want to express following picture.

your method is possible to express it?

Werner_E
24-Ruby V
(To:jlee-2)

We see a completely different power function here than the one you provided.

How does this relate to your original question (5 MW line)?

You already have the plot power versus speed.

May I ask what you mathematical and your technical background is?

But my curve don't stop when p is 5*10^6.

continually, it increase such as following picture24.PNG

I need to stop when p is 5MW depending on each theta.

when each theta dotes are get, they can connect look like a line.

therefore, when all work finished, I can express upper a completed picture.

Do you understand?

Werner_E
24-Ruby V
(To:jlee-2)

jinsuk Lee wrote:

But my curve don't stop when p is 5*10^6.

continually, it increase such as following picture

I need to stop when p is 5MW depending on each theta.

So the question was that the power functions you created do not look like the ones you expected and we should know by looking at the picture what you have done wrong? Very optimistic, indeed.

It looks your calculations are wrong and you arrived at a completely wrong power function. Do you rally want to cut it off like P(v,theta):=if(P(v,theta)>5*10^6 W, 5*10^6 W; P(v,theta)). This would look to crude for me.

Usually what you experience means that you have to go back to the very beginning, find the error in your calculation or in your thoughts and do it all again.

I am sorry to say so, but I get the impression that you are desperately swamped by the task you are working on and that your inexperience with Mathcad and the English language is just a small part of the problem. Maybe it would be a good idea to go out and search technical/mathematical help in your surroundings.

Oh no.

my work is not wrong. I checked.

I need to transform my graph.

27.PNG

I can get eah dote abou theta when P is 5MW

I need to make a line by connecting each dote.

After all wor is finshed, I can get upper power curve that I draw.

Is it possible to express by using "IF function"?

Werner_E
24-Ruby V
(To:jlee-2)

Is it possible to express by using "IF function"?

Why don't you give it a try?

RichardJ
19-Tanzanite
(To:jlee-2)

I don't see that the angles have anything to do with what you are asking for. You just need

P:=if(P<5MW,P,5MW)

I doubt that has anything to do with reality, but it will give you a graph that never gets higher than 5MW.

thank you~

jlee-2
1-Newbie
(To:jlee-2)

I clear my mission. it is due to just" CTOL".

I changed value "CTOL" and then I solve my problem

Thank you Werner and Richard.

Top Tags