Resend my activation email : Register : Log in 
BCF: Bike Chat Forums


Undergrad first year physics study material

Reply to topic
Bike Chat Forums Index -> Dear Auntie BCF... Goto page 1, 2  Next
View previous topic : View next topic  
Author Message

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 08:31 - 25 Jul 2013    Post subject: Undergrad first year physics study material Reply with quote

As I keep harping on about in most of my posts at the moment, I'm in South Korea. My girlfriend is working a lot so I have loads of idle time. This country is obsessed with studying, so... when in Rome...

I want to get up to scratch on some of the material I'll be covering in my first year of uni. I just wondered if anyone might know of any good online resources or books I can view or download?

The course is Theoretical Physics, which basically means bog-standard physics for the first couple of years.

The topics I'll be covering in my first year are:

Waves and Oscillations
'From Newton to Einstein'
'Mathematical Techniques 1'
'Mathematical Techniques 2'
Electric and Magnetic fields
Quantum Physics
C++

I know I can just punch those things into google to find them, but the problem is that the results I get are too varied, like some will be really basic and some will be far too complex - I can't really just go through it all and find the stuff that's perfectly geared towards a first year undergrad.

And I know there are a few physics bods on here who might know exactly what I should be looking at, so I thought I'd ask for some BCF guidance.

So far I'm halfway though downloading a book called 'Fundamentals of Physics, Edition 9'. Anybody know if this is a good start?

Anyone know the sort of 'mathematical techniques' I should be studying?

All info greatly appreciated.

Ta!
 Back to top
View user's profile Send private message You must be logged in to rate posts

WindyMiller
Scooby Slapper



Joined: 02 Nov 2011
Karma :

PostPosted: 09:36 - 25 Jul 2013    Post subject: Reply with quote

C++ might be relatively easy to get a head start on. You can (IIRC) download Microsoft visual studio express for free (there will be others) and go through some tutorials, plus there are all sorts of web resources for coding.

Have you tried contacting your uni department for a reading list? They'll know what texts are going to be relevant to your course (and accurate, and up-to-date).
____________________
YBR125 SV650S Triumph Sprint ST 1050
 Back to top
View user's profile Send private message You must be logged in to rate posts

J.M.
World Chat Champion



Joined: 27 Mar 2011
Karma :

PostPosted: 09:46 - 25 Jul 2013    Post subject: Reply with quote

Visual studio is bloated and crap. Never really liked it. I'd use Eclipse. That sees me through all of my development work in Java/Android. Should handle C++ nicely too, but I confess to never using that part of it.

My current Android application does use JNI to use a C++ library, but I didn't write that library. Eclipse compiles it just fine though.
____________________
2004 R1 & 2018 XSR900
 Back to top
View user's profile Send private message You must be logged in to rate posts

Rogerborg
nimbA



Joined: 26 Oct 2010
Karma :

PostPosted: 10:13 - 25 Jul 2013    Post subject: Re: Undergrad first year physics study material Reply with quote

Lord Percy wrote:
'Fundamentals of Physics, Edition 9'. Anybody know if this is a good start?

3rd Edition was required reading at the academy when I was a cadet. Can't see why it wouldn't still do today since not much has happened since the 1930's anyway.

I'd suggest that you focus on the maths aspect rather than the funky ideas, that's what screwed me up.
____________________
Biking is 1/20th as dangerous as horse riding.
GONE: HN125-8, LF-250B, GPz 305, GPZ 500S, Burgman 400 // RIDING: F650GS (800 twin), Royal Enfield Bullet Electra 500 AVL, Ninja 250R because racebike
 Back to top
View user's profile Send private message You must be logged in to rate posts

barrkel
World Chat Champion



Joined: 30 Jul 2012
Karma :

PostPosted: 10:22 - 25 Jul 2013    Post subject: Reply with quote

J.M. wrote:
Visual studio is bloated and crap. Never really liked it. I'd use Eclipse. That sees me through all of my development work in Java/Android. Should handle C++ nicely too, but I confess to never using that part of it.


I've worked as a professional developer for over 10 years, and used VS in maintaining a 500kloc codebase[1] for 6 years. VS is easily the best IDE for C and C++ development, by a long distance. Eclipse CDT is a complete joke in comparison.

