Develop Model Emulating Given Wave Pattern

  • Thread starter Thread starter ausmate
  • Start date Start date
  • Tags Tags
    Model Wave
Click For Summary
SUMMARY

The discussion focuses on developing a mathematical model to emulate a specific wave pattern using sine functions. The proposed solution involves a combination of sine functions, specifically the equation y=sin(x)+k(x)s(x), where k(x) modifies the amplitude based on the desired wave characteristics. The function k(x) is defined as k(x)=\frac{1}{2}\left(\frac{|r|}{r}+1\right), with r being a transformed sine function. This approach allows for the creation of a repeating wave pattern with varying amplitudes, particularly emphasizing the second and sixth waves as larger than the others.

PREREQUISITES
  • Understanding of sine functions and their properties
  • Familiarity with mathematical modeling techniques
  • Knowledge of amplitude modulation in wave functions
  • Basic calculus, particularly derivatives and transformations
NEXT STEPS
  • Research advanced sine function combinations for wave modeling
  • Explore amplitude modulation techniques in mathematical functions
  • Learn about Fourier series for complex wave pattern generation
  • Investigate graphical representation of wave functions using software tools like MATLAB or Python's Matplotlib
USEFUL FOR

Mathematicians, physicists, engineers, and anyone interested in wave pattern modeling and mathematical function manipulation.

ausmate
Messages
1
Reaction score
0
Question:
Develop a model for producing a repeating pattern of 8 waves, with 6 smaller waves of approx. the same size and the second and sixth waves much larger. The sketch below gives a general indication of the eight wave pattern.

8QPnLAZ.jpg


(Sorry for large image)

I would like to know how to "take a shot" at it, the solution must be a sine function. Can be generic, by that I mean no definite amplitude, only that the model clearly resemble the one given.

I have tried to emulate it by trial and error, combining functions such as in the form [y=sin x + 0.3sin3x] with no luck.

Thanks in advance,
-Ausmate
 
Last edited:
Physics news on Phys.org
All I could come up with was a relatively complicated solution which is of the form

[tex]y=sin(x)+k(x)s(x)[/tex]

where k(x) is equal to 1 everywhere that you want the amplitude of sin(x) to be higher, and 0 everywhere else. s(x) is a function that uses [itex]sin(x)^2[/itex] because it has a derivative of 0 where it touches the x-axis.

[tex]k(x)=\frac{1}{2}\left(\frac{|r|}{r}+1\right)[/tex]

where

[tex]r=\sin{\left(\frac{x+3\pi/2}{4}\right)}-\frac{1}{\sqrt{2}}[/tex]

and I'll leave s(x) to you if you're interested in pursuing this further.
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
6K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 7 ·
Replies
7
Views
7K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 35 ·
2
Replies
35
Views
11K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
10K
Replies
4
Views
8K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 2 ·
Replies
2
Views
4K