Skip to content

mrcllou/CalculusIII_partialderivative_cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

CALCULUS III - PARTIAL DERIVATIVE

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.

πŸ›  Using:

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');
}

πŸ“– Disclamer:

/!\ 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 πŸ’‹.

About

A cheat sheet where you can pratice your caluclus III notion on partial derivative but also where you can find all the formula that you need.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages