2019 MathCon Finals Grade 11 Part C
I've been struggling with this one for quite a while, and I couldn't find any answers on the internet. If anyone can help, it would be greatly appreciated. Thank you
2019 MathCon Finals Grade 11 Part C
I've been struggling with this one for quite a while, and I couldn't find any answers on the internet. If anyone can help, it would be greatly appreciated. Thank you
First, let's rearrange the first equation for $a$. $$ab^2=1$$ $$a=\frac{1}{b^2}$$ Substituting this into the second equation, $$a^3+3b^3=4$$ $$\left(\frac{1}{b^2}\right)^3+3b^3=4$$ Let's let $x=b^3$. We can rewrite the previous equation as $$\frac{1}{x^2}+3x=4$$ $$1+3x^3=4x^2$$ $$3x^3-4x^2+1=0$$ You can now find the solutions to this equation. We can easily see that $x=1$ is a solution, so we can reduce this to a quadratic with polynomial long division. $$\left(x-1\right)\left(3x^2-x-1\right)=0$$ Using the quadratic formula, we find the solutions to be $$x=1,\frac{1+\sqrt{13}}{6},\frac{1-\sqrt{13}}{6}$$ The final part is to find the product of the possible values of $a^3+b^3$. Since $a=\frac{1}{b^2}$, this can be rewritten as $$\frac{1}{b^6}+b^3$$ Substituting $x$ from before, this is equivalent to $$\frac{1}{x^2}+x$$ However, this can also be rewritten as $(4-3x)+x=4-2x$ from an earlier identity. This means that the product will be equal to $$(4-2x_1)(4-2x_2)(4-2x_3)$$ Substituting the three solutions into this expression leaves you with the final answer.