MATH201/content/_index.md

40 lines
3.2 KiB
Markdown
Raw Normal View History

2023-09-27 10:58:42 -06:00
# This is the main index
2023-11-26 18:14:37 -07:00
These are notes for the [University of Alberta MATH 201 - Differential Equations](https://apps.ualberta.ca/catalogue/course/math/201) course.
2023-11-10 14:38:11 -07:00
I have written these notes for myself, I thought it would be cool to share them. These notes may be inaccurate, incomplete, or incoherent. No warranty is expressed or implied. Reader assumes all risk and liabilities.
2023-11-26 18:14:37 -07:00
</br>
2023-09-27 10:58:42 -06:00
[Separable equations (lec 1)](separable-equations-lec-1.html)
[Homogenous equations (lec 2)](homogenous-equations-lec-2.html)
[Linear equations (lec 2-3)](linear-equations-lec-2-3.html)
[Bernoulli equations (lec 3)](bernoulli-equations-lec-3.html)
[Linear coefficient equations (lec 4)](linear-coefficient-equations-lec-4.html)
[Exact equations (lec 4-5)](exact-equations-lec-4-5.html)
[Second order homogenous linear equations (lec 5-7)](second-order-homogenous-linear-equations-lec-5-7.html)
[Method of undetermined coefficients (lec 8-9)](method-of-undetermined-coefficients-lec-8-9.html)
[Variation of parameters (lec 9-10)](variation-of-parameters-lec-9-10.html)
2023-10-14 02:47:25 -06:00
[Cauchy-Euler equations (lec 10-11)](cauchy-euler-equations-lec-10-11.html)
[Reduction of order (lec 11)](reduction-of-order-lec-11.html)
[Free vibrations (lec 11-12)](free-vibrations-lec-11-12.html)
[Resonance & AM (lec 13-14)](resonance-am-lec-13-14.html)
2023-10-30 22:20:43 -06:00
[Laplace transform (lec 14-16)](laplace-transform-lec-14-16.html)
2023-11-06 07:43:30 -07:00
[Solving IVP's using Laplace transform (lec 17-18)](solving-ivps-using-laplace-transform-lec-17-18.html)
2023-11-06 10:28:14 -07:00
[(Heaviside) Unit step function (lec 18)](heaviside-unit-step-function-lec-18.html)
2023-11-08 19:51:12 -07:00
[Periodic functions (lec 19)](periodic-functions-lec-19.html)
2023-11-27 00:51:56 -07:00
[Convolution (lec 19-20)](convolution-lec-19-20.html)
[Dirak δ-function (lec 21)](dirak-δ-function-lec-21.html)
[Systems of linear equations (lec 21-22)](systems-of-linear-equations-lec-21-22.html)
2023-12-03 01:18:12 -07:00
[Power series (lec 22-25)](power-series-lec-22-25.html)
[Separation of variables & Eigen value problems (lec 26-28)](separation-of-variables-eigen-value-problems-lec-26-28.html)
2023-12-04 23:21:10 -07:00
[Fourier series (lec 28-29)](fourier-series-lec-28-29.html)
2023-12-18 19:37:07 -07:00
[Heat equation (lec 30-33)](heat-equation-lec-30-33.html)
2023-12-19 10:16:53 -07:00
[Wave equation (lec 33-36)](wave-equation-lec-33-36.html)
2023-09-27 10:58:42 -06:00
</br>
[How to solve any DE, a flow chart](Solve-any-DE.png) (Last updated Oct 1st 2023. Needs revision, but it gives a nice overview.)
2023-10-30 22:20:43 -06:00
[Big LT table (.png)](drawings/bigLTtable.png)
[Small LT table (.png)](drawings/smallLTtable.png)
</br>
# Recommended material:
For the midterm exam, I highly recommend watching this video by The Math Sorcerer: [youtube.com/watch?v=kIZpbeE_yTc](https://youtube.com/watch?v=kIZpbeE_yTc)
From my experience, studying off this video was by far the best use of my time. Try each question yourself and follow his solution to check.
</br>
For the final exam, I unfortunately couldn't find good study videos. I recommend studying PDE's hard, solidify your understanding of heat eq, driven heat eq, heat eq with non-zero end points, wave eq, and driven wave eq. Afterwards, I recommend studying power series since it's the next biggest scary monster. Finally, go over the rest of the past topics to fill your understanding and memory if you have the time. I'm thinking I should record a final exam review guide, hmmm. I'll update this text if I ever make one.
2023-10-08 15:14:20 -06:00
</br>