Photo AI

Last Updated Sep 27, 2025

First Principles Differentiation Simplified Revision Notes

Revision notes with simplified explanations to understand First Principles Differentiation quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

274+ students studying

7.1.2 First Principles Differentiation

The following example shows how to find a formula for the gradient of y=x2y = x^2.

image
infoNote
  1. Draw a chord (a rubbish tangent) between two points on the curve.
  2. Label the xx coordinates of the points at which the chord intersects the curve as xx and x+hx+h. Also, label the corresponding yy coordinates.
  3. Algebraically work out the gradient of the chord.
  4. The chord becomes a tangent as h0h \to 0 ("hh approaches 0" or "hh tends to 0").
infoNote

The gradient of y=x2y = x^2 is given by the formula 2x2x, i.e., the gradient at any point (x,y)(x, y) is 2×2 \times the xx -coordinate.

image

Summary: The gradient of F(x)F(x) is given by the formula

limh0F(x+h)F(x)h \lim_{{h \to 0}} \frac{F(x+h) - F(x)}{h}

The limit as hh approaches 0.

Gradient of y=x4y = x^4

limh0(x+h)4x4h=limh0x4+4x3h+6x2h2+4xh3+h4x4h\lim_{{h \to 0}} \frac{(x+h)^4 - x^4}{h} = \lim_{{h \to 0}} \frac{x^4 + 4x^3h + 6x^2h^2 + 4xh^3 + h^4 - x^4}{h}

=limh0(4x3+6x2h+4xh2+h3)=:highlight[4x3]= \lim_{{h \to 0}} (4x^3 + 6x^2h + 4xh^2 + h^3) = :highlight[4x^3]

(Table showing the relationship between F(x)F(x) and its gradient for different powers of xx )

  • F(x)=x1F(x) = x^1, Gradient = 1x01x^0
  • F(x)=x2F(x) = x^2, Gradient = 2x12x^1
  • F(x)=x3F(x) = x^3, Gradient = 3x23x^2
  • F(x)=x4F(x) = x^4, Gradient = 4x34x^3 F(x)=xn, Gradient =:highlight[nxn1]F(x) = x^n, \text{ Gradient } = :highlight[nx^{n-1}]

The gradient function for xnx^n, nRn \in \mathbb{R} is given by nxn1nx^{n-1}.


Further Differentiation by First Principles

infoNote

Example: Differentiate x2+2xx^2 + 2x by first principles. Find the gradient formula:

limh0(f(x+h)f(x)h)=limh0((x+h)2+2(x+h)(x2+2x)h)\lim_{h \to 0} \left (\frac{f(x+h) - f(x)}{h}\right ) = \lim_{h \to 0} \left (\frac{(x+h)^2 + 2(x+h) - (x^2 + 2x)}{h} \right)=limh0(x2+2xh+h2+2x+2hx22xh)= \lim_{h \to 0} \left (\frac{\cancel {x^2} + 2xh + h^2 \cancel {+ 2x} + 2h - \cancel {x^2} - \cancel {2x}}{h} \right)=limh0(2xh+h2+2hh)= \lim_{h \to 0} \left (\frac{2xh + h^2 + 2h}{h}\right )=limh0(2x+h+2)= \lim_{h \to 0} (2x + h + 2)=:highlight[2x+2](=dydx or f(x))= :highlight[2x + 2] \quad \left(= \frac{dy}{dx} \text{ or } f'(x)\right) \quad

Notation/Terminology

The technical names for the gradient formula is:

  • The differential
  • The first differential
  • The derivative
  • The first derivative
  • The gradient function
  • The rate of change
infoNote

The differential can be denoted in two main ways:

  • dydx\dfrac{dy}{dx}, which is pronounced "dydy by dxdx". This means the limit as h0h \to 0 of the gradient of the chord.
  • f(x)f'(x), where the number of dashes indicates how many times the function has been differentiated.

infoNote

Example: If y=3x2+2xy = 3x^2 + 2x, use first principles to find dydx\dfrac{dy}{dx}.

  • *Use dydx\dfrac{dy}{dx} to find the gradient of the curve when x=1x = 1.
dydx=limh0(f(x+h)f(x)h)\dfrac{dy}{dx} = \lim_{h \to 0} \left (\frac{f(x+h) - f(x)}{h} \right)=limh0(3(x+h)2+2(x+h)(3x2+2x)h)= \lim_{h \to 0} \left (\frac{3(x+h)^2 + 2(x+h) - (3x^2 + 2x)}{h} \right)=limh0(3(x2+2xh+h2)+2x+2h3x22xh)= \lim_{h \to 0} \left (\frac{3(x^2 + 2xh + h^2) + 2x + 2h - 3x^2 - 2x}{h}\right)=limh0(3x2+6xh+3h2+2x+2h3x22xh)= \lim_{h \to 0} \left (\frac{\cancel {3x^2} + 6xh + 3h^2 + \cancel {2x} + 2h - \cancel {3x^2} - \cancel {2x}}{h}\right)=limh0((6x+3h+2))=:highlight[6x+2]= \lim_{h \to 0} \left ((6x + 3h + 2)\right ) = :highlight[6x + 2]When x=1,dydx=6(1)+2=:success[8]\Rightarrow \text{When } x = 1, \dfrac{dy}{dx} = 6(1) + 2 = :success[8]

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master First Principles Differentiation

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

40 flashcards

Flashcards on First Principles Differentiation

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

4 quizzes

Quizzes on First Principles Differentiation

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

42 questions

Exam questions on First Principles Differentiation

Boost your confidence with real exam questions.

Try Maths Pure Questions

2 exams created

Exam Builder on First Principles Differentiation

Create custom exams across topics for better practice!

Try Maths Pure exam builder

18 papers

Past Papers on First Principles Differentiation

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to First Principles Differentiation you should explore

Discover More Revision Notes Related to First Principles Differentiation to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Differentiation

Definition of Gradient

user avatar
user avatar
user avatar
user avatar
user avatar

458+ studying

196KViews

96%

114 rated

Differentiation

Differentiating Powers of

user avatar
user avatar
user avatar
user avatar
user avatar

459+ studying

189KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered