4 problems found
The Devil's Curve is given by $$y^2(y^2 - b^2) = x^2(x^2 - a^2),$$ where \(a\) and \(b\) are positive constants.
Solution:
The curve \(C\) has equation $$ y = x(x+1)(x-2)^4. $$ Determine the coordinates of all the stationary points of \(C\) and the nature of each. Sketch \(C\). In separate diagrams draw sketches of the curves whose equations are:
Solution: \begin{align*} && y &= x(x+1)(x-2)^4 \\ \Rightarrow && y' &= (x+1)(x-2)^4+x(x-2)^4+4x(x+1)(x-2)^3 \\ &&&= (x-2)^3 \left ( (2x+1)(x-2)+4x(x+1) \right) \\ &&&= (x-2)^3 \left (2x^2-3x-2+4x^2+4x \right) \\ &&&=(x-2)^3(6x^2+x-2) \\ &&&=(x-2)^3(2x-1)(3x+2) \end{align*} Therefore there are stationary points at \((2,0), (\frac12, -\frac{625}{64}), (-\frac23, -\frac{4078}{81})\) \((0,2)\) is a minimum by considering the sign of \(y'\) either side. \( (-\frac23, \frac{2560}{729})\) is a minimum, since it's the first stationary point. \( (\frac12, \frac{243}{64})\) is a maximum since you can't have consecutive minima and the second derivative is clearly non-zero.
Sketch the curves given by \[ y=x^{3}-2bx^{2}+c^{2}x, \] where \(b\) and \(c\) are non-negative, in the cases: \begin{questionparts} \item \(2b < c\sqrt{3}\) \item \(2b=c\sqrt{3}\neq0\) \item \(c\sqrt{3} < 2b < 2c\), \item \(b=c\neq0\) \item \(b > c > 0\), \item \(c=0,b\neq0\) \item \(c=b=0\). \end{questionpart} Sketch also the curves given by \(y^{2}=x^{3}-2bx^{2}+c^{2}x\) in the cases \((i), (v)\) and \((vii)\).
Solution:
The points \(P\,(0,a),\) \(Q\,(a,0)\) and \(R\,(a,-a)\) lie on the curve \(C\) with cartesian equation \[ xy^{2}+x^{3}+a^{2}y-a^{3}=0,\qquad\mbox{ where }a>0. \] At each of \(P,Q\) and \(R\), express \(y\) as a Taylor series in \(h\), where \(h\) is a small increment in \(x\), as far as the term in \(h^{2}.\) Hence, or otherwise, sketch the shape of \(C\) near each of these points. Show that, if \((x,y)\) lies on \(C\), then \[ 4x^{4}-4a^{3}x-a^{4}\leqslant0. \] Sketch the graph of \(y=4x^{4}-4a^{3}x-a^{4}.\) Given that the \(y\)-axis is an asymptote to \(C\), sketch the curve \(C\).
Solution: \begin{align*} && 0 &= xy^{2}+x^{3}+a^{2}y-a^{3} \\ \frac{\d }{\d x} : && 0 &= y^2+2xyy' + 3x^2+a^2y' \\ \Rightarrow && y' &= -\frac{y^2+3x^2}{a^2+2xy} \\ \\ \frac{\d^2 }{\d x^2}: && 0 &= 2yy'+2yy'+2x(y')^2+2xyy''+6x+a^2y'' \\ \Rightarrow && y'' &= -\frac{4yy'+2x(y')^2+6x}{a^2+2xy} \\ \\ P: && y &= a \\ && y' &= -\frac{a^2}{a^2} = -1 \\ && y'' &= -\frac{-4a}{a^2} = \frac{4}{a} \\ \Rightarrow && y &\approx a - h+\frac{2}{a}h^2 \\ \\ Q: && y &= 0 \\ && y' &= -\frac{3a^2}{a^2} = -3 \\ && y'' &= -\frac{18a+6a}{a^2} = -\frac{24}{a} \\ \Rightarrow && y &\approx 0-3h-\frac{12}{a}h \\ \\ R: && y &= -a \\ && y' &= -\frac{a^2+3a^2}{a^2-2a^2} = 4 \\ && y'' &= -\frac{-16a+32a+6a}{a^2-2a^2} = \frac{22}{a} \\ \Rightarrow && y &\approx -a+4h + \frac{11}{a}h^2 \end{align*} Alternatively: \begin{align*} && 0 &= xy^{2}+x^{3}+a^{2}y-a^{3} \\ P(0,a): && y &\approx a + c_1h + c_2h^2 \\ && 0 &= h(a+c_1h)^2 + a^2(a + c_1h + c_2h^2)-a^3 \\ &&&= a^3-a^3 + (a^2+a^2c_1)h+(2ac_1+a^2c_2)h^2 \\ \Rightarrow && c_1 &=-1, c_2 =\frac{2}{a} \\ \Rightarrow && y &\approx a - h + \frac{2}{a}h^2 \\ \\ Q(a,0): && y &\approx c_1h + c_2h^2 \\ && 0 &= (a+h)(c_1h)^2+(a+h)^3+a^2(c_1h + c_2h^2 )-a^3 \\ &&&= a^3-a^3+(3a^2+a^2c_1)h + (ac_1^2+3a+a^2c_2)h^2 + \cdots \\ \Rightarrow && c_1 &=-3, c_2 = -\frac{12}{a} \\ \Rightarrow && y &\approx -3h -\frac{12}{a}h \\ \\ R(a,-a): && y &\approx -a + c_1h + c_2h^2 \\ && 0 &= (a+h)(-a + c_1h+c_2h^2)^2+(a+h)^3+a^2(-a + c_1h + c_2h^2)-a^3 \\ &&&= (a^2-2a^2c_1+3a^2+a^2c_1)h+(-2ac_1+c_1^2+\cdots)h^2 \\ \Rightarrow && c_1 &=4, c_2 = \frac{11}{a} \\ \Rightarrow && y &\approx -a + 4h + \frac{11}{a} \end{align*}