How Can a Lazy Student Get Motivated to Self-Educate in Physics?

  • Thread starter Thread starter Zandorian
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the challenges of self-motivating to learn physics as a community college student majoring in computer science. Participants explore methods for self-education in physics, the differences between self-study and formal education, and resources available for learning physics concepts.

Discussion Character

  • Exploratory
  • Conceptual clarification
  • Debate/contested
  • Homework-related

Main Points Raised

  • One participant expresses a desire to self-educate in physics equivalent to a bachelor's degree but admits to feeling lazy and seeks motivation.
  • Another participant suggests using MIT's OpenCourseWare as a resource for lecture videos and course materials.
  • Some participants emphasize the importance of continuous learning beyond a bachelor's degree and the need for practical application of concepts to gain deeper understanding.
  • There are discussions about the limitations of self-study compared to formal education, particularly regarding laboratory experience and the rigorous curriculum required for a physics degree.
  • One participant highlights the necessity of strong mathematical skills in physics, noting that many physics majors take extensive math courses.
  • Another participant proposes that integrating interests, such as game development, with physics simulations could foster motivation and deeper engagement with the subject.
  • Several participants share resources and suggestions for coding projects that could enhance understanding of physics concepts through practical application.

Areas of Agreement / Disagreement

Participants express a range of views on the feasibility of achieving a physics education through self-study alone, with some emphasizing the differences between self-education and formal degrees. There is no consensus on the best approach to self-motivation or the adequacy of resources available for self-learners.

Contextual Notes

Participants note the absence of laboratory experience in self-study, which is typically part of a formal physics education. There are also discussions about the varying quality of instruction in formal settings, which may affect motivation and understanding.

Who May Find This Useful

This discussion may be useful for students considering self-education in physics, individuals interested in integrating computer science with physics, and those seeking motivation and resources for independent study in STEM fields.

Zandorian
Messages
42
Reaction score
0
I am a 21-year-old community college student. I am majoring in CS, but I plan on giving myself a self-education in physics equivalent to a bachelor's degree.

My problem is I am lazy... :)
How can I motivate myself to learn? Also, is there a good sample of a physics curriculum at an Ivy League school like MIT on the net somewhere?
 
Physics news on Phys.org
go to http://ocw.mit.edu . You can watch the Physics lecture videos from MIT there. They also have course notes and things of that form.
 
You'll never technically know.

Just keep learning. Don't just stop because you reached Bachelor Degree level.
 
Zandorian said:
is there a good sample of a physics curriculum at an Ivy League school like MIT on the net somewhere?

Most colleges and universities post the requirements for their degrees (including physics) on their Web sites. You'll also often find syllabi for individual courses, lecture notes, etc. Or are you thinking of something else?
 
jtbell said:
Most colleges and universities post the requirements for their degrees (including physics) on their Web sites. You'll also often find syllabi for individual courses, lecture notes, etc. Or are you thinking of something else?

That is still skewed though.

He won't be writing exams, and if he chooses to, he won't be mark them with the rigour a professor might.

All that stuff.

If you are going into self-study, worry less about what you need to know for a Bachelor's and learn what you want to know. And, most importantly challenge yourself with your own questions.
 
Zandorian said:
I am a 21-year-old community college student. I am majoring in CS, but I plan on giving myself a self-education in physics equivalent to a bachelor's degree.

My problem is I am lazy... :)
How can I motivate myself to learn? Also, is there a good sample of a physics curriculum at an Ivy League school like MIT on the net somewhere?

I've been accused of bursting people's bubbles, so here I go again...

There is a difference between doing a self-study, and getting a "bachelor's degree" in physics. You should not confuse between the two. A B.Sc degree in physics has to fulfill a certain set of requirements, both by the school and by the students, especially in terms of curriculum. Unless you have a full blown physics laboratory at your disposal, you will not have any laboratory experience that is required out of every physics majors. Thus, already what you will learn is missing what undergraduate physics major will have to go through.

Take note also that learning physics involves more than just reading a book. You get a superficial knowledge of the subject matter simply from doing that. It is when you have to tackle a particular problem and apply the concept into that can you demonstrate a knowledge beyond just the superficial level. This is what is required out of a physics major.

Being a physics major also doesn't mean just learning physics. A large part of it is learning mathematics. It is why most physics majors take a lot of calculus and differential equations classes, and even mathematical physics classes. You need A LOT of mathematical skills to do physics.

Moral of the story: don't delude yourself into thinking that you can get the same, equivalent level of education as a physics major. Just study it at your own pace and consider that as an added knowledge.

Zz.
 
ZapperZ said:
I've been accused of bursting people's bubbles, so here I go again...

Zz.

It's not bursting the bubble. It's being real about it.

We are all have our share of bubbles that need to burst.
 
I've been accused of bursting people's bubbles, so here I go again...
You remind me of a couple of the physics majors in my QM class. Trying to tell me that QFT would be completely useless to an electrical engineer. What they don't realize is that for me, physics is more like a hobby. It just wouldn't be fun if I had to do it as a job.
 
  • #10
