I am solving an equation by iteration. In this case, I am going to solve x 2 - x - 5 = 0 by iteration. First of all, I am rearranging it in the iterative form: Suppose you have to solve x 2 - x - 5 = 0 by iteration. Let's rearrange it in iterative form first. x = √(x + 5) x n+1 = √(x n + 5) Let's ta…
Friday, 24 June 2022
Tuesday, 21 June 2022
Polygon Maker
The following applet, written in Python, can simulate the formation of polygons. It simply use the fact the external angle of a regular polygon is 360/n, where n is the number of sides.
Gradient of a curve by differentiation
I am finding the gradient of a curve by differentiation with the following Geogebra applet. The equation of the curve is y = x 2 /4. Gradient = dy/dx = x/2 If you move the point along the curve, you can find the gradient of the curve at any point. For example, at x = 2, dy/dx = 1
Subscribe to:
Posts (Atom)
Search My Blog
Popular Posts
-
I want to shoot a projectile fast. That has been my main aim for years: to track the speed of a projectile that I shot, and calculate a spee...
-
Firstly, I used an open tin can for the combustion chamber. The tin can was cleaned thoroughly before use, and allowed to dry. Then two meta...
-
Recently, for no particular reason whatsoever, I decided to learn Morse Code. Within a couple of weeks, I could type at a decent speed, but ...
-
During some lessons, my friend and I got so bored that we created a variant of Tic Tac Toe. The largest issue with tic-tac-toe is that it is...
-
This device is easily capable on sending hot arcs over 1cm, and is completely wireless. It runs on a normal 9V battery and is incredibly re...