In this lecture we introduced the circle constant π (Pi) and found out where this number comes from.
We also looked at its lesser known cousin τ (Tau).
For your challenge, find the circumference of a circle which has a radius of 8 units.
You can give your answer in terms of π, τ, or to 2 d.p.
Post your answer below and remember to use the spoiler tags.
My answer is different to the Eddie’s above… not sure if I made a mistake?
1 Like
Good spot.
@EddieRocks, your decimal representation is off. You got the right answers in terms of pi and tau though.
@olidadda, your answer is slightly off due to a rounding error.
The correct answers should be;
16π = 8τ = 50.27 (2 d.p.)
1 Like
Oops… I really need to learn to read and type correctly…
Nice work @ajai.
Just be careful when using rounded values to make sure you don’t introduce rounding errors.
if you do round early then it’s usually a good idea to keep 1 or 2 extra digits beyond what you’re final answer will use.
So rather than using 3.14 for pi, try using 3.142 or 3.1416, which would give you an answer that rounds to 50.27.
1 Like
c = 2πr
c = 2π8
c = 50.27
1 Like
Great work @Gianni.
As a general rule of thumb, it’s a good idea to avoid premature rounding because errors can quickly start to stack up.
If you do decide to round early, always try to keep an extra couple of digits of precision during your calculation, so that you still have room to do a final rounding step at the end. In this case, that would mean using τ to around 4 d.p.
1 Like