1
00:00:00,240 --> 00:00:05,760
So I hope you spend a few minutes and at least gave it a try, and hopefully you even got the correct

2
00:00:05,760 --> 00:00:06,180
result.

3
00:00:06,600 --> 00:00:11,940
But if not, here is my solution so that you can compare and improve your solution.

4
00:00:12,540 --> 00:00:16,450
And I would always say we don't have to make our lives difficult.

5
00:00:16,470 --> 00:00:19,500
We can just work with what we have and then modify it.

6
00:00:20,070 --> 00:00:24,990
So I copy this code here and then I'm going to create a new cell.

7
00:00:25,440 --> 00:00:26,120
Paste it.

8
00:00:26,550 --> 00:00:29,760
And now we have to, of course, modify this list.

9
00:00:30,360 --> 00:00:37,140
So it's not going from zero to SE, but it's going from minus s half to as half.

10
00:00:38,430 --> 00:00:39,120
You can run this.

11
00:00:39,690 --> 00:00:46,200
And now we can also take this code here and paste it.

12
00:00:47,220 --> 00:00:49,470
And I think this should work already.

13
00:00:50,340 --> 00:00:50,640
Yeah.

14
00:00:51,010 --> 00:00:55,020
You see now just take a shifted and we always rotate around the center.

15
00:00:56,340 --> 00:01:01,830
Now the next thing would be to calculate the kinetic energy based on the analytical results.

16
00:01:02,670 --> 00:01:03,570
So.

17
00:01:05,110 --> 00:01:16,330
Like this and here the items or certain items or the moment of inertia will be one over 12 as square

18
00:01:16,330 --> 00:01:17,590
instead of one of a three.

19
00:01:18,670 --> 00:01:20,520
So this will be the result.

20
00:01:20,560 --> 00:01:24,400
And of course, this is just one over 24.

21
00:01:27,820 --> 00:01:33,010
The numerical results we can compare to this line of code.

22
00:01:34,150 --> 00:01:40,670
And here we don't have to change anything.

23
00:01:40,690 --> 00:01:42,390
It's already correct.

24
00:01:42,400 --> 00:01:45,970
It's just using the updated our list so we can just run this.

25
00:01:46,300 --> 00:01:48,490
And you see the result is pretty good.

26
00:01:48,820 --> 00:01:49,920
So that's the whole thing.

27
00:01:49,930 --> 00:01:52,300
That's the whole solution that I wanted you to do.

28
00:01:52,810 --> 00:01:55,390
And I think it was pretty easy.

29
00:01:55,390 --> 00:01:59,950
But of course, please don't feel discouraged if you had some problems because it can always happen

30
00:01:59,950 --> 00:02:04,540
that you get stuck at some misunderstanding or that is just not working.

31
00:02:04,900 --> 00:02:10,539
But I hope that now when you see the solution, you also agree that it was pretty easy to do.

32
00:02:11,670 --> 00:02:20,050
So one thing that's maybe important to discuss here is that when we compare the kinetic energy of rotating

33
00:02:20,050 --> 00:02:28,570
a stick around an edge, which is something like one point one six seven, and when we compare this

34
00:02:28,570 --> 00:02:36,490
to the rotational energy of rotating a stick around the center, which is zero point zero for two,

35
00:02:37,060 --> 00:02:38,590
this one is much lower.

36
00:02:39,310 --> 00:02:44,740
So it requires much less energy to rotate, stick around the center.

37
00:02:45,640 --> 00:02:53,320
So if you take a stick and you push it in both cases and you apply to same energy, then of course this

38
00:02:53,320 --> 00:02:57,250
one will rotate much, much faster than this one.

39
00:02:57,610 --> 00:03:03,820
And so it's pretty useful to be able to calculate these properties, like the moment of inertia, which

40
00:03:03,820 --> 00:03:09,010
is then, of course, directly related to the rotational energy as we have just figured out.

