Course Catalogs

You are viewing the
2014-2015 Course Catalog
Catalog
2014-2015
Department/Program:

Physics, Astronomy, and Computer Science

Majors, Minors & Degrees:

Minors

The Bachelor of Arts degree is designed for those students who want a solid physics education with a broad liberal arts background and will be pursuing further education or employment in fields other than physics or engineering. The Bachelor of Science degree is designed for those students pursuing employment or further education in physics or engineering.

Dual-Degree Engineering Program

The Dual-Degree Program is a cooperative academic program between Nebraska Wesleyan University and The Fu Foundation School of Engineering and Applied Science at Columbia University in New York; The School of Engineering and Applied Science at Washington University in St. Louis; and the College of Engineering and Technology at the University of Nebraska. The Dual-Degree Program enables a student to devote three years to the study of sciences and liberal arts at Nebraska Wesleyan before transferring to one of these schools for two years of engineering studies. This program leads to a Bachelor of Science degree from Nebraska Wesleyan and the appropriate engineering bachelor’s degree from Columbia University, Washington University, or the University of Nebraska.

The Dual-Degree Program is designed to give the student the best of both liberal arts and engineering and to provide the practicing engineer with a background in the humanities and social sciences. The program encourages engineers to be aware of the changing values and priorities of society, and to be concerned about the effects of science and technology upon the environment and the quality of life.

Engineering fields of study include the following:

Columbia University

  • Applied Mathematics
  • Applied Physics
  • Biomedical Engineering
  • Chemical Engineering
  • Civil Engineering
  • Computer Engineering
  • Computer Science
  • Earth and Environmental Engineering
  • Electrical Engineering
  • Engineering Mechanics
  • Industrial Engineering
  • Materials Science and Engineering
  • Mechanical Engineering
  • Operations Research

Washington University

  • Biomedical Engineering
  • Chemical Engineering
  • Computer Engineering
  • Computer Science
  • Electrical Engineering
  • Mechanical Engineering
  • System Science and Engineering

University of Nebraska

  • Agricultural Engineering
  • Architectural Engineering
  • Biological Systems Engineering
  • Chemical Engineering
  • Civil Engineering
  • Computer Engineering
  • Construction Engineering
  • Construction Management
  • Electrical Engineering
  • Electronics Engineering
  • Mechanical Engineering

Other information

In addition to the regular course offerings, the department provides opportunities to participate in research projects on an individual basis. These projects may be of a theoretical or experimental nature. The department is especially well equipped in digital electronics, atomic bean collisions, x-ray fluorescence and nuclear spectroscopy, astrophysics, and radiation protection.

Courses numbered below 1600 are suitable for students who are not natural science majors. They may not be counted toward a major or minor in physics.

Courses

An introduction to computational problem-solving using a programming language. Students learn the syntax and semantics of a language and apply these to the solution of mathematical problems. Students review mathematical concepts and use them as the basis of algorithmic solution during a hands-on lab. The course is recommended for all who wish to explore computer science.
Prerequisite(s): Math ACT score of at least 21 or permission of the instructor.
(Normally offered each fall semester.)

 

A laboratory supporting CMPSC 1000 Introduction to Computational Problem Solving.

A disciplined approach to the development of programs to solve problems on a computer. Topics include data types, control structures, abstraction, and software development. A lab component introduces a high-level programming language and software tools.
Corequisite(s): CMPSC 1000 Introduction to Computational Problem Solving or permission of the instructor.
(Normally offered each spring semester.)

A laboratory supporting CMPSC 1500 Program Design.

A topical course designed to investigate relevant subject matter not included in any standard courses. The title and the content will be determined by current mutual interests of students and faculty. This course may be offered to meet a requirement for a major only by approval of the department chair.

This is a research course. The student initially meets with the department chair to select a study topic and review research methods. At this time the student will be assigned a faculty resource person to guide his or her work and assist in an advisory capacity. A copy of the student's work is filed in the archives for the department. Independent study may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the department chair.

Supervised individual projects for students on topics selected by the student in consultation with the instructor. Special Projects may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the instructor.

CMPSC 1970 Internship (1-8 hours)

On-the-job training in computer science in situations that satisfy the mutual interests of the student, the supervisor, and the instructor. The student will arrange for the position in accordance with the guidelines established by the department.
Pass/Fail only.
Prerequisite(s): Permission of the instructor and approval of the department chair.

