So I when I woke up today, I decided to learn U-sub and trig-sub integration. About 30 mins after I started, I set myself to proving the area of a circle by integration. Here's what I got.
WLOG, assume the circle's center is located at (0,0)
Thus the equation of the circle is y=r2−x2
To find the area, we will take the indefinite integral for now.
∫r2−x2dx
From here we substitute x=rsin(u). Now, we take the derivative of each side and we get
dudx=rcos(u)
dx=rcos(u)du
Substituting for x and dx we have
∫r2−x2dx=∫r2−r2sin2(u)(rcos(u))du
Focusing on the square root, we will use the identity 1−sin2(a)=cos2(a)
r2(1−sin2(u))=rcos(u)
Now we have
∫r2cos2(u)du
r2∫cos2(u)du
Now, to integrate cos2(u) we must use cos2(a)=2cos2a+21 aka the half angle identity (Spent 15 mins trying u-sub on this step, then went to wolfram, glanced at first step to integrate cos2(u) and slapped my self on the forehead). Now focusing on the cos part of the eq above
r2∫2cos2u+21du
Splitting terms
r2(∫2cos2udu+∫21du)
r2(∫2cos2udu+2u)
Doing a w-sub for u
w=2u
dxdw=2
dw=2du
Substituting back
∫4cos(w)dw+2u
4sin(w)+2u
Re-substituting for w
4sin(2u)+2u
Using double angle formula sin(2a)=2sin(a)cos(a)
4sin(2u)+2u=2sin(u)cos(u)+2u
Going back to our original eq
r2∫cos2(u)du=r2(2sin(u)cos(u)+2u)
Now comes the slightly hard part, we must resubstitute (jeez, I've said "Resubstitute/substitute back" like 10 times already) x=rsin(u). Looking at the sin/cos half of our eq we have
We can rearrange x=rsin(u) to u=sin−1(rx). Substituting (said it again)
21xr2−x2+2r2u=21xr2−x2+2r2sin−1(rx)
You can skip down to the part that says "skip to here" if you don't want to read the next part, I just give an explanation of why wolfram's equation is slightly different than this one.
Now we are done. If you plug it into wolfram, they change the above equation slightly to 21xr2−x2+2r2tan−1(r2−x2x)
Let me explain, if we have an angle u, and sin(u)=rx then r is the hypotenuse and x is the leg opposite of angle u. By Pythagorean theorem, the other leg is r2−x2. This is the adjacent to angle u.
Now, you may ask, "well isn't the formula r2π what's up with the two in the denominator?"
Well, the graph of this equation is a semi-circle, not a full circle. So when we multiply our equation by two since we have the area of half the circle, we finally get our desired result of πr2
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
Sign #23 you're a math nerd: you wake up one day and decide to teach yourself U-sub and trig-sub integration. :)
I like how, after 30 minutes, you decided the best way to learn was to go about solving a familiar but beautiful problem and deal with each challenge as it came along. You've covered a lot of ground in a short period of time; congrats. :)
And now you know why God invented double integrals and polar coordinates: the area of a radius R circle is
∫02π∫0Rrdrdθ=∫02π2R2dθ=2π∗2R2=πR2.
P.S.. I just had a look at your "Into the Woods" question, and there are some nuances here that are open to interpretation. The first to consider is the use of the word "into" in this context; does this mean "through" or "to a point where you are further into the forest than you are from getting out of it". A second issue to consider is the use of the word "can" in this context; does it mean "the maximum possible distance" or "the distance along the random direction you've chosen". Which brings us to a third issue, namely, is the direction of travel chosen randomly, or is it some preordained vector that guides you to the center of the arboreal labyrinth? Could I possibly be guilty of overanalyzing this? :)
Haha, yes #mathnerd, I never took the time to learn these techniques (I also just learned the chain rule) simply because I thought they would take way too long to learn. Turns out you can learn them relatively quickly.
Sorry about the ambiguity of the problem, but I changed the wording a short while ago to say "in a straight line". That should fix your second problem.
For the first issue, I'm not too sure how to fix it. The word "into" is meant to be the main part of the riddle. Where there is a difference between into and out of.
For this specific integral, you first evaluate the "interior" integral, i.e., the dr one, holding θ constant, and then once that is done you evaluate the "outer" integral, i.e., the dθ one to get the final result. In rectangular coordinates the area increment is dA=dxdy, and in polar coordinates the area increment is dA=rdrdθ. A good summary of the theory behind this is given here. Depending on the symmetries of the problem you're dealing with, one coordinate system will be preferable to another. (There are cylindrical and spherical coordinate systems at your disposal when dealing with triple integrals.)
I fixed some slight latex errors. Also, at one point you called the property ∫a+b dx=∫a dx+∫b dx integrating by parts. It's actually just "splitting the integral" I suppose you can call it, integrating by parts is a whole other idea.
You can even make higher dimension integrals, which give you volumes of multidimensional objects.In fact, you can even calculate the mass of an object with an n-dimensional integral, where the mass of point (x1,x2,...,xn) is defined by δ(x1,x2,...,xn) .The normal integral gives you the mass of a string.
Oh, I was referring to "I decided to learn U-sub and trig-sub integration". There are other wikis like Given U-substitution and Ln |f| that require lots of love.
I think there's an easier way. Find the circumference of the circle (2pir) and multiply by radius(r) then divide by 2.
You can have infinitely many triangles with base infinitely small. the sums of the bases of these triangles would be the circumference, the area would be the circumference times radius divided by 2. Sorry that I didn't use LATEX
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Sign #23 you're a math nerd: you wake up one day and decide to teach yourself U-sub and trig-sub integration. :) I like how, after 30 minutes, you decided the best way to learn was to go about solving a familiar but beautiful problem and deal with each challenge as it came along. You've covered a lot of ground in a short period of time; congrats. :)
And now you know why God invented double integrals and polar coordinates: the area of a radius R circle is
∫02π∫0Rrdrdθ=∫02π2R2dθ=2π∗2R2=πR2.
P.S.. I just had a look at your "Into the Woods" question, and there are some nuances here that are open to interpretation. The first to consider is the use of the word "into" in this context; does this mean "through" or "to a point where you are further into the forest than you are from getting out of it". A second issue to consider is the use of the word "can" in this context; does it mean "the maximum possible distance" or "the distance along the random direction you've chosen". Which brings us to a third issue, namely, is the direction of travel chosen randomly, or is it some preordained vector that guides you to the center of the arboreal labyrinth? Could I possibly be guilty of overanalyzing this? :)
Log in to reply
Haha, yes #mathnerd, I never took the time to learn these techniques (I also just learned the chain rule) simply because I thought they would take way too long to learn. Turns out you can learn them relatively quickly.
Sorry about the ambiguity of the problem, but I changed the wording a short while ago to say "in a straight line". That should fix your second problem.
For the first issue, I'm not too sure how to fix it. The word "into" is meant to be the main part of the riddle. Where there is a difference between into and out of.
Log in to reply
Thanks, I survived my journey into the woods and found everlasting peace and serenity. :)
How does that double integral work?
Log in to reply
For this specific integral, you first evaluate the "interior" integral, i.e., the dr one, holding θ constant, and then once that is done you evaluate the "outer" integral, i.e., the dθ one to get the final result. In rectangular coordinates the area increment is dA=dxdy, and in polar coordinates the area increment is dA=rdrdθ. A good summary of the theory behind this is given here. Depending on the symmetries of the problem you're dealing with, one coordinate system will be preferable to another. (There are cylindrical and spherical coordinate systems at your disposal when dealing with triple integrals.)
I fixed some slight latex errors. Also, at one point you called the property ∫a+b dx=∫a dx+∫b dx integrating by parts. It's actually just "splitting the integral" I suppose you can call it, integrating by parts is a whole other idea.
Log in to reply
Yes, good point. Thanks for that!
You can even make higher dimension integrals, which give you volumes of multidimensional objects.In fact, you can even calculate the mass of an object with an n-dimensional integral, where the mass of point (x1,x2,...,xn) is defined by δ(x1,x2,...,xn) .The normal integral gives you the mass of a string.
Here's something neat. It's not a complete proof, just something to give you a little intuition as to why the area of a circle should be πr2.
Log in to reply
WOW, that is really neat.
Yay! You can start revising with the Integration by substitution quizzes, and also add to the wiki pages!
Log in to reply
I added this to the trig sub wiki already, should I also add it to that wiki?
Log in to reply
Oh, I was referring to "I decided to learn U-sub and trig-sub integration". There are other wikis like Given U-substitution and Ln |f| that require lots of love.
Log in to reply
Shouldn't the equation be y=±r2−x2 and not just r2−x2. I think an equation must have an equal sign... :p
Log in to reply
Well, I'm finding the area of just half a circle" the integral becomes more complicated with the ±.
Log in to reply
Equation without = sign? It should be y=r2−x2
Log in to reply
I think there's an easier way. Find the circumference of the circle (2pir) and multiply by radius(r) then divide by 2. You can have infinitely many triangles with base infinitely small. the sums of the bases of these triangles would be the circumference, the area would be the circumference times radius divided by 2. Sorry that I didn't use LATEX
great typng