Hi! Can someone explain about Differential Equations?

Sandra Jane
Messages
2
Reaction score
3
Homework Statement
What is exactly Differential Equations?
Relevant Equations
Please use general equation examples so I can understand
So I'm new to engineering and have studied some of the calculus but until now, I still have a hard time to understand what is exactly Differential Equations, what is it for and how can I use it in the future classes as an Engineering Physics student
 
Physics news on Phys.org
Welcome to PF.

Sandra Jane said:
Differential Equations, what is it for and how can I use it in the future classes as an Engineering Physics student
You will use Differential Equations a lot in Engineering Physics. For example, you will analyze electronic circuits that have inductors and capacitors in them using Differential Equations that describe the voltages and currents and how they vary with time.

https://en.wikipedia.org/wiki/Inductor

1780242899117.webp



https://en.wikipedia.org/wiki/Capacitor

1780242974076.webp
 
It's an equation where the change of a variable is involved. That is very common and there are thousands of examples. Here are a couple simple ones:
1) The population, ##P##, of a country changes based on birth rate, ##r_{babies}##, and death rate, ##r_{deaths}##. So we get an equation like ##dP/dt = r_{babies}*P -r_{deaths}*P##
2) The average air temperature, ##T##, changes based on the amount of sunlight, ##S##. So we get an equation like ##dT/dt = \lambda S##.
 
It may be worth noting that Newton's second law is a differential equation, as it involves the acceleration of a particle ( which is second time derivative of displacement):
$$F = ma = m\frac{d^2x}{dt^2}$$In many cases, the force is a function of displacement. E.g. in a spring or simple pendulum we have ##F =-kx##, where ##k## is a positive constant. This leads to the differential equation for simple harmonic motion:
$$\frac{d^2x}{dt^2} = -\frac k m x$$That might be the first differential equation that a lot of students encounter.
 
  • Like
Likes   Reactions: sbrothy
PeroK said:
It may be worth noting that Newton's second law is a differential equation, as it involves the acceleration of a particle ( which is second time derivative of displacement):
$$F = ma = m\frac{d^2x}{dt^2}$$In many cases, the force is a function of displacement. E.g. in a spring or simple pendulum we have ##F =-kx##, where ##k## is a positive constant. This leads to the differential equation for simple harmonic motion:
$$\frac{d^2x}{dt^2} = -\frac k m x$$That might be the first differential equation that a lot of students encounter.
I like Newton's law as an example of a simple differential equation. I find it easy to wrap my head around it. Later ones not so much, but it's a good start.

EDIT: And you say exactly that. Sorry. Didn't see your last sentence. So typical of me. I really have to work on that.
 
Sandra Jane said:
Homework Statement: What is exactly Differential Equations?
Relevant Equations: Please use general equation examples so I can understand

So I'm new to engineering and have studied some of the calculus but until now, I still have a hard time to understand what is exactly Differential Equations, what is it for and how can I use it in the future classes as an Engineering Physics student
A differential equation is an equation that relates a quantity to how that quantity changes.

Since physics is fundamentally about change—motion, heat flow, electric fields, waves, quantum systems—differential equations become one of the main languages of physics and engineering.


Start with a simple example​


Suppose you're driving a car.


  • Position: x(t)x(t)x(t)
  • Velocity: v(t)v(t)v(t)

From calculus:


  • Velocity is the derivative of position:

    v=dxdtv = $\frac{dx}{dt}v=dtdx$

If someone tells you:

dxdt=20\frac{dx}{dt}=20dtdx=20
they are saying:


"The position changes at 20 meters per second."

This is a differential equation.


The solution is:

x(t)=20t+Cx(t)=20t+Cx(t)=20t+C
where CCC is the starting position.


Notice what happened:


  • The differential equation described a rule of change.
  • The solution told us the actual motion.

That's the essence of differential equations.




Why physics uses them​


Most physical laws describe rates of change, not final answers.


For example, Newton's Second Law:

F=maF = maF=ma
Since acceleration is the derivative of velocity,

a=d2xdt2a = \frac{d^2x}{dt^2}a=dt2d2x
Newton's law becomes:


F=md2xdt2F=m\frac{d^2x}{dt^2}F=mdt2d2x


This is a differential equation.


The equation itself is the law of nature. Solving it tells you how an object moves.




A real engineering physics example​


Imagine a mass attached to a spring.


According to Robert Hooke:

F=−kxF=-kxF=−kx
Using Newton's law:

md2xdt2=−kxm\frac{d^2x}{dt^2}=-kxmdt2d2x=−kx
or

md2xdt2+kx=0m\frac{d^2x}{dt^2}+kx=0mdt2d2x+kx=0
This differential equation describes:


  • springs
  • vibrations
  • molecules
  • bridges
  • electrical oscillators

Its solution is a sine/cosine wave.


So one differential equation explains many real systems.




Where you'll see differential equations in your degree​


As an Engineering Physics student, you'll encounter them almost everywhere.


Mechanics​


Motion of particles, rockets, pendulums, planetary orbits.


Example:

md2xdt2=F(x,t)m\frac{d^2x}{dt^2}=F(x,t)mdt2d2x=F(x,t)

Electricity and Magnetism​


Maxwell's equations are differential equations.


They describe:


  • electric fields
  • magnetic fields
  • electromagnetic waves
  • radio communication

Circuits​


An RC circuit satisfies:

RCdVdt+V=V0RC\frac{dV}{dt}+V=V_0RCdtdV+V=V0
This tells you how capacitors charge and discharge.


Heat Transfer​


The temperature in an object changes according to differential equations.


Engineers use these to design:


  • engines
  • batteries
  • processors
  • cooling systems

Waves​


Sound waves, water waves, light waves:


all come from differential equations.


Quantum Mechanics​


The famous Erwin Schrödinger equation is a differential equation.


Solving it predicts:


  • atomic structure
  • chemical bonds
  • semiconductors
  • lasers



An intuition that helps​


Think of differential equations as:


"Instructions for how a system changes."

An ordinary algebra equation tells you what something is.


Example:

y=3x+2y=3x+2y=3x+2
A differential equation tells you how something evolves.


Example:

dydx=3\frac{dy}{dx}=3dxdy=3
One is a static relationship.


The other is a rule for change.


Physics is mostly about change, so physics naturally leads to differential equations.
 
  • Like
Likes   Reactions: sbrothy
  • #10
ARXT said:
Since physics is fundamentally about change—motion, heat flow, electric fields, waves, quantum systems—differential equations become one of the main languages of physics and engineering.
[...]
ARXT said:
Physics is mostly about change, so physics naturally leads to differential equations.

Indeed. And as long as they're ODEs I might have a chance. With PDEs I'm quickly unmasked as the autodidact hack I really am. :woot:

How Ordinary Differential Equations Differ from Partial Differential Equations
 

Similar threads

Replies
8
Views
3K
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K