VS's code completion analysis is particularly impressive - the code can be a long way short of compilable, and it still makes useful sense out of it. The debugger is very good as well; not quite as good as the Embarcadero (ex Borland) debugger for certain situations - in particular, its CPU view is a bit weak - but far better than anything I've seen in the open source world.

Eclipse also more or less sucks for Java development - I use it in my day job now - but it's the best of the free options. I could write an essay about its shortcomings, but it would be off-topic.

VS is also a lot snappier and less bloated than Eclipse. Eclipse on Linux takes ~10 seconds to boot up, while VS on Windows starts in less than a second, on the same hardware.

[1] Ironically, I was working for Borland (and later Embarcadero when they bought the tools division) and maintaining the Delphi compiler, but still using VS for code edits. Building was done with the Embarcadero tools and debugging with the Embarcadero IDE, so there was no need for VS to understand the code well enough to build it, but it was still fully functional for completion and navigation.
____________________
Bikes: S1000R, SH350; Exes: Vity 125, PS125, YBR125, ER6f, VFR800, Brutale 920, CB600F, SH300x4
Best road ever ridden: www.youtube.com/watch?v=s2MhNxUEYtQ
 Back to top
View user's profile Send private message You must be logged in to rate posts

WindyMiller
Scooby Slapper



Joined: 02 Nov 2011
Karma :

PostPosted: 11:22 - 25 Jul 2013    Post subject: Reply with quote

before this thread degenerates into a comparison of different development environments...

For learning basic C / C++, it probably does not matter at all. You may find MS VS has more examples / tutorials. You may find your uni uses MS VS. Many people do, regardless of whether eclipse is "better" or not.

To the OP, google both. make choice. learn to display "Hello World" on screen. etc.
____________________
YBR125 SV650S Triumph Sprint ST 1050
 Back to top
View user's profile Send private message You must be logged in to rate posts

Nick 50
World Chat Champion



Joined: 24 Jul 2011
Karma :

PostPosted: 11:33 - 25 Jul 2013    Post subject: Reply with quote

Which Uni are you going to again?

Most Uni's will have a module catalogue of sorts which should give some detail as to what will be covered in each module.

For instance:

https://www.ncl.ac.uk/module-catalogue/module.php?code=MEC2003

Have you tried asking the Uni? Also have they not released a reading list yet?

From the topics you have listed though, i'm guessing you will cover as part of maths:

Homogenous Second Order Differential Equations
Second Order Differential Equations with forcing
Second Order Differential Equations with resonance

I would then guess you will do 1st Order Differential equations too.

Also, if you're covering Electrics, it would be safe to assume you will cover Complex numbers in maths too.
____________________
Current Bikes: ZX7r 97 (Black Beauty), VFR400 NC24 (The banana)
Previous Bikes: Aprilia Tuono 03 (The Beast), CBR600f (97)
First bike: A GZ125 Lemon.......
 Back to top
View user's profile Send private message You must be logged in to rate posts

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 13:15 - 25 Jul 2013    Post subject: Reply with quote

Cheers all for the advice so far Karma

I'm going to Queen Mary Uni in London. (I made a 'which uni?' thread a while ago and settled on Leeds, but changed my mind as I figured Leeds will be boring as hell because I'm from there...)

I can't find much info on the uni website, but yeah the mathematical areas are probably best to get working on. Complex numbers is a good shout, if anything because it's something I've never even remotely touched on, so I'd like to.

Regarding the C++ talk. That's an optional module, so not vastly important right now. Although I'm pretty sure that's the option I'm gonna take. The other choice is 'The Universe', but I know quite a bit about that already so I'm not interested in it. So C++ it is, methinks, but first and foremost I think I'll get on with the maths stuff.

This Fundamentals of Physics book is pretty good too.

Gravy Dance!
 Back to top
View user's profile Send private message You must be logged in to rate posts

Nick 50
World Chat Champion



Joined: 24 Jul 2011
Karma :

PostPosted: 13:30 - 25 Jul 2013    Post subject: Reply with quote

I expect cake as payment lol (preferably Jamaican)

https://ph.qmul.ac.uk/intranet/undergraduates/programme?id=F340

Click on the course name for each module which opens a new page and gives quite detailed information for each module.

Mr. Green

The Maths is pretty straight in there Shocked The mock exam paper doesn't look too bad though.
4 modules for Semester 1 (3 exams 1 coursework) which isn't too bad.

