Function riding on another function

  • Thread starter Thread starter preposterous
  • Start date Start date
  • Tags Tags
    Function
AI Thread Summary
The discussion focuses on how to express the function sin(x) where the x-axis is defined by another function, specifically along a half circle. The user seeks to create a wrapped function, similar to the De Broglie wavelength, using f1 = 0.1*sin(x) with f2 = sqrt(10^2 - x^2). Although this setup typically fails the vertical line test, the small amplitude of the sine function relative to the circle's radius allows for its application. An example in polar coordinates is provided, illustrating the relationship between r and theta. The conversation emphasizes the mathematical relationships needed to achieve this function wrapping.
preposterous
Messages
3
Reaction score
0
How do I write sin(x) where the x-axis is a function itself. For example, I want to write sin(x) along a half circle. I need to "wrap" the function, similar to "De Broglie wavelength" in image below.

More specifically, I want to write f1 = 0.1*sin(x) the where the x-axis is f2 = sqrt(10^2 - x^2).

I know that this generally will not pass the vertical line test. But for my application it will becuase the sin(x) has small amplitude compared to the circle radius.
 

Attachments

  • deBroglie_E.jpg
    deBroglie_E.jpg
    5.9 KB · Views: 481
Mathematics news on Phys.org
Hey preposterous.

One example like the diagram in your post would be in polar co-ordinates:

r = 1 + 0.5*cos(theta)

where in cartesian co-ordinates you use the relationship:

r^2 = x^2 + y^2 and

tan(theta) = y/x
 
Why not

0.1 * sin(sqrt(10^2 - x^2))
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Replies
4
Views
2K
Replies
9
Views
2K
Replies
2
Views
1K
Replies
4
Views
2K
Replies
1
Views
2K
Replies
4
Views
2K
Replies
3
Views
2K
Back
Top