A natural continuation of CMPSC 1500 Program Design concentrating on the motivation, design, implementation, and utilization of abstract data types. Topics include linked lists, stacks, queues, trees, and recursion. A lab component is incorporated.
Prerequisite(s): Grade of "C" or better in CMPSC 1500 Program Design.
(Normally offered each spring semester.)

See PHYS 2600 Computer Architecture and Interfacing.

A laboratory supporting CMPSC 2600 Computer Architecture and Interfacing.

A topical course designed to investigate relevant subject matter not included in any standard courses. The title and the content will be determined by current mutual interests of students and faculty. This course may be offered to meet a requirement for a major only by approval of the department chair.

This is a research course. The student initially meets with the department chair to select a study topic and review research methods. At this time the student will be assigned a faculty resource person to guide his or her work and assist in an advisory capacity. A copy of the student's work is filed in the archives for the department. Independent study may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the department chair.

Supervised individual projects for students on topics selected by the student in consultation with the instructor. Special Projects may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the instructor.

CMPSC 2970 Internship (1-8 hours)

On-the-job training in computer science in situations that satisfy the mutual interests of the student, the supervisor, and the instructor. The student will arrange for the position in accordance with the guidelines established by the department.
Pass/Fail only.
Prerequisite(s): Permission of the instructor and approval of the department chair.

This course number corresponds to the "exploratory" level of experiential learning required in the Archway liberal education curriculum. Experiential learning is a process through which students expand, deepen, integrate, and apply knowledge and skills acquired in the classroom or laboratory. All experiential learning credit assumes the student is intentional about the experience, is adequately prepared for it, is taking initiative, making decisions, and assuming responsibility, and will reflect meaningfully on the learning that takes place. Instructors or sponsors are expected to create experiential learning opportunities that are authentic, and to monitor and assess the activities. The student must complete at least 20 hours of experiential learning.
Prerequisite(s): Instructor Permission.

An overview of formal models of computation and complexity classes. Topics include formal languages (finite automata, regular expressions, push-down automata, context-free grammars, and Turing machines), Church's thesis, computability, non-determinism, and NP-completeness. Same as MATH 3000 Formal Languages and Automata.
Prerequisite(s): Grade of "C" or better in either CMPSC 1500 Program Design or MATH 2200 Introduction to Higher Mathematics  and junior standing.
 

A study of the fundamental concepts of operating systems and distributed systems. Topics include process and storage management, protection and security, and the organization and coordination of systems having interacting processors. The material is illustrated by case studies.
Prerequisite(s): Grade of "C" or better in CMPSC 2410 Data Structures.
 

An introduction to the design, implementation, and management of database systems. Topics include entity-relation, relational, and object-oriented databases. A client-server database project is assigned.
Prerequisite(s): Grade of "C" or better in CMPSC 2410 Data Structures.
 

This course focuses on the communications protocols used in computer networks: their functionality, specification, verification, implementation, and performance. The course also considers the use of network architectures and protocol hierarchies to provide more complex services. Existing protocols and architectures will be used as the basis of discussion and study. Includes formal laboratory work.
Prerequisite(s): Grade of "C" or better in CMPSC 2410 Data Structures.
 

A survey of the principles and paradigms of programming languages. Topics include data types, scope and run-time storage, control structures, syntax, semantics, translation, and implementation. Paradigms discussed include: procedural, functional, logic, and object-oriented programming.
Prerequisite(s): Grade of "C" or better in CMPSC 2410 Data Structures.

A study of the techniques and theory of artificial intelligence. Topics include the history and philosophy of Al, knowledge representation, state space search, logic programming, Al languages, expert systems, natural language understanding, machine learning, and neural networks.
Prerequisite(s): Grade of "C" or better in CMPSC 3600 Programming Languages.

A topical course designed to investigate relevant subject matter not included in any standard courses. The title and the content will be determined by current mutual interests of students and faculty. This course may be offered to meet a requirement for a major only by approval of the department chair.

This is a research course. The student initially meets with the department chair to select a study topic and review research methods. At this time the student will be assigned a faculty resource person to guide his or her work and assist in an advisory capacity. A copy of the student's work is filed in the archives for the department. Independent study may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the department chair.

Supervised individual projects for students on topics selected by the student in consultation with the instructor. Special Projects may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the instructor.

CMPSC 3970 Internship (1-8 hours)