Manchot said:
You remind me of a couple of the physics majors in my QM class. Trying to tell me that QFT would be completely useless to an electrical engineer. What they don't realize is that for me, physics is more like a hobby. It just wouldn't be fun if I had to do it as a job.

So how does that remind you of your physics majors? I did say that study it in terms of getting extra knowledge, not with the intention of getting the same level as a physics major.

Zz.
 
  • #11
So how does that remind you of your physics majors? I did say that study it in terms of getting extra knowledge, not with the intention of getting the same level as a physics major.
Oh, don't worry, it does nothing more than remind me. Mostly due to the fact that a) one of them used the phrase "burst your bubble" and b) we were talking about non-physics majors learning physics on the side. :wink:
 
  • #12
EbolaPox said:
go to http://ocw.mit.edu . You can watch the Physics lecture videos from MIT there. They also have course notes and things of that form.

Wow. This is something! Thanks a lot for posting this.:smile:
 
  • #13
Zandorian: do you enjoy games; if so then perhaps you can gear that towards a passion in creating Physics simulations OR realtimes Physics Simulations. This way you would be integrating your studies of computer science with your interest in physics...and slowly you will begin your pursuit of a higher level in physics(with or without a academic foundation in physics)...

The key is to get started on coding your own 3D engine which will lead to a physics engine and then the higher more complex stuff.

I hope your college is geared towards programming...I suggest the following

[0] Look at libsdl.org (or search SDL-simpledirectmedia layer
[1] If you can get your hands on David Eberly's Code...Its not open source
so if you can't find it go buy the book because the majority comes with it.
[2] Pick up an OpenGL book (the bible, primatech series or redbook)
[3] gamedev.net
[4] ogre3d...u can start with ogre3d if you want because its prebuilt and you can begin coding physics stuff...but you'd need to learn to compile all the stuff.
[5] Pick up a good standard intro to physics text like Serway
[6] Numerical Recipes in C or C++(very IMPORTANT)
[7] Data Structures TExt(or look at STL)
[8] Flocks & boids may be a good first sim to do.

if you begin to build an interest in building sims that may lead you to a higher interest in building physics sims eg.
RigidBody,Particle COllisions,Billiards,Astrophys Sims(cosmo/stellar), thermal models, even moleculaar modelling, ragdoll physics, solid states/crystal geometry etc.

I found that once th ecoding interest and behavoiur to code non-stop was there the physics came naturally(but then again I did the physics first).

Once you have a proper rendering schematic...look to
code the
[0] first the Motion Equations,without mass
[1] motion equations with mass/Forces
[2] MultiBody Problems(learn scene Managment)
[3] Rotational Physics(i'm on this stage)
[4] Lastly whatever advanced physics you would like to go to...
(i'm looking to go into astrophys/planetary/molecular modelling

Its a long journey but i think its worth it.
Hope that helps.
 
  • #14
Thanks for all your advice guys. I have known about MIT OCW. I have been using it a lot because my physics prof SUCKS. He isn't very good at explaining things.

thanks again
 
  • #15
neurocomp2003 said:
Zandorian: do you enjoy games; if so then perhaps you can gear that towards a passion in creating Physics simulations OR realtimes Physics Simulations. This way you would be integrating your studies of computer science with your interest in physics...and slowly you will begin your pursuit of a higher level in physics(with or without a academic foundation in physics)...

The key is to get started on coding your own 3D engine which will lead to a physics engine and then the higher more complex stuff.

I hope your college is geared towards programming...I suggest the following

[0] Look at libsdl.org (or search SDL-simpledirectmedia layer
[1] If you can get your hands on David Eberly's Code...Its not open source
so if you can't find it go buy the book because the majority comes with it.
[2] Pick up an OpenGL book (the bible, primatech series or redbook)
[3] gamedev.net
[4] ogre3d...u can start with ogre3d if you want because its prebuilt and you can begin coding physics stuff...but you'd need to learn to compile all the stuff.
[5] Pick up a good standard intro to physics text like Serway
[6] Numerical Recipes in C or C++(very IMPORTANT)
[7] Data Structures TExt(or look at STL)
[8] Flocks & boids may be a good first sim to do.

if you begin to build an interest in building sims that may lead you to a higher interest in building physics sims eg.
RigidBody,Particle COllisions,Billiards,Astrophys Sims(cosmo/stellar), thermal models, even moleculaar modelling, ragdoll physics, solid states/crystal geometry etc.

I found that once th ecoding interest and behavoiur to code non-stop was there the physics came naturally(but then again I did the physics first).

Once you have a proper rendering schematic...look to
code the
[0] first the Motion Equations,without mass
[1] motion equations with mass/Forces
[2] MultiBody Problems(learn scene Managment)
[3] Rotational Physics(i'm on this stage)
[4] Lastly whatever advanced physics you would like to go to...
(i'm looking to go into astrophys/planetary/molecular modelling

Its a long journey but i think its worth it.
Hope that helps.


sure did, thanks, and good idea
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 71 ·
3
Replies
71
Views
4K
  • · Replies 22 ·
Replies
22
Views
7K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
Replies
32
Views
3K