Recent content by Morbidly_Green
-
Finding the Sine Representation of an Odd Function Using Fourier Series
Since n=2 would yield a division by zero I started from the first calculable term, n=3, and as I said I forgot how important the terms before are- Morbidly_Green
- Post #11
- Forum: Calculus and Beyond Homework Help
-
Finding the Sine Representation of an Odd Function Using Fourier Series
Ah yes! Thank you, I completely forgot that you can't just ignore the first terms !- Morbidly_Green
- Post #9
- Forum: Calculus and Beyond Homework Help
-
Finding the Sine Representation of an Odd Function Using Fourier Series
Ah I didn't notice the link, it seems that yours matches with cos2x whereas I get the following plot : https://www.desmos.com/calculator/4f8ifub224- Morbidly_Green
- Post #7
- Forum: Calculus and Beyond Homework Help
-
Finding the Sine Representation of an Odd Function Using Fourier Series
When I plotted the Fourier series on top of the function cos2x they did not match- Morbidly_Green
- Post #5
- Forum: Calculus and Beyond Homework Help
-
Finding the Sine Representation of an Odd Function Using Fourier Series
Yes, this is true, but I used the formula for $$b_n$$ that assumes I do indeed have an odd function- Morbidly_Green
- Post #3
- Forum: Calculus and Beyond Homework Help
-
Finding the Sine Representation of an Odd Function Using Fourier Series
I am attempting to find the sine representation of cos 2x by letting $$f(x) = \cos2x, x>0$$ and $$-\cos2x, x<0$$ Which is an odd function. Hence using $$b_n = \dfrac{2}{l} \int^\pi _0 f(x) \sin(\dfrac{n\pi x}{l})dx$$ I obtain $$b_n = \dfrac{2n}{\pi} \left( \dfrac{(-1)^n - 1}{4-n^2} \right)$$...- Morbidly_Green
- Thread
- Cos Fourier Fourier coefficients Mathemathics Series Sine
- Replies: 12
- Forum: Calculus and Beyond Homework Help
-
Expressing the density matrix in matrix form
I see okay thank you- Morbidly_Green
- Post #3
- Forum: Advanced Physics Homework Help
-
Expressing the density matrix in matrix form
Homework Statement Given the above lambda system, is it wrong to say that the density matrix is of the form ## \rho = c_1|1> + c_2|2> + c_3|3> ## ? Hence when written in matrix form (basis of ##|i>##), ## \rho ## is a diagonal matrix who's elements are the ##c_i##s?- Morbidly_Green
- Thread
- Density Density matrix Form Matrix Quantum Quantum mechaincs
- Replies: 2
- Forum: Advanced Physics Homework Help
-
Using Stoke's theorem on an off-centre sphere
So this is taking the surface to be the circle ? Thats much simpler then, thanks!- Morbidly_Green
- Post #5
- Forum: Calculus and Beyond Homework Help
-
Using Stoke's theorem on an off-centre sphere
Apologies for that: F= (y,z,x) curl F = (-1,-1,-1) Projecting the surface on the x-y plane: Take ##\Phi = z- \sqrt{2b(x+y)-x^2 -y^2} = 0## from the equation of the surface to find the normal n. Then $$\textbf{n} = \dfrac{\nabla\Phi}{|\nabla\Phi|} = \dfrac{\left(\dfrac{x-b}{\sqrt{2b(x+y)-x^2...- Morbidly_Green
- Post #3
- Forum: Calculus and Beyond Homework Help
-
Using Stoke's theorem on an off-centre sphere
Homework Statement Homework Equations Stokes theorem $$\int_C \textbf{F} . \textbf{dr} = \int_S \nabla \times \textbf{F} . \textbf{ds}$$ The Attempt at a Solution I have the answer to the problem but mine is missing a factor of$$\sqrt 2 $$ I can't seem to find my error- Morbidly_Green
- Thread
- Sphere Stokes theorem Theorem Vector analysis
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
Python Removing previously plotted points on scatter plot; python
Homework Statement I'm plotting moving particles and I need a way to refresh the graph space with every loop. Meaning I want the points to NOT leave a trail of other points behind them . Basically I want to get rid of the old points as I plot new ones. Homework Equations N\A The Attempt at a...- Morbidly_Green
- Thread
- Matplotlib Plot Plotting Points Python
- Replies: 2
- Forum: Programming and Computer Science