Skip to main content
1-Visitor
August 5, 2018
Solved

Horizontal displacement of graph

  • August 5, 2018
  • 1 reply
  • 2825 views

Hello everyone

I try to draw a function several times on the same graph, but with a displacement "dx" on the axis of the abscissa as shown in the attached document.

Example.JPG

I hope you can help me.

Best answer by mpomerleau

Solution is simple

 

Define the range for the plot and the function

x:=0°,1°..360°

y(x):=sin(x)

 

Create a Plot - plot the three functions - adding the displacement to the argument.

 

y(x)

y(x+120°)

y(x+240°)

 

Capture.PNG

1 reply

12-Amethyst
August 6, 2018

Solution is simple

 

Define the range for the plot and the function

x:=0°,1°..360°

y(x):=sin(x)

 

Create a Plot - plot the three functions - adding the displacement to the argument.

 

y(x)

y(x+120°)

y(x+240°)

 

Capture.PNG

BPP1-VisitorAuthor
1-Visitor
August 6, 2018

Thank you very much

ttokoro
21-Topaz I
21-Topaz I
August 6, 2018

3-phase.png

t.t.