I'm going to define some math research projects for 7th grade students. The projects can be both purely mathematical and interdisciplinary. By the way, the students can write simple Pascal codes.
I prefer projects which are not technical or abstract. It's strictly preferable that the projects be completely meaningful for the students.
Do you have ideas or know sources which can help me doing this?
Thanks.
Can they graph functions? Do they understand polynomials? Can they plot a line of the form $y=mx+b$?
A powerful exercise is to give them a series of lines to plot, e.g.
$$y = m_1x + b_1 \\ y = m_2x+b_2\\ \vdots$$
You can pre-compute $m_i$ and $b_i$ so that they are tangent curves to a polynomial. A quadratic would be ideal.
Have them plot these curves on a large sheet of paper. Another option is to use string and thumbtacks on a corkboard.
Eventually, they will begin to curve-stitch a function. It will become abundantly clear. Maybe you can even have them compute the polynomial from its zeros.
Now, ask them to find a pattern in the values of $m$.
You will have introduced them to the most basic idea of differential calculus, but in a way that they could perhaps understand.