I wonder how many of the "homework" on the modules stays exactly the same? If it's anything like my school it will be 100% the same.
Not that I noticed some have answers too lol Whistle
____________________
Current Bikes: ZX7r 97 (Black Beauty), VFR400 NC24 (The banana)
Previous Bikes: Aprilia Tuono 03 (The Beast), CBR600f (97)
First bike: A GZ125 Lemon.......


Last edited by Nick 50 on 13:44 - 25 Jul 2013; edited 1 time in total
 Back to top
View user's profile Send private message You must be logged in to rate posts

fatpies
World Chat Champion



Joined: 01 Mar 2011
Karma :

PostPosted: 13:42 - 25 Jul 2013    Post subject: Reply with quote

Not really an academic book, but have a read of this


https://isush4u1.files.wordpress.com/2011/09/37885_in_search_of_schrodingers_cat.pdf

It made me think wut? More than a few times
____________________
"It's easy to attack and destroy an act of creation. It's a lot more difficult to perform one"
 Back to top
View user's profile Send private message You must be logged in to rate posts

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 14:00 - 25 Jul 2013    Post subject: Reply with quote

Nick 50 wrote:
I expect cake as payment lol (preferably Jamaican)

https://ph.qmul.ac.uk/intranet/undergraduates/programme?id=F340

Click on the course name for each module which opens a new page and gives quite detailed information for each module.

Mr. Green

The Maths is pretty straight in there Shocked The mock exam paper doesn't look too bad though.
4 modules for Semester 1 (3 exams 1 coursework) which isn't too bad.

I wonder how many of the "homework" on the modules stays exactly the same? If it's anything like my school it will be 100% the same.
Not that I noticed some have answers too lol Whistle


You, sir, are a sir. Karma Karma Karma .

Not gonna lie, the amount I searched on their website was pretty minimal. Not a good sign for my potential research skills Laughing

And yeah it seems you're right about the maths, straight into it from the first maths module!
 Back to top
View user's profile Send private message You must be logged in to rate posts

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 14:02 - 25 Jul 2013    Post subject: Reply with quote

fatpies wrote:
Not really an academic book, but have a read of this


https://isush4u1.files.wordpress.com/2011/09/37885_in_search_of_schrodingers_cat.pdf

It made me think wut? More than a few times


Cheers bud, definitely gonna get stuck in with that Thumbs Up
 Back to top
View user's profile Send private message You must be logged in to rate posts

Nick 50
World Chat Champion



Joined: 24 Jul 2011
Karma :

PostPosted: 14:12 - 25 Jul 2013    Post subject: Reply with quote

Lord Percy wrote:


You, sir, are a sir. Karma Karma Karma .

Not gonna lie, the amount I searched on their website was pretty minimal. Not a good sign for my potential research skills Laughing

And yeah it seems you're right about the maths, straight into it from the first maths module!


Not a problem, glad to be of help.

I have to say, I am hugely impressed by that Uni. I couldn't believe just how much stuff is there in 1 place. Lecture notes, homework tasks, lecture recordings, reading lists, syllabus and the list goes on!!
Puts my Uni to utter shame, really does!! (I know it's all last years stuff though, but can't see it changing much)

At least it gives you lots to get your teeth into!!

Maths 1 to note, sit at the front of the lecture in case he goes down the whiteboard route again this year Laughing . I can't make out on the recordings what he is writing on the whiteboard.
Seems a decent lecturer though.
____________________
Current Bikes: ZX7r 97 (Black Beauty), VFR400 NC24 (The banana)
Previous Bikes: Aprilia Tuono 03 (The Beast), CBR600f (97)
First bike: A GZ125 Lemon.......
 Back to top
View user's profile Send private message You must be logged in to rate posts

WindyMiller
Scooby Slapper



Joined: 02 Nov 2011
Karma :

PostPosted: 14:27 - 25 Jul 2013    Post subject: Reply with quote

Wikipedia is remarkably helpful on complex numbers. It's easy to get overwhelmed with the concept of "imaginary" numbers and all the fancy terms. Ultimately, it's just a way of representing a 2-dimensional point and the basics are just geometry.

Probably worth looking at differentiation and integration as well if you haven't already. The standard stuff isn't that hard, but vector calculus will turn up somewhere and I never quite got to grips with that. I think it's one of those things that's easy when you know how, and impossible when you don't. "Waves and Oscillations" and "Electric and Magnetic fields" probably includes a big chunk of that.

