Solving a SOI MOSFET Differential Equation for Electron Distribution

  • Context: Graduate 
  • Thread starter Thread starter Jeppe
  • Start date Start date
Click For Summary
SUMMARY

This discussion focuses on solving a differential equation for electron distribution in a Silicon-On-Insulator (SOI) MOSFET structure. The equation presented is a second-order differential equation, which can be transformed into a Bernoulli differential equation through a series of substitutions. The final solution derived is n(x) = c1 / cos²(√(Ac1/2) x), where A is a constant and c1 is a boundary condition. The discussion highlights the use of classical texts on ordinary differential equations and the application of Lie's theory for solving complex equations.

PREREQUISITES
  • Understanding of differential equations, specifically second-order and Bernoulli equations.
  • Familiarity with boundary value problems in mathematical physics.
  • Knowledge of Lie's theory as it applies to differential equations.
  • Experience with mathematical software tools like Maple, Mathematica, or MATLAB.
NEXT STEPS
  • Study "Ordinary Differential Equations" by James Morris Page to understand classical solutions.
  • Learn about Bernoulli differential equations and their applications in physics.
  • Explore Lie's theory and its relevance in solving differential equations.
  • Practice solving boundary value problems using MATLAB or Mathematica.
USEFUL FOR

Mathematicians, physicists, electrical engineers, and students working on semiconductor physics or differential equations in engineering contexts.

Jeppe
Messages
2
Reaction score
0
Hi all!

I am trying to solve the following differential equation for the electron distribution in a SOI MOSFET structure.

The equation is:

[tex]\frac{d^2n}{dx^2} = \frac{1}{n}\left( \frac{dn}{dx}\right)^2 + A n^{2}[/tex]

A is a constant.

The boundary conditions are:

n(0) = c1 (a constant)
n'(0) = 0

I know that the solution to the equation is:

[tex]n(x) = \frac{c1}{cos^2\left( \sqrt{\frac{1}{2} A \,c1}\,\,\, x \right)}[/tex]

but i can not solve it myself. I have tried with both maple, mathematica, and MATLAB but none of them seems to be able to solve it.

Could anyone give me a hint on how to do it?

Thanks!

Jeppe
 
Physics news on Phys.org
Hello Jeppe,

This is not a straightforward differential equation. However I am currently reading and studying the following book:

"Ordinary Differential Equations, an elementary text-book with an introduction
to Lie's theory of the group of one parameter"
written by James Morris Page, it is available on the www for free because it is very old.
It was written in 1897 and no rights are upon it anymore. So available for free.

This book is my first one the theory of Lie for solving diferential equations, some other ones will come afterwards. Now this theory helps in solving your equation. A few months back I would not be able to do it, but now I can help you. I will not go into details on the theory, just take the first step as true, which is the following. Make the substitution:

[edit]I used y for n[/edit]

[tex]u=y \qquad v=y' \qquad w=\frac{dv}{du}=\frac{y''}{y'}[/tex]
the inverse being
[tex]y=u \qquad y'=v \qquad y''=v\frac{dv}{du}[/tex]
After substituting this in the DE you get:
[tex]\frac{dv}{du}-\frac{v}{u}=A\frac{u^2}{v}[/tex]
which is a Bernouilli differential equation and can be solved by substituting:
[tex]z=v^2[/tex]
This gives a linear differential equation:
[tex]\frac{dz}{du}-\frac{2z}{u}=2Au^2[/tex]
Which has the solution:
[tex]v=u\sqrt{2Au-K_1}[/tex]
with K_1 an integration constant.
From this we have:
[tex]\frac{dy}{dx}=y\sqrt{2Ay-K_1}[/tex]
giving now after integrating and some algebra:
[tex]y=\frac{K_1}{2A}\frac{1}{cos^2 \left(\frac{\sqrt{K_1}}{2}x+K_2\right)}[/tex]
Applying the boundary conditions gives for the second one
[tex]K_2=0[/tex]
and thus
[tex]y=\frac{K_1}{2A}\frac{1}{cos^2\left(\frac{\sqrt{K_1}}{2}x\right)}[/tex]
The first one gives:
[tex]K_1=2Ac_1[/tex]
and using this gives your solution:
[tex]y=\frac{c_1}{cos^2\left(\sqrt{\frac{Ac_1}{2}}x\right)}[/tex]

coomast
 
Thanks a lot coomast! That really helped!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 36 ·
2
Replies
36
Views
6K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K