IS4IS VIENNA (2015) KETCindy supporting tool to convert students’ findings into knowledge Masataka Kaneko Satoshi Yamashita Hideyo Makishita Yoshifumi Maeda Naoki Hamaguchi Shigeki Kobayashi Setsuo Takato KAKENHI 15K01037
CONTENTS 1. Activities in math classroom 2. ICT support in math classroom 3. Linkage to T EX edition 4. Problem of T EX edition 5. Approach using CAS (KETpic) 6. Approach using DGS (KETCindy)
1. Activities in math classroom Inductive Reasoning Deductive Reasoning Establishment of Knowledge Application of Knowledge
1. Activities in math classroom Inductive Reasoning Simulation, Observation, Conjecture Deductive Reasoning Establishment of Knowledge Application of Knowledge
1. Activities in math classroom Inductive Reasoning Simulation, Observation, Conjecture Deductive Reasoning Calculation, Interpretation, Proof Establishment of Knowledge Application of Knowledge
1. Activities in math classroom Inductive Reasoning Simulation, Observation, Conjecture Deductive Reasoning Calculation, Interpretation, Proof Establishment of Knowledge Memorization, Exercise Application of Knowledge
1. Activities in math classroom Inductive Reasoning Simulation, Observation, Conjecture Deductive Reasoning Calculation, Interpretation, Proof Establishment of Knowledge Memorization, Exercise, Reflection Application of Knowledge Application to other situations
2. ICT support in math classroom Inductive Reasoning Simulation with CAS/DGS Deductive Reasoning Establishment of Knowledge Application of Knowledge
2. ICT support in math classroom Inductive Reasoning Deductive Reasoning Calculation and Proof with the aid of CAS/DGS Establishment of Knowledge Application of Knowledge
2. ICT support in math classroom Inductive Reasoning Deductive Reasoning Establishment of Knowledge Web based Training Application of Knowledge
2. ICT support in math classroom Inductive Reasoning Deductive Reasoning Establishment of Knowledge Application of Knowledge Materials accumulated on the Web
2. ICT support in math classroom Inductive Reasoning Paper and Pencil based learning is Deductive Reasoning indispensable Establishment of Knowledge Application of Knowledge
3. Linkage to T EX edition From CAS to T EX y 1 x Π Π 2 � 1
3. Linkage to T EX edition From CAS to T EX y 1 x π π O 2 − 1
3. Linkage to T EX edition From DGS to T EX Simulation via DGS screen calculation via T EX document
3. Linkage to T EX edition y x
3. Linkage to T EX edition y y = x 2 α − 1 x α − 2 y = x 2 − 4 y = 2 αx − α 2 y = 2( α + 1) x − ( α + 1) 2
3. Linkage to T EX edition y x
4. Problem of T EX edition Characteristics of edition via T EX 1. high quality in graphics 2. limitation in computing and programming capability 3. generated table tends to be inappropriate 4. page layout can not be set flexibly
4. Problem of T EX edition Characteristics of edition via T EX 1. high quality in graphics 2. limitation in computing and programming capability 3. generated table tends to be inappropri- ate 4. page layout can not be set flexibly
4. Problem of T EX edition 5 π π 0 · · · · · · · · · 2 π x 6 6 y ′ + 0 − 0 + √ √ 5 π π 2 ↗ 6 + 3 ↘ 6 − 3 ↗ 2 + 2 π y
4. Problem of T EX edition 5 π · · · · · · · · · 0 2 π x 6 π 6 + − + y ′ 0 0 √ √ 5 π 6 + 3 ↗ ↘ ↗ 2 + 2 π 2 6 π − 3 y
4. Problem of T EX edition y f ( x ) π x O π g ( x ) 2 ↗ ↘ f ( x ) ↗ ↗ g ( x ) ↗ ↘
4. Problem of T EX edition Characteristics of edition via T EX 1. high quality in graphics 2. limitation in computing and programming capability 3. generated table tends to be inappropriate 4. page layout can not be set flexibly
4. Problem of T EX edition y x
4. Problem of T EX edition y x
4. Problem of T EX edition y x
4. Problem of T EX edition
4. Problem of T EX edition Crossing
4. Problem of T EX edition Crossing Bezier curves can be generated via KETCindy.
5. CAS+KETpic CAS PDF file Mod. Compile K ETpic T EXfile Plot Data \ input Tpic code http://ketpic.com
5. CAS+KETpic y dx dt = x ( t ) · (1 − y ( t )) dy dt = 0 . 5 · y ( t ) · ( x ( t ) − 1) x O
5. CAS+KETpic CAS PDF file Mod. Compile K ETpic T EXfile Plot Data \ input Tpic code
5. CAS+KETpic S1=NDSolve[{x’(t)==x[t]*(1-y[t]),y’[t]==0.5*y[t]*(x[t]-1), x[0]==**,y[0]==**},{x,y},{t,10}]; PS1=ParametricPlot[Evaluate[{x[t],y[t]}/.S1],{t,0,10}]; y x O
5. CAS+KETpic CAS PDF file Mod. Compile K ETpic T EXfile Plot Data \ input Tpic code
5. CAS+KETpic Openfile(’’fig.tex’’,’’1cm’’); Drwline(PS1); Closefile(’’1’’); y x O
5. CAS+KETpic y ketlayer x O
0 5. CAS+KETpic 10 \usepackage{ketpic, ketlayer} 20 \begin{layer}{160}{90} 30 \end{layer} 40 50 60 70 80 900 10 20 30 40 50 60 70 80 90 100 110 120 130
0 5. CAS+KETpic 10 \usepackage{ketpic, ketlayer} 20 y \begin{layer}{160}{90} \putnotese{5}{20}{\input{fig.tex}} 30 \end{layer} 40 50 60 70 80 x O 900 10 20 30 40 50 60 70 80 90 100 110 120 130
0 5. CAS+KETpic 10 \usepackage{ketpic, ketlayer} 20 y \begin{layer}{160}{90} \putnotese{5}{20}{\input{fig.tex}} 30 \arrowlineseg{40}{61}{40}{25} \end{layer} 40 50 60 70 80 x O 900 10 20 30 40 50 60 70 80 90 100 110 120 130
5. CAS+KETpic \usepackage{ketpic, ketlayer} y \begin{layer}{160}{0} \putnotese{5}{20}{\input{fig.tex}} \arrowlineseg{40}{61}{40}{25} \end{layer} x O
6. DGS+KETCindy From CAS to DGS 1. DGS may be inferior to CAS in computation and programming capability. 2. Interactive drawing of T EX graphics (while checking the final output) should be helpful. 3. It is desirable that the burden of writing com- mand is reduced.
6. DGS+KETCindy DGS PDF file KETCindy CAS TeX file K ETpic Tpic code Plot Data https://sites.google.com/sites/ketcindy/home
6. DGS+KETCindy DGS PDF file KETCindy CAS TeX file batch processing K ETpic Tpic code Plot Data
6. DGS+KETCindy y x
6. DGS+KETCindy Animation
6. DGS+KETCindy DGS PDF file KETCindy CAS TeX file K ETpic Tpic code Plot Data
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
6.DGS+KETCindy Start End
Tnank you very much for your attentions!!
Recommend
More recommend