And take the C++ module. That way you can get a job when you graduate even if you're not the next Stephen Hawking.
____________________
YBR125 SV650S Triumph Sprint ST 1050
 Back to top
View user's profile Send private message You must be logged in to rate posts

el_oso
World Chat Champion



Joined: 17 May 2008
Karma :

PostPosted: 21:09 - 27 Jul 2013    Post subject: Reply with quote

WindyMiller wrote:

And take the C++ module. That way you can get a job when you graduate even if you're not the next Stephen Hawking.


like any employers give a fuck about that. iirc you a 'mature' student and I'm not sure of your employment history, but unless you do a sandwich year you will find it reasonably hard to get a 'good' job in the UK without that experience. I fucked up my uni work, learnt the entire years course in two weeks and got a third. Currently working for the financial ombudsman service doing data validation. A few uni friends that did a lot better than me; 2:1 and 1st are doing similar level graduate work for not much more pay. The only person that is on a considerably more did a sandwich year with accenture and is working from home for a few hours a day as a business analyst (got a 2:1 in a computing & management course)

As for books, you NEED to learn your mathematics. Make sure you can use every diff/integration method from the core and further pure mathematics A-level course. Substitution is one of the most important. A good refresher book on calculus is a first course in mathematics by serge lang. It's quite bloated imo, but that makes it good as a general reference book.
For quantum physics I quite enjoyed 'Quantum Mechanics' (QM) by Alastair M Rae as an introduction. A not so easy to read, but more in depth book is called, intro to QM by B.H Bransden and C.J Joachain. (I have both of these, you can have them if you like).
The Physics and vibrations of waves - H. J. Pain was our go to book on waves. Was quite simple, but had everything for a 1st year student. I thought the Fourier analysis section was a bit weak but that was 2nd year stuff.
For kinematics, go into the library and pick any book from that section. This topic is so well documented and consistent literally anything called introduction to kinematics/undergrad kinematics/undergrad laws of motion will be good.
can't really recommend anything from electromag as I can't remember.
For the maths stuff, wolfram has some good introductions, but best bet is going into a local library and looking for a few book titles like differential equations and something else called linear algebra. these will be useful mostly for QM but also thermodynamics.
I would also do the C++ thing. Any introduction to C++ book will do. They will all go through more or less the same thing. logical operations, basic I/O (input/output), looping and conditional statements. Unless you find/use a good IDE (integrated development engine) like codeblocks or visual studio express, then you will get pissed off setting up a complier and linking it and then adding it to your environment etc etc. Go for codeblocks or visual studio, they both come with a complier and are ready to go out the box. Create your first 'hello world' program and be amazed, then go back and add your own complier and link it etc etc if you really want to.
____________________
Duke 390
Previous: '05 XR125L | '96 XJ600S Diversion |'05 Suzuki GSXR1000 | '05 Honda CBR125-R | '97 YZF 600R Thundercat | '11 Honda CBR250
Car: Jeep Wrangler 4.0L
 Back to top
View user's profile Send private message You must be logged in to rate posts

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 11:30 - 28 Jul 2013    Post subject: Reply with quote

My maths is far stronger than my physics, so it's good to know I'll need it! My calculus is alright, although I've not done the 'Further Pure' Maths stuff, but I'll cross that bridge when it comes. Just reading up on Complex Numbers at the moment. Actually one reason I look forward to moving from A-level physics to undergrad physics is that it'll get more mathematical, instead of the annoying ritual of just memorising facts without explanation.

the_godfather wrote:

For quantum physics I quite enjoyed 'Quantum Mechanics' (QM) by Alastair M Rae as an introduction. A not so easy to read, but more in depth book is called, intro to QM by B.H Bransden and C.J Joachain.

(I have both of these, you can have them if you like). .


Serious..?
 Back to top
View user's profile Send private message You must be logged in to rate posts

Derivative
World Chat Champion



Joined: 03 Aug 2010
Karma :

PostPosted: 21:44 - 28 Jul 2013    Post subject: Reply with quote

Preparing for first year?

Here first year is worthless (other than a 40% hurdle to continue). Second year and onwards count towards classification.

