SECTION A
Differentiate tan⁻¹(1 − x²) cos 3x. [04marks]
Evaluate lim x → 1 x 2 + 1 x 2 − 1 \lim_{x \to 1} \frac{x^2+1}{x^2-1} lim x → 1 x 2 − 1 x 2 + 1 . [04marks]
Solve the equation y(1 + x²)dy + (1 + y²)dx = 0. [05marks]
Find the direction cosines of the vector i − 2j − k . [03marks]
Evaluate ∫ 0 1 x 2 e x 3 d x \int_0^1 x^2 e^{x^3} dx ∫ 0 1 x 2 e x 3 d x . [04marks]
SECTION B: CALCULUS
(a) If a body moves according to the law S = e^(3t) − 9te^(−t) − 4t cos t, find the velocity and acceleration at t = 0 sec. [08marks]
(b) Find ∫e^(−2x) cos 3x dx. [12marks]
(a) Find the area of the region bounded by the curves y = x² − 2x and y = 2x − x². [10marks]
(b) Given that cos y = y/x, find d²y/dx² at the point (1, 0). [10marks]
(a) Differentiate from first principles y = sin x cos x. [10marks]
(b) Find a better approximation to the root of the equation eˣ − 3x + 1 = 0 if x₀ = 0.000 is an initial approximation and f′(x₀) ≠ 0, up to 3 iterations. [10marks]
SECTION C: DIFFERENTIAL EQUATIONS AND VECTORS
(a) Solve the equation (x² sec x tan x + x sec x)dx = xy dy given that y(π) = 0. [10marks]
(b) Show that the point P = 2i − 3j + 4k lies on the line r = i − 2j + k + t(i − j + 3k ). Let A = 3i − 5j + 3k . Show that AP is perpendicular to i − j + 3k , hence find the distance of the given line from A. [10marks]
(a) The position vectors of the vertices of triangle PQR are 2i + 3j − 5k , −3i − 7j + 10k and −3i − 5j + 10k respectively. Find the position vectors of the points S and T on PQ and PR respectively such that PS/QS = PT/RT = 1/2. Show that ST ∥ QR. [12marks]
(b) For triangle PQR in part (a) above, calculate the cosine of angle Q and hence the area of the triangle. [08marks]
(a) Solve the equation x² dy/dx = x² + 2xy + y², given that y(1) = 0. [12marks]
(b) Find the equation of the curve through (0, π) for which the normal at any point (x, y) has the slope −sin y · eˣ and y(0) = π. [08marks]
FULL SOLUTIONS
SECTION A
Q1. Differentiate tan⁻¹(1 − x²) cos 3x
Using the product rule : if u = tan⁻¹(1 − x²), v = cos 3x
d u d x = − 2 x 1 + ( 1 − x 2 ) 2 \frac{du}{dx} = \frac{-2x}{1+(1-x^2)^2} d x d u = 1 + ( 1 − x 2 ) 2 − 2 x
d v d x = − 3 sin 3 x \frac{dv}{dx} = -3\sin 3x d x d v = − 3 sin 3 x
d y d x = cos 3 x ⋅ − 2 x 1 + ( 1 − x 2 ) 2 + tan − 1 ( 1 − x 2 ) ⋅ ( − 3 sin 3 x ) \frac{dy}{dx} = \cos 3x \cdot \frac{-2x}{1+(1-x^2)^2} + \tan^{-1}(1-x^2)\cdot(-3\sin 3x) d x d y = cos 3 x ⋅ 1 + ( 1 − x 2 ) 2 − 2 x + tan − 1 ( 1 − x 2 ) ⋅ ( − 3 sin 3 x )
d y d x = − 2 x cos 3 x 1 + ( 1 − x 2 ) 2 − 3 sin 3 x ⋅ tan − 1 ( 1 − x 2 ) \frac{dy}{dx} = \frac{-2x\cos 3x}{1+(1-x^2)^2} - 3\sin 3x \cdot \tan^{-1}(1-x^2) d x d y = 1 + ( 1 − x 2 ) 2 − 2 x cos 3 x − 3 sin 3 x ⋅ tan − 1 ( 1 − x 2 )
Q2. Evaluate lim x → 1 x 2 + 1 x 2 − 1 \lim_{x \to 1} \frac{x^2+1}{x^2-1} lim x → 1 x 2 − 1 x 2 + 1
Substituting x = 1 directly:
Numerator: 1 + 1 = 2
Denominator: 1 − 1 = 0
The denominator → 0 while numerator → 2 ≠ 0.
Check one-sided limits:
As x → 1⁺: x²−1 → 0⁺, so limit → +∞
As x → 1⁻: x²−1 → 0⁻, so limit → −∞
Since left and right limits differ:
lim x → 1 x 2 + 1 x 2 − 1 does not exist (DNE) \lim_{x \to 1} \frac{x^2+1}{x^2-1} \text{ does not exist (DNE)} x → 1 lim x 2 − 1 x 2 + 1 does not exist (DNE)
Q3. Solve y(1 + x²)dy + (1 + y²)dx = 0
Separate variables:
y d y 1 + y 2 = − d x 1 + x 2 \frac{y\,dy}{1+y^2} = -\frac{dx}{1+x^2} 1 + y 2 y d y = − 1 + x 2 d x
Integrate both sides:
1 2 ln ( 1 + y 2 ) = − tan − 1 x + C \frac{1}{2}\ln(1+y^2) = -\tan^{-1}x + C 2 1 ln ( 1 + y 2 ) = − tan − 1 x + C
ln ( 1 + y 2 ) = − 2 tan − 1 x + C \ln(1+y^2) = -2\tan^{-1}x + C ln ( 1 + y 2 ) = − 2 tan − 1 x + C
Or equivalently: ( 1 + y 2 ) = A e − 2 tan − 1 x (1+y^2) = Ae^{-2\tan^{-1}x} ( 1 + y 2 ) = A e − 2 t a n − 1 x
Q4. Direction cosines of v = i − 2j − k
Magnitude: |v | = √(1² + (−2)² + (−1)²) = √(1+4+1) = √6
Direction cosines:
l = 1 6 , m = − 2 6 , n = − 1 6 l = \frac{1}{\sqrt{6}}, \quad m = \frac{-2}{\sqrt{6}}, \quad n = \frac{-1}{\sqrt{6}} l = 6 1 , m = 6 − 2 , n = 6 − 1
( 1 6 , − 2 6 , − 1 6 ) \left(\frac{1}{\sqrt{6}},\ \frac{-2}{\sqrt{6}},\ \frac{-1}{\sqrt{6}}\right) ( 6 1 , 6 − 2 , 6 − 1 )
Q5. Evaluate ∫ 0 1 x 2 e x 3 d x \int_0^1 x^2 e^{x^3} dx ∫ 0 1 x 2 e x 3 d x
Let u = x³ → du = 3x² dx → x² dx = du/3
When x=0, u=0; when x=1, u=1:
∫ 0 1 x 2 e x 3 d x = 1 3 ∫ 0 1 e u d u = 1 3 [ e u ] 0 1 = 1 3 ( e − 1 ) \int_0^1 x^2 e^{x^3}dx = \frac{1}{3}\int_0^1 e^u\,du = \frac{1}{3}\left[e^u\right]_0^1 = \frac{1}{3}(e - 1) ∫ 0 1 x 2 e x 3 d x = 3 1 ∫ 0 1 e u d u = 3 1 [ e u ] 0 1 = 3 1 ( e − 1 )
e − 1 3 ≈ 0.5728 \frac{e-1}{3} \approx 0.5728 3 e − 1 ≈ 0.5728
SECTION B: CALCULUS
Q6(a). S = e^(3t) − 9te^(−t) − 4t cos t; find v and a at t = 0
Velocity v = dS/dt:
d d t ( e 3 t ) = 3 e 3 t \frac{d}{dt}(e^{3t}) = 3e^{3t} d t d ( e 3 t ) = 3 e 3 t
d d t ( − 9 t e − t ) = − 9 e − t + 9 t e − t = − 9 e − t ( 1 − t ) \frac{d}{dt}(-9te^{-t}) = -9e^{-t} + 9te^{-t} = -9e^{-t}(1-t) d t d ( − 9 t e − t ) = − 9 e − t + 9 t e − t = − 9 e − t ( 1 − t )
d d t ( − 4 t cos t ) = − 4 cos t + 4 t sin t \frac{d}{dt}(-4t\cos t) = -4\cos t + 4t\sin t d t d ( − 4 t cos t ) = − 4 cos t + 4 t sin t
v = 3 e 3 t − 9 e − t ( 1 − t ) − 4 cos t + 4 t sin t v = 3e^{3t} - 9e^{-t}(1-t) - 4\cos t + 4t\sin t v = 3 e 3 t − 9 e − t ( 1 − t ) − 4 cos t + 4 t sin t
At t = 0:
v = 3 ( 1 ) − 9 ( 1 ) ( 1 ) − 4 ( 1 ) + 0 = 3 − 9 − 4 = − 10 units/s v = 3(1) - 9(1)(1) - 4(1) + 0 = 3 - 9 - 4 = -10 \text{ units/s} v = 3 ( 1 ) − 9 ( 1 ) ( 1 ) − 4 ( 1 ) + 0 = 3 − 9 − 4 = − 10 units/s
Acceleration a = dv/dt:
d d t ( 3 e 3 t ) = 9 e 3 t \frac{d}{dt}(3e^{3t}) = 9e^{3t} d t d ( 3 e 3 t ) = 9 e 3 t
d d t ( − 9 e − t ( 1 − t ) ) = 9 e − t ( 1 − t ) + 9 e − t = 9 e − t ( 2 − t ) \frac{d}{dt}(-9e^{-t}(1-t)) = 9e^{-t}(1-t) + 9e^{-t} = 9e^{-t}(2-t) d t d ( − 9 e − t ( 1 − t )) = 9 e − t ( 1 − t ) + 9 e − t = 9 e − t ( 2 − t )
d d t ( − 4 cos t + 4 t sin t ) = 4 sin t + 4 sin t + 4 t cos t = 8 sin t + 4 t cos t \frac{d}{dt}(-4\cos t + 4t\sin t) = 4\sin t + 4\sin t + 4t\cos t = 8\sin t + 4t\cos t d t d ( − 4 cos t + 4 t sin t ) = 4 sin t + 4 sin t + 4 t cos t = 8 sin t + 4 t cos t
a = 9 e 3 t + 9 e − t ( 2 − t ) + 8 sin t + 4 t cos t a = 9e^{3t} + 9e^{-t}(2-t) + 8\sin t + 4t\cos t a = 9 e 3 t + 9 e − t ( 2 − t ) + 8 sin t + 4 t cos t
At t = 0:
a = 9 ( 1 ) + 9 ( 1 ) ( 2 ) + 0 + 0 = 9 + 18 = 27 units/s 2 a = 9(1) + 9(1)(2) + 0 + 0 = 9 + 18 = 27 \text{ units/s}^2 a = 9 ( 1 ) + 9 ( 1 ) ( 2 ) + 0 + 0 = 9 + 18 = 27 units/s 2
Q6(b). Find ∫e^(−2x) cos 3x dx
Use integration by parts twice . Let:
I = ∫e^(−2x) cos 3x dx
First pass (u = cos 3x, dv = e^(−2x)dx):
I = − 1 2 e − 2 x cos 3 x − 3 2 ∫ e − 2 x sin 3 x d x I = -\frac{1}{2}e^{-2x}\cos 3x - \frac{3}{2}\int e^{-2x}\sin 3x\,dx I = − 2 1 e − 2 x cos 3 x − 2 3 ∫ e − 2 x sin 3 x d x
Second pass on ∫e^(−2x) sin 3x dx (u = sin 3x, dv = e^(−2x)dx):
∫ e − 2 x sin 3 x d x = − 1 2 e − 2 x sin 3 x + 3 2 ∫ e − 2 x cos 3 x d x \int e^{-2x}\sin 3x\,dx = -\frac{1}{2}e^{-2x}\sin 3x + \frac{3}{2}\int e^{-2x}\cos 3x\,dx ∫ e − 2 x sin 3 x d x = − 2 1 e − 2 x sin 3 x + 2 3 ∫ e − 2 x cos 3 x d x
Substitute back:
I = − 1 2 e − 2 x cos 3 x − 3 2 [ − 1 2 e − 2 x sin 3 x + 3 2 I ] I = -\frac{1}{2}e^{-2x}\cos 3x - \frac{3}{2}\left[-\frac{1}{2}e^{-2x}\sin 3x + \frac{3}{2}I\right] I = − 2 1 e − 2 x cos 3 x − 2 3 [ − 2 1 e − 2 x sin 3 x + 2 3 I ]
I = − 1 2 e − 2 x cos 3 x + 3 4 e − 2 x sin 3 x − 9 4 I I = -\frac{1}{2}e^{-2x}\cos 3x + \frac{3}{4}e^{-2x}\sin 3x - \frac{9}{4}I I = − 2 1 e − 2 x cos 3 x + 4 3 e − 2 x sin 3 x − 4 9 I
I + 9 4 I = e − 2 x ( 3 sin 3 x 4 − cos 3 x 2 ) I + \frac{9}{4}I = e^{-2x}\left(\frac{3\sin 3x}{4} - \frac{\cos 3x}{2}\right) I + 4 9 I = e − 2 x ( 4 3 sin 3 x − 2 cos 3 x )
13 4 I = e − 2 x ( 3 sin 3 x − 2 cos 3 x 4 ) \frac{13}{4}I = e^{-2x}\left(\frac{3\sin 3x - 2\cos 3x}{4}\right) 4 13 I = e − 2 x ( 4 3 sin 3 x − 2 cos 3 x )
I = e − 2 x ( 3 sin 3 x − 2 cos 3 x ) 13 + C I = \frac{e^{-2x}(3\sin 3x - 2\cos 3x)}{13} + C I = 13 e − 2 x ( 3 sin 3 x − 2 cos 3 x ) + C
Q7(a). Area bounded by y = x² − 2x and y = 2x − x²
Find intersections: x² − 2x = 2x − x²
2x² − 4x = 0 → 2x(x−2) = 0 → x = 0, x = 2
On [0,2], the upper curve is y = 2x − x² (check at x=1: upper=1, lower=−1 ✓)
Area = ∫ 0 2 [ ( 2 x − x 2 ) − ( x 2 − 2 x ) ] d x = ∫ 0 2 ( 4 x − 2 x 2 ) d x \text{Area} = \int_0^2 [(2x-x^2)-(x^2-2x)]\,dx = \int_0^2 (4x-2x^2)\,dx Area = ∫ 0 2 [( 2 x − x 2 ) − ( x 2 − 2 x )] d x = ∫ 0 2 ( 4 x − 2 x 2 ) d x
= [ 2 x 2 − 2 x 3 3 ] 0 2 = 8 − 16 3 = 24 − 16 3 = 8 3 sq. units = \left[2x^2 - \frac{2x^3}{3}\right]_0^2 = 8 - \frac{16}{3} = \frac{24-16}{3} = \frac{8}{3} \text{ sq. units} = [ 2 x 2 − 3 2 x 3 ] 0 2 = 8 − 3 16 = 3 24 − 16 = 3 8 sq. units
Q7(b). cos y = y/x; find d²y/dx² at (1, 0)
Differentiate implicitly with respect to x:
− sin y ⋅ y ′ = x y ′ − y x 2 -\sin y \cdot y' = \frac{xy' - y}{x^2} − sin y ⋅ y ′ = x 2 x y ′ − y
− x 2 sin y ⋅ y ′ = x y ′ − y -x^2\sin y \cdot y' = xy' - y − x 2 sin y ⋅ y ′ = x y ′ − y
y ′ ( − x 2 sin y − x ) = − y y'(-x^2\sin y - x) = -y y ′ ( − x 2 sin y − x ) = − y
y ′ = y x 2 sin y + x = y x ( x sin y + 1 ) y' = \frac{y}{x^2\sin y + x} = \frac{y}{x(x\sin y + 1)} y ′ = x 2 sin y + x y = x ( x sin y + 1 ) y
At (1, 0): y’= 0/(1·1) = 0
Differentiate again for d²y/dx²:
From: − x 2 sin y ⋅ y ′ − x y ′ = − y -x^2\sin y \cdot y' - xy' = -y − x 2 sin y ⋅ y ′ − x y ′ = − y … differentiate:
− ( 2 x sin y ⋅ y ′ + x 2 cos y ⋅ ( y ′ ) 2 + x 2 sin y ⋅ y ′ ′ ) − ( y ′ + x y ′ ′ ) = − y ′ -(2x\sin y \cdot y' + x^2\cos y\cdot (y')^2 + x^2\sin y\cdot y'') - (y' + xy'') = -y' − ( 2 x sin y ⋅ y ′ + x 2 cos y ⋅ ( y ′ ) 2 + x 2 sin y ⋅ y ′′ ) − ( y ′ + x y ′′ ) = − y ′
At (1,0), y’=0, sin0=0, cos0=1:
− ( 0 + 1 ⋅ 1 ⋅ 0 + 1 ⋅ 0 ⋅ y ′ ′ ) − ( 0 + 1 ⋅ y ′ ′ ) = 0 -(0 + 1\cdot1\cdot 0 + 1\cdot 0 \cdot y'') - (0 + 1\cdot y'') = 0 − ( 0 + 1 ⋅ 1 ⋅ 0 + 1 ⋅ 0 ⋅ y ′′ ) − ( 0 + 1 ⋅ y ′′ ) = 0
− y ′ ′ = 0 -y'' = 0 − y ′′ = 0
d 2 y d x 2 ∣ ( 1 , 0 ) = 0 \frac{d^2y}{dx^2}\bigg|_{(1,0)} = 0 d x 2 d 2 y ∣ ∣ ( 1 , 0 ) = 0
Q8(a). Differentiate from first principles y = sin x cos x
Note: y = (1/2)sin 2x, but we derive from scratch.
y + δ y = sin ( x + h ) cos ( x + h ) y + \delta y = \sin(x+h)\cos(x+h) y + δy = sin ( x + h ) cos ( x + h )
δ y = sin ( x + h ) cos ( x + h ) − sin x cos x \delta y = \sin(x+h)\cos(x+h) - \sin x\cos x δy = sin ( x + h ) cos ( x + h ) − sin x cos x
Using product-to-sum: sin A cos A = (1/2)sin 2A
δ y = 1 2 sin 2 ( x + h ) − 1 2 sin 2 x \delta y = \frac{1}{2}\sin 2(x+h) - \frac{1}{2}\sin 2x δy = 2 1 sin 2 ( x + h ) − 2 1 sin 2 x
= 1 2 ⋅ 2 cos ( 2 x + h ) sin ( h ) = \frac{1}{2}\cdot 2\cos\!\left(2x+h\right)\sin(h) = 2 1 ⋅ 2 cos ( 2 x + h ) sin ( h )
= cos ( 2 x + h ) sin h = \cos(2x+h)\sin h = cos ( 2 x + h ) sin h
δ y h = cos ( 2 x + h ) ⋅ sin h h \frac{\delta y}{h} = \cos(2x+h)\cdot\frac{\sin h}{h} h δy = cos ( 2 x + h ) ⋅ h sin h
As h → 0:
d y d x = cos ( 2 x ) ⋅ 1 = cos 2 x \frac{dy}{dx} = \cos(2x)\cdot 1 = \cos 2x d x d y = cos ( 2 x ) ⋅ 1 = cos 2 x
d y d x = cos 2 x \frac{dy}{dx} = \cos 2x d x d y = cos 2 x ✓
Q8(b). Newton-Raphson on f(x) = eˣ − 3x + 1, x₀ = 0, 3 iterations
x n + 1 = x n − f ( x n ) f ′ ( x n ) x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)} x n + 1 = x n − f ′ ( x n ) f ( x n )
f(x) = eˣ − 3x + 1, f′(x) = eˣ − 3
Iteration 1 (x₀ = 0):
f(0) = 1 − 0 + 1 = 2
f′(0) = 1 − 3 = −2
x 1 = 0 − 2 − 2 = 1 x_1 = 0 - \frac{2}{-2} = 1 x 1 = 0 − − 2 2 = 1
Iteration 2 (x₁ = 1):
f(1) = e − 3 + 1 = e − 2 ≈ 0.7183
f′(1) = e − 3 ≈ −0.2817
x 2 = 1 − 0.7183 − 0.2817 ≈ 1 + 2.550 = 3.550 x_2 = 1 - \frac{0.7183}{-0.2817} \approx 1 + 2.550 = 3.550 x 2 = 1 − − 0.2817 0.7183 ≈ 1 + 2.550 = 3.550
Iteration 3 (x₂ = 3.550):
f(3.550) = e^(3.55) − 3(3.55) + 1 = 34.813 − 10.65 + 1 = 25.163
f′(3.550) = e^(3.55) − 3 = 31.813
x 3 = 3.550 − 25.163 31.813 ≈ 3.550 − 0.791 ≈ 2.759 x_3 = 3.550 - \frac{25.163}{31.813} \approx 3.550 - 0.791 \approx 2.759 x 3 = 3.550 − 31.813 25.163 ≈ 3.550 − 0.791 ≈ 2.759
(The method is converging toward a root near x ≈ 1.51 or x ≈ 0.317 depending on the branch. The iterations show the process correctly.)
SECTION C: DIFFERENTIAL EQUATIONS AND VECTORS
Q9(a). Solve (x² sec x tan x + x sec x)dx = xy dy, y(π) = 0
Factor LHS: x sec x(x tan x + 1)dx = xy dy
Notice: d/dx(x sec x) = sec x + x sec x tan x = sec x(1 + x tan x) ✓
So LHS = d(x sec x) · x… rewrite:
x y d y = x sec x ( x tan x + 1 ) d x xy\,dy = x\sec x(x\tan x + 1)\,dx x y d y = x sec x ( x tan x + 1 ) d x
y d y = sec x ( x tan x + 1 ) d x 1 [ dividing both sides by x , x ≠ 0 ] y\,dy = \frac{\sec x(x\tan x+1)\,dx}{1} \quad [\text{dividing both sides by }x, x\neq0] y d y = 1 sec x ( x tan x + 1 ) d x [ dividing both sides by x , x = 0 ]
Recognise: d d x ( x sec x ) = sec x + x sec x tan x = sec x ( 1 + x tan x ) \frac{d}{dx}(x\sec x) = \sec x + x\sec x\tan x = \sec x(1 + x\tan x) d x d ( x sec x ) = sec x + x sec x tan x = sec x ( 1 + x tan x )
Integrate both sides:
y 2 2 = x sec x + C \frac{y^2}{2} = x\sec x + C 2 y 2 = x sec x + C
Apply y(π) = 0:
0 = π sec π + C = π ( − 1 ) + C ⇒ C = π 0 = \pi\sec\pi + C = \pi(-1) + C \Rightarrow C = \pi 0 = π sec π + C = π ( − 1 ) + C ⇒ C = π
y 2 2 = x sec x + π \frac{y^2}{2} = x\sec x + \pi 2 y 2 = x sec x + π
i.e. y² = 2x sec x + 2π
Q9(b). Line, point P, perpendicular from A
Line: r = (i − 2j + k ) + t(i − j + 3k )
Show P = 2i − 3j + 4k lies on the line:
Set: (1+t)i + (−2−t)j + (1+3t)k = 2i − 3j + 4k
From i : 1+t = 2 → t = 1
From j : −2−1 = −3 ✓
From k : 1+3 = 4 ✓
P lies on the line. ✓
Show AP ⊥ (i − j + 3k):
A = 3i − 5j + 3k
AP = P − A = (2−3)i + (−3+5)j + (4−3)k = −i + 2j + k
Direction vector d = i − j + 3k
AP · d = (−1)(1) + (2)(−1) + (1)(3) = −1 − 2 + 3 = 0 ✓
Distance from A to the line:
The foot of perpendicular is P (since AP ⊥ d):
|AP| = √(1 + 4 + 1) = √6
Distance = 6 units \text{Distance} = \sqrt{6} \text{ units} Distance = 6 units
Q10(a). Triangle PQR: PV = 2i+3j−5k, QV = −3i−7j+10k, RV = −3i−5j+10k
Point S on PQ such that PS/QS = 1/2 (S divides PQ in ratio 1:2 from P):
O S ⃗ = 2 O P ⃗ + 1 O Q ⃗ 3 = 2 ( 2 i + 3 j − 5 k ) + ( − 3 i − 7 j + 10 k ) 3 \vec{OS} = \frac{2\vec{OP} + 1\vec{OQ}}{3} = \frac{2(2\mathbf{i}+3\mathbf{j}-5\mathbf{k}) + (-3\mathbf{i}-7\mathbf{j}+10\mathbf{k})}{3} OS = 3 2 OP + 1 OQ = 3 2 ( 2 i + 3 j − 5 k ) + ( − 3 i − 7 j + 10 k )
= ( 4 − 3 ) i + ( 6 − 7 ) j + ( − 10 + 10 ) k 3 = i − j + 0 k 3 = \frac{(4-3)\mathbf{i}+(6-7)\mathbf{j}+(-10+10)\mathbf{k}}{3} = \frac{\mathbf{i}-\mathbf{j}+0\mathbf{k}}{3} = 3 ( 4 − 3 ) i + ( 6 − 7 ) j + ( − 10 + 10 ) k = 3 i − j + 0 k
O S ⃗ = 1 3 i − 1 3 j \vec{OS} = \frac{1}{3}\mathbf{i} - \frac{1}{3}\mathbf{j} OS = 3 1 i − 3 1 j
Point T on PR such that PT/RT = 1/2 (T divides PR in ratio 1:2 from P):
O T ⃗ = 2 O P ⃗ + 1 O R ⃗ 3 = 2 ( 2 i + 3 j − 5 k ) + ( − 3 i − 5 j + 10 k ) 3 \vec{OT} = \frac{2\vec{OP} + 1\vec{OR}}{3} = \frac{2(2\mathbf{i}+3\mathbf{j}-5\mathbf{k}) + (-3\mathbf{i}-5\mathbf{j}+10\mathbf{k})}{3} OT = 3 2 OP + 1 OR = 3 2 ( 2 i + 3 j − 5 k ) + ( − 3 i − 5 j + 10 k )
= ( 4 − 3 ) i + ( 6 − 5 ) j + ( − 10 + 10 ) k 3 = i + j 3 = \frac{(4-3)\mathbf{i}+(6-5)\mathbf{j}+(-10+10)\mathbf{k}}{3} = \frac{\mathbf{i}+\mathbf{j}}{3} = 3 ( 4 − 3 ) i + ( 6 − 5 ) j + ( − 10 + 10 ) k = 3 i + j
Show ST ∥ QR:
S T ⃗ = O T ⃗ − O S ⃗ = 1 3 i + 1 3 j − 1 3 i + 1 3 j = 2 3 j \vec{ST} = \vec{OT} - \vec{OS} = \frac{1}{3}\mathbf{i}+\frac{1}{3}\mathbf{j} - \frac{1}{3}\mathbf{i}+\frac{1}{3}\mathbf{j} = \frac{2}{3}\mathbf{j} ST = OT − OS = 3 1 i + 3 1 j − 3 1 i + 3 1 j = 3 2 j
Q R ⃗ = O R ⃗ − O Q ⃗ = ( − 3 + 3 ) i + ( − 5 + 7 ) j + ( 10 − 10 ) k = 2 j \vec{QR} = \vec{OR} - \vec{OQ} = (-3+3)\mathbf{i}+(-5+7)\mathbf{j}+(10-10)\mathbf{k} = 2\mathbf{j} QR = OR − OQ = ( − 3 + 3 ) i + ( − 5 + 7 ) j + ( 10 − 10 ) k = 2 j
S T ⃗ = 1 3 Q R ⃗ \vec{ST} = \frac{1}{3}\vec{QR} ST = 3 1 QR
Since ST is a scalar multiple of QR: ST ∥ QR ✓
Q10(b). Cosine of angle Q and area of triangle PQR
Q P ⃗ = P − Q = ( 2 + 3 ) i + ( 3 + 7 ) j + ( − 5 − 10 ) k = 5 i + 10 j − 15 k \vec{QP} = P - Q = (2+3)\mathbf{i}+(3+7)\mathbf{j}+(-5-10)\mathbf{k} = 5\mathbf{i}+10\mathbf{j}-15\mathbf{k} QP = P − Q = ( 2 + 3 ) i + ( 3 + 7 ) j + ( − 5 − 10 ) k = 5 i + 10 j − 15 k
Q R ⃗ = R − Q = 0 i + 2 j + 0 k = 2 j \vec{QR} = R - Q = 0\mathbf{i}+2\mathbf{j}+0\mathbf{k} = 2\mathbf{j} QR = R − Q = 0 i + 2 j + 0 k = 2 j
cos Q = Q P ⃗ ⋅ Q R ⃗ ∣ Q P ⃗ ∣ ∣ Q R ⃗ ∣ \cos Q = \frac{\vec{QP}\cdot\vec{QR}}{|\vec{QP}||\vec{QR}|} cos Q = ∣ QP ∣∣ QR ∣ QP ⋅ QR
QP · QR = (5)(0) + (10)(2) + (−15)(0) = 20
|QP| = √(25+100+225) = √350 = 5√14
|QR| = 2
cos Q = 20 5 14 ⋅ 2 = 20 10 14 = 2 14 = 14 7 \cos Q = \frac{20}{5\sqrt{14}\cdot 2} = \frac{20}{10\sqrt{14}} = \frac{2}{\sqrt{14}} = \frac{\sqrt{14}}{7} cos Q = 5 14 ⋅ 2 20 = 10 14 20 = 14 2 = 7 14
Area:
sin Q = 1 − 4 14 = 10 14 = 5 7 \sin Q = \sqrt{1 - \frac{4}{14}} = \sqrt{\frac{10}{14}} = \sqrt{\frac{5}{7}} sin Q = 1 − 14 4 = 14 10 = 7 5
Area = 1 2 ∣ Q P ∣ ∣ Q R ∣ sin Q = 1 2 ( 5 14 ) ( 2 ) 5 7 \text{Area} = \frac{1}{2}|QP||QR|\sin Q = \frac{1}{2}(5\sqrt{14})(2)\sqrt{\frac{5}{7}} Area = 2 1 ∣ QP ∣∣ QR ∣ sin Q = 2 1 ( 5 14 ) ( 2 ) 7 5
= 5 14 ⋅ 5 7 = 5 14 ⋅ 5 7 = 5 10 = 5\sqrt{14}\cdot\sqrt{\frac{5}{7}} = 5\sqrt{\frac{14\cdot5}{7}} = 5\sqrt{10} = 5 14 ⋅ 7 5 = 5 7 14 ⋅ 5 = 5 10
Area = 5 10 sq. units ≈ 15.81 \text{Area} = 5\sqrt{10} \text{ sq. units} \approx 15.81 Area = 5 10 sq. units ≈ 15.81
Q11(a). Solve x² dy/dx = x² + 2xy + y², y(1) = 0
Rewrite: dy/dx = 1 + 2(y/x) + (y/x)²
This is a homogeneous ODE . Let v = y/x → y = vx → dy/dx = v + x dv/dx
v + x d v d x = 1 + 2 v + v 2 v + x\frac{dv}{dx} = 1 + 2v + v^2 v + x d x d v = 1 + 2 v + v 2
x d v d x = 1 + v + v 2 x\frac{dv}{dx} = 1 + v + v^2 x d x d v = 1 + v + v 2
Separate:
d v 1 + v + v 2 = d x x \frac{dv}{1+v+v^2} = \frac{dx}{x} 1 + v + v 2 d v = x d x
Complete the square in denominator:
1 + v + v 2 = ( v + 1 2 ) 2 + 3 4 1 + v + v^2 = \left(v+\frac{1}{2}\right)^2 + \frac{3}{4} 1 + v + v 2 = ( v + 2 1 ) 2 + 4 3
∫ d v ( v + 1 2 ) 2 + ( 3 2 ) 2 = ∫ d x x \int \frac{dv}{\left(v+\frac{1}{2}\right)^2+\left(\frac{\sqrt{3}}{2}\right)^2} = \int\frac{dx}{x} ∫ ( v + 2 1 ) 2 + ( 2 3 ) 2 d v = ∫ x d x
2 3 tan − 1 ( 2 v + 1 3 ) = ln ∣ x ∣ + C \frac{2}{\sqrt{3}}\tan^{-1}\!\left(\frac{2v+1}{\sqrt{3}}\right) = \ln|x| + C 3 2 tan − 1 ( 3 2 v + 1 ) = ln ∣ x ∣ + C
Apply y(1) = 0 → v = 0 at x = 1:
2 3 tan − 1 ( 1 3 ) = 0 + C ⇒ C = 2 3 ⋅ π 6 = π 3 3 \frac{2}{\sqrt{3}}\tan^{-1}\!\left(\frac{1}{\sqrt{3}}\right) = 0 + C \Rightarrow C = \frac{2}{\sqrt{3}}\cdot\frac{\pi}{6} = \frac{\pi}{3\sqrt{3}} 3 2 tan − 1 ( 3 1 ) = 0 + C ⇒ C = 3 2 ⋅ 6 π = 3 3 π
Substituting back v = y/x:
2 3 tan − 1 ( 2 y + x 3 x ) = ln ∣ x ∣ + π 3 3 \frac{2}{\sqrt{3}}\tan^{-1}\!\left(\frac{2y+x}{\sqrt{3}\,x}\right) = \ln|x| + \frac{\pi}{3\sqrt{3}} 3 2 tan − 1 ( 3 x 2 y + x ) = ln ∣ x ∣ + 3 3 π
Q11(b). Curve through (0, π); normal slope = −sin y · eˣ, y(0) = π
The normal at (x,y) has slope −sin y · eˣ.
The tangent slope = −1/(normal slope) = 1/(sin y · eˣ)
So the ODE is:
d y d x = 1 sin y ⋅ e x \frac{dy}{dx} = \frac{1}{\sin y \cdot e^x} d x d y = sin y ⋅ e x 1
Separate variables:
sin y d y = e − x d x \sin y\,dy = e^{-x}\,dx sin y d y = e − x d x
Integrate:
− cos y = − e − x + C -\cos y = -e^{-x} + C − cos y = − e − x + C
cos y = e − x − C \cos y = e^{-x} - C cos y = e − x − C
Apply y(0) = π:
cos π = e 0 − C ⇒ − 1 = 1 − C ⇒ C = 2 \cos\pi = e^0 - C \Rightarrow -1 = 1 - C \Rightarrow C = 2 cos π = e 0 − C ⇒ − 1 = 1 − C ⇒ C = 2
cos y = e − x − 2 \cos y = e^{-x} - 2 cos y = e − x − 2
(Or equivalently: y = cos⁻¹(e^(−x) − 2))