💡ASTC rule (quadrant signs): Q1 All positive; Q2 Sin positive; Q3 Tan positive; Q4 Cos positive. Mnemonic: "All Students Take Calculus." For angles beyond 90°: sin(180°−θ)=sinθ, cos(180°−θ)=−cosθ, tan(180°+θ)=tanθ, sin(−θ)=−sinθ, cos(−θ)=cosθ.
Used to convert trig equations to algebraic (rational in t).
Sum-to-Product & Product-to-Sum
Sum → Product
sinC + sinD = 2 sin((C+D)/2) cos((C−D)/2)
sinC − sinD = 2 cos((C+D)/2) sin((C−D)/2)
cosC + cosD = 2 cos((C+D)/2) cos((C−D)/2)
cosC − cosD = −2 sin((C+D)/2) sin((C−D)/2)
Product → Sum
2 sinA cosB = sin(A+B) + sin(A−B)
2 cosA sinB = sin(A+B) − sin(A−B)
2 cosA cosB = cos(A−B) + cos(A+B)
2 sinA sinB = cos(A−B) − cos(A+B)
General Solutions of Trig Equations
Equation
General Solution
\(\sin\theta = \sin\alpha\)
\(\theta = n\pi + (-1)^{n}\alpha, n \in ℤ\)
\(\cos\theta = \cos\alpha\)
\(\theta = 2n\pi \pm \alpha, n \in ℤ\)
\(\tan\theta = \tan\alpha\)
\(\theta = n\pi + \alpha, n \in ℤ\)
\(\sin\theta = 0\)
\(\theta = n\pi\)
\(\cos\theta = 0\)
\(\theta = (2n+1)\pi/2\)
\(\tan\theta = 0\)
\(\theta = n\pi\)
\(\sin^{2}\theta = \sin^{2}\alpha\)
\(\theta = n\pi \pm \alpha\) (same as cos²θ = cos²α and tan²θ = tan²α)
💡Extraneous solutions: When squaring both sides or using t = tan(A/2), always check solutions in the original equation. t-substitution excludes θ = (2n+1)π (where tanθ/2 is undefined).
Unit Circle — Standard Angles & ASTC Quadrant Signs
Unit circle showing key angles and quadrant sign rules. The ASTC mnemonic tells which functions are positive in each quadrant. Allied angle rule: for odd multiples of 90° (90°, 270°), sin↔cos flip; for even multiples (180°, 360°), function name stays, sign determined by ASTC.
Inverse Trig Functions — Domain & Range Visualization
sin⁻¹ is the restricted inverse of sin on [−π/2, π/2]. cos⁻¹ uses [0,π] so it is single-valued but decreasing. tan⁻¹ is defined everywhere but has horizontal asymptotes at ±π/2 — the curve never actually reaches those values.
General Solution — sinθ = sinα on the Number Line
The general solution \(\theta = n\pi+(-1)^n\alpha\) captures all solutions of \(\sin\theta=\sin\alpha\) on the number line. For even \(n\) the formula gives \(\alpha + 2k\pi\); for odd \(n\) it gives \((\pi-\alpha) + 2k\pi\) — reflecting sin's symmetry about \(\pi/2\).
⚡
Trigonometry & Inverse Trig — Quick Quiz
Question 1
The value of sin 15° equals:
\(\sin15° = \sin(45°-30°) = \sin45°\cos30° - \cos45°\sin30° = (1/\sqrt2)(\sqrt3/2) - (1/\sqrt2)(1/2) = (\sqrt3-1)/(2\sqrt2)\). This equals \((\sqrt6-\sqrt2)/4\) after rationalising — option C is correct. Note: option D is sin75°.
Question 2
The general solution of \(\tan\theta = -1\) is:
tanθ = tanα → θ = nπ+α. Here tanθ = −1 = tan(−π/4), so α = −π/4. General solution: θ = nπ+(−π/4) = nπ−π/4. Options A (nπ+π/4) gives tanθ=+1. Options C and D are for cosθ-type equations.
Question 3
The value of tan⁻¹(1) + tan⁻¹(2) + tan⁻¹(3) equals:
\(\tan^{-1}2 + \tan^{-1}3\): \(xy = 6 > 1\) with both positive, so \(= \pi + \tan^{-1}((2+3)/(1-6)) = \pi + \tan^{-1}(-1) = \pi - \pi/4 = 3\pi/4\). Then \(\tan^{-1}1 + 3\pi/4 = \pi/4 + 3\pi/4 =\) π.
Question 4
Which of the following is TRUE?
A is false: \(\cos^{-1}(-x) = \pi - \cos^{-1}(x)\), not the negative. B is false: \(3\pi/4\) is outside \([-\pi/2,\pi/2]\) — \(\sin^{-1}(\sin 3\pi/4) = \sin^{-1}(\sin\pi/4) = \pi/4\). C is false: \(2\pi/3\) is outside \((-\pi/2,\pi/2)\) — \(\tan^{-1}(\tan 2\pi/3) = \tan^{-1}(\tan(2\pi/3 - \pi)) = \tan^{-1}(\tan(-\pi/3)) = -\pi/3\). D is the standard complementary identity — always true for \(|x|\le 1\). ✓
📏
Straight Lines
Slopes · Line forms · Distance · Angle between lines · Pair of lines
\(p\) = ⊥ distance from origin; \(\alpha\) = angle of normal
General form
ax + by + c = 0
Slope = −a/b; intercepts: −c/a, −c/b
Distances and Angles
Distance from point (x₁,y₁) to line ax+by+c=0: \(d = |ax_{1}+by_{1}+c|/\sqrt{a^{2}+b^{2}}.\)
Distance between parallel lines ax+by+c₁=0 and ax+by+c₂=0: \(|c_1-c_2|/\sqrt{a^2+b^2}\).
Angle between two lines (slopes \(m_1, m_2\)): \(\tan\theta = |m_1 - m_2|/(1 + m_1 m_2)\). \(\theta = 90°\) if \(m_1 m_2 = -1\).
Foot of perpendicular from \((x_1, y_1)\) to \(ax + by + c = 0\):
\((x_1 - a\cdot t, y_1 - b\cdot t)\) where \(t = (ax_1 + by_1 + c)/(a^2 + b^2)\).
Reflection of \((x_1, y_1)\) in line \(ax + by + c = 0\): \((x_1 - 2at, y_1 - 2bt)\) with same \(t\).
Area of triangle with vertices (x₁,y₁), (x₂,y₂), (x₃,y₃): ½|det of 3×2 matrix + col of 1s|.
Pair of Lines and Family of Lines
Pair of lines through origin: ax²+2hxy+by²=0. Two lines if h²≥ab; real and distinct if h²>ab; coincident if h²=ab.
For ax²+2hxy+by²=0: sum of slopes = −2h/b; product = a/b; angle: \(\tan\theta = 2\sqrt{h^2-ab}/(a+b)\).
Lines perpendicular iff \(a+b=0\) (coefficient of \(x^2\) + coefficient of \(y^2\) = 0).
Family of lines through intersection of \(L_1 \equiv 0\) and \(L_2 \equiv 0\): \(L_1 + \lambda L_2 = 0\) for any \(\lambda\). Pass through the common point for all \(\lambda\).
Angle bisectors of ax+by+c=0 and a′x+b′y+c′=0: \((ax+by+c)/\sqrt{a^2+b^2} = \pm(a'x+b'y+c')/\sqrt{a'^2+b'^2}\).
💡JEE Tip: For "foot of perpendicular" and "reflection", memorise the parameter \(t = (ax_1 + by_1 + c)/(a^2 + b^2)\). Foot \(= (x_1 - at, y_1 - bt)\); Image \(= (x_1 - 2at, y_1 - 2bt)\). This one formula handles both. Also: angle bisector — use positive sign for bisector of acute angle, negative for obtuse angle bisector.
⚠Common Error: Angle between lines: formula \(\tan\theta = |(m_1 - m_2)/(1 + m_1 m_2)|\) gives the ACUTE angle. For the obtuse angle, use \(\pi - \theta\). Also: when two lines are perpendicular, \(m_1 m_2 = -1\) applies, but for vertical line (undefined slope), perpendicular is horizontal (\(m = 0\)) — don't apply the formula blindly.
🔢
Straight Lines — Formula Sheet
Distance Formulas
$$ d = |ax_{1}+by_{1}+c| / \sqrt{a^{2}+b^{2}} $$
Distance from point (x₁,y₁) to line ax+by+c=0. Parallel lines distance: \(|c_1-c_2|/\sqrt{a^2+b^2}\).
Write both constant terms positive (they already are: \(+7\) and \(-2\to\) multiply 2nd line by \(-1\) so \(c>0\)). Compute \(a_1a_2+b_1b_2 = (3)(-12)+(-4)(-5) = -36+20 = -16 < 0\), so the positive sign gives the acute-angle bisector.
The perpendicular distance from point P(x₁,y₁) to line ax+by+c=0 is \(|ax_1+by_1+c|/\sqrt{a^2+b^2}\). The foot of the perpendicular lies at (x₁−at, y₁−bt) where t=(ax₁+by₁+c)/(a²+b²). The direction (a,b) is the normal to the line.
⚡
Straight Lines — Quick Quiz
Question 1
The distance from (0,0) to the line 3x+4y+10=0 is:
Two lines are perpendicular. One has slope 3. The slope of the other is:
Perpendicular lines: m₁·m₂ = −1. So m₂ = −1/m₁ = −1/3. Answer: B ✓. Note: −3 would be a line parallel to the perpendicular direction; 1/3 has the same sign as the negative reciprocal would require.
Question 3
For the pair of lines ax²+2hxy+by²=0 to be perpendicular, the condition is:
For \(ax^2 + 2hxy + by^2 = 0\): lines are perpendicular iff (sum of slopes)\(^2 - 4\)(product of slopes) \(= -4\) is satisfied — but simpler: perpendicular iff \(m_1 m_2 = -1\) → product \(= a/b = -1\) → \(a+b=0\). Answer: A ✓. Note: \(h^2 = ab\) means lines coincide (not perpendicular).
Tangent at (x₁,y₁): xx₁/a²−yy₁/b²=1. Tangent (slope m): \(y=mx\pm\sqrt{a^2m^2-b^2}\) (valid for |m|<b/a doesn't apply — valid when a²m²≠b²).
💡JEE Tip: For any conic, "T=0" gives the equation of the tangent at point (x₁,y₁). To form T from the conic equation: replace x² with xx₁, y² with yy₁, 2x with (x+x₁), 2y with (y+y₁), xy with (xy₁+yx₁)/2. This rule works for circles, parabola, ellipse, and hyperbola.
⚠Common Error: For ellipse x²/a²+y²/b²=1 with a>b: major axis is along x-axis (a is larger), foci are on x-axis at (±c,0). If b>a, foci are on y-axis. Don't confuse a and b — always identify which is larger to determine orientation. Eccentricity formula: for ellipse e=c/a<1; for hyperbola e=c/a>1.
Find the equation of tangent to y²=8x that is (a) parallel to y=2x+3; (b) perpendicular to y=2x+3.
y²=8x → 4a=8 → a=2. Tangent with slope m: y = mx + a/m = mx + 2/m.
(a) Parallel to y=2x+3 means m=2. Tangent: y = 2x + 2/2 = y = 2x+1.
(b) Perpendicular to y=2x+3 means slope m = −1/2. Tangent: y = −x/2 + 2/(−1/2) = y = −x/2 − 4, or x+2y+8=0.
✓ For parabola y²=4ax, slope form tangent y=mx+a/m is valid for all m≠0. The condition "c=a/m" ensures the line is tangent (touches at exactly one point).
Example 4MediumHyperbola — Eccentricity, Foci & Asymptotes
For the hyperbola \(9x^2 - 16y^2 = 144\): find \(a,\ b\), eccentricity, foci, and the equations of the asymptotes.
Divide by 144: \(\dfrac{x^2}{16} - \dfrac{y^2}{9} = 1\). So \(a^2 = 16 \to a = 4\); \(b^2 = 9 \to b = 3\).
Four conic sections classified by eccentricity. Circle (e=0): all points equidistant from centre. Ellipse (0<e<1): sum of focal distances constant. Parabola (e=1): equidistant from focus and directrix. Hyperbola (e>1): difference of focal distances constant; has two branches and two asymptotes.
⚡
Circles & Conics — Quick Quiz
Question 1
For the circle x²+y²+4x−6y+4=0, the centre is:
2g=4→g=2; 2f=−6→f=−3. Centre = (−g,−f) = (−2, 3). Radius = \(\sqrt{g^2+f^2-c} = \sqrt{4+9-4} = 3\). Answer: B ✓
Question 2
The eccentricity of a rectangular hyperbola is:
Rectangular hyperbola: a=b (asymptotes are perpendicular, at 90°). c²=a²+b²=2a². So \(e=c/a=\sqrt2\). The equation xy=c² is the standard form of rectangular hyperbola (rotated). Answer: C ✓
Question 3
The tangent to the parabola y²=12x with slope 2 is:
y²=12x → 4a=12 → a=3. Tangent with slope m: y=mx+a/m = 2x+3/2. Answer: A ✓. Verify: substitute y=2x+3/2 into y²=12x: (2x+3/2)²=12x → 4x²+6x+9/4=12x → 4x²−6x+9/4=0 → discriminant=36−36=0 ✓ (tangent).
🧭
Vectors & 3D Geometry
Dot & Cross Products · Triple Products · Lines & Planes in 3D · Skew Lines
Direction cosines: \(l=\cos\alpha, m=\cos\beta, n=\cos\gamma\) where α,β,γ are angles with x,y,z axes. l²+m²+n²=1.
Direction ratios (d.r.): a,b,c proportional to l,m,n. DC: \(l=a/\sqrt{a^2+b^2+c^2}\), etc.
Line through point (x₁,y₁,z₁) with direction (a,b,c):
Cartesian: (x−x₁)/a = (y−y₁)/b = (z−z₁)/c = t.
Vector: r⃗ = a⃗₁ + t·b⃗.
Angle between two lines: \(\cos\theta = |a_{1}a_{2}+b_{1}b_{2}+c_{1}c_{2}| / (\sqrt{a_{1}^{2}+b_{1}^{2}+c_{1}^{2}}\cdot\sqrt{a_{2}^{2}+b_{2}^{2}+c_{2}^{2}}).\)
Equation: ax+by+cz=d, where (a,b,c) is normal to the plane. Vector form: r⃗·n⃗=d.
Intercept form: x/p + y/q + z/r = 1 (intercepts p, q, r on axes).
Plane through 3 points: use the normal n⃗ = (P₂−P₁)×(P₃−P₁).
Distance from point (x₁,y₁,z₁) to plane ax+by+cz=d: \(|ax_1+by_1+cz_1-d|/\sqrt{a^2+b^2+c^2}\).
Angle between two planes: \(\cos\theta = |\vec{n}_{1}\cdot\vec{n}_{2}|/(|\vec{n}_{1}||\vec{n}_{2}|).\)
Line-plane angle: sinφ = |a⃗·n⃗|/(|a⃗||n⃗|) where a⃗ is line direction, n⃗ is plane normal.
💡JEE Tip: For shortest distance between skew lines, the formula SD = |(a⃗₂−a⃗₁)·(b⃗₁×b⃗₂)|/|b⃗₁×b⃗₂| requires the cross product of the two direction vectors. If b⃗₁×b⃗₂=0⃗, lines are parallel — use a different formula. Also: [a⃗ b⃗ c⃗]=0 is the key condition for coplanarity of three vectors.
⚠Common Error: Direction cosines satisfy l²+m²+n²=1, but direction ratios (a,b,c) are just proportional — they need NOT satisfy a²+b²+c²=1. To convert: divide each by \(\sqrt{a^2+b^2+c^2}\). Also: angle between a line and a plane uses SINE (sinφ = |d⃗·n̂|), not cosine — because the line's direction and the plane's normal are complementary angles.
Since the box product is \(0\), the three vectors lie in one plane (here \(\vec c = 2\vec b - \vec a\), a linear combination — confirming linear dependence).
✓ \([\vec a\ \vec b\ \vec c] = 0 \Rightarrow\) the vectors are coplanar.
Example 4HardFoot of Perpendicular from a Point to a Plane
Find the foot of the perpendicular from \(P(2,3,4)\) to the plane \(2x + y - z + 3 = 0\), and hence the distance \(P\) to the plane.
Normal to the plane is \(\vec n=(2,1,-1)\). Parametrize the perpendicular: \((x,y,z) = (2+2t,\ 3+t,\ 4-t).\)
Substitute in the plane: \(2(2+2t) + (3+t) - (4-t) + 3 = 0 \Rightarrow 4+4t+3+t-4+t+3 = 0 \Rightarrow 6t + 6 = 0 \Rightarrow t = -1.\)
Dot Product, Cross Product, and Triple Product Geometry
Three key vector products. Dot product: scalar quantity = |a||b|cosθ, gives projection. Cross product: vector perpendicular to both, magnitude = area of parallelogram |a||b|sinθ. Scalar triple product [a b c] = a·(b×c) = volume of parallelepiped; zero iff vectors are coplanar.
⚡
Vectors & 3D — Quick Quiz
Question 1
If a⃗·b⃗=0 and |a⃗|≠0 and |b⃗|≠0, then a⃗ and b⃗ are:
a⃗·b⃗ = |a||b|cosθ = 0. Since |a|≠0 and |b|≠0, cosθ = 0 → θ = 90° → vectors are perpendicular. For parallel: |a⃗×b⃗|=0 (cross product zero). Answer: B ✓
Question 2
The direction cosines of the line joining (1,2,3) and (4,−1,6) are proportional to:
Direction ratios = (4−1, −1−2, 6−3) = (3,−3,3) ∝ (1,−1,1). The direction cosines are \((3,-3,3)/\sqrt{9+9+9} = (3,-3,3)/(3\sqrt3) = (1/\sqrt3, -1/\sqrt3, 1/\sqrt3)\). Answer: C ✓
Question 3
Three vectors are coplanar if and only if their scalar triple product is:
[a b c] = a·(b×c) = volume of parallelepiped formed by a, b, c. Coplanar vectors → parallelepiped has zero volume → [a b c] = 0. This is the fundamental coplanarity condition. Answer: A ✓