If your system is similar then I genuinely recommend you spend the time on extracurricular, or part time work, or whatever. Much better than trying to juggle everything in final year and being burned out because you spent 10 hours a day trying to get an excellent grade that ultimately is pointless.

Not that I speak from experience.
 Back to top
View user's profile Send private message You must be logged in to rate posts

Benno
World Chat Champion



Joined: 06 May 2012
Karma :

PostPosted: 22:27 - 28 Jul 2013    Post subject: Reply with quote

Derivative wrote:
Preparing for first year?

Here first year is worthless (other than a 40% hurdle to continue). Second year and onwards count towards classification.

If your system is similar then I genuinely recommend you spend the time on extracurricular, or part time work, or whatever. Much better than trying to juggle everything in final year and being burned out because you spent 10 hours a day trying to get an excellent grade that ultimately is pointless.

Not that I speak from experience.


I think it's the same at most universities. I was really pissed off that the only 98% mark I got was in first year, and therefore counted for nothing Evil or Very Mad

Definitely do as much extracurricular stuff as you can. So much free time to fill...I got so bored.

But I get bored and miserable if I have nothing to do for more than an hour. Laughing
____________________
I'm autistic. That means I'm smarter than you.
 Back to top
View user's profile Send private message You must be logged in to rate posts

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 04:30 - 29 Jul 2013    Post subject: Reply with quote

Interesting points Karma

I'm not necessarily wanting to push myself ahead because I want to be a top student or anything, it's just that I've got fuck all to do at the moment Laughing. Although of course some pre-uni preparation is never gonna be a bad thing.

Good to hear the first year is relatively unimportant and has lots of free time - I've been told this is the case in most degree subjects. I was way too much of a hermit with the A-levels I did over the past year, living in a boring little village at my gran's house, 250 miles from my home town. Admittedly it was by choice - I needed to get my head down and get serious about stuff without the burden of mates, alcohol, etc - but now a bit of free time, with the opportunity and excitement of London on my doorstep, is going to be a very welcome change.
 Back to top
View user's profile Send private message You must be logged in to rate posts

lihp
World Chat Champion



Joined: 22 Sep 2010
Karma :

PostPosted: 11:47 - 29 Jul 2013    Post subject: Reply with quote

Work on your maths.

You may think you're strong, I did the same. But then the entry to university level mathematics is mildly gradual, then all of a sudden it's like running into a wall.

Get your head around all the advanced concepts, and make sure as before, you can do all the A-Level work inside out, back to front without thinking.
____________________
covent.gardens: lihp is my most favourite member ever
 Back to top
View user's profile Send private message You must be logged in to rate posts

Nick 50
World Chat Champion



Joined: 24 Jul 2011
Karma :

PostPosted: 12:25 - 29 Jul 2013    Post subject: Reply with quote

Personally, I would completely ignore/discount that the 1st year counts for nothing.

I would consider the 1st year of a Science based degree the most important. The Maths/Physics that you will do will be the foundation for the coming years. The better you do in year 1, the easier years 2 & 3 will be.

I have seen too many who have been complacent and fobbed the 1st year off who really struggled in Year 2, simply because they just didn't have the core knowledge needed to do well.

Do you have your timetable yet?
____________________
Current Bikes: ZX7r 97 (Black Beauty), VFR400 NC24 (The banana)
Previous Bikes: Aprilia Tuono 03 (The Beast), CBR600f (97)
First bike: A GZ125 Lemon.......
 Back to top
View user's profile Send private message You must be logged in to rate posts

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 14:52 - 29 Jul 2013    Post subject: Reply with quote

Nick 50 wrote:
Personally, I would completely ignore/discount that the 1st year counts for nothing.

I would consider the 1st year of a Science based degree the most important. The Maths/Physics that you will do will be the foundation for the coming years. The better you do in year 1, the easier years 2 & 3 will be.

I have seen too many who have been complacent and fobbed the 1st year off who really struggled in Year 2, simply because they just didn't have the core knowledge needed to do well.

Do you have your timetable yet?


Cool cool Karma

Not got the timetable yet, haven't even got my A-level exam results... for all I know I might not even be successful! But to be honest I'm pretty sure it's all gravy so I'm jumping the gun.

Point taken regarding focussing on first year. I mean of course I will, but the shitloads of free time you talk of is sort of relieving. No way in hell I'm gonna stuff it up or waste my time though. Maybe I'll try 'reverse procrastination' - instead of waiting till the last minute, I'll do the opposite and get everything done at the very first minute, and enjoy the free time afterwards! Dance!

