How difficult is it to get a research job in industry?

AI Thread Summary
Research jobs for physicists in private companies are available but differ significantly from academic roles, often offering less control over research topics. The demand for specific skills, particularly programming, is high, and companies prefer candidates who already possess these skills rather than developing talent internally. Salaries in industry typically provide a solid middle-class income, but experiences can vary widely; some individuals report dissatisfaction with the nature of industrial research, which may involve less rigorous scientific inquiry than expected. Learning programming languages such as Java, C++, and Python is recommended, with a preference for Python due to its ease of use and versatility. For those new to programming, a combination of self-learning and formal classes can be beneficial, especially for undergraduates. Ultimately, while pursuing research in fields like medical physics is feasible, expectations should be managed regarding the nature of industrial research compared to academia.
grantwilliams
Messages
67
Reaction score
0
I realize it's very hard to get a job in research at a university with a PHD in physics, but are there many jobs at private company for physicists? If I really wanted to do research in physics would it even be possible? Could i do research in a field like medical physics if a pure physics research job is so difficult to obtain?

Thanks for any replies I really value the opinions of the people on this forum.
 
Physics news on Phys.org
There are many research jobs in industry. They are fundamentally different from research jobs in academia, though, in that the researcher has less control over the research topic.

They may be interested in building a better battery, not string theory.
 
How difficult is it to obtain a research job in industry? Do they pay enough to support a family, say a wife and 3 kids?
 
grantwilliams said:
How difficult is it to obtain a research job in industry? Do they pay enough to support a family, say a wife and 3 kids?

The level of difficulty really depends on the skills you have. It seems to me these days, industry is less willing to develop its own talent. Rather, it wants to hire people who already have the skills needed.

So, if you have desirable skills finding a job should not be difficult.

And what are desirable skills? Well, you could look at what industry wants right now and then take a few years to develop those skills. But the problem is, those skills may not be as desirable in a few years.

One skill that seems like a good bet is programming.

Typically, industry pays solid middle-class wages.
 
I was massively disappointed by my research job in industry. I worked as a supposed mathematical modeller. My supervisor had a BS in engineering and didn't know how to take a basic limit of the kind you learn as a first year undergrad, yet called himself a mathematical modeller. The job involved putting data into spreadsheets and doing a series of random types of analysis until one gave the answer that they wanted to have. They then gave these fabricated numbers to funding bodies in order to get research grants (it was a renewable energy company).

Sorry if this comes across as a rant. My point is that you may be seriously disappointed if you expect industrial research to be anything like academic research. Then again this was just one company, there may be better companies out there.
 
lisab said:
One skill that seems like a good bet is programming.

What sort of programming languages would be best to learn? I am currently teaching myself Java, but I think maybe C++ could be more helpful? Or possibly something like python?
 
Madness what sort of degree do you have if you don't mind me asking?
 
A masters degree in mathematical physics. There were a few PhDs at the company, but they entered at the same level as someone with a BS. I think I was the only non-engineer at the company.
 
Well so far everything i have found has been a little disheartening. I really want to do some sort of original research, but i guess industry doesn't sound so bad. Maybe i could work for the computer industry and help with the physics of making more efficient transistors or a similar job.
 
  • #10
grantwilliams said:
What sort of programming languages would be best to learn? I am currently teaching myself Java, but I think maybe C++ could be more helpful? Or possibly something like python?

Yes, yes, and yes. Those three are a good start ;) C++ and Java are very close in structure and syntax, so not a big deal to know both. Python is just, well, awesome. Ok, not in all aspects, but for certain things (fast prototyping of an idea) it is. Plus it's really easy to learn.
 
  • #11
Soveraign

Would you recommend taking classes or just self learning the material? I took AP programming AB & BC in high school so I think I would have a decent base in java to teach myself?
 
  • #12
I suppose that depends. Are you still an undergrad? In grad school? If an undergrad, taking classes certainly wouldn't hurt. Full disclosure: I have degrees in both comp sci and physics so I'm biased. I have found the comp sci background to be extremely useful since I encounter multiple languages and large software structures daily, and I plan to leverage that when I finish my Ph.D. in the next year or so.

Of course the reality is programming in any language can be self tough if you have good resources and the dedication (or just really enjoy it). The drawback is that you might learn bad habits or not get exposed to large scale thinking.
 
  • #13
I am actually an incoming freshman so I can easily squeeze in some comp sci classes
 
  • #14
Soveraign said:
I suppose that depends. Are you still an undergrad? In grad school? If an undergrad, taking classes certainly wouldn't hurt.

Some people learn better with self-learning. One thing about employers is that they don't care where and how you learned programming. I've taken exactly one formal college course on computer programming in my entire life, and it's something that you can take for free on the web now.
 
Back
Top