Find polynoms, with as least as power possible

  • Thread starter Theofilius
  • Start date
  • Tags
    Power
In summary: What way you were using? Is my way,... trying different methods?In summary, Homework Equations involve trying different methods until you find one that works.
  • #106
I understand everything, just this part:
A = dP + cQ, B = -(bP + aQ);
How did u find it?

So actually our mission is to contract the polynom (the 1st and the last element), right?
 
Last edited:
Physics news on Phys.org
  • #107
… your mission, if you choose to accept it, is …

Physicsissuef said:
So actually our mission is to contract the polynom (the 1st and the last element), right?

That's right! :smile:
I understand everything, just this part:
A = dP + cQ, B = -(bP + aQ);
How did u find it?

Because, since we know:
[tex]\frac{\alpha}{\gamma}\,=\,\frac{-d}{b}\,;\,\frac{\beta}{\delta}\,=\,\frac{-c}{a}\,;[/tex]​
the obvIous thing is to put:
[tex]\alpha\,=\,-d\,,\,\beta\,=\,-c\,,\,\gamma\,=\,b\,,\,\delta\,=\,a\,,[/tex]​
though I instead decided to multiply them all by minus-one (that's ok because it leaves the ratios, in the previous line, the same):
[tex]\alpha\,=\,d\,,\,\beta\,=\,c\,,\,\gamma\,=\,-b\,,\,\delta\,=\,-a\,,[/tex]​
(because that made A positive, which I think looks neater :smile:),

:smile: which is the same as A = dP + cQ, B = -(bP + aQ). :smile:
 
  • #108
You're very intelligent. And what is one power less than [itex]x^4-x^2[/itex], is it [itex]x^3-x[/itex]?
 
  • #109
… fourth-order in x, but only second-order in x^2 …

Physicsissuef said:
And what is one power less than [itex]x^4-x^2[/itex], is it [itex]x^3-x[/itex]?

Ah! You're referring to:
Physicsissuef said:
[tex]
x^2(x^2\,-\,1)U\,+\,(x^2\,+\,1)V\,=\,2x^2\,-\,4\,;
[/tex]

I tried to substitute [itex]U=ax^2+bx+c[/itex] and [itex]V=dx^2+ex+f[/itex]

and it didn't worked.

I agree that [itex]\LARGE x^4\,-\,x^2[/itex] is fourth-order in x, so we should normally use cubics for the e f g etc method - but I treated that equation as an equation in x^2 rather than x (because there's no odd powers of x in it), and it's only second-order in x^2, so m = 1, and I could use the linear-in-x^2 ax + b, cx + d. :smile:
 
  • #110
Ok, I understand. I have one question more. You write this:
[tex]
=\,P((...+\,(\alpha b\,+\,\gamma d))\,+\,Q((\beta a\,+\,\delta c)x^n\,+\,...)\,;
[/tex]
Which is absolute genius. I want to ask you, can we contract the polynom much more, using [itex]x^n^-^1[/itex]?
 
  • #111
… remainders … ?

Physicsissuef said:
I want to ask you, can we contract the polynom much more, using [itex]x^n^-^1[/itex]?

Hi Physicsissuef :smile:

If you mean, can we reduce from x^n to x^n-1, and then reduce again from x^n-1 to x^n-2, and so on, then yes … in fact, it's what you just did with you own example.

But please remember that, although this has been good practice at manipulating polynomials, it's rather slow, and easy to make mistakes in, and the a b c d e f g h j k etc method right from the beginning is probably better in nearly all cases! :smile:

And I still suspsect that there's some trick involving remainders that we haven't spotted … :cry:
 
  • #112
tiny-tim said:
Hi Physicsissuef :smile:

If you mean, can we reduce from x^n to x^n-1, and then reduce again from x^n-1 to x^n-2, and so on, then yes … in fact, it's what you just did with you own example.

But please remember that, although this has been good practice at manipulating polynomials, it's rather slow, and easy to make mistakes in, and the a b c d e f g h j k etc method right from the beginning is probably better in nearly all cases! :smile:

And I still suspsect that there's some trick involving remainders that we haven't spotted … :cry:

-------------------------------------------------------------

I thought like this:

[tex](ax^n+bx^n^-^1+cx^n^-^2+dx^n^-^3+ex^n^-^f)(\alpha P+\beta Q)+(gx^n+hx^n^-^1+ix^n^-^2+jx^n^-^3+kx^n^-^w)(\gamma P +\delta Q)[/tex]

To find out some forumula
So we can "jump" through 2-3 steps (the steps that we went all over again).

-------------------------------------------------------------------

Other question.
Can I use just [tex]\alpha P[/tex] instead of [tex]\alpha P+\beta Q[/tex] and [tex]\gamma P +\delta Q[/tex]?

----------------------------------------------------------------------

Another question.

What will happen if I have something like this?
[tex]
(x^4-2x^3-4x^2+6x+1)A(x)+(x^3-5x-3)B(x)=x-2
[/tex]

Another question.

---------------------------------------------------------------------

What will happen if d=c=1 and a=b=-1
Lets say the polynom is:
[tex](-x^3+2x^2+3x-1)A(x) + (x^3-5x^2+7x+1)B(x)=x^2-4x[/tex]

[tex]A(x)=B(x)[/tex]

?
 
Last edited:
  • #113
Physicsissuef said:
I thought like this:
[tex](ax^n+bx^n^-^1+cx^n^-^2+dx^n^-^3+ex^n^-^f)(\alpha P+\beta Q)+(gx^n+hx^n^-^1+ix^n^-^2+jx^n^-^3+kx^n^-^w)(\gamma P +\delta Q)[/tex]
To find out some forumula so we can "jump" through 2-3 steps (the steps that we went all over again).

There obviously is a formula for doing 2 steps together - but it would be much more complicated, and doing the steps separately is easier and has less risk of mistakes! :smile:
Can I use just [tex]\alpha P[/tex] instead of [tex]\alpha P+\beta Q[/tex] and [tex]\gamma P +\delta Q[/tex]?
What will happen if I have something like this?
[tex] (x^4-2x^3-4x^2+6x+1)A(x)+(x^3-5x-3)B(x)=x-2 [/tex]

Well, that's a = 1, b = 1, c = 0, d = -3, which is ok!

What will happen if d=c=1 and a=b=-1
Lets say the polynom is:
[tex](-x^3+2x^2+3x-1)A(x) + (x^3-5x^2+7x+1)B(x)=x^2-4x[/tex]

[tex]A(x)=B(x)[/tex] ?

Now, that is a very good question!

You're right - it doesn't work if the ratio a/b is the same as c/d (you gave a = -c, b = -d; but it's just as bad if a = c, b = d, or a = 3c, b = 3d …).

And we certainly can't put A(x) = B(x) (or any multiple of B(x))!

So we'd have to go back to the a b c d e f g etc method (which, I repeat, is probably the best method anyway) :smile:
 
  • #114
I think in some ways work.

[tex]
(x^4-2x^3-4x^2+6x+1)A(x)+(x^3-5x-3)B(x)=x-2
[/tex]

In this case I can not divide by x , because I have x-2 on the right hand. In this case also will not work?
 
  • #115
Yes, of course: we only used this method because the right-hand side had no units (only positive powers of x).

If the right-hand side has units, as in your present example, then eliminating units from the left-hand side and dividing by x (the first step) would be useless! :smile:

(btw, I did a google search on … something … and I now know who StMartin is, and what he's doing! … the secret is safe with me! :smile:)​
 
  • #116
tiny-tim said:
Yes, of course: we only used this method because the right-hand side had no units (only positive powers of x).

If the right-hand side has units, as in your present example, then eliminating units from the left-hand side and dividing by x (the first step) would be useless! :smile:

(btw, I did a google search on … something … and I now know who StMartin is, and what he's doing! … the secret is safe with me! :smile:)​

Hmmm... I can't see any secret :smile: Why secret?
And I want to ask you something else.

Can I use just [tex]A(x) = \alpha P[/tex] and [tex]B(x) = \beta Q[/tex] instead of
[tex]A(x) = \alpha P+\beta Q[/tex] and [tex]B(x) = \gamma P +\delta Q[/tex]?
 
  • #117
Physicsissuef said:
Can I use just [tex]A(x) = \alpha P[/tex] and [tex]B(x) = \beta Q[/tex] instead of
[tex]A(x) = \alpha P+\beta Q[/tex] and [tex]B(x) = \gamma P +\delta Q[/tex]?

Well, we can make any substitution we like! :smile:

The resulting new equation will still be valid - but will it be any easier to solve? :redface:

I suppose [tex]A(x) = \alpha P[/tex] and [tex]B(x) = \beta Q[/tex] might sometimes be useful - were you thinking of a particular example?
 
  • #118
No, I don't. But I think it is not useful, because, often can happen A(x)=B(x).

And if we want to "jump" 2 or 3 steps or maybe more, do we must know the power of the polynom (ex. [itex]x^3[/itex], or [itex]x^4[/itex]) ??
Like this:
[tex]
(ax^4+bx^3+cx^n^2+dx^1+e)(\alpha P+\beta Q)+(gx^4+hx^3+ix^2+jx^1+k)(\gamma P +\delta Q)
[/tex]
So we will find the formula out of here, or we can find general formula out of here ?
[tex]
(ax^n+bx^n^-^1+cx^n^-^2+dx^n^-^3+ex^n^-^f)(\alpha P+\beta Q)+(gx^n+hx^n^-^1+ix^n^-^2+jx^n^-^3+kx^n^-^w)(\gamma P +\delta Q)
[/tex]
 
Last edited:
  • #119
If there is a formula, then it will be a general formula, yes, and we needn't know the power (strictly, "degree" or "order") of the polynomial (eg. [itex]x^3\,+\,...[/itex], or [itex]x^4\,+\,...[/itex]).
 
  • #120
can you tell me please, or start writing that formula?

P.S I tried only A(x)=P and B(x)=Q and it didn't work, because of

[tex]P(\alpha ax^n + \alpha b) + Q(\beta cx^n + \beta d)[/tex]

so

[tex]\frac{\alpha}{0}=\frac{0}{\beta}[/tex] and [tex]\frac{\beta}{0}=\frac{0}{d}[/tex]
 
  • #121
Physicsissuef said:
I tried only A(x)=P and B(x)=Q and it didn't work, because of

[tex]P(\alpha ax^n + \alpha b) + Q(\beta cx^n + \beta d)[/tex]

so

[tex]\frac{\alpha}{0}=\frac{0}{\beta}[/tex] and [tex]\frac{\beta}{0}=\frac{0}{d}[/tex]

Exactly! :smile:
can you tell me please, or start writing that formula?

No! It's a waste of time - as I said, it'll always be easier to do it one step at a time! :smile:
 
  • #122
Just start, please. I will continue... I just want to know that. I wouldn't use it...
 
  • #123
No! You start, if you like, and I'll comment …
 
  • #124
The start, will be like this?
[tex]
(ax^n+bx^n^-^1+cx^n^-^2+...+ex^n^-^f)(\alpha P+\beta Q)+(gx^n+hx^n^-^1+ix^n^-^2+...+kx^n^-^w)(\gamma P +\delta Q)
[/tex]
 
  • #125
Go on … :confused:
 
  • #126
[tex]P(x^n(a\alpha + g\gamma) + x^n^-^1(b\alpha + h\gamma) + x^n^-^2(c\alpha + i\gamma) +...+ \alpha ex^n^-^f + \gamma kx^n^-^w)[/tex]

like this? Should I go on for Q?
 
  • #127
… how did we get from A and B to U and V … ?

I've no idea - I haven't worked out what your plan is ! :confused:

Perhaps it would be better to go back to the original example, and analyse how we got from A and B to U and V (that would be two steps in one, which is what you're looking for), and then sort out a plan of campaign from that? :smile:
 
  • #128
I don't know what you mean... Sorry...
 
  • #129
Oh … I'm getting my letters mixed up! :redface:

I forgot we got through so many letters …

I meant "from A and B to G and I". :smile:
 
  • #131
I don't know … but I thought that's what you were aiming for, to do two steps (A and B to P and Q, then P and Q to G and I) in one go?? :smile:
 
  • #132
And how will I do that? :smile:
 
  • #133
I don't know! :smile:
 
  • #134
c'mooon :) just start... I have no idea... Just let's finish this once forever :smile:
 
  • #135
:smile: Noooooooo! :smile:
 
  • #136
[tex](ax^n\,+\,...\,+\,b)(\alpha P\,+\,\beta Q)\,+\,(cx^n\,+\,...\,+\,d)(\gamma P\,+\,\delta Q)
[/tex][tex]=\,P((...+\,(\alpha b\,+\,\gamma d))\,+\,Q((\beta a\,+\,\delta c)x^n\,+\,...)\,;[/tex]

[tex]P=xR[/tex]

btw- how will I know P or Q need xR in the general formula? Is it good now?
 
  • #137
tiny-tim, where are you? :smile: Can you help me please go on?
 

Similar threads

  • Precalculus Mathematics Homework Help
Replies
3
Views
252
  • Precalculus Mathematics Homework Help
Replies
12
Views
473
  • Precalculus Mathematics Homework Help
Replies
11
Views
849
  • Precalculus Mathematics Homework Help
Replies
2
Views
895
  • Precalculus Mathematics Homework Help
Replies
10
Views
936
  • Precalculus Mathematics Homework Help
Replies
8
Views
770
  • Precalculus Mathematics Homework Help
Replies
4
Views
506
  • Precalculus Mathematics Homework Help
Replies
2
Views
702
  • Precalculus Mathematics Homework Help
Replies
2
Views
506
  • Precalculus Mathematics Homework Help
Replies
6
Views
928
Back
Top