Basic ability multiplication problem?

  • Thread starter Thread starter theriel
  • Start date Start date
  • Tags Tags
    Multiplication
theriel
Messages
27
Reaction score
0
Hello! I am just invastigating the cubic function and proving my conclusion formally.

I am finding the formula for the tangent to the function at the point equal to the average of two different roots.

The function is:
P(x) = q(x-a)(x-b)(x-c);
after multiplication:
P(x) = q (x^3 + (-a-b-c)x^2 + (ab+bc+ac)x -abc)

I know the leading coefficient of the tangent:
<br /> \frac{-q}{4}(a-b)^{2}<br />
And I know that it is calculated properly (checked on a few examples).

Now, I am calculating the other variable of the linear function of the tangent using the fact that the value at that point must be the same for both functions:
P(x)=P'(x)*x + z

<br /> P(\frac{a + b}{2})=P\text{&#039;} (\frac{a+b}{2})\ast(\frac{a+b}{2})+z<br /> \linebreak<br />
<br /> q((\frac{a + b}{2})^{3}+(-a-b-c)(\frac{a + b}{2})^{2}+(\mathit{ab}+\mathit{bc}+\mathit{ac})(\frac{a + b}{2})-\mathit{abc})=(\frac{-q}{4}(a-b)^{2})\ast(\frac{a+b}{2})+z<br /> \linebreak<br /><br /> z=q(\frac{(a^{3}+3\mathit{ba}^{2}+3\mathit{ab}^{2}+b^{3})}{8}-\frac{(a^{3}+b^{3}+3\mathit{ab}^{2}+3\mathit{ba}^{2}+\mathit{ca}^{2}+\mathit{cb}^{2}+2\mathit{abc})}{4}+\frac{(\mathit{ba}^{2}+\mathit{ca}^{2}+\mathit{ab}^{2}+\mathit{cb}^{2})}{2}+\frac{(a^{3}+\mathit{ba}^{2}-\mathit{ab}^{2}+b^{3})}{8})\\<br /> \linebreak<br /><br /> z=q((\frac{a + b}{2})^{3}+(-a-b-c)(\frac{{a + b}}{2})^{2}+(\mathit{ab}+\mathit{bc}+\mathit{ac})(\frac{a + b}{2})-\mathit{abc}+\frac{(a-b)^{2}}{4})\ast (\frac{a+b}{2})\\<br /> \linebreak<br /><br /> z=q(\frac{(2\mathit{ba}^{2}+2\mathit{ca}^{2}+2\mathit{cb}^{2}-4\mathit{abc})}{8})=q(\frac{(c(a-b)^{2}+\mathit{ba}^{2})}{4})<br />

The problem is... that it does not work as it should... I mean, the result is probably wrong. I checked it a few times and I am always getting the same result.

Could any of you try to multiply the equation and see whether this result is really wrong or the problem is not there?

Thank you for help!
Greetings,
Theriel
 
Last edited:
Physics news on Phys.org
Because there were no replies I decided to learn Latex... and I wrote the whole equation. Maybe now somebody can help me and check where the error is?

P.S. I am sorry for the line breaking however it is not working properly, I do not know why...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top