On-the-job training in computer science in situations that satisfy the mutual interests of the student, the supervisor, and the instructor. The student will arrange for the position in accordance with the guidelines established by the department.
Pass/Fail only.
Prerequisite(s): Permission of the instructor and approval of the department chair.

A systematic study of the analysis and design of algorithms, particularly those used for complex data structures and non-numeric processes. Topics include analysis of complexity, complexity classes, dynamic programming, automata-based algorithms, backtracking, and parallel algorithms.
Prerequisite(s): Grades of "C" or better in CMPSC 2410 Data Structures.

A capstone course in which students design and implement a compiler as an application of the principles of software engineering, formal language theory, algorithms and data structures. Topics include lexical analysis, parsing, symbol table management, code generation and optimization and use of compiler tools.
Prerequisite(s): Grades of "C" or better in CMPSC 2410 Data Structures and CMPSC 3000 Formal Languages and Automata.

Topics include design objectives, life-cycle model, reliability and risk assessment, maintenance, specification and design tools, implementation issues and strategies, and verification and validation.
Prerequisite(s): Grade of "C" or better in CMPSC 2410 Data Structures.

A capstone course in which student teams undertake a large software project using contemporary software engineering techniques.
Prerequisite(s): CMPSC 4300 Software Engineering I with a grade of "C" or better and junior standing.

A topical course designed to investigate relevant subject matter not included in any standard courses. The title and the content will be determined by current mutual interests of students and faculty. This course may be offered to meet a requirement for a major only by approval of the department chair.

This is a research course. The student initially meets with the department chair to select a study topic and review research methods. At this time the student will be assigned a faculty resource person to guide his or her work and assist in an advisory capacity. A copy of the student's work is filed in the archives for the department. Independent study may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the department chair.

Supervised individual projects for students on topics selected by the student in consultation with the instructor. Special Projects may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the instructor.

CMPSC 4970 Internship (1-8 hours)

On-the-job training in computer science in situations that satisfy the mutual interests of the student, the supervisor, and the instructor. The student will arrange for the position in accordance with the guidelines established by the department.
Pass/Fail only.
Prerequisite(s): Permission of the instructor and approval of the department chair.

This course number corresponds to the "intensive" level of experiential learning required in the Archway liberal education curriculum. Experiential learning is a process through which students expand, deepen, integrate, and apply knowledge and skills acquired in the classroom or laboratory. All experiential credit assumes the student is intentional about the experience, is adequately prepared for it, is taking initiative, making decisions, and assuming responsibility, and will reflect meaningfully on the learning that takes place. Instructors or sponsors are expected to create experiential learning opportunities that are authentic, and to monitor and assess the activities. The student must complete at least 40 hours of experiential learning.
Prerequisite(s): Instructor Permission.

A survey of geology and geophysics. Topics include characteristics of minerals and rocks, plate tectonics, Earth's interior, Earth history and time scales, surface processes, and ocean processes.
Three lectures per week.
One laboratory per week.

Laboratory experiments associated with PHYS 1100 Earth Science.
One laboratory per week.
Corerequiste(s): PHYS 1100 Earth Science.

A course covering some of the most critical problems facing the world today - those relating to the production, distribution, and use of energy. The basic concepts of heat, work, electricity and energy as they apply to energy use around the world will be studied. The major source of energy, their value and importance, the historical and future demand for energy and the specific environmental problems and benefits encountered will be identified.
Three lectures per week.
One laboratory per week.

Laboratory experiments associated with PHYS 1200 Energy and the Global Environment.
One laboratory per week.
Corerequiste(s): PHYS 1200 Energy and the Global Environment.

An introductory course on the solar system, stars and galaxies.
Three lectures per week.
One laboratory/observation per week.
Prerequisite(s): One year of high school algebra or permission of instructor.

Laboratory experiments associated with PHYS 1300 Astronomy.
One laboratory per week.
Corerequiste(s): PHYS 1300 Astronomy.

A survey of and explanation of weather and climate phenomena in terms of the physical characteristics and processes of the atmosphere.
Three lectures per week.
One laboratory per week.
Prerequisite(s): One year of high school algebra or permission of instructor.

Laboratory experiments associated with PHYS 1400 Introduction to Meteorology.
One laboratory per week.
Corerequiste(s): PHYS 1400 Introduction to Meteorology.

