Inequalities Linear Inequalities Solving linear inequalities follows the same principles as solving linear equations, with one critical difference: multiplying or dividing both sides by a negative number reverses the inequality sign.
3 x − 7 < 2 x + 5 3x - 7 < 2x + 5 3 x − 7 < 2 x + 5 x < 12 x < 12 x < 12
Quadratic Inequalities To solve a x 2 + b x + c > 0 ax^2 + bx + c > 0 a x 2 + b x + c > 0 (or < 0 < 0 < 0 , ≥ 0 \geq 0 ≥ 0 , ≤ 0 \leq 0 ≤ 0 ):
Find the roots of the equation a x 2 + b x + c = 0 ax^2 + bx + c = 0 a x 2 + b x + c = 0 Determine the sign of the quadratic in each region defined by the roots Select the regions satisfying the inequality Example : Solve x 2 − 5 x + 6 ≤ 0 x^2 - 5x + 6 \leq 0 x 2 − 5 x + 6 ≤ 0 .
Factorising: ( x − 2 ) ( x − 3 ) ≤ 0 (x-2)(x-3) \leq 0 ( x − 2 ) ( x − 3 ) ≤ 0 . The parabola opens upward (positive x 2 x^2 x 2 coefficient). The expression is non-positive between the roots:
2 ≤ x ≤ 3 2 \leq x \leq 3 2 ≤ x ≤ 3
Rational Inequalities For inequalities involving rational expressions, bring all terms to one side and combine into a single fraction. Find the critical values (zeros and undefined points), then test each region.
Example : Solve x − 1 x + 2 > 0 \frac{x-1}{x+2} > 0 x + 2 x − 1 > 0 .
Critical values: x = 1 x = 1 x = 1 and x = − 2 x = -2 x = − 2 .
Testing intervals:
x < − 2 x < -2 x < − 2 : Both numerator and denominator negative — ratio is positive− 2 < x < 1 -2 < x < 1 − 2 < x < 1 : Numerator negative, denominator positive — ratio is negativex > 1 x > 1 x > 1 : Both positive — ratio is positiveSolution: x < − 2 x < -2 x < − 2 or x > 1 x > 1 x > 1 , i.e., x ∈ ( − ∞ , − 2 ) ∪ ( 1 , ∞ ) x \in (-\infty, -2) \cup (1, \infty) x ∈ ( − ∞ , − 2 ) ∪ ( 1 , ∞ ) .
Absolute Value Definition ∣ x ∣ = { x if x ≥ 0 − x if x < 0 |x| = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases} ∣ x ∣ = { x − x if x ≥ 0 if x < 0
Properties ∣ a b ∣ = ∣ a ∣ ⋅ ∣ b ∣ |ab| = |a| \cdot |b| ∣ ab ∣ = ∣ a ∣ ⋅ ∣ b ∣ ∣ a + b ∣ ≤ ∣ a ∣ + ∣ b ∣ (triangle inequality) |a + b| \leq |a| + |b| \quad \text{(triangle inequality)} ∣ a + b ∣ ≤ ∣ a ∣ + ∣ b ∣ (triangle inequality) ∣ a − b ∣ ≥ ∣ ∣ a ∣ − ∣ b ∣ ∣ |a - b| \geq ||a| - |b|| ∣ a − b ∣ ≥ ∣∣ a ∣ − ∣ b ∣∣
Solving Absolute Value Equations ∣ x − 3 ∣ = 5 ⟹ x − 3 = 5 or x − 3 = − 5 ⟹ x = 8 or x = − 2 |x - 3| = 5 \implies x - 3 = 5 \text{ or } x - 3 = -5 \implies x = 8 \text{ or } x = -2 ∣ x − 3∣ = 5 ⟹ x − 3 = 5 or x − 3 = − 5 ⟹ x = 8 or x = − 2
Solving Absolute Value Inequalities ∣ x − a ∣ < b ⟹ a − b < x < a + b ( b > 0 ) |x - a| < b \implies a - b < x < a + b \quad (b > 0) ∣ x − a ∣ < b ⟹ a − b < x < a + b ( b > 0 ) ∣ x − a ∣ > b ⟹ x < a − b or x > a + b ( b > 0 ) |x - a| > b \implies x < a - b \text{ or } x > a + b \quad (b > 0) ∣ x − a ∣ > b ⟹ x < a − b or x > a + b ( b > 0 )
Absolute Value in the Coordinate Plane ∣ x − a ∣ + ∣ y − b ∣ = c |x - a| + |y - b| = c ∣ x − a ∣ + ∣ y − b ∣ = c defines a diamond (rotated square) centred at ( a , b ) (a, b) ( a , b ) .
∣ x ∣ + ∣ y ∣ = 4 |x| + |y| = 4 ∣ x ∣ + ∣ y ∣ = 4 defines a diamond with vertices at ( ± 4 , 0 ) (\pm 4, 0) ( ± 4 , 0 ) and ( 0 , ± 4 ) (0, \pm 4) ( 0 , ± 4 ) .
Functions: Advanced Topics Domain and Range The domain of a function is the set of all valid inputs; the range is the set of all outputs.
Example : Find the domain and range of f ( x ) = 4 − x 2 f(x) = \sqrt{4 - x^2} f ( x ) = 4 − x 2 .
Domain: 4 − x 2 ≥ 0 ⟹ x 2 ≤ 4 ⟹ − 2 ≤ x ≤ 2 4 - x^2 \geq 0 \implies x^2 \leq 4 \implies -2 \leq x \leq 2 4 − x 2 ≥ 0 ⟹ x 2 ≤ 4 ⟹ − 2 ≤ x ≤ 2 .
Range: Since x 2 ≥ 0 x^2 \geq 0 x 2 ≥ 0 , we have 4 − x 2 ≤ 4 = 2 \sqrt{4 - x^2} \leq \sqrt{4} = 2 4 − x 2 ≤ 4 = 2 and 0 ≤ f ( x ) 0 \leq f(x) 0 ≤ f ( x ) .
Therefore, range is 0 ≤ f ( x ) ≤ 2 0 \leq f(x) \leq 2 0 ≤ f ( x ) ≤ 2 , i.e., [ 0 , 2 ] [0, 2] [ 0 , 2 ] .
Composite Functions Given f ( x ) f(x) f ( x ) and g ( x ) g(x) g ( x ) , the composite function f g ( x ) = f ( g ( x ) ) fg(x) = f(g(x)) f g ( x ) = f ( g ( x )) .
Example : If f ( x ) = 2 x + 1 f(x) = 2x + 1 f ( x ) = 2 x + 1 and g ( x ) = x 2 g(x) = x^2 g ( x ) = x 2 , then:
f g ( x ) = f ( g ( x ) ) = f ( x 2 ) = 2 x 2 + 1 fg(x) = f(g(x)) = f(x^2) = 2x^2 + 1 f g ( x ) = f ( g ( x )) = f ( x 2 ) = 2 x 2 + 1 g f ( x ) = g ( f ( x ) ) = g ( 2 x + 1 ) = ( 2 x + 1 ) 2 = 4 x 2 + 4 x + 1 gf(x) = g(f(x)) = g(2x + 1) = (2x + 1)^2 = 4x^2 + 4x + 1 g f ( x ) = g ( f ( x )) = g ( 2 x + 1 ) = ( 2 x + 1 ) 2 = 4 x 2 + 4 x + 1
Note that f g ( x ) ≠ g f ( x ) fg(x) \neq gf(x) f g ( x ) = g f ( x ) in general.
Inverse Functions A function f f f has an inverse f − 1 f^{-1} f − 1 if and only if f f f is one-to-one (bijective).
f ( f − 1 ( x ) ) = x and f − 1 ( f ( x ) ) = x f(f^{-1}(x)) = x \quad \text{and} \quad f^{-1}(f(x)) = x f ( f − 1 ( x )) = x and f − 1 ( f ( x )) = x
Example : If f ( x ) = 2 x + 3 x − 1 f(x) = \frac{2x + 3}{x - 1} f ( x ) = x − 1 2 x + 3 , find f − 1 ( x ) f^{-1}(x) f − 1 ( x ) .
Let y = 2 x + 3 x − 1 y = \frac{2x + 3}{x - 1} y = x − 1 2 x + 3 . Solving for x x x :
y ( x − 1 ) = 2 x + 3 y(x - 1) = 2x + 3 y ( x − 1 ) = 2 x + 3 x y − y = 2 x + 3 xy - y = 2x + 3 x y − y = 2 x + 3 x ( y − 2 ) = y + 3 x(y - 2) = y + 3 x ( y − 2 ) = y + 3 x = y + 3 y − 2 x = \frac{y + 3}{y - 2} x = y − 2 y + 3
Therefore, f − 1 ( x ) = x + 3 x − 2 f^{-1}(x) = \frac{x + 3}{x - 2} f − 1 ( x ) = x − 2 x + 3 , domain x ≠ 2 x \neq 2 x = 2 .
Quadratic Functions and Completing the Square Writing f ( x ) = a x 2 + b x + c f(x) = ax^2 + bx + c f ( x ) = a x 2 + b x + c in vertex form by completing the square:
f ( x ) = a ( x + b 2 a ) 2 + 4 a c − b 2 4 a f(x) = a\left(x + \frac{b}{2a}\right)^2 + \frac{4ac - b^2}{4a} f ( x ) = a ( x + 2 a b ) 2 + 4 a 4 a c − b 2
The vertex is at ( − b 2 a , 4 a c − b 2 4 a ) \left(-\frac{b}{2a}, \frac{4ac - b^2}{4a}\right) ( − 2 a b , 4 a 4 a c − b 2 ) .
Sequences and Series: Advanced Arithmetic Sequences a n = a 1 + ( n − 1 ) d a_n = a_1 + (n-1)d a n = a 1 + ( n − 1 ) d S n = n 2 ( a 1 + a n ) = n 2 ( 2 a 1 + ( n − 1 ) d ) S_n = \frac{n}{2}(a_1 + a_n) = \frac{n}{2}(2a_1 + (n-1)d) S n = 2 n ( a 1 + a n ) = 2 n ( 2 a 1 + ( n − 1 ) d )
Geometric Sequences a n = a 1 r n − 1 a_n = a_1 r^{n-1} a n = a 1 r n − 1 S n = a 1 ( 1 − r n ) 1 − r ( r ≠ 1 ) S_n = \frac{a_1(1 - r^n)}{1 - r} \quad (r \neq 1) S n = 1 − r a 1 ( 1 − r n ) ( r = 1 )
Sum to Infinity For a convergent geometric series (i.e., ∣ r ∣ < 1 |r| < 1 ∣ r ∣ < 1 ):
S ∞ = a 1 1 − r S_\infty = \frac{a_1}{1 - r} S ∞ = 1 − r a 1
Sigma Notation ∑ r = 1 n a r r − 1 = a ( 1 − r n ) 1 − r \sum_{r=1}^{n} ar^{r-1} = \frac{a(1 - r^n)}{1 - r} ∑ r = 1 n a r r − 1 = 1 − r a ( 1 − r n )
Example : Evaluate ∑ r = 1 ∞ 3 ( 1 4 ) r − 1 \sum_{r=1}^{\infty} 3\left(\frac{1}{4}\right)^{r-1} ∑ r = 1 ∞ 3 ( 4 1 ) r − 1 .
S ∞ = 3 1 − 1 4 = 3 3 4 = 4 S_\infty = \frac{3}{1 - \frac{1}{4}} = \frac{3}{\frac{3}{4}} = 4 S ∞ = 1 − 4 1 3 = 4 3 3 = 4
Method of Differences For certain sequences, the sum can be found using the method of differences.
Example : Find ∑ r = 1 n r ( r + 1 ) \sum_{r=1}^{n} r(r+1) ∑ r = 1 n r ( r + 1 ) .
Note that r ( r + 1 ) = r 2 + r r(r+1) = r^2 + r r ( r + 1 ) = r 2 + r , so:
∑ r = 1 n r ( r + 1 ) = ∑ r = 1 n r 2 + ∑ r = 1 n r = n ( n + 1 ) ( 2 n + 1 ) 6 + n ( n + 1 ) 2 \sum_{r=1}^{n} r(r+1) = \sum_{r=1}^{n} r^2 + \sum_{r=1}^{n} r = \frac{n(n+1)(2n+1)}{6} + \frac{n(n+1)}{2} ∑ r = 1 n r ( r + 1 ) = ∑ r = 1 n r 2 + ∑ r = 1 n r = 6 n ( n + 1 ) ( 2 n + 1 ) + 2 n ( n + 1 )
= n ( n + 1 ) 6 ( 2 n + 1 + 3 ) = n ( n + 1 ) ( n + 2 ) 3 = \frac{n(n+1)}{6}(2n + 1 + 3) = \frac{n(n+1)(n+2)}{3} = 6 n ( n + 1 ) ( 2 n + 1 + 3 ) = 3 n ( n + 1 ) ( n + 2 )
Alternatively, using the method of differences:
1 r ( r + 1 ) = 1 r − 1 r + 1 \frac{1}{r(r+1)} = \frac{1}{r} - \frac{1}{r+1} r ( r + 1 ) 1 = r 1 − r + 1 1
∑ r = 1 n 1 r ( r + 1 ) = ( 1 − 1 2 ) + ( 1 2 − 1 3 ) + ⋯ + ( 1 n − 1 n + 1 ) = 1 − 1 n + 1 = n n + 1 \sum_{r=1}^{n} \frac{1}{r(r+1)} = \left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \cdots + \left(\frac{1}{n} - \frac{1}{n+1}\right) = 1 - \frac{1}{n+1} = \frac{n}{n+1} ∑ r = 1 n r ( r + 1 ) 1 = ( 1 − 2 1 ) + ( 2 1 − 3 1 ) + ⋯ + ( n 1 − n + 1 1 ) = 1 − n + 1 1 = n + 1 n
Limits Intuitive Notion lim x → a f ( x ) = L \lim_{x \to a} f(x) = L lim x → a f ( x ) = L
means that f ( x ) f(x) f ( x ) gets arbitrarily close to L L L as x x x gets arbitrarily close to a a a .
Limit Laws lim x → a [ f ( x ) ± g ( x ) ] = lim x → a f ( x ) ± lim x → a g ( x ) \lim_{x \to a} [f(x) \pm g(x)] = \lim_{x \to a} f(x) \pm \lim_{x \to a} g(x) lim x → a [ f ( x ) ± g ( x )] = lim x → a f ( x ) ± lim x → a g ( x ) lim x → a [ f ( x ) ⋅ g ( x ) ] = lim x → a f ( x ) ⋅ lim x → a g ( x ) \lim_{x \to a} [f(x) \cdot g(x)] = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x) lim x → a [ f ( x ) ⋅ g ( x )] = lim x → a f ( x ) ⋅ lim x → a g ( x ) lim x → a f ( x ) g ( x ) = lim x → a f ( x ) lim x → a g ( x ) (provided lim g ( x ) ≠ 0 ) \lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)} \quad \text{(provided } \lim g(x) \neq 0\text{)} lim x → a g ( x ) f ( x ) = l i m x → a g ( x ) l i m x → a f ( x ) (provided lim g ( x ) = 0 )
Key Limits lim x → 0 sin x x = 1 \lim_{x \to 0} \frac{\sin x}{x} = 1 lim x → 0 x s i n x = 1 lim x → 0 1 − cos x x = 0 \lim_{x \to 0} \frac{1 - \cos x}{x} = 0 lim x → 0 x 1 − c o s x = 0 lim n → ∞ ( 1 + 1 n ) n = e \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e lim n → ∞ ( 1 + n 1 ) n = e
Limits at Infinity lim x → ∞ 1 x k = 0 ( k > 0 ) \lim_{x \to \infty} \frac{1}{x^k} = 0 \quad (k > 0) lim x → ∞ x k 1 = 0 ( k > 0 )
For rational functions, divide numerator and denominator by the highest power of x x x :
lim x → ∞ 3 x 2 + 2 x − 1 5 x 2 − x + 3 = lim x → ∞ 3 + 2 x − 1 x 2 5 − 1 x + 3 x 2 = 3 5 \lim_{x \to \infty} \frac{3x^2 + 2x - 1}{5x^2 - x + 3} = \lim_{x \to \infty} \frac{3 + \frac{2}{x} - \frac{1}{x^2}}{5 - \frac{1}{x} + \frac{3}{x^2}} = \frac{3}{5} lim x → ∞ 5 x 2 − x + 3 3 x 2 + 2 x − 1 = lim x → ∞ 5 − x 1 + x 2 3 3 + x 2 − x 2 1 = 5 3
Differentiation: Advanced Rules of Differentiation Power rule : d d x ( x n ) = n x n − 1 \frac{d}{dx}(x^n) = nx^{n-1} d x d ( x n ) = n x n − 1 Chain rule : d d x [ f ( g ( x ) ) ] = f " ( g ( x ) ) ⋅ g ′ ( x ) \frac{d}{dx}[f(g(x))] = f"(g(x)) \cdot g'(x) d x d [ f ( g ( x ))] = f " ( g ( x )) ⋅ g ′ ( x ) Product rule : d d x [ f ( x ) ⋅ g ( x ) ] = f ′ ( x ) g ( x ) + f ( x ) g ′ ( x ) \frac{d}{dx}[f(x) \cdot g(x)] = f'(x)g(x) + f(x)g'(x) d x d [ f ( x ) ⋅ g ( x )] = f ′ ( x ) g ( x ) + f ( x ) g ′ ( x ) Quotient rule : d d x [ f ( x ) g ( x ) ] = f ′ ( x ) g ( x ) − f ( x ) g ′ ( x ) [ g ( x ) ] 2 \frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2} d x d [ g ( x ) f ( x ) ] = [ g ( x ) ] 2 f ′ ( x ) g ( x ) − f ( x ) g ′ ( x ) Implicit Differentiation When y y y is defined implicitly as a function of x x x , differentiate both sides with respect to x x x and solve for d y d x \frac{dy}{dx} d x d y .
Example : Find d y d x \frac{dy}{dx} d x d y given x 2 + y 2 = 25 x^2 + y^2 = 25 x 2 + y 2 = 25 .
2 x + 2 y d y d x = 0 2x + 2y\frac{dy}{dx} = 0 2 x + 2 y d x d y = 0 d y d x = − x y \frac{dy}{dx} = -\frac{x}{y} d x d y = − y x
Example : A spherical balloon is being inflated. Find the rate of change of the radius when the radius is 5 cm, given that air is being pumped in at 100 π 100\pi 100 π cm3 ^3 3 /s.
Volume: V = 4 3 π r 3 V = \frac{4}{3}\pi r^3 V = 3 4 π r 3 .
d V d t = 4 π r 2 d r d t \frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt} d t d V = 4 π r 2 d t d r 100 π = 4 π ( 25 ) d r d t 100\pi = 4\pi(25)\frac{dr}{dt} 100 π = 4 π ( 25 ) d t d r d r d t = 100 π 100 π = 1 cm/s \frac{dr}{dt} = \frac{100\pi}{100\pi} = 1 \text{ cm/s} d t d r = 100 π 100 π = 1 cm/s
Second Derivative The second derivative d 2 y d x 2 \frac{d^2y}{dx^2} d x 2 d 2 y represents the rate of change of the gradient. It is used to determine concavity:
d 2 y d x 2 > 0 \frac{d^2y}{dx^2} > 0 d x 2 d 2 y > 0 : Concave upward (minimum)d 2 y d x 2 < 0 \frac{d^2y}{dx^2} < 0 d x 2 d 2 y < 0 : Concave downward (maximum)Stationary Points To find and classify stationary points:
Find d y d x \frac{dy}{dx} d x d y and set it to zero Solve for x x x to find the x x x -coordinates of stationary points Find d 2 y d x 2 \frac{d^2y}{dx^2} d x 2 d 2 y and substitute the x x x -values If d 2 y d x 2 > 0 \frac{d^2y}{dx^2} > 0 d x 2 d 2 y > 0 : minimum; if < 0 < 0 < 0 : maximum; if = 0 = 0 = 0 : test fails (use first derivative test or higher derivatives) Integration: Advanced Techniques Integration by substitution : For integrals of the form ∫ f ( g ( x ) ) ⋅ g ′ ( x ) d x \int f(g(x)) \cdot g'(x) \, dx ∫ f ( g ( x )) ⋅ g ′ ( x ) d x , let u = g ( x ) u = g(x) u = g ( x ) Example : ∫ 2 x x 2 + 1 d x \int 2x\sqrt{x^2 + 1} \, dx ∫ 2 x x 2 + 1 d x . Let u = x 2 + 1 u = x^2 + 1 u = x 2 + 1 , d u = 2 x d x du = 2x \, dx d u = 2 x d x .
∫ u d u = 2 3 u 3 / 2 + C = 2 3 ( x 2 + 1 ) 3 / 2 + C \int \sqrt{u} \, du = \frac{2}{3}u^{3/2} + C = \frac{2}{3}(x^2 + 1)^{3/2} + C ∫ u d u = 3 2 u 3/2 + C = 3 2 ( x 2 + 1 ) 3/2 + C
Integration by parts : ∫ u d v = u v − ∫ v d u \int u \, dv = uv - \int v \, du ∫ u d v = uv − ∫ v d u Example : ∫ x e x d x \int x e^x \, dx ∫ x e x d x . Let u = x u = x u = x , d v = e x d x dv = e^x \, dx d v = e x d x . Then d u = d x du = dx d u = d x , v = e x v = e^x v = e x .
∫ x e x d x = x e x − ∫ e x d x = x e x − e x + C = ( x − 1 ) e x + C \int x e^x \, dx = x e^x - \int e^x \, dx = x e^x - e^x + C = (x - 1)e^x + C ∫ x e x d x = x e x − ∫ e x d x = x e x − e x + C = ( x − 1 ) e x + C
Definite Integration ∫ a b f ( x ) d x = [ F ( x ) ] a b = F ( b ) − F ( a ) \int_a^b f(x) \, dx = \left[F(x)\right]_a^b = F(b) - F(a) ∫ a b f ( x ) d x = [ F ( x ) ] a b = F ( b ) − F ( a )
Area Under Curves Area between a curve and the x-axis: A = ∫ a b ∣ f ( x ) ∣ d x A = \int_a^b |f(x)| \, dx A = ∫ a b ∣ f ( x ) ∣ d x Area between two curves: A = ∫ a b ∣ f ( x ) − g ( x ) ∣ d x A = \int_a^b |f(x) - g(x)| \, dx A = ∫ a b ∣ f ( x ) − g ( x ) ∣ d x Volumes of Revolution Rotation about the x-axis: V = π ∫ a b [ f ( x ) ] 2 d x V = \pi \int_a^b [f(x)]^2 \, dx V = π ∫ a b [ f ( x ) ] 2 d x Rotation about the y-axis: V = π ∫ c d [ f ( y ) ] 2 d y V = \pi \int_c^d [f(y)]^2 \, dy V = π ∫ c d [ f ( y ) ] 2 d y Example : Find the volume when the region bounded by y = x y = \sqrt{x} y = x , x = 4 x = 4 x = 4 , and y = 0 y = 0 y = 0 is rotated about the x-axis.
V = π ∫ 0 4 ( x ) 2 d x = π ∫ 0 4 x d x = π [ x 2 2 ] 0 4 = 8 π V = \pi \int_0^4 (\sqrt{x})^2 \, dx = \pi \int_0^4 x \, dx = \pi \left[\frac{x^2}{2}\right]_0^4 = 8\pi V = π ∫ 0 4 ( x ) 2 d x = π ∫ 0 4 x d x = π [ 2 x 2 ] 0 4 = 8 π
Differential Equations A first-order separable differential equation has the form:
d y d x = f ( x ) g ( y ) \frac{dy}{dx} = f(x)g(y) d x d y = f ( x ) g ( y )
Separating variables: d y g ( y ) = f ( x ) d x \frac{dy}{g(y)} = f(x) \, dx g ( y ) d y = f ( x ) d x .
Integrate both sides and solve for y y y .
Example : Solve d y d x = x y \frac{dy}{dx} = \frac{x}{y} d x d y = y x , given y = 2 y = 2 y = 2 when x = 1 x = 1 x = 1 .
y d y = x d x y \, dy = x \, dx y d y = x d x ∫ y d y = ∫ x d x \int y \, dy = \int x \, dx ∫ y d y = ∫ x d x y 2 2 = x 2 2 + C \frac{y^2}{2} = \frac{x^2}{2} + C 2 y 2 = 2 x 2 + C
Using y = 2 y = 2 y = 2 when x = 1 x = 1 x = 1 : 2 = 1 2 + C 2 = \frac{1}{2} + C 2 = 2 1 + C , so C = 3 2 C = \frac{3}{2} C = 2 3 .
y 2 = x 2 + 3 y^2 = x^2 + 3 y 2 = x 2 + 3
Common Pitfalls Forgetting to reverse the inequality sign when multiplying or dividing by a negative number Incorrectly finding the domain of composite functions Confusing f g ( x ) fg(x) f g ( x ) notation Forgetting to add + C +C + C for indefinite integrals Not checking whether d 2 y d x 2 = 0 \frac{d^2y}{dx^2} = 0 d x 2 d 2 y = 0 requires a first derivative test Errors in substitution for integration by substitution (forgetting to change the limits for definite integrals or to convert d x dx d x to d u du d u )