A Cheat Sheet on all the notions that you need
to know about the partial derivative.
On this website, you can find:
- The definition of Functions of Several Variables,
Tangent Planes & Linearization, Chain Rule & Implicit Differentiation, and Optimization - Of course, Formulas
- Method
- Common mistakes that you can make
- Some practice problems with the solution.
HTML: the structure (divs, buttons, spans, the content itself)
<h1>Partial Derivatives</h1>CSS: all the styling, inside the <style> tag at the top (fonts, colors, layout, spacing)
h1 {
color: blue;
font-size: 24px;
}JavaScript: the two interactive functions at the bottom of the file, inside a <script> tag: showTab() β switches between the tabs (Definitions, Formulas, Methods, etc.) toggleSol() β shows/hides solutions when you click the button on practice problems
function toggleSol(id) {
const el = document.getElementById(id);
el.classList.toggle('open');
}/!\ I did not write all of this; I did use Claude to help me, and all of the concepts were from
all the assignments that I did myself for Calculus III. This is purely educational. /!\
A collaboration with Lunar Note, a Nonprofit organization.
xoxo π.