π Logarithms β from basics
Logarithm is just a backwards way to write a power. If powers ask "what do I get when I multiply 10 by itself 3 times?", logarithms ask "how many times do I multiply 10 to get 1000?". Same question, just looked at from the other end.
1.1 The big idea
If ax = N β loga N = x"What power do I raise a to, to get N?" β that answer is the logarithm of N to base a. So log10 1000 = 3 means "10 multiplied by itself 3 times gives 1000". Logs are just questions about powers, written in a tidy short form.
The three quantities
- Base (a) β the number being multiplied
- Argument (N) β the result you reached
- Log value (x) β how many times the base was multiplied
1.2 Two log bases you must know
| Name | Symbol | Base | Where it appears |
|---|---|---|---|
| Common log | log N (or log10) | 10 | pH, decibels, Richter scale, Nernst |
| Natural log | ln N (or loge) | e β 2.718 | Radioactive decay, Arrhenius, growth |
ln N = 2.303 Γ log10 NTo switch between the two bases, multiply by 2.303 (which is just ln 10). Memorise this β it's the most-used conversion in chemistry kinetics.
1.3 Quick reading exercise
| Expression | Means | Value |
|---|---|---|
log 100 | 10 multiplied with itself ? times = 100 | 2 |
log 1 | 10 multiplied 0 times | 0 |
log 0.01 | 10β2 | β2 |
log 0 | impossible (no power of 10 is 0) | undefined / ββ |
log of negative | impossible (positive base only) | undefined (in real numbers) |
ln e | e raised to power 1 | 1 |
π All the Log Rules β complete reference
Every log rule you will ever need for NEET / JEE, organised by what they do. Learn them in any order β they're not independent. The product rule, power rule and change-of-base are the three you'll use most.
2.1 Basic identities (start here)
| Rule | Formula | Plain meaning |
|---|---|---|
| Log of 1 | loga 1 = 0 | Anything to power 0 is 1, so its log is 0. |
| Log of base | loga a = 1 | Base Γ itself one time is the base. |
| Log of base power | loga(ax) = x | The base "cancels" β read off the exponent. |
| Inverse identity | a(loga x) = x | Power and log undo each other. |
| Equality rule | If loga x = loga y, then x = y | Logs are one-to-one (no two inputs give the same output). |
2.2 The operation rules β multiplication, division, reciprocal
| Rule | Formula | Plain meaning |
|---|---|---|
| Product | log(xy) = log x + log y | Multiply two numbers β ADD their logs. |
| Quotient | log(x/y) = log x β log y | Divide β SUBTRACT logs. |
| Reciprocal | log(1/x) = β log x | Special case of quotient: numerator is 1, so log 1 = 0 disappears. |
| Negative power | log(xβn) = βn Β· log x | Same as power rule with negative exponent. |
Multiplication is hard, addition is easy. Logs turn multiplications INTO additions and divisions into subtractions. Old slide-rules used this trick to do calculations before computers existed.
2.3 Power and root rules
| Rule | Formula | Plain meaning |
|---|---|---|
| Power rule | log(xn) = n Β· log x | Pull the power OUT to the front as a multiplier. |
| Root rule | log(nβx) = (1/n) Β· log x | Same as power rule with fractional exponent (1/n). |
| Power in base | logan(x) = (1/n) Β· loga x | Raise the BASE to a power β divide the log by n. |
| Power on both | logan(xm) = (m/n) Β· loga x | Combination of the two above. |
2.4 Change of base & base swapping
| Rule | Formula | Plain meaning |
|---|---|---|
| Change of base | logb x = (loga x) / (loga b) | Convert from any base to any other β divide by the log of the new base. |
| Swap base & argument | loga b = 1 / logb a | Reciprocals of each other when base and argument are swapped. |
| Three-base chain | loga b Β· logb c = loga c | Chain rule for logs β middle base cancels. |
| Product of swaps | loga b Β· logb a = 1 | Special case of swap rule. |
2.5 Natural log β Common log conversions
| Rule | Formula | Plain meaning |
|---|---|---|
| ln to log | ln x = 2.303 Γ log10 x | Most-used conversion in chemistry kinetics. |
| log to ln | log10 x = 0.4343 Γ ln x | = ln x / 2.303 = ln x Γ log e. |
| ln of ex | ln(ex) = x | Natural log and exponential cancel. |
| e to the ln | e(ln x) = x | The other direction β also cancel. |
| 10 to the log | 10(log x) = x | Antilog of log of x is x. |
2.6 Sign & domain rules
| Situation | Sign / Value | Why |
|---|---|---|
x > 1 | log10 x > 0 (positive) | x is bigger than the base raised to power 0 (= 1). |
0 < x < 1 | log10 x < 0 (negative) | Need a negative power of 10 to shrink past 1. |
x = 1 | loga 1 = 0 | Any base to power 0 = 1. |
x = 0 | Undefined / ββ | No finite power makes a positive base equal 0. |
x < 0 | Undefined (in real numbers) | No real exponent of a positive base gives a negative. |
Base a β€ 0 or a = 1 | Not allowed | Base must be positive and β 1. |
2.7 Inequality (monotonicity) rules
| If⦠| Then⦠|
|---|---|
Base a > 1 AND x > y > 0 | loga x > loga y (log is increasing) |
Base 0 < a < 1 AND x > y > 0 | loga x < loga y (log is decreasing β flips!) |
For ANY base, x = y | log x = log y |
When the base is bigger than 1 (like 10 or e), the log function is "increasing" β bigger input gives bigger output. When the base is between 0 and 1 (rare, but exists), the function FLIPS β bigger input gives smaller log. Standard NEET / JEE always uses base > 1, so don't sweat the second case unless explicitly asked.
2.8 Useful derived results
| Rule | Formula |
|---|---|
| Log of product chain | log(xβ Β· xβ Β· xβ Β· β¦) = Ξ£ log xα΅’ |
| Log of power chain | log(xβaβ Β· xβaβ) = aβ log xβ + aβ log xβ |
| Log of square root | log βx = (1/2) log x |
| Log of nth root of mth power | log(xm/n) = (m/n) log x |
| Sum of consecutive integers logs | log 1 + log 2 + log 3 + β¦ + log n = log(n!) |
2.9 Worked tiny examples β applying each rule
log 12 = log(4 Γ 3) = log 4 + log 3 = 2 log 2 + log 3 = 2(0.30) + 0.48 = 1.08
log 0.5 = log(1/2) = β log 2 = β0.30
log(8Β³) = 3 Β· log 8 = 3 Β· 3 log 2 = 9 Γ 0.30 = 2.71
log β1000 = (1/2) Β· log 1000 = (1/2) Γ 3 = 1.5
log2 32 = log 32 / log 2 = (5 log 2) / log 2 = 5 (since 25 = 32)
log9 27 = log3Β²(3Β³) = (3/2) Β· log3 3 = 3/2
log2 8 Β· log8 2 = 3 Β· (1/3) = 1 (matches loga b Β· logb a = 1)
log2 4 Β· log4 16 = log2 16 = 4
ln 100 = 2.303 Γ log 100 = 2.303 Γ 2 = 4.606
10(log 25) = 25 directly. e(ln 7) = 7 directly.
π Log values you MUST memorise
Memorise just three numbers (log 2, log 3, log 7) and you can compute almost every log you'll meet in NEET / JEE.
| Number | logββ value | How to derive |
|---|---|---|
| 1 | 0 | 10β° = 1 |
| 2 | 0.3010 | memorise |
| 3 | 0.4771 | memorise |
| 4 | 0.6020 | = 2 Γ log 2 |
| 5 | 0.6990 | = 1 β log 2 (since 5 = 10/2) |
| 6 | 0.7781 | = log 2 + log 3 |
| 7 | 0.8451 | memorise |
| 8 | 0.9030 | = 3 Γ log 2 |
| 9 | 0.9542 | = 2 Γ log 3 |
| 10 | 1 | 10ΒΉ = 10 |
3.1 Natural-log values
| Constant | Value |
|---|---|
ln 2 | 0.693 |
ln 3 | 1.099 |
ln 10 | 2.303 |
ln e | 1 |
e | 2.718 |
3.2 Antilog mental estimates
"Antilog" just means "go from the log back to the number". antilog 0.30 β 2 (since log 2 β 0.30).
| If log x β | then x β |
|---|---|
| 0 | 1 |
| 0.30 | 2 |
| 0.48 | 3 |
| 0.70 | 5 |
| 0.90 | 8 |
| 1 | 10 |
| 2 | 100 |
log 250 = 2.398: the 2 (characteristic) comes from "how many digits before decimal β 1" (250 has 3 digits β 2). The 0.398 (mantissa) is found from a log table for 2.5 (since 250 = 2.5 Γ 10Β²).π Where logarithms appear in NEET
Every chapter you'll meet has at least one log formula. Recognise them at first sight.
Chemistry β Ionic Equilibrium
pH = βlog [H+] | pKa = βlog KaIf [HβΊ] = 10β»Β³, take the log: β(β3) = 3. The minus signs make small numbers turn into easy-to-read ones (pH 1 to 14).
Chemistry β Chemical Kinetics (Arrhenius)
ln(k2/k1) = (Ea/R)(1/T1 β 1/T2)log(k2/k1) = (Ea/2.303 R)(1/T1 β 1/T2)Reaction rate "k" doubles, triples, sometimes goes up a million times as you heat things. Big jumps like that fit neatly on a log scale β the formula stays one line tall instead of running off the page.
Chemistry β Electrochemistry (Nernst)
E = EΒ° β (0.0591/n) log Q (at 298 K)Chemistry β Thermodynamics
ΞGΒ° = β2.303 RT log K β log K = βΞGΒ°/(2.303 RT)Physics β Modern Physics & Decay
N = N0 Β· eβΞ»t β ln(N/N0) = βΞ»ttΒ½ = ln 2 / Ξ» = 0.693/Ξ»Physics β Sound (Intensity Level)
Ξ² (dB) = 10 log(I/I0)Worked NEET β Arrhenius
NEET-styleA reaction's rate constant doubles when temperature rises from 300 K to 310 K. Activation energy is β ?
Show solution
Use log(k2/k1) = (Ea/2.303 R) Β· (1/T1 β 1/T2).
Left side: log 2 = 0.301.
Right factor: (1/300 β 1/310) = 10/(300Β·310) β 1.075Γ10β»β΄ Kβ»ΒΉ.
So Ea = (0.301 Γ 2.303 Γ 8.314)/(1.075Γ10β»β΄) β 53.6 kJ/mol.
Answer: β 53 kJ/mol.
β Differentiation β from basics
Differentiation finds "how fast a quantity is changing" at every instant. The slope of a line tells you that. The slope of a curve changes from point to point β differentiation finds the slope at any single point.
4.1 Slope of a straight line β the first step
slope = rise/run = (y2 β y1)/(x2 β x1) = Ξy/ΞxTake two points on a line. Find how much you went UP (rise) and how much you went RIGHT (run). Divide. That number tells you how steep the line is. A bigger slope = a steeper line.
4.2 What about a curve?
A curve isn't straight, so it has a different slope at every point. We zoom in β closer and closer β until the tiny bit of curve we see looks almost straight. Compute the slope there. That's the derivative at that point.
dy/dx = limΞx β 0 (y(x+Ξx) β y(x))/ΞxImagine running a tiny ruler along the curve. As the ruler shrinks down to almost a point, the steepness of the ruler is the instantaneous slope. We don't actually do the limit by hand each time β we use ready-made rules below.
4.3 Notation
dy/dxβ the derivative of y with respect to x (Leibniz)f'(x)β same, "f-prime of x" (Lagrange)αΊβ derivative with respect to time (physics, Newton)- All three mean the same thing in a NEET question.
β The Five Rules of Differentiation
| Rule | Formula | Plain idea |
|---|---|---|
| Constant | d/dx (c) = 0 | Numbers don't change β slope is 0. |
| Power | d/dx (xn) = n Β· xnβ1 | Pull the power down, drop it by 1. |
| Sum | d/dx (u + v) = du/dx + dv/dx | Differentiate each piece separately. |
| Product | d/dx (uv) = u'v + uv' | "First Γ derivative of second + second Γ derivative of first." |
| Quotient | d/dx (u/v) = (u'v β uv')/vΒ² | Mind the minus sign and the vΒ² in the denominator. |
| Chain | d/dx (f(g(x))) = f'(g(x)) Β· g'(x) | Differentiate the outer, then multiply by the derivative of the inner. |
For xn: "drop the power to the front, then take one off the power". So xΒ³ β 3xΒ², x β 1, xβ΅ β 5xβ΄. The constant disappears because it's like multiplying by 1.
5.1 Tiny worked steps
- Power rule on each term:
d/dx(5xΒ³) = 15xΒ²,d/dx(2x) = 2,d/dx(7) = 0. - Add them up:
= 15xΒ² + 2.
- u = xΒ² + 1 β u' = 2x. v = x β 3 β v' = 1.
(u'v + uv') = 2x(x β 3) + (xΒ² + 1)(1)= 2xΒ² β 6x + xΒ² + 1 = 3xΒ² β 6x + 1
- Outer = sin(stuff). Its derivative is cos(stuff).
- Inner = 3xΒ². Its derivative is 6x.
- Multiply:
d/dx = cos(3xΒ²) Β· 6x = 6x cos(3xΒ²).
β Standard Derivatives β memorise this table
| f(x) | fβ²(x) | f(x) | fβ²(x) |
|---|---|---|---|
c | 0 | xn | n xnβ1 |
ex | ex | ax | ax ln a |
ln x | 1/x | loga x | 1/(x ln a) |
sin x | cos x | cos x | βsin x |
tan x | secΒ²x | cot x | βcosecΒ²x |
sec x | sec x Β· tan x | cosec x | βcosec x Β· cot x |
sinβ»ΒΉ x | 1/β(1 β xΒ²) | cosβ»ΒΉ x | β1/β(1 β xΒ²) |
tanβ»ΒΉ x | 1/(1 + xΒ²) | βx | 1/(2βx) |
1/x | β1/xΒ² | |x| | x/|x| (sign) |
Some functions are "their own derivative" (like ex). Sine becomes cosine; cosine becomes minus-sine; tangent becomes "sec-squared". Memorise the table β every NEET / JEE question stitches these together.
6.1 Higher-order derivatives
Differentiate twice β you get the second derivative. Velocity is the first derivative of position. Acceleration is the second.
v = dx/dt a = dv/dt = dΒ²x/dtΒ²βοΈ Differentiation in Physics
Almost every Physics formula with "rate" or "instantaneous" requires a derivative.
7.1 Kinematics
v = dx/dt a = dv/dtIf x(t) = 5tΒ² β 3t + 2, then v = dx/dt = 10t β 3 and a = dΒ²x/dtΒ² = 10. Constant acceleration β uniformly accelerated motion.
7.2 Electromagnetism
EMF Ξ΅ = β dΞ¦/dt (Faraday's Law)I = dQ/dt (current = rate of charge flow)VL = L Β· dI/dt (voltage across inductor)7.3 Oscillations & Waves
If x(t) = A sin(Οt), then v = AΟ cos(Οt), a = βAΟΒ² sin(Οt) = βΟΒ² xIn SHM, the acceleration always points back to the centre, so it has a negative sign. The formula a = βΟΒ²x drops out the moment you differentiate sine twice.
7.4 Maxima and minima (turning points)
Set df/dx = 0 and solve. That gives the locations where the function reaches a peak or valley. To tell which: check the second derivative.
- If
f''(x) < 0β maximum (curve bends down) - If
f''(x) > 0β minimum (curve bends up)
Maximum range of a projectile launched at angle ΞΈ with speed u: R = (uΒ²/g) sin(2ΞΈ). Take dR/dΞΈ = 0 β cos(2ΞΈ) = 0 β ΞΈ = 45Β°. That's why 45Β° gives the longest throw.
π§ͺ Differentiation in Chemistry
8.1 Chemical Kinetics β rate definition
Rate = βd[reactant]/dt = +d[product]/dt"Rate" of a reaction is "how fast concentration is changing". Reactants disappear (minus sign), products appear (plus sign). The minus and plus keep the rate a positive number.
8.2 Differentiating the integrated rate laws
| Order | Integrated form | Differentiate to get rate |
|---|---|---|
| Zero | [A] = [A]β β kt | d[A]/dt = βk |
| First | ln[A] = ln[A]β β kt | d[A]/dt = βk[A] |
| Second | 1/[A] = 1/[A]β + kt | d[A]/dt = βk[A]Β² |
8.3 Thermodynamics
(βG/βT)p = βS (βG/βp)T = Vπ Worked NEET-level Examples
Logarithm Β· ChemistryIf pH of a solution is 3.5, then [HβΊ] β ?
Show solution
[HβΊ] = 10β»Β³Β·β΅ = 10β»β΄ Γ 10β°Β·β΅ = 10β»β΄ Γ β10 = 10β»β΄ Γ 3.16 = 3.16 Γ 10β»β΄ M.
Plain English: pH 3.5 means somewhere between pH 3 (10β»Β³) and pH 4 (10β»β΄). The half-step inside makes it about 3Γ weaker than pH 3.
Logarithm Β· ChemistryFor a first-order reaction, half-life is 1386 s. Find rate constant k.
Show solution
k = 0.693 / tΒ½ = 0.693 / 1386 = 5 Γ 10β»β΄ sβ»ΒΉ
Differentiation Β· PhysicsPosition of a particle: x(t) = 2tΒ³ β 6tΒ² + 9. Find velocity and acceleration at t = 2 s.
Show solution
v = dx/dt = 6tΒ² β 12t β at t = 2: v = 24 β 24 = 0 m/s.
a = dv/dt = 12t β 12 β at t = 2: a = 12 m/sΒ².
Plain English: at t = 2, the particle momentarily stops moving (v = 0) but is still being accelerated forward.
Differentiation Β· PhysicsFor SHM x = 5 sin(2t), find max velocity and max acceleration.
Show solution
A = 5, Ο = 2.
Max velocity = AΟ = 5 Γ 2 = 10 units/s
Max acceleration = AΟΒ² = 5 Γ 4 = 20 units/sΒ²
Differentiation Β· OptimumA wire of length 12 m is bent into a rectangle. What dimensions give maximum area?
Show solution
2(L + B) = 12 β L + B = 6 β B = 6 β L
Area A = L Β· B = L(6 β L) = 6L β LΒ²
dA/dL = 6 β 2L = 0 β L = 3, B = 3 (square!)
Max area = 9 mΒ². Plain English: for a fixed perimeter, a square always beats any other rectangle. Differentiation just proves it.
Both Β· ChemistryA first-order reaction is 25% complete in 60 s. When will it be 75% complete?
Show solution
25% complete β 75% left β fraction = 0.75 = (1/2)n; not whole half-lives. Use the integrated form:
k = (2.303/t) log([Aβ]/[A]) = (2.303/60) log(100/75) = (2.303/60)(0.1249) = 4.79 Γ 10β»Β³ sβ»ΒΉ
For 75% complete β [A]/[Aβ] = 0.25 β log 4 = 0.602.
t = (2.303 / 4.79Γ10β»Β³) Γ 0.602 β 290 s
Logarithm Β· PhysicsA radioactive nucleus decays from 10βΆ to 1.25 Γ 10β΅ atoms in 30 minutes. Find half-life.
Show solution
Fraction left = 1.25 Γ 10β΅ / 10βΆ = 1/8 = (1/2)Β³ β 3 half-lives.
3 tΒ½ = 30 min β tΒ½ = 10 min.
Plain English: when the fraction is a clean power of Β½, skip the log β just count.
Differentiation Β· OpticsLens equation 1/v β 1/u = 1/f, with f constant. Find dv/du.
Show solution
Differentiate both sides w.r.t. u: βvβ»Β²Β·(dv/du) + uβ»Β² = 0
So dv/du = vΒ²/uΒ² = (magnification)Β².
Plain English: if you move the object a tiny bit, the image moves by a factor mΒ² times. That's why moving an object near a powerful lens makes the image jump.
β Logarithmic Differentiation β advanced
When the function looks like (something)something β variable in BOTH the base and the exponent β neither the power rule nor the exponential rule works alone. The fix: take the log of both sides first, then differentiate. This trick turns ugly powers into easy products. Classic JEE-Advanced / advanced-physics problem type, also tested for linear charge density Ξ» = dq/dβ along a wire.
You can't beat a tower of letters with the usual rules. So you "translate" the tower with a logarithm: powers come down as multipliers, and the whole expression turns into a sum that's safe to differentiate term by term.
9.1 The recipe (three steps)
- Take natural log of both sides:
ln q = (exponent) Β· ln(base). - Differentiate both sides w.r.t. the variable (use product rule + chain rule on the right).
- Multiply through by
qto isolatedq/dβ.
9.2 Three NEET / JEE-style problems on linear charge density (Ξ» = dq/dβ)
JEE Advanced Β· Logarithmic Differentiation(1) Charge on a wire is q = (sin β)sin β. Find the linear charge density at β = Ο/6.
Show full solution
Step 1 β take ln of both sides:
ln q = sin β Β· ln(sin β)
Step 2 β differentiate (product rule on the right):
(1/q) Β· dq/dβ = cos β Β· ln(sin β) + sin β Β· (1/sin β) Β· cos β
= cos β Β· ln(sin β) + cos β = cos β Β· [ln(sin β) + 1]
Step 3 β multiply by q:
Ξ» = dq/dβ = (sin β)sin β Β· cos β Β· [1 + ln(sin β)]
Evaluate at β = Ο/6:
sin(Ο/6) = 1/2, cos(Ο/6) = β3/2, (sin β)sin β = (1/2)1/2 = 1/β2, ln(1/2) = βln 2 β β0.693.
Ξ» = (1/β2) Β· (β3/2) Β· (1 β ln 2) = (β3 / 2β2) Β· (1 β ln 2)
Numerically: β 0.612 Γ 0.307 β 0.188 C/m.
π Plain English: Charge along the wire isn't uniform β it ripples up and down with sin β. To get how fast it changes at a particular point, log-and-differentiate is the only way. At Ο/6 the wire has about 0.19 coulombs per metre at that exact spot.
JEE Advanced Β· Logarithmic Differentiation(2) Charge on a wire is q = (loge β)β. Find the linear charge density.
Show full solution
Step 1 β take ln of both sides:
ln q = β Β· ln(ln β)
Step 2 β differentiate (product rule + chain rule):
(1/q) Β· dq/dβ = 1 Β· ln(ln β) + β Β· (1/ln β) Β· (1/β)
= ln(ln β) + 1/(ln β)
Step 3 β multiply by q:
Ξ» = dq/dβ = (ln β)β Β· [ln(ln β) + 1/(ln β)]
π Plain English: Here the variable β sits in BOTH the base and the exponent β that's why the logarithm trick is forced on us. The answer has two pieces: a "drop-the-power" part and a "logarithm of a logarithm" part.
JEE Advanced Β· Logarithmic Differentiation(3) Charge on a wire is q = βββ (a double power tower). Find the linear charge density at β = 2 m.
Show full solution
Step 1 β take ln of both sides:
ln q = ββ Β· ln β
Step 2 β differentiate the right side. Need d(ββ)/dβ first. Let u = ββ:
ln u = β Β· ln β β (1/u) Β· du/dβ = ln β + 1 β du/dβ = ββ Β· (1 + ln β)
Now apply product rule to ββ Β· ln β:
(1/q) Β· dq/dβ = (du/dβ) Β· ln β + u Β· (1/β) = ββ(1 + ln β) Β· ln β + ββ/β
= ββ Β· [ln β Β· (1 + ln β) + 1/β] = ββ Β· [(ln β)Β² + ln β + 1/β]
Step 3 β multiply by q:
Ξ» = dq/dβ = βββ Β· ββ Β· [(ln β)Β² + ln β + 1/β]
Evaluate at β = 2:
ββ = 2Β² = 4 | βββ = 2β΄ = 16 | ln 2 = 0.693
Bracket: (0.693)Β² + 0.693 + 0.5 = 0.480 + 0.693 + 0.500 = 1.673
Ξ» = 16 Γ 4 Γ 1.673 β 107.1 C/m
π Plain English: A power tower grows scarily fast β 2Β² = 4 but 2β΄ = 16. Its rate of growth (the charge density) is even faster: about 107 C per metre at β = 2. The two-step trick of "log, log again" tames the tower one storey at a time.
9.3 General pattern to remember
If q = u(β)v(β), then dq/dβ = q Β· [v'(β) Β· ln u + v(β) Β· u'(β)/u(β)]Whenever you see "(something)^something", quote the magic line: "log first, differentiate second, multiply by q last". Three steps. Always works.
π One-Page Summary (cover this with your hand & recite)
Logarithms
| Fact | Value |
|---|---|
log 2 | 0.30 |
log 3 | 0.48 |
log 7 | 0.85 |
ln 2 | 0.693 |
ln 10 | 2.303 |
| log of product | sum of logs |
| log of power | multiply log by exponent |
| change of base | divide by log of base |
| pH | βlog[HβΊ] |
| Half-life (1st order) | 0.693/k |
| Arrhenius | ln(kβ/kβ) = (Ea/R)(1/Tβ β 1/Tβ) |
| Nernst | E = EΒ° β (0.0591/n) log Q |
Differentiation
| Function | Derivative |
|---|---|
c | 0 |
xn | n xnβ1 |
ex | ex |
ln x | 1/x |
sin x | cos x |
cos x | βsin x |
tan x | secΒ²x |
1/x | β1/xΒ² |
| Product | u'v + uv' |
| Quotient | (u'v β uv')/vΒ² |
| Chain | f'(g(x)) Β· g'(x) |
| v (velocity) | dx/dt |
| a (acceleration) | dv/dt = dΒ²x/dtΒ² |
| Faraday EMF | βdΞ¦/dt |
| Reaction rate | βd[A]/dt |
| Max / min | df/dx = 0; check f'' |