Determining the Equation of a Sine and Cosine Graph that speeds up

  • I
  • Thread starter FGD
  • Start date
  • #1
FGD
13
0
TL;DR Summary
What is the equation I would need to fit my function to the graph?
My function needs to speed up towards the left. How do I do this?
Wave.jpg

Green is the graph.
Red is my function that needs to match the graph.
A = Amplitude = -0.13
H = Phase Shift = 0.1625
V = Vertical Shift = 0.05
P = period = 0.4
B = 2π / P
Y = A (Cos(B (X-H) ) + V
 

Answers and Replies

  • #2
FactChecker
Science Advisor
Homework Helper
Gold Member
7,720
3,389
Using that function, there is no way to "speed up" the left side without changing the right side. The parameter B controls the "speed" evenly across the entire thing.
 
  • #3
FGD
13
0
Is there another function that would work?
 
  • #4
FactChecker
Science Advisor
Homework Helper
Gold Member
7,720
3,389
My immediate answer is to treat the two sides separately, using the same function but changing B. Is that ok? For other ideas, you should specify any additional requirements that you have.
 
  • #5
FGD
13
0
Good suggestion. You just gave me another thought. Would there be some way to alter B based on X?
The additional requirements are that this data set will be compared against multiple with the same function. My worst fit is this data set. (Again faster frequency on the left. Red is my function)
Checkmark.jpg
 
  • #6
FactChecker
Science Advisor
Homework Helper
Gold Member
7,720
3,389
Good suggestion. You just gave me another thought. Would there be some way to alter B based on X?
The additional requirements are that this data set will be compared against multiple with the same function. My worst fit is this data set. (Again faster frequency on the left. Red is my function)View attachment 264304
I don't know a good way to change B smoothly based on x, because that would change the right side. What I had in mind was something where you leave B with its current value when x > H and give it a larger value when x < H.
 
  • #7
FGD
13
0
AllData.jpg

Here is the full data set. The order is Red, Green, Pink, Yellow, Blue, Purple. If I can get this function to work then I hopefully can get each data set to morph into the next over time.
 
  • #9
FGD
13
0
Yeah something very similar to the bicubic example in that link.
 
  • #10
FactChecker
Science Advisor
Homework Helper
Gold Member
7,720
3,389
Yeah something very similar to the bicubic example in that link.
If you can use something like MATLAB, it has some fairly sophisticated curve-fitting tools. See https://www.mathworks.com/help/curvefit/multivariate-and-rational-splines.html

If MATLAB is not available to you, you might look at the free statistical package, R. The first answer here has the R code for a multivariate interpolation using a referenced package. I have no experience with it.
 

Suggested for: Determining the Equation of a Sine and Cosine Graph that speeds up

Replies
5
Views
252
Replies
24
Views
443
Replies
6
Views
681
  • Last Post
Replies
2
Views
581
  • Last Post
Replies
3
Views
782
  • Last Post
Replies
3
Views
825
Replies
6
Views
469
Replies
1
Views
474
Replies
13
Views
687
Replies
34
Views
1K
Top