This blog post is about our current EV3 robot we're planning to use in the 2023/2024 FLL competition. Some features: 2 large motors for steering. 2 medium motors for attachments. 2 colour sensors for picking up the white and black lines, also used for line squaring. 1 gyro sensor. To enable attachments to be changed as quickly as possible we're using gravity to keep the gears connected, i.e. you don't need to fasten anything to the robot. Every attachment has 2x 12 tooth double bevel gear (part 32270) which comes in contact with the 2x 20 tooth double bevel gears (part 32269) on the robot. The medium motors are horizontally aligned on the robots, but we use 12 tooth double bevel gears to convert that to vertical alignments. These in turn are connected to 20 tooth double bevel gears, and the attachments in turn connect to these 20 tooth double bevel gears with their 12 tooth double bevel gears. The complete robot is modelled in Bricklink Studio 2 . You can download the rob
Let's start off with three basic rules:
1) The width:length ratio is constant for all paper sizes
2) Halving a paper along the long side will give you two transposed pages of the next smaller page size.
3) The area of a A0 page is 1m2
We can calculate the width:length ratio as follows:
Take a landcape A4 page, and dividing it in half will give you two portrait A5 pages. The width of the A5 page (w5) will be the half of the length of the A4 page (l4), and the length of the A5 paper (h5) will be equal to the width of the A4 page w4). Because the width:length ratio of both pages is the same, we can write:
w4 / l4 = w5 / l5
w4 / l4 = l4 / (2w4)
2w42 = l42
l4 = sqrt(2) x w4
Using the result above, the width:lenght ratio can be written as:
w4 / l4 = 1 / sqrt(2)
The area of an A0 page is 1m2, A1 is 0.5m2, etc. The area of a An page can therefore be written as 1/2n m2. Because the area is the product of the height and length of the page, we get the following formula:
wnhn = 1/2n
Using the width:length ratio, this can be simplified to:
wn = 2-n/2 - 1/4
hn = 2-n/2 + 1/4
So for a A4 paper, we get:
w4 = 2-2.25 = 0.210 m
h4 = 2-1.75 = 0.297 m
1) The width:length ratio is constant for all paper sizes
2) Halving a paper along the long side will give you two transposed pages of the next smaller page size.
3) The area of a A0 page is 1m2
We can calculate the width:length ratio as follows:
Take a landcape A4 page, and dividing it in half will give you two portrait A5 pages. The width of the A5 page (w5) will be the half of the length of the A4 page (l4), and the length of the A5 paper (h5) will be equal to the width of the A4 page w4). Because the width:length ratio of both pages is the same, we can write:
w4 / l4 = w5 / l5
w4 / l4 = l4 / (2w4)
2w42 = l42
l4 = sqrt(2) x w4
Using the result above, the width:lenght ratio can be written as:
w4 / l4 = 1 / sqrt(2)
The area of an A0 page is 1m2, A1 is 0.5m2, etc. The area of a An page can therefore be written as 1/2n m2. Because the area is the product of the height and length of the page, we get the following formula:
wnhn = 1/2n
Using the width:length ratio, this can be simplified to:
wn = 2-n/2 - 1/4
hn = 2-n/2 + 1/4
So for a A4 paper, we get:
w4 = 2-2.25 = 0.210 m
h4 = 2-1.75 = 0.297 m
Comments