The course includes a study of vibrating systems, waves and wave propagation, resonance, intensity and loudness levels of musical sounds, tone quality, frequency and pitch, interval scales, tuning and temperament.  Room acoustics and the production of musical sounds by various musical instruments will be studied. 
Three lectures per week. 
One laboratory per week.

Laboratory experiments associated with PHYS 1500 Musical Acoustics.
One laboratory per week.
Corerequiste(s): PHYS 1500 Musical Acoustics.

The principles of classical mechanics, energy and motion designed for majors in the natural sciences. Algebra and trigonometry will be used in descriptions and problems.
Three two-hour workshop sessions per week.
Corequisite(s): MATH 1100 College Algebra, and MATH 1470 Trigonometry or Math ACT of 27 or higher, or permission of the instructor.
(Normally offered each fall semester.)

A continuation of PHYS 1600 Principles of Physics I with emphasis on waves, sound, electricity, magnetism, and elecronics.
Three two-hour workshop sessions per week.
Prerequisite(s): MATH 1100 College Algebra and MATH 1470 Trigonometry. Math ACT of 27 or higher, or permission of the instructor.
(Normally offered each spring semester.)

A course designed to treat subject matter not covered in other departmental courses. The title, content, and credit hours will be determined by current mutual interests of faculty and students. This course may be offered to meet a requirement for a major only by approval of the department chair.
Prerequisite(s): To be determined by the instructor.

Laboratory experiments associated with PHYS 1900 Selected Topics.
One laboratory per week.
Corerequiste(s): PHYS 1900 Selected Topics.

This is a research course. The student initially meets with the department chair to select a study topic and review research methods. At this time the student will be assigned a faculty resource person to guide his or her work and assist in an advisory capacity. A copy of the student's work is filed in the archives for the department. Independent study may not duplicate courses described in the catalog.
Prerequisite(s): Senior standing or permission of the department chair.

Supervised individual projects for students on topics selected by the student in consultation with the instructor. Special Projects may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the instructor.

PHYS 1970 Internship (1-8 hours)

On-the-job training for physics majors in situations that satisfy the mutual interests of the student, the supervisor, and the instructor. The student will arrange for the position in accordance with the guidelines established by the department.
Pass/Fail only.
Prerequisite(s): Permission of the instructor and approval of the department chair.

An introduction to classical mechanics, energy and motion designed for majors in the natural sciences. Elements of calculus will be used in descriptions and problems.
Three two-hour workshop sessions per week.
Corequisite(s): MATH 1500 Calculus for Management, Biological, and Social Sciences or MATH 1600 Calculus I or permission of the instructor.
(Normally offered each fall semester.)

A continuation of PHYS 2000 General Physics I with emphasis on waves, sound, electricity, magnetism, and electronics.
Three two-hour workshop sessions per week.
Prerequisite(s): MATH 1500 Calculus for Management, Biological, and Social Sciences or MATH 1600 Calculus I or permission of the instructor.
(Normally offered each spring semester.)
 

An integrated treatment of analog and digital circuits and measurements using the techniques of solid state electronics and integrated circuits. Emphasis is placed on laboratory techniques.
Three lectures per week.
One laboratory per week.
Prerequisite(s): PHYS 1700 Principles of Physics II or PHYS 2100 General Physics II, and MATH 1600 Calculus I. (Normally offered each fall semester.)

Laboratory experiments associated with PHYS 2200 Electronic Measurements.
One laboratory per week.
Corerequiste(s): PHYS 2200 Electronic Measurements.

An introduction to modern physics with emphasis on atomic and nuclear physics. Both analytical and experimental techniques will be used. Basic principles of physics and wave mechanics will be applied to atomic and nuclear models. The practical aspects of atomic and nuclear models. The practical aspects of atomic and nuclear radiation detection and safety will also be covered.
Three lectures per week.
One laboratory per week.
Prerequisite(s): PHYS 1700 Principles of Physics II or PHYS 2100 General Physics II, and MATH 1610 Calculus II or permission of the instructor.
(Normally offered each spring semester.)

Laboratory experiments associated with PHYS 2400 Introduction to Modern Physics.
One laboratory per week.
Corerequiste(s): PHYS 2400 Introduction to Modern Physics.