@PhilDawson - I can already do all the A-level maths stuff inside out and back to front without thinking Wink ...or at least I think I can Pale ... Laughing
 Back to top
View user's profile Send private message You must be logged in to rate posts

el_oso
World Chat Champion



Joined: 17 May 2008
Karma :

PostPosted: 22:33 - 29 Jul 2013    Post subject: Reply with quote

Lord Percy wrote:
I can already do all the A-level maths stuff inside out and back to front without thinking Wink ...or at least I think I can Pale ... Laughing


might as well try and teach yourself some undergraduate mathematics. complex calculus, solving differentials equations (ODE's/PDE's) and linear algebra will all be immensely useful. The linear algebra is quite fun, but gets immensely long winded when you have more than three variables. The good thing is, computers are good at solving these kind of problems so if you know how to re-write a problem into linear algebra you can easily use a computer to obtain all your solutions.

And yes, they are university books have somehow come to be in my possession. Think they were left at a house that I/a friend moved into and I inherently gave them a home. I don't live to far from Queen Mary, work up at Canary Wharf so not far. Don't fancy posting them all the way to Korea. I do also have a collection of .pdfs and .djvu books that I could send your way if you are interested.
____________________
Duke 390
Previous: '05 XR125L | '96 XJ600S Diversion |'05 Suzuki GSXR1000 | '05 Honda CBR125-R | '97 YZF 600R Thundercat | '11 Honda CBR250
Car: Jeep Wrangler 4.0L
 Back to top
View user's profile Send private message You must be logged in to rate posts

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 03:10 - 30 Jul 2013    Post subject: Reply with quote

the_godfather wrote:


might as well try and teach yourself some undergraduate mathematics. complex calculus, solving differentials equations (ODE's/PDE's) and linear algebra will all be immensely useful. The linear algebra is quite fun, but gets immensely long winded when you have more than three variables. The good thing is, computers are good at solving these kind of problems so if you know how to re-write a problem into linear algebra you can easily use a computer to obtain all your solutions.

And yes, they are university books have somehow come to be in my possession. Think they were left at a house that I/a friend moved into and I inherently gave them a home. I don't live to far from Queen Mary, work up at Canary Wharf so not far. Don't fancy posting them all the way to Korea. I do also have a collection of .pdfs and .djvu books that I could send your way if you are interested.


Hah yeah don't post to Korea!!!!!! I'll send you a message when I'm in London.

Cheers for the maths info Thumbs Up Karma
 Back to top
View user's profile Send private message You must be logged in to rate posts

Derivative
World Chat Champion



Joined: 03 Aug 2010
Karma :

PostPosted: 08:07 - 30 Jul 2013    Post subject: Reply with quote

Nick 50 wrote:
Personally, I would completely ignore/discount that the 1st year counts for nothing.

I would consider the 1st year of a Science based degree the most important. The Maths/Physics that you will do will be the foundation for the coming years. The better you do in year 1, the easier years 2 & 3 will be.

I have seen too many who have been complacent and fobbed the 1st year off who really struggled in Year 2, simply because they just didn't have the core knowledge needed to do well.

Do you have your timetable yet?


I'm not saying 'fob it off', but equally I really think it's silly to go balls out. Sensible working hours, say 5-6 hours a day proper work, and then relax.

I spent probably 12-13 hours a day working in first year and got 77%. What does that mean for me now? Not a lot, really. There are diminishing returns.

I think it's best to save your efforts for graded work or you run the very real risk of being burned out.
 Back to top
View user's profile Send private message You must be logged in to rate posts
Old Thread Alert!

The last post was made 12 years, 226 days ago. Instead of replying here, would creating a new thread be more useful?
  Display posts from previous:   
This page may contain affiliate links, which means we may earn a small commission if a visitor clicks through and makes a purchase. By clicking on an affiliate link, you accept that third-party cookies will be set.

Post new topic   Reply to topic    Bike Chat Forums Index -> Dear Auntie BCF... All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Read the Terms of Use! - Powered by phpBB © phpBB Group
 

Debug Mode: ON - Server: birks (www) - Page Generation Time: 0.13 Sec - Server Load: 0.26 - MySQL Queries: 13 - Page Size: 143.5 Kb