You are not logged in.
Hi,
Can somebody show me a ressource of how to extract the square root of a polynomial that is a square and the same goes for a polynomial that is a cube (to find its cube root)
Thank you!
Offline
Can we see the problem?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I don't have a problem exactly. Unless you want an example because you don't understand what I wrote ???
Offline
An example would help.
"Pure mathematics is, in its way, the poetry of logical ideas."
-Albert Einstein
Offline
Ok, well if I gave you : (a+b-c)(a+b-c) or (a+b-c)(a+b-c)(a+b-c), each in developped form and I asked you what were the square root of the first and the cube root of the second, you would have : (a+b-c) and (a+b-c).
I want to extract the root in developped form!
Offline
You mean like this:
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yes. I think that to find the square root we should use the square root algorithm for numbers.... But I'm not sure.The same goes for the cube root, maybe we should use the cube root algorithm.
Offline
Do you have access to some computing power? Do you program or have a CAS?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Nah, I don' even know what is a CAS. But I would want to do it by hand....
Offline
It will be tedious.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yes, I know, but I would still like to see how it's done ^^ By curiosity
Offline
One way would be by a template:
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Ok, byt is there a sort of long division method we could use ???
Offline
I would guess so but you would have to know the form of the cube root before you start.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Ah, i was trying to find a way to find the root with only the developped form.
Offline
I would use the template provided in post 12. It is a general solver for all trinomials.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Well, I think I could show you an example of what I was talking about. I read it somewhere :
We have :
a^2+2ab+b^2
Now we know that the first term of the root will be "a"
so...
a^2+2ab+b^2(a
"a" squared cancels the other a^2
2ab+b^2(a
Now, we know that 2ab+b^2=(2a+b)b and so if we can figure out a divisor, we will also know the root. We also know the first term of the divisor because it is always the double of the firm term of the root. (Look at the square root algorithm :http://www.basic-mathematics.com/square-root-algorithm.html)
2ab+b^2(a+b (we find, by luck I guess, that we have "b" for the second term.)
____________
2a+b)2ab+b^2
2ab+b^2
______________
0
Anyway, i was searching for something like what I described.
Last edited by Al-Allo (2014-07-11 03:41:15)
Offline
Can you extend that to a cubed form?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Can you extend that to a cubed form?
Well, I don't know. Let's hope that we can....
Offline
It is easier to use this:
1) Look at the coefficient in front of a^3 in my example. It is 8. Take the cube root of it. So n1 = 2. Follow so far?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
It is easier to use this:
1) Look at the coefficient in front of a^3 in my example. It is 8. Take the cube root of it. So n1 = 2. Follow so far?
yes
Offline
2) Look at the coefficient in front of c^3 in my example. It is -27. Take the cube root of it. So n3 = -3.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
2) Look at the coefficient in front of c^3 in my example. It is -27. Take the cube root of it. So n3 = -3.
Following
Offline
3) Now take a look at the abc term. What do you see?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
3) Now take a look at the abc term. What do you see?
That we have 36 ???
Last edited by Al-Allo (2014-07-11 03:58:48)
Offline