New Reply

Function riding on another function

 
Share Thread
Jan29-13, 12:14 AM   #1
 

Function riding on another function


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.
Attached Thumbnails
deBroglie_E.jpg  
PhysOrg.com mathematics news on PhysOrg.com

>> Pendulum swings back on 350-year-old mathematical mystery
>> Bayesian statistics theorem holds its own - but use with caution
>> Math technique de-clutters cancer-cell data, revealing tumor evolution, treatment leads
Jan29-13, 01:11 AM   #2
 
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
Jan29-13, 04:18 AM   #3
 
Why not

0.1 * sin(sqrt(10^2 - x^2))
New Reply

Similar discussions for: Function riding on another function
Thread Forum Replies
Square of the Riemann zeta-function in terms of the divisor summatory function. Linear & Abstract Algebra 6
Finding the Probability distribution function given Moment Generating Function Calculus & Beyond Homework 7
Graphing Potential(V) as a function of distance (r) help fitting a power function... General Physics 5
Does a function exist (prefferably in matlab) that finds a function in noise Math & Science Software 4
[SOLVED] Dirac delta function and Heaviside step function Advanced Physics Homework 2