- #1
Rustydorm
- 2
- 0
Hi
I have a case where a wave with an amplitute 'A' progresses with a particular velocity 'v'. The wave is such that the amplitude at x=0 increases to particular value and stays there for the entire time
some thing like below.
at time(t)=0
x(position) = 0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1
y(Amplitude) =1,0,0,0,0,0,0,0,0,0
at t=1
x= 0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1
y=1,1,0,0,0,0,0,0,0,0
at t=2
x= 0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1
y=1,1,1,0,0,0,0,0,0,0
at t=3
x= 0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1
y=1,1,1,1,0,0,0,0,0,0
and so on...until for all of x values, y = 1
This is for discrete points. Is there any continuous function for this kind of wave?
Can you define this wave using a equation or a mathematical function? How do you call this wave? Anyone kindly help me with it. I am expecting a function with variables such as y= f(A,v,x,t).
Thanks :)
I have a case where a wave with an amplitute 'A' progresses with a particular velocity 'v'. The wave is such that the amplitude at x=0 increases to particular value and stays there for the entire time
some thing like below.
at time(t)=0
x(position) = 0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1
y(Amplitude) =1,0,0,0,0,0,0,0,0,0
at t=1
x= 0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1
y=1,1,0,0,0,0,0,0,0,0
at t=2
x= 0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1
y=1,1,1,0,0,0,0,0,0,0
at t=3
x= 0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1
y=1,1,1,1,0,0,0,0,0,0
and so on...until for all of x values, y = 1
This is for discrete points. Is there any continuous function for this kind of wave?
Can you define this wave using a equation or a mathematical function? How do you call this wave? Anyone kindly help me with it. I am expecting a function with variables such as y= f(A,v,x,t).
Thanks :)