An introduction to health physics with emphasis on the practical aspects of radiation detection, protection, and regulation. Basic interaction of radiation with matter, biological effects of radiation, radiation dosimetry, and radiation protection regulations will be covered. Laboratory experience includes radiation spectroscopy, radiation dosimetry, environmental radiation monitoring, and radiation protection program design.
Three lectures per week.
One laboratory per week.
Prerequisite(s): PHYS 1700 Principles of Physics II or PHYS 2100 General Physics II or permission of the instructor.

Laboratory experiments associated with PHYS 2500 Introduction to Health Physics.
One laboratory per week.
Corerequiste(s): PHYS 2500 Introduction to Health Physics.

A first course in the levels of architecture of a modern computer, from digital logic, through circuits and register level components, to programming. Topics include data representation, memory organization, input/output control, interfacing, and communication.
Three lectures per week.
One laboratory per week.
Prerequisite(s): PHYS 2200 Electronic Measurements or CMPSC 1500 Program Design or permission of the instructor.

Laboratory experiments associated with PHYS 2600 Computer Architecture and Interfacing.
One laboratory per week.
Corerequiste(s): PHYS 2600 Computer Architecture and Interfacing.

A quantitative treatment of topics in planetary science, stellar physics and cosmology, with emphasis on the interaction of matter and radiation. 
Three lectures per week. 
One laboratory per week. 
Prerequisite(s): PHYS 1700 Principles of Physics II or PHYS 2100 General Physics II or permission of the instructor.

Laboratory experiments associated with PHYS 2700 Introduction to Astrophysics.
One laboratory per week.
Corerequiste(s): PHYS 2700 Introduction to Astrophysics.

A course designed to treat subject matter not covered in other departmental courses. The title, content, and credit hours will be determined by current mutual interests of faculty and students.
Prerequisite(s): Permission of the instructor and approval of the department chair.

Laboratory experiments associated with PHYS 2900 Selected Topics.
One laboratory per week.
Corerequiste(s): PHYS 2900 Selected Topics.

This is a research course. The student initially meets with the department chair to select a study topic and review research methods. At this time the student will be assigned a faculty resource person to guide his or her work and assist in an advisory capacity. A copy of the student's work is filed in the archives for the department. Independent study may not duplicate courses described in the catalog.
Prerequisite(s): Senior standing or permission of the department chair.

Supervised individual projects for students on topics selected by the student in consultation with the instructor. Special Projects may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the instructor.

PHYS 2970 Internship (1-8 hours)

On-the-job training for physics majors in situations that satisfy the mutual interests of the student, the supervisor, and the instructor. The student will arrange for the position in accordance with the guidelines established by the department.
Pass/Fail only.
Prerequisite(s): Permission of the instructor and approval of the department chair.

This course number corresponds to the "exploratory" level of experiential learning required in the Archway liberal education curriculum. Experiential learning is a process through which students expand, deepen, integrate, and apply knowledge and skills acquired in the classroom or laboratory. All experiential learning credit assumes the student is intentional about the experience, is adequately prepared for it, is taking initiative, making decisions, and assuming responsibility, and will reflect meaningfully on the learning that takes place. Instructors or sponsors are expected to create experiential learning opportunities that are authentic, and to monitor and assess the activities. The student must complete at least 20 hours of experiential learning.
Prerequisite(s): Instructor Permission.

An advanced study of the mechanics of particles, systems of particles, and rigid bodies, with an emphasis on Newton's laws, conservation of energy, and conservation of linear and angular momentum. The behavior of moving, rotating, and oscillating systems will be studied, using both analytical and numerical approaches. Lagrangian and Hamiltonian formalisms will be introduced as complementary to Newtonian mechanics. Vector calculus will be developed and used as needed.
Three lectures per week.
One recitation per week.
Prerequisite(s): PHYS 1700 Principles of Physics II or PHYS 2100 General Physics II; MATH 1610 Calculus II and computer programming skills or permission of the instructor.
Corequisite(s): MATH 2600 Calculus III or MATH 3100 Differential Equations.

This course builds upon the foundation of electromagnetism and optics developed in introductory physics, and the quantum nature of photons introduced in modern physics. Topics include electrostatic forces, fields, and potentials; magnetic forces on charges and currents; magnetic fields produced by steady currents; light as an oscillating electromagnetic field; polarization of light; ray tracing of optical systems; optical interference; and electric, magnetic, and optical properties of matter. Vector caculus will be developed and heavily used.
Three lectures per week.
One recitation per week.
Prerequisite(s): PHYS 1700 Principles of Physics II or  PHYS 2100 General Physics II; MATH 1610 Calculus II and computer programming skills or permission of the instructor.
Corequisite(s): MATH 2600 Calculus III or  MATH 3100 Differential Equations.

An advanced laboratory in which students extend and amplify the work of other courses. Work may be chosen in electrical measurements, physical optics, modern physics, or other areas of mutual interest.
Prerequisite(s): Permission of the instructor and approval of the department chair.
(Normally offered each semester.)

A course designed to treat subject matter not covered in other departmental courses. The title, content, and credit hours will be determined by current mutual interests of faculty and students.
Prerequisite(s): Permission of the instructor and approval of the department chair.

This is a research course. The student initially meets with the department chair to select a study topic and review research methods. At this time the student will be assigned a faculty resource person to guide his or her work and assist in an advisory capacity. A copy of the student's work is filed in the archives for the department. Independent study may not duplicate courses described in the catalog.
Prerequisite(s): Senior standing or permission of the department chair.

Supervised individual projects for students on topics selected by the student in consultation with the instructor. Special Projects may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the instructor.

PHYS 3970 Internship (1-8 hours)

On-the-job training for physics majors in situations that satisfy the mutual interests of the student, the supervisor, and the instructor. The student will arrange for the position in accordance with the guidelines established by the department.
Pass/Fail only.
Prerequisite(s): Permission of the instructor and approval of the department chair.

An introduction to the Schrodinger equation and its solution. Topics studied include the 1D infinite square well, simple harmonic oscillator potential, and finite rectangular well/barrier, and the hydorgen atom, including the theory of angulary momentum. Theories of atomic scattering will also be explored.
Three lectures per week.
One recitation per week.
Prerequisite(s): PHYS 2400 Introduction to Modern Physics and MATH 2600 Calculus III or MATH 3100 Differential Equations and computer programming skills or permission of the instructor.

An introduction to classical and statistical thermodynamics. Topics include the ideal gas equation of state, the First and Second Laws of Thermodynamics, the thermodynamic identity, engines and refrigerators, the thermodynamic potentials, and classical and quantum distribution functions. Vector calculus will be developed and heavily used.
Three lectures per week.
One recitation per week.
Prerequisite(s): PHYS 2400 Introduction to Modern Physics and MATH 2600 Calculus III or MATH 3100 Differential Equations and computer programming skills or permission of the instructor.

A course designed to treat subject matter not covered in other departmental courses. The title, content, and credit hours will be determined by current mutual interests of faculty and students.
Prerequisite(s): Permission of the instructor and approval of the department chair.

An opportunity for students, under the of a faculty member, to pursue scientific literature not covered in other coursework.

Individual projects of a creative nature for qualified physics students. Projects may be of a theoretical or experimental nature. Independent study may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the instructor and approval of the department chair.

Supervised individual projects for students on topics selected by the student in consultation with the instructor. Special Projects may not duplicate courses described in the catalog.
Prerequisite(s): Permission of the instructor.

On-the-job training for physics majors in situations that satisfy the mutual interests of the student, the supervisor, and the instructor. The student will arrange for the position in accordance with the guidelines established by the department.
Pass/Fail only.
Prerequisite(s): Permission of the instructor and approval of the department chair.

This course number corresponds to the "intensive" level of experiential learning required in the Archway liberal education curriculum. Experiential learning is a process through which students expand, deepen, integrate, and apply knowledge and skills acquired in the classroom or laboratory. All experiential credit assumes the student is intentional about the experience, is adequately prepared for it, is taking initiative, making decisions, and assuming responsibility, and will reflect meaningfully on the learning that takes place. Instructors or sponsors are expected to create experiential learning opportunities that are authentic, and to monitor and assess the activities. The student must complete at least 40 hours of experiential learning.
Prerequisite(s): Instructor Permission.

A course covering some of the most critical problems facing the world today - those relating to the production, distribution, and use of energy. The basic concepts of heat, work, electricity and energy as they apply to energy use around the world will be studied. The major source of energy, their value and importance, the historical and future demand for energy and the specific environmental problems and benefits encountered will be identified.
Three lectures per week.
One laboratory per week.

Energy and the Global Environment Lab is the laboratory for PHYS 5200 Energy and the Global Environment.

This course is designed to give students the opportunity for in-depth study of a physics-based concept. Topics will consist of a highly specialized area of study or revolve around issues or recent trends and innovations related to the field of physics.