Notes
Browse your personal notes across all your books.
-
JEE Advanced Physics
-
Physics
-
Last noted
-
Last noted
Notes
Concepts of Physics - Volume 1
5 Notes
Important Formula
The fundamental concept here is that force is proportional to acceleration. F = ma. This is Newton's second law and is crucial for solving all mechanics problems.
-
Page 469
-
61%
-
Jul 27, 2026
Projectile Motion Derivation
The derivation for maximum height of a projectile assumes air resistance is negligible. Remember the formula H = (u^2 * sin^2(theta)) / 2g. The time of flight is T = (2u * sin(theta)) / g. The horizontal range is R = (u^2 * sin(2*theta)) / g. Notice that maximum range occurs when theta is 45 degrees, which gives sin(90) = 1. The trajectory is parabolic in nature, tracing y = x*tan(theta) - (g*x^2) / (2*u^2*cos^2(theta)). This equation of trajectory is extremely helpful when trying to find the coordinate of the particle at any given horizontal distance x.
-
Page 42
-
15%
-
Jul 26, 2026
Friction basics
Static friction adjusts itself to exactly oppose the applied force up to a maximum limit called limiting friction (f_s,max = mu_s * N). Kinetic friction comes into play once the object starts sliding and is usually slightly less than the limiting static friction (f_k = mu_k * N). It's important not to confuse the two when writing free body diagrams.
-
Page 89
-
22%
-
Jul 25, 2026
Work Energy Theorem - Important!
The Work-Energy Theorem states that the net work done by all forces (conservative and non-conservative) on an object equals its change in kinetic energy (W_net = delta K). This is essentially a restatement of Newton's second law but formulated using scalars (energy) rather than vectors (forces), which often makes solving complex problems involving varying forces significantly easier. Always check if a problem can be solved using energy conservation or work-energy theorem before diving into complex force and kinematic equations. Also, remember that work done by internal forces can change the total kinetic energy of a system, even if the center of mass velocity doesn't change.
-
Page 150
-
35%
-
Jul 24, 2026
Simple Harmonic Motion
For a spring-mass system, T = 2*pi*sqrt(m/k).
-
Page 302
-
45%
-
Jul 23, 2026
-
NEET Crash Course
-
Chemistry
-
Last noted
-
Last noted
Notes
Organic Chemistry
3 Notes
Nucleophilic Substitution
SN1 mechanism involves a carbocation intermediate and prefers tertiary halides. The reaction rate depends only on the concentration of the substrate. Because it proceeds via a planar carbocation, it usually results in racemization of the product if the reacting carbon is chiral. SN2 mechanism is a concerted, single-step reaction where the nucleophile attacks from the backside of the leaving group, causing an inversion of stereochemical configuration (Walden inversion). SN2 favors primary halides due to lower steric hindrance. In polar aprotic solvents, SN2 is heavily favored. Need to memorize the relative reactivities of different leaving groups: I- > Br- > Cl- > F-.
-
Page 210
-
30%
-
Jul 26, 2026
Markovnikov's Rule
In the addition of protic acids HX to asymmetric alkenes, the hydrogen atom attaches to the carbon with more hydrogen substituents.
-
Page 315
-
42%
-
Jul 25, 2026
Aromaticity Rules (Hückel's Rule)
For a molecule to be considered aromatic, it must meet four distinct criteria. First, the molecule must be cyclic. Second, every atom in the ring must have a p-orbital available for delocalization, meaning the ring is fully conjugated. Third, the molecule must be planar or nearly planar so the p-orbitals can overlap effectively. Finally, it must satisfy Hückel's rule, which states that the cyclic pi system must contain 4n + 2 pi electrons, where n is a non-negative integer (0, 1, 2, 3...). If a molecule satisfies the first three rules but has 4n pi electrons, it is antiaromatic and unusually unstable.
-
Page 450
-
55%
-
Jul 24, 2026
-
Computer Science 101
-
Computer Science
-
Last noted
-
Last noted
Notes
Introduction to Algorithms
2 Notes
Dynamic Programming vs Divide and Conquer
Both paradigms involve breaking down a complex problem into simpler subproblems. However, Divide and Conquer is best used when subproblems are mutually independent (like in Merge Sort or Quick Sort). It solves each subproblem independently and then combines the results. Dynamic Programming, on the other hand, is applicable when subproblems overlap—that is, when the subproblems share sub-subproblems. Instead of recomputing the solution to the same subproblem multiple times, a DP algorithm solves every subproblem just once and saves its answer in a table (memoization or tabulation), thereby saving significant computational time.
-
Page 360
-
65%
-
Jul 21, 2026
Master Theorem
Useful for finding the time complexity of divide-and-conquer recurrences of the form T(n) = aT(n/b) + f(n). Compare f(n) to n^(log_b(a)).
-
Page 94
-
20%
-
Jul 20, 2026
-
History 201
-
History
-
Last noted
-
Last noted
Notes
History of the World
1 Notes
French Revolution
The French Revolution had a major impact on Europe and the New World. Historians widely regard the Revolution as one of the most important events in human history. In the short term, France lost thousands of its countrymen in the form of émigrés, or emigrants who wished to escape political tensions and save their lives. A number of individuals settled in the neighboring countries (chiefly Great Britain, Germany, Austria, and Prussia), however quite a few also went to the United States.
-
Page 302
-
45%
-
Jul 27, 2026
-
Economics 101
-
Economics
-
Last noted
-
Last noted
Notes
Macroeconomics
1 Notes
GDP Definition
Gross domestic product (GDP) is the market value of all final goods and services from a nation in a given year. Countries in Africa are often used as an example of having low GDP.
-
Page 42
-
15%
-
Jul 26, 2026
-
Math 101
-
Mathematics
-
Last noted
-
Last noted
Notes
Calculus
1 Notes
Fundamental Theorem of Calculus
The fundamental theorem of calculus is a theorem that links the concept of differentiating a function with the concept of integrating a function.
-
Page 360
-
65%
-
Jul 21, 2026
-
Biology 101
-
Biology
-
Last noted
-
Last noted
Notes
Biology
1 Notes
Photosynthesis
Photosynthesis is a process used by plants and other organisms to convert light energy into chemical energy that, through cellular respiration, can later be released to fuel the organism's activities.
-
Page 89
-
22%
-
Jul 27, 2026
-
Chemistry 101
-
Chemistry
-
Last noted
-
Last noted
Notes
Chemistry
1 Notes
Atomic Structure
Atomic structure refers to the structure of an atom comprising a nucleus (center) in which the protons (positively charged) and neutrons (neutral) are present.
-
Page 210
-
30%
-
Jul 26, 2026