Nemo said:
Hi MarkFL,
Thanks for your last answer, it helps.
You're welcome and please...just call me Mark. :)
Nemo said:
Can I take a few steps back and ask a bit more on creating the definite integral. (Please correct my terminology if I am wrong)
I want to understand the process to be able to apply this knowledge and I thank you so much for your help so far.
I understand that $$mx=-3x(x-2)$$ becomes $$-3x(x-2)-mx$$ by subtracting $$-mx$$ from both sides.
To be precise, I took:
$$mx=-3x(x-2)$$
added $-3x(x-2)$ to both sides to get:
$$3x^2+(m-6)x=0$$
and then factored to obtain:
$$x(3x+m-6)=0$$
Since we know both the dividing line and the parabola pass through the origin, we discard the root $x=0$, and focus solely on the root obtain from:
$$3x+m-6=0$$
to obtain:
$$x=\frac{6-m}{3}=2-\frac{m}{3}$$
Nemo said:
So now with the formula $$-3x(x-2)-mx$$ my understanding is that we plug the anti derivatives into a definite integral where the lower boundary is zero and the upper is $${\frac{6-m}{3}}$$
If we use the FTOC $$\int_{a}^{b} \, f(x) dx = F(b)- F(a)\,dx$$
I want to pause here, to say that the correct statement of the anti-derivative form of the FTOC is:
$$\int_a^b f(x)\,dx=F(b)-F(a)$$
You have included a differential on the right side that doesn't belong there.
Nemo said:
I see that $$f(x) dx$$ becomes $$\int_0^{\frac{6-m}{3}} -3x(x-2)-mx\,dx$$ = $$F(b)- F(a)\,dx$$
to get $$F(b)- F(a)\,dx$$ you have split the definite integral into two sections to get $$\int_0^{\frac{6-m}{3}}mx\,dx+\int_{\frac{6-m}{3}}^2 -3x(x-2)\,dx$$
by moving mx to its own definite integral of $$\int_0^{\frac{6-m}{3}}mx\,dx$$ added to $$\int_{\frac{6-m}{3}}^2 -3x(x-2)\,dx$$
Can you please clarify why the $$-mx$$ lost it negative sign?
What I did next was to equate the area in red (below the parabola and above the line) to the area in green (the area under the line and under the parabola). Recall that to find the area bounded by two functions, we take the upper function minus the lower function on the given interval. In the case of the red area, the upper function is the parabola, and the lower function is the line. And so the area red can be written as:
$$\int_0^{\frac{6-m}{3}} -3x(x-2)-mx\,dx$$
Now the green area is a bit more complicated since for part of the area the line is the upper function and the $x$-axis is the lower function and for the remaining part, the parabola is the upper function and the $x$-axis is the lower function. And so it's area is given by:
$$\int_0^{\frac{6-m}{3}}mx\,dx+\int_{\frac{6-m}{3}}^2 -3x(x-2)\,dx$$
And because we require that these areas be equal, we then equate them:
$$\int_0^{\frac{6-m}{3}} -3x(x-2)-mx\,dx=\int_0^{\frac{6-m}{3}}mx\,dx+\int_{\frac{6-m}{3}}^2 -3x(x-2)\,dx$$
So, as you see, on the left within the integrand the term $mx$ has a negative sign because it is the lower function and is being subtracted from the upper function, while on the right it has a positive sign because it is the upper function.
Nemo said:
Am I right in saying that by moving $$mx$$ to its own definite integral we are saying that $$F(b)$$ is $$\int_0^{\frac{6-m}{3}}mx\,dx$$
Then it is added to $$\int_{\frac{6-m}{3}}^2 -3x(x-2)\,dx$$ which is $$ F(a)\,dx$$
This then gives us the full domain along x from $$0$$ to $${\frac{6-m}{3}}$$ to 2
Put together then gives us $$\int_0^{\frac{6-m}{3}} -3x(x-2)-mx\,dx=\int_0^{\frac{6-m}{3}}mx\,dx+\int_{\frac{6-m}{3}}^2 -3x(x-2)\,dx$$ which is now in the correct format of $$\int_{a}^{b} \, f(x) dx = F(b)- F(a)\,dx$$
I am hoping any questions here have been addressed above.
Nemo said:
Next,
On the simplification of $$\int_0^{\frac{6-m}{3}} -3x(x-2)-mx\,dx=\int_0^{\frac{6-m}{3}}mx\,dx+\int_{\frac{6-m}{3}}^2 -3x(x-2)\,dx$$
How did $$-3x(x-2)-mx$$ become $$-3x^2+(6-m)x$$ and not $$-3x^3+6x^2-mx$$ when expanded?
Let's look at:
$$-3x(x-2)-mx$$
Distribute $-3x$:
$$-3x^2+6x-mx$$
Factor on like powers of $x$:
$$-3x^2+(6-m)x$$
Nemo said:
I can see that you have moved the constants (please correct me if its wrong to call them that) $$m$$ & $$-3$$ in front of the definite integral.
$$\int_0^{\frac{6-m}{3}} -3x(x-2)-mx\,dx=\int_0^{\frac{6-m}{3}}mx\,dx+\int_{\frac{6-m}{3}}^2 -3x(x-2)\,dx$$
$$\int_0^{\frac{6-m}{3}} -3x^2+(6-m)x\,dx=m\int_0^{\frac{6-m}{3}}x\,dx-3\int_{\frac{6-m}{3}}^2 x^2-2x\,dx$$
Yes, any constant factors of an integrand can be factored out in from of the integral.
Nemo said:
Then taken the integrals of:
$$-3x^2$$ = $$-x^3$$
$$(6-m)$$ = $$\frac{6-m}{2}$$
$$x$$ = $$x^2$$
$$x^2$$ = $$\frac{1}{3}x^3$$
The second term is actually:
$$(6-m)x$$
and then integrating, we obtain:
$$(6-m)\frac{x^2}{2}=\frac{6-m}{2}x^2$$
Nemo said:
To then get
$$\left[-x^3+\frac{6-m}{2}x^2 \right]_0^{\frac{6-m}{3}}=\frac{m}{2}\left[x^2 \right]_0^{\frac{6-m}{3}}-3\left[\frac{1}{3}x^3-x^2 \right]_{\frac{6-m}{3}}^2$$
Now we can plug in our $$x={\frac{6-m}{3}}$$ in every x in the above to get.
To be clear, the notation:
$$\left[g(x)\right]_a^b=g(b)-g(a)$$
Nemo said:
$$-\left(\frac{6-m}{3} \right)^3+\frac{6-m}{2}\left(\frac{6-m}{3} \right)^2=\frac{m}{2}\left(\frac{6-m}{3} \right)^2-3\left(\left(\frac{1}{3}2^3-2^2 \right)-\left(\frac{1}{3}\left(\frac{6-m}{3} \right)^3-\left(\frac{6-m}{3} \right)^2 \right) \right)$$
I am unsure of how the above becomes
$$\left(\frac{6-m}{3} \right)^3=4$$
Let's look at the left side:
$$-\left(\frac{6-m}{3} \right)^3+\frac{6-m}{2}\left(\frac{6-m}{3}\right)^2$$
We see that both terms have $$\frac{(6-m)^3}{9}$$ as a factor, so we may factor this as:
$$\frac{(6-m)^3}{9}\left(-\frac{1}{3}+\frac{1}{2}\right)$$
And combining terms within the parentheses, we obtain:
$$\frac{(6-m)^3}{54}$$
Now let's look at the right side:
$$\frac{m}{2}\left(\frac{6-m}{3}\right)^2-3\left(\left(\frac{1}{3}2^3-2^2\right)-\left(\frac{1}{3}\left(\frac{6-m}{3}\right)^3-\left(\frac{6-m}{3}\right)^2 \right)\right)$$
In the second term, let's simplify:
$$\frac{m}{2}\left(\frac{6-m}{3}\right)^2-3\left(\left(\frac{8}{3}-4\right)-\left(\frac{6-m}{3}\right)^2\left(\frac{6-m}{9}-1\right)\right)$$
$$\frac{m}{2}\left(\frac{6-m}{3}\right)^2+3\left(\frac{4}{3}+\left(\frac{6-m}{3}\right)^2\left(\frac{6-m}{9}-1\right)\right)$$
$$\frac{m}{2}\left(\frac{6-m}{3}\right)^2+4+\left(\frac{6-m}{3}\right)^2\left(\frac{6-m}{3}-3\right)$$
$$\frac{m}{2}\left(\frac{6-m}{3}\right)^2+4+\left(\frac{6-m}{3}\right)^3-3\left(\frac{6-m}{3}\right)^2$$
Now, equating the two simplified sides, we have:
$$\frac{(6-m)^3}{54}=\frac{m}{2}\left(\frac{6-m}{3}\right)^2+4+\left(\frac{6-m}{3}\right)^3-3\left(\frac{6-m}{3}\right)^2$$
We can then arrange this as:
$$\frac{(6-m)^3}{54}-\frac{m}{2}\left(\frac{6-m}{3}\right)^2-\left(\frac{6-m}{3}\right)^3+3\left(\frac{6-m}{3}\right)^2=4$$
Factor:
$$\left(\frac{6-m}{3}\right)^2\left(\frac{6-m}{6}-\frac{m}{2}-\frac{6-m}{3}+3\right)=4$$
Simplify:
$$\left(\frac{6-m}{3}\right)^2\left(\frac{6-m-3m-12+2m+18}{6}\right)=4$$
$$\left(\frac{6-m}{3}\right)^2\left(\frac{12-2m}{6}\right)=4$$
$$\left(\frac{6-m}{3}\right)^2\left(\frac{6-m}{3}\right)=4$$
$$\left(\frac{6-m}{3}\right)^3=4$$
Nemo said:
I understand to get $$\frac{6-m}{3}=\sqrt[3]{4}$$ you took the cube root of both sides of $$\left(\frac{6-m}{3} \right)^3=4$$
So now I understand that $$x=\sqrt[3]{4}$$ and previously we found that $$m=6-3\sqrt[3]{4}$$
Put together into Slope intercept form $$y=mx+b$$ we get $$y=6-3\sqrt[3]{4}\cdot\sqrt[3]{4}+0$$ to find the $$y$$ coordinate of point $$A$$ on the curve $$y=-3x(x-2)$$ which $$\approx1.96488$$
I hope I have clearly expressed where my confusion is and that you are able to fill in the gaps, as I said I really want to understand this.
Yes, that's correct. :D