Final project ideas using Noether's theorem in simulation class

  • Thread starter Thread starter hj-hn-hs
  • Start date Start date
Click For Summary
The discussion centers on finding a final project idea that applies Noether's theorem in a scientific computing class, requiring C++ for problem-solving and Python for visualization. The participant is an undergraduate nearing graduation, seeking to deepen their understanding of Noether's theorem but struggling with project ideas. Suggestions emphasize selecting a topic that allows for straightforward algorithm implementation in C++ and offers clear visualization opportunities. Additionally, it's recommended to choose a subject of personal interest to maintain motivation throughout the project. The complexity of Noether's theorem is acknowledged, highlighting the challenge of integrating it into a computational project.
hj-hn-hs
Messages
3
Reaction score
1
TL;DR Summary: trying to figure out a final project idea that uses noether's theorem in my scientific computing class. i'm an undergrad about to graduate with a ba in physics.

i learned about noether's theorem a year or so ago but haven't had the chance to really sit with it and understand it, let alone try to apply the math. which leads me to now, i have 5 weeks left of my physics scientific computing class and the final project requires c++ for solving the problem(s) and python for visualizing the final system with the necessary research/math/problem solving behind it. i borrowed "emmy noether's wonderful theorem" by neuenschwander and there are lots of problems at the end of each chapter but i'm having a hard time coming up with a project idea, let alone fleshing it out with details to bring to my professor. so far if it helps, we have solved laplaces equation for a parallel-plate capacitor and modeled a damped harmonic oscillator.
 
Physics news on Phys.org
hj-hn-hs said:
i borrowed "emmy noether's wonderful theorem" by neuenschwander and there are lots of problems at the end of each chapter but i'm having a hard time coming up with a project idea, let alone fleshing it out with details to bring to my professor.

Noether's theorem is elegant but I can't see how it can povide the basis for a computational project at this level.

hj-hn-hs said:
i have 5 weeks left of my physics scientific computing class

That's not long.

hj-hn-hs said:
and the final project requires c++ for solving the problem(s)

So choose something where algorithms can be easily implemented in C++

hj-hn-hs said:
and python for visualizing the final system

So choose something that has a concrete visualization.

hj-hn-hs said:
with the necessary research/math/problem solving behind it.

So choose something where either (i) the research/math/problem solving is easy or (ii) you have sufficient natural interest to pursue the research/math/problem solving to its end.

I recommend that you pick something that interests you: music, Formula 1 motorsport, astronomy, football (any kind) statistics, whatever it is there are a number of great projects in there that will get you a good grade if done right.
 
Last edited:
  • Like
Likes hj-hn-hs and fresh_42
pbuk said:
Noether's theorem is elegant but I can't see how it can povide the basis for a computational project at this level.



That's not long.



So choose something where algorithms can be easily implemented in C++



So choose something that has a concrete visualization.



So choose something where either (i) the research/math/problem solving is easy or (ii) you have sufficient natural interest to pursue the research/math/problem solving to its end.

I recommend that you pick something that interests you: music, Formula 1 motorsport, astronomy, football (any kind) statistics, whatever it is there are a number of great projects in there that will get you a good grade if done right.
Thank you, I appreciate it!
 
Thread 'Full bridge circuit with inductor and resistor'
The above is the circuit i am calculating the inductor current. During the positive half of the sine input D1 and D3 are conducting so the circuit becomes My calculations are as below Are the above equations ok? When transitioning from +Ve cycle to -Ve sine wave does the above equations still applicable? During the negative cycle the diodes D2 and D4 are conducting and the current direction is going into the inductor same as when diodes D1 and D3 are conducting. According to me the same...