1. (a) Factorise $8x^3 + 27$.
(b) Let $f(x) = ext{ln}(x - 3)$. What is the domain of $f(x)$?
(c) Find $\lim_{x \to 0} \frac{\sin 2x}{x}$.
(d) Solve the inequalit... show full transcript
Worked Solution & Example Answer:1. (a) Factorise $8x^3 + 27$ - HSC - SSCE Mathematics Extension 1 - Question 1 - 2009 - Paper 1
Step 1
Factorise $8x^3 + 27$
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To factor 8x3+27, we can observe that it is in the form of a sum of cubes, which can be factored using the identity:
a3+b3=(a+b)(a2−ab+b2)
Here, let a=2x and b=3. Therefore:
8x3+27=(2x+3)((2x)2−2ximes3+32)
Calculating the second factor:
=(2x+3)(4x2−6x+9)
Step 2
Let $f(x) = ext{ln}(x - 3)$. What is the domain of $f(x)$?
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The function f(x)=extln(x−3) is defined only when its argument is positive. Therefore, we need:
x−3>0⟹x>3
Thus, the domain of f(x) is (3,∞).
Step 3
Find $\lim_{x \to 0} \frac{\sin 2x}{x}$
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To evaluate this limit, we can use the standard limit property that limx→0xsinx=1.
We rewrite the limit as:
limx→0xsin2x=limx→02xsin2x⋅2
Applying the limit:
=2⋅1=2
Step 4
Solve the inequality $\frac{x + 3}{2x} > 1$
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To solve the inequality:
Rearrange it:
2xx+3−1>0
Combine the fractions:
2xx+3−2x>0⟹2x−x+3>0
This requires that both the numerator and denominator are either positive or negative. We find the critical points:
From −x+3=0⟹x=3
From 2x=0⟹x=0 (not included to avoid division by zero)
Test intervals:
For x<0: 2x−x+3<0
For 0<x<3: 2x−x+3>0
For x>3: 2x−x+3<0
From this, the solution is:
0<x<3
Step 5
Differentiate $x \cos^2 x$
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To differentiate the function y=xcos2x, we apply the product rule:
dxdy=dxd(x)⋅cos2x+x⋅dxd(cos2x)
Calculating each part:
dxd(x)=1
dxd(cos2x)=2cosx⋅(−sinx)=−2cosxsinx
Putting it all together:
dxdy=cos2x−2xcosxsinx
Step 6
Using the substitution $u = x^3 + 1$, or otherwise, evaluate $\int_0^2 e^{2x^2 + 1} dx$
97%
121 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Using the substitution u=x3+1, we differentiate:
du=3x2dx⟹dx=3x2du
Change the limits:
When x=0,u=1
When x=2,u=9
The integral becomes:
∫19e2(u−1)⋅3x2du
However, we relate x2 in terms of u: x2=(u−1)32. This results in an intricate transformation. Alternatively, directly integral of e2x2+1 may need numerical methods if analytical methods become complex due to substitutions.