mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Math (https://www.mersenneforum.org/forumdisplay.php?f=8)
-   -   modulo division with negative power ? (https://www.mersenneforum.org/showthread.php?t=16423)

smslca 2012-01-05 13:30

modulo division with negative power ?
 
if f(x)modg(x) is valid(means , if it yield a remainder) then , can there be negative powers of x in f(x)?

for example
is (x[SUP]-29[/SUP])mod(x[SUP]2[/SUP] - 3) possible ?
can we do modulo division like this or is it strictly defined only for positive powers of x?

R.D. Silverman 2012-01-05 13:44

[QUOTE=smslca;284897]if f(x)modg(x) is valid(means , if it yield a remainder) then , can there be negative powers of x in f(x)?

for example
is (x[SUP]-29[/SUP])mod(x[SUP]2[/SUP] - 3) possible ?
can we do modulo division like this or is it strictly defined only for positive powers of x?[/QUOTE]

x^(-29) is not a polynomial! This is stuff that should have been covered in high school.
It's a reflection of the sad state of secondary education.

In answer to your question, you first need to define the DOMAIN over
which you are working. Then you need to define what you mean by
x^(-29). It is not a polynomial. Normally when you talk about f(x) mod g(x),
f and g are polynomials are they not?? The fact that x^(-29) is not
a polynomial should have been covered in secondary school.

Your question can be answered, but the answer depends on some stuff
that is [i]not normally[/i] covered in high school. Some honors pre-calc
classes might cover it, but I would expect this to be rare.

The answer depends on the RING over which you are working. Discussion
of rings is most often a college level topic. Any good book on modern
algebra will cover it. I can recommend some if you like.

fivemack 2012-01-05 13:51

[QUOTE=smslca;284897]if f(x)modg(x) is valid(means , if it yield a remainder) then , can there be negative powers of x in f(x)?

for example
is (x[SUP]-29[/SUP])mod(x[SUP]2[/SUP] - 3) possible ?
can we do modulo division like this or is it strictly defined only for positive powers of x?[/QUOTE]

What would you say ((x^2)/3) was equal to modulo (x^2-3) ?

R.D. Silverman 2012-01-05 14:07

[QUOTE=fivemack;284900]What would you say ((x^2)/3) was equal to modulo (x^2-3) ?[/QUOTE]

First define 1/3 for the ring in which you are working! One can't answer
a question that has not been properly posed. Posing a question includes
defining the mathematical objects with which one is working.....

[Yes, I know you know this, but others do not]

davieddy 2012-01-05 14:11

How to win friends and influence people.

@Tom. I've found my last but nth "jest" in the usual place. I'm sure you know that no offence was intended. But who moved it?

David

smslca 2012-01-05 14:12

[QUOTE]x^(-29) is not a polynomial! [/QUOTE]
yeah . I read it in wikipedia . Thanks for remembering me


[QUOTE]f and g are polynomials are they not??[/QUOTE]
yes . they are polynomials. which means the above example i have given is not possible.

As i have learned through internet , f mod g is the remainder of the long division of f by g . So cant we continue the division for negative powers and display the remainder involving negative powers.?

[QUOTE]The answer depends on the RING over which you are working. Discussion
of rings is most often a college level topic. [/QUOTE]

I am not a math student . As i am have to study my subjects, it is not possible to study math everyday. It takes me a lot of time to study math.
But i like mathematics to study now or later.
In the mean time can you briefly explain me what the rings are and how they are connected to my example or problem? or suggest any short material on the topic.

R.D. Silverman 2012-01-05 14:29

[QUOTE=smslca;284903]I am not a math student . As i am have to study my subjects, it is not possible to study math everyday. It takes me a lot of time to study math.
[/QUOTE]

Let me give you a little secret: It takes EVERYONE (including math professionals) a lot of time as well.

[QUOTE]
But i like mathematics to study now or later.
In the mean time can you briefly explain me what the rings are and how they are connected to my example or problem? or suggest any short material on the topic.[/QUOTE]

There [b]isn't any[/b]. One can't learn math at this level "on the cheap". It takes
extensive study to learn it. Furthermore, this medium is not a good setting
for lecturing about math. It is not a blackboard and writing TeX is time
consuming.

However, I can give a quick (and imprecise) definition of a ring: A ring is an "almost" field
where not all of the elements are invertible. i.e. a ring
is "similar" to a field in its arithmetic except for the fact that not elements
have inverses.

A rigorous definition would involve stuff you don't know about. e.g. do
you know what an integral domain is?? Do you understand the concepts
of "characteristic" and "zero-divisor"? A lot of learning modern algebra
is mastering the definitions. By mastering, I don't mean parroting. I mean
being able to use the definitions in proofs and problem solving.

davieddy 2012-01-05 14:29

I'm getting out of here [B]NOW[/B]
:smile:

science_man_88 2012-01-05 14:41

[QUOTE=R.D. Silverman;284905]and writing TeX is time
consuming.
[/QUOTE]

Strtex() in pari turns stuff into TeX.

smslca 2012-01-05 15:13

Here i am concerned only with the remainder that it generates x may be any value and if we consider values of
[tex]x \not\in \left{ 0, \; \pm\sqrt{3} \right}[/tex]
then can i do the modulo operation on above example.

R.D. Silverman 2012-01-05 16:14

[QUOTE=smslca;284913]Here i am concerned only with the remainder that it generates x may be any value and if we consider values of
[tex]x \not\in \left{ 0, \; \pm\sqrt{3} \right}[/tex]
then can i do the modulo operation on above example.[/QUOTE]

???

(1) g(0) is well defined for g(x) = x^2-3, so why exclude it?
(2) +/- sqrt(3) may not even exist in your domain! This is why I said
that one needed to define the domain in which one is working. If you
are working over the real numbers then the concept of remainder itself
vanishes because over the reals everything is exactly divisible by everything
else (except 0 of course). It is a [i]field[/i]. Over the rationals, for example,
3 is exactly divisible by 2.

Allow me to repeat what I said earlier: you need to specify the domain
in which you are working. If you are working over a field, then the
very concept of "remainder" does not apply.

You can't determine what x^(-29) mod (x^2-3) is, until you [i]define[/i]
what x^(-29) is within your domain. In a field remainders do not exist
in the sense you imply by your question, and in a ring, the element x
may not have an inverse --> it may be a zero-divisor.

science_man_88 2012-01-05 18:45

[QUOTE=R.D. Silverman;284919]???

(1) g(0) is well defined for g(x) = x^2-3, so why exclude it?
[/QUOTE]

I can tell you this from what was described in the don blazy threads x^-29 = 1/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0 for x=0 no ? a lot of illegal divisions by 0 there.

LaurV 2012-01-05 18:46

[QUOTE=R.D. Silverman;284919]
(1) g(0) is well defined for g(x) = x^2-3, so why exclude it?
[/QUOTE]
it may be that f not defined there ? (well, don't tell me that 0 at any power, including negative, is zero)

R.D. Silverman 2012-01-05 19:16

[QUOTE=LaurV;284928]it may be that f not defined there ? (well, don't tell me that 0 at any power, including negative, is zero)[/QUOTE]

It is indeed possible/(highly probable!) that f is not defined at 0. But since
the domain is unspecified, we don't know.

R.D. Silverman 2012-01-05 19:26

[QUOTE=LaurV;284928]it may be that f not defined there ? (well, don't tell me that 0 at any power, including negative, is zero)[/QUOTE]

It is indeed possible/(highly probable!) that f is not defined at 0. But since
the domain is unspecified, we don't know. OTOH, one can construct
domains where f(0) is defined. It starts to get weird here.
[e.g. consider the division points of an abelian variety defined over the projective Riemann sphere]

S34960zz 2012-01-05 20:22

2 + 2 = 3, for sufficiently small values of 2.


*nod*

R.D. Silverman 2012-01-05 21:32

[QUOTE=S34960zz;284941]2 + 2 = 3, for sufficiently small values of 2.


*nod*[/QUOTE]

?????????????????

This [i] was [/i] a nice conversation. What compelled you to inject spam?

science_man_88 2012-01-05 21:55

[QUOTE=R.D. Silverman;284935]It is indeed possible/(highly probable!) that f is not defined at 0. But since
the domain is unspecified, we don't know. OTOH, one can construct
domains where f(0) is defined. It starts to get weird here.
[e.g. consider the division points of an abelian variety defined over the projective Riemann sphere][/QUOTE]

thanks for this comment it spurred me to look up those preliminaries again on my new computer. I think I get a little more of the puzzle of functions because the notation looks similar to sets as it's performed on sets and it also now looks familiar to the notation of equivalence classes which kinda helps I think.

xilman 2012-01-05 22:52

[QUOTE=R.D. Silverman;284952]?????????????????

This [i] was [/i] a nice conversation. What compelled you to inject spam?[/QUOTE]It's an old and, IMO, rather poor joke. Just ignore him/her/it.

S34960zz 2012-01-05 23:52

small values of 2
 
[QUOTE=R.D. Silverman;284952]?????????????????

This [I] was [/I] a nice conversation. What compelled you to inject spam?[/QUOTE]

Apologies to the thread. Further discussion moved to PM.

davieddy 2012-01-06 00:41

Another one bites the dust
 
[QUOTE=S34960zz;284941]2 + 2 = 3, for sufficiently small values of 2.


*nod*[/QUOTE]

[QUOTE=R.D. Silverman;284952]?????????????????

This [I]was [/I]a nice conversation. What compelled you to inject spam?[/QUOTE]

[QUOTE=xilman;284963]It's an old and, IMO, rather poor joke. Just ignore him/her/it.[/QUOTE]

[QUOTE=S34960zz;284972]Apologies to the thread. Further discussion moved to PM.[/QUOTE]

Well it made me smile for a mo:smile:

Bob strikes again!

David

fivemack 2012-01-06 08:30

(puts on moderator's hat)
(picks up staff of office)

Davieddy, it would improve the state of the world were you to refrain from posting any more of this kind of content-free dig at RDS.

Damn, that staff of office is heavy. And [b]who[/b] designed the hat? Turquoise lace is fine in its place, but with crimson spangles?

fivemack 2012-01-06 08:39

[QUOTE=smslca;284913]Here i am concerned only with the remainder that it generates x may be any value and if we consider values of
[tex]x \not\in \left{ 0, \; \pm\sqrt{3} \right}[/tex]
then can i do the modulo operation on above example.[/QUOTE]

What do you mean by 'x may be any value'? You're talking about polynomial arithmetic, 'x' is a [u]symbol[/u].

To do this sort of generalisation, you do need to be quite careful about what the objects are that you're talking about; it's the better part of a one-year undergraduate class, full of terminology like 'a representative of the equivalence class containing 'x' of polynomials with coefficients in Q under the equivalence relation "A==B iff (A-B) is exactly divisible over Q[x] by x^2-3', to get the notation absolutely straight.

To get some idea of what your intuition of how these things behave goes, what would you say the remainder on division by (x^2-3) of (pi*x^2 + e*x + sqrt(37)) would be? How about x^2-2? How about x^2/3?

R.D. Silverman 2012-01-06 14:00

[QUOTE=fivemack;285034]What do you mean by 'x may be any value'? You're talking about polynomial arithmetic, 'x' is a [u]symbol[/u].
[/QUOTE]

I presume he means 'x is any value within the domain'. The difficulty is
that the domain is unspecified.


[QUOTE]
To do this sort of generalisation, you do need to be quite careful about what the objects are that you're talking about; it's the better part of a one-year undergraduate class, full of terminology like 'a representative of the equivalence class containing 'x' of polynomials with coefficients in Q under the equivalence relation "A==B iff (A-B) is exactly divisible over Q[x] by x^2-3', to get the notation absolutely straight.
[/QUOTE]

This confirms what I said: there is no "short introduction". One can't learn
this stuff "on the cheap", and there are LOTS of definitions to learn.
Contrary to what others have implied, I don't say these things to be mean.

Arkadiusz 2012-01-06 21:00

[QUOTE=R.D. Silverman;284898]x^(-29) is not a polynomial! This is stuff that should have been covered in high school.
It's a reflection of the sad state of secondary education.

In answer to your question, you first need to define the DOMAIN over
which you are working. Then you need to define what you mean by
x^(-29). It is not a polynomial. Normally when you talk about f(x) mod g(x),
f and g are polynomials are they not?? The fact that x^(-29) is not
a polynomial should have been covered in secondary school.

Your question can be answered, but the answer depends on some stuff
that is [i]not normally[/i] covered in high school. Some honors pre-calc
classes might cover it, but I would expect this to be rare.

The answer depends on the RING over which you are working. Discussion
of rings is most often a college level topic. Any good book on modern
algebra will cover it. I can recommend some if you like.[/QUOTE]

:huh:
I still remember math I learned in ELEMENTARY school. :grin:

R.D. Silverman 2012-01-07 00:12

[QUOTE=Arkadiusz;285136]:huh:
I still remember math I learned in ELEMENTARY school. :grin:[/QUOTE]

:smile: Actually, noone is taught math in elementary school. We are taught
[b]arithmetic[/b]. i.e. how to plug and chug numbers. This is not math. :smile:

CRGreathouse 2012-01-08 15:08

x^(-29) is a rational function, not a polynomial. Polynomials don't allow negative (or fractional) exponents.

wblipp 2012-01-08 21:33

This thread stumbles towards deep mathematical topics through seemingly simple questions illuminated by subtle masters. I fear the acolytes have gotten lost in the false starts and misdirectional banter and the masters are losing interest. Here is what the clever acolyte should see in the thread.

Peeling away the dross, this thread is like the question asked[URL="http://en.wikipedia.org/wiki/Phrases_from_The_Hitchhiker%27s_Guide_to_the_Galaxy"] Deep Thought[/URL]; the real answer is that you don't understand your question, and understanding your question is much harder than answering it.

The original, and unknowingly naive question was
[QUOTE=smslca;284897]if f(x)modg(x) is valid(means , if it yield a remainder) then , can there be negative powers of x in f(x)?

for example
is (x[SUP]-29[/SUP])mod(x[SUP]2[/SUP] - 3) possible ?
can we do modulo division like this or is it strictly defined only for positive powers of x?[/QUOTE]

The first answer starts [QUOTE=R.D. Silverman;284898]x^(-29) is not a polynomial![/QUOTE]

So MUCH is wrapped up in these few words! The blind move quickly on, but true understanding should see so much here.

The first thing to see is the word [B]polynomial[/B]. The original poster (OP) didn't mention polynomials, so why has Master Bob mentioned them? The acolyte should ponder this. His wide ranging thoughts should at some time include "Should I have asked about polynomials instead of functions?" and "Is the answer easier for polynomials than functions?" and "How are polynomials different from functions?" The last question would have been a particularly helpful pondering because some of the false start dead ends in the thread have come from confusing polynomials and functions. The clear eyed acolyte would have spotted that functions are mappings - rules to associate one object with another one - often one real number with another one. Polynomials are expressions in and of themselves. Polynomials can be interpreted as functions through the process of evaluating the polynomial, but that's a different mathematical topic than the properties of polynomials.

The second thing to see is Deep Thought's message - you don't understand your question. This is the most important learning from the ruminations on the first topic.

Next in this first response is a discourse on the state of American education.
[QUOTE=R.D. Silverman;284898]It's a reflection of the sad state of secondary education.[/QUOTE]
This is a recurrent theme in Master Bob's postings, but why has he inserted it here? The thoughtful acolyte will recognize this as a warning the truth is subtle and will require things his previous instructors may have failed to teach him. The lucky acolyte will recognize this and rebound to the first sentence, discovering the wide ruminations he missed the first time. The unprepared acolyte will see an insult or an invitation to unhelpful side conversations.

Next Master Bob is uncharacteristically direct. He is well known for exhorting questioners to mathematical sophistication by mentioning complicated text books they could study. But here he explicitly lays out what essential information is missing in the problem formulation.
[QUOTE=R.D. Silverman;284898]you first need to define the DOMAIN over which you are working.[/QUOTE]

Master Bob then goes to a nearly unprecedented level of helpfulness by describing a likely domain and why the selection of this domain renders the question nonsensical:
[QUOTE=R.D. Silverman;284898] Normally when you talk about f(x) mod g(x), f and g are polynomials are they not?? ... x^(-29) is not a polynomial[/QUOTE]

Continuing in this untypical effusion of helpfulness, Master Bob then names the area mathematics necessary to render the question sensical:
[QUOTE=R.D. Silverman;284898]The answer depends on the RING over which you are working.[/QUOTE]

Now the genuine acolyte should be asking "What the heck is a ring?" and "What are my choices for the ring?" He should have learned from his friend [URL="http://en.wikipedia.org/wiki/Ring_%28algebra%29"]google-san[/URL] that a ring is a set with two operations, usually called addition and multiplication. Addition behaves much as the word leads us to expect - closure, associative, commutative, existence of an identity and an inverse. Multiplication is not required to match expectations so closely. It must be closed and associative, but commutative is optional and an identity is optional. Addition and multiplications are required to be distributive.

Given all these hints, the acolyte should be pondering "What ring includes both the polynomials and x[sup]-29[/sup]?"

While this learning should be going on, Master Tom worried about the acolyte missing another issue. Recognizing the subtle Socratic style initiated by Master Bob in this thread, he provided direction with this:
[QUOTE=fivemack;284900]What would you say ((x^2)/3) was equal to modulo (x^2-3) ?[/QUOTE]
Continuing his forthcomingness, Master Bob bantered back both a hint an a reminder that the acolyte should be thinking about rings:
[QUOTE=R.D. Silverman;284901]First define 1/3 for the ring[/QUOTE]
Next the acolyte demonstrated the ability to consult google-san and the understanding that the question was nonsensical if the ring under discussion was polynomials.
[QUOTE=smslca;284903]I read it in wikipedia .... the above example i have given is not possible.[/QUOTE]
The acolyte then stumbled onto one of the answers - he found the minimum ring that incudes both polynomials and x[sup]-29[/sup]. Although not expressed with mathematical sophistication, he said
[QUOTE=smslca;284903]cant we continue the division for negative powers and display the remainder involving negative powers.?[/QUOTE]
I don't know if there is a standard name for this ring, but it would be finite sums of coefficient * x^n, n taken from integers (negative as well as positive).

I'm surprised the masters have not taken up this comment. Perhaps they are waiting for a more complete response. Master Tom's point seems to have been completely missed. When the ensuing side discussions and dead ends continue to ignore his hint, he returned with a less subtle hint
[QUOTE=fivemack;285034] what would you say the remainder on division by (x^2-3) of (pi*x^2 + e*x + sqrt(37)) would be?[/QUOTE]

This should steer the acolyte back to Master Tom's original teaching. From these two hints, the acolyte should have noticed that "ring of polynomials" is incomplete because the permitted coefficients have not been identified. The first question pointed to the possibility of rational coefficients rather than integer coefficients; this second question points to real coefficients as another possibility.

Master Tom then leads towards even deeper mysteries with
[QUOTE=fivemack;285034]How about x^2-2? How about x^2/3?[/QUOTE]

The thread then seems to be filled with side discussions and dead ends. I'm unclear if the masters are waiting the acolyte to demonstate additional learnings or if the acolyte is waiting to the masters to provide additional subtle direction. I'm fearful the side discussions and dead ends will drown the sophisticated Socratic tutoring. I'm hopeful that this summary will reignite and retrack the mathematical discussion.

LaurV 2012-01-09 03:24

@wblipp: Genial! I also saw the topic in this light, but you put it impeccable on words. :tu:

R.D. Silverman 2012-01-09 11:00

[QUOTE=wblipp;285441]The thread then seems to be filled with side discussions and dead ends. I'm unclear if the masters are waiting the acolyte to demonstate additional learnings
[/QUOTE]

I got the (perhaps mistaken) impression that the O.P. had lost interest.

The next question he/she should be asking is: "What is a ring and why do
they matter"? I hinted at this when I mentioned the word "field" and discussed one of its properties.

And a lot of what you call "side discussions" consists of gibberish. I'm sorry,
but the people presenting this gibberish should clear out.

R.D. Silverman 2012-01-09 13:31

[QUOTE=R.D. Silverman;285516]I got the (perhaps mistaken) impression that the O.P. had lost interest.

The next question he/she should be asking is: "What is a ring and why do
they matter"? I hinted at this when I mentioned the word "field" and discussed one of its properties.

And a lot of what you call "side discussions" consists of gibberish. I'm sorry,
but the people presenting this gibberish should clear out.[/QUOTE]

There is a lot of stuff that might be discussed here in an elementary way.
For example, "Why did I mention polynomials"? "Why do they matter"?
"Why not other functions"? "Why does the domain matter so much"?
"What is the role of 'closure' and why does it matter"?

The question of "What is f(x) mod g(x)" also gets us into questions
such as "What is division, really?" "When is division defined"? etc.

Much of this [b]should[/b] be covered in secondary school algebra.
Unfortunately, too much of what is taught is just "rote manipulation"
and solution of "canned" problems. Discussing the [b]reasons[/b] behind
the mathematics that is taught is almost never taught. The result is
that we get a very high percentage of students who enter college but
are unprepared for college level math.

I ask the O.P. to consider the following (deliberately somewhat vague)
question: Can you tell us the fundamental difference(s) between a
polynomial function and a function such as sin(x)??? Why are they
so different? Why do we not see questions such as "What is sin(x) mod
(x^2-3)".

And would someone [i]please[/i] confine sm88 to posting his "stuff" to
the misc. math. thread?? He isn't helping at all, and will confuse the
accolyte.

R.D. Silverman 2012-01-09 13:46

[QUOTE=wblipp;285441]Next in this first response is a discourse on the state of American education.

This is a recurrent theme in Master Bob's postings, but why has he inserted it here? The thoughtful acolyte will recognize this as a warning the truth is subtle and will require things his previous instructors may have failed to teach him. The lucky acolyte will recognize this and rebound to the first sentence, discovering the wide ruminations he missed the first time. The unprepared acolyte will see an insult or an invitation to unhelpful side conversations..[/QUOTE]

In fact, I have [b]already[/b] been accused of insulting the O.P.
Someone sent me a private message to that effect, even though I
was quite careful (or so I thought) not to make any personal remarks
in my response. Lamenting secondary school education is NOT a
reflection on the O.P., but of course someone chose to interpret it
in exactly that way. This illustrates what I have been saying --> some
people seem to go out of their way to find offense when none is intended.

xilman 2012-01-09 14:40

[QUOTE=wblipp;285441]While this learning should be going on, Master Tom worried about the acolyte missing another issue. Recognizing the subtle Socratic style initiated by Master Bob in this thread, he provided direction with this:[/QUOTE]Herein lies a problem, at least as far as I see it. You, I, Bob, Tom and doubtless others reading this thread recognize the Socratic style when presented and we use it when attempting to educate others. Unfortunately, Socratic teaching is not that widespread and it is almost unused in primary and secondary educational establishments. At least, that is my observation.

A novice unused to this technique seems to interpret questions which are intended to indicate a course of enquiry and self-education as if they are belittling the novice in the eyes of on-lookers. The impedance mismatch then tends to cause more heat than illumination.

Perhaps some of us --- Bob and myself, amongst others --- should try to keep this phenomenon in mind and to tailor our use of the Socratic method of education to our likely audience. That's not to say we should avoid it --- certainly not --- but to recognize its limitations when the subtlety is beyond the intended audience's present level of sophistication.

Paul

xilman 2012-01-09 14:47

[QUOTE=R.D. Silverman;285527]And would someone [i]please[/i] confine sm88 to posting his "stuff" to the misc. math. thread?? He isn't helping at all, and will confuse the accolyte.[/QUOTE]It seems to me that sm88 is also an acolyte who has been exposed to the Socratic method both here and in other threads. He is a self-confessed acolyte who is now beginning to understand how Socratic teaching works:[quote=sm88]thanks for this comment it spurred me to look up those preliminaries again on my new computer. I think I get a little more of the puzzle of functions because the notation looks similar to sets as it's performed on sets and it also now looks familiar to the notation of equivalence classes which kinda helps I think. [/quote]

Yes, he may be blundering and he may be confusing other acolytes. However, that is what acolytes do. It's all part of the process of becoming a master in turn.

Paul

R.D. Silverman 2012-01-09 14:49

[QUOTE=xilman;285538]Herein lies a problem, at least as far as I see it. You, I, Bob, Tom and doubtless others reading this thread recognize the Socratic style when presented and we use it when attempting to educate others. Unfortunately, Socratic teaching is not that widespread and it is almost unused in primary and secondary educational establishments. At least, that is my observation.

A novice unused to this technique seems to interpret questions which are intended to indicate a course of enquiry and self-education as if they are belittling the novice in the eyes of on-lookers. The impedance mismatch then tends to cause more heat than illumination.

Perhaps some of us --- Bob and myself, amongst others --- should try to keep this phenomenon in mind and to tailor our use of the Socratic method of education to our likely audience. That's not to say we should avoid it --- certainly not --- but to recognize its limitations when the subtlety is beyond the intended audience's present level of sophistication.

Paul[/QUOTE]

The Socratic method gets the student to [i]think[/i] about what is
going on. As Kingsfeld said: "Questions and answers. Questions and
answers". Good teachers get the students to [i]think[/i] as opposed
to memorize. Indeed. There is in on-going discussion now in sci.math where
some college level teachers are asking: "how do you handle students
who merely memorize proofs, as opposed to learning how to construct them".

When the student is required to answer questions, he has to think about
what is going on. This is in contrast to a pure lecture style. Students
tend to learn by rote from the latter. The result of this is that it becomes
impossible for them to solve problems that they have not seen before.

One can not acquire [b]reasoning ability[/b] by memorization.

xilman 2012-01-09 15:02

[QUOTE=R.D. Silverman;285542]The Socratic method gets the student to [i]think[/i] about what is
going on. As Kingsfeld said: "Questions and answers. Questions and
answers". Good teachers get the students to [i]think[/i] as opposed
to memorize. Indeed. There is in on-going discussion now in sci.math where
some college level teachers are asking: "how do you handle students
who merely memorize proofs, as opposed to learning how to construct them".

When the student is required to answer questions, he has to think about
what is going on. This is in contrast to a pure lecture style. Students
tend to learn by rote from the latter. The result of this is that it becomes
impossible for them to solve problems that they have not seen before.

One can not acquire [b]reasoning ability[/b] by memorization.[/QUOTE]I agree with everything you wrote there.

I'm suggesting that we continue to persuade students to think. I'm arguing that because Socratic reasoning isn't widely recognized, much less practiced, we should sometimes be more blatant as to [b]why[/b] we are acting the way we do.

Lest I be accused of hypocrisy, I'm well aware that my own style is often too oblique for the intended audience. Mea culpa. All I can do is attempt to improve.


Paul

R.D. Silverman 2012-01-09 17:11

[QUOTE=xilman;285551]I agree with everything you wrote there.

I'm suggesting that we continue to persuade students to think. I'm arguing that because Socratic reasoning isn't widely recognized, much less practiced, we should sometimes be more blatant as to [b]why[/b] we are acting the way we do.

Lest I be accused of hypocrisy, I'm well aware that my own style is often too oblique for the intended audience. Mea culpa. All I can do is attempt to improve.


Paul[/QUOTE]

Did we scare off the O.P.? Was the scope of the required effort too much?

xilman 2012-01-09 17:13

[QUOTE=R.D. Silverman;285574]Did we scare off the O.P.? Was the scope of the required effort too much?[/QUOTE]I don't know. In an ideal world the O.P. would post a reaction to the subsequent discussion. Have you tried a PM to make that suggestion?

R.D. Silverman 2012-01-09 17:16

[QUOTE=CRGreathouse;285400]x^(-29) is a rational function, not a polynomial. Polynomials don't allow negative (or fractional) exponents.[/QUOTE]

In general, yes. But (I'm not telling you, but the O.P.) there are instances
when they do allow negative exponents. When they are elements of a
finite field, for example. Which is why I said that the domain matters.

cheesehead 2012-01-10 00:26

[QUOTE=xilman;285538]Herein lies a problem, at least as far as I see it. You, I, Bob, Tom and doubtless others reading this thread recognize the Socratic style when presented and we use it when attempting to educate others. Unfortunately, Socratic teaching is not that widespread and it is almost unused in primary and secondary educational establishments. At least, that is my observation.

A novice unused to this technique seems to interpret questions which are intended to indicate a course of enquiry and self-education as if they are belittling the novice in the eyes of on-lookers. The impedance mismatch then tends to cause more heat than illumination.

Perhaps some of us --- Bob and myself, amongst others --- should try to keep this phenomenon in mind and to tailor our use of the Socratic method of education to our likely audience. That's not to say we should avoid it --- certainly not --- but to recognize its limitations when the subtlety is beyond the intended audience's present level of sophistication.[/QUOTE]I recommend that Socratic questions should be accompanied by a short explanation that the question is being posed only for the purpose of socratically blah, blah and blah.

R.D. Silverman 2012-01-10 12:02

[QUOTE=xilman;285575]I don't know. In an ideal world the O.P. would post a reaction to the subsequent discussion. Have you tried a PM to make that suggestion?[/QUOTE]

I sent a PM. No reply.


All times are UTC. The time now is 17:04.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.