MHB Find Area Between Circle & Function: Calc II

AI Thread Summary
The discussion focuses on finding the area between a circle of radius 1 and the curve y = |2x|. The approach involves centering the circle at the origin and determining the parameters for the tangent line, leading to a quadratic equation whose discriminant is set to zero for tangency. The area is calculated using definite integrals, with a trigonometric substitution applied to simplify the integral of the circle's equation. The final area is confirmed through both calculus and geometric methods, yielding the same result of A = 1/2 - sin^(-1)(1/√5). This comprehensive analysis demonstrates the intersection of calculus and geometry in solving the problem.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Calculus II Find the Area between two curves and a circle with a radius of 1.?


A circle with radius 1 touches the curve y = |2x| in two places(see attachment for picture). Find the area of the region that lies between the curves.

View attachment 1425

I have posted a link there to this topic so the OP can see my work.
 
Mathematics news on Phys.org
Re: RS MASTER's question at Yahoo! Answers regading finding the area bounded by a function and circl

Hello RS MASTER,

I think what I would do, is center the circle at the origin of a new coordinate system, and then let the first quadrant line be:

$$y=-\frac{1}{2}x+b$$ where $1\le b$

Now, we may determine the parameter $b$, by substituting for $y$ in the equation of the circle, using the linear equation, and then equate the discriminant of the resulting quadratic in $x$ to zero, since a tangent line will touch the circle in one place only, and so the resulting quadratic can only have one root. Hence:

$$x^2+\left(-\frac{1}{2}x+b \right)^2=1$$

Writing the quadratic in standard form, we find:

$$x^2+\frac{1}{4}x^2-bx+b^2=1$$

$$\frac{5}{4}x^2-bx+b^2-1=0$$

$$5x^2-4bx+4\left(b^2-1 \right)=0$$

Equating the discriminant to zero, we find:

$$(-4b)^2-4(5)\left(4\left(b^2-1 \right) \right)=0$$

$$b^2-5\left(b^2-1 \right)=0$$

$$b^2=\frac{5}{4}$$

Taking the positive root, we find:

$$b=\frac{\sqrt{5}}{2}$$

Here is a plot of the area we will find, which we will then double to answer the given question:

View attachment 1426

Next, we need to determine the upper limit of integration, which is the $x$-coordinate of the point of tangency between the line and the circle. Thus, we need to solve:

$$5x^2-2\sqrt{5}x+1=0$$

$$\left(\sqrt{5}x-1 \right)^2=0$$

$$x=\frac{1}{\sqrt{5}}$$

And so, the area $A$ we seek is given by:

$$A=2\int_0^{\frac{1}{\sqrt{5}}} \frac{\sqrt{5}-x}{2}-\sqrt{1-x^2}\,dx=\int_0^{\frac{1}{\sqrt{5}}} \sqrt{5}-x-2\sqrt{1-x^2}\,dx$$

At this point, it will be useful to develop a formula to handle integrals of the form:

$$I=\int\sqrt{a^2-x^2}\,dx$$

Let's try the trigonometric substitution:

$$x=a\sin(\theta)\,\therefore\,dx=a\cos(\theta)\, d\theta$$

$$I=a^2\int\cos^2(\theta)\,d\theta$$

Using a double-angle identity for cosine, we may write:

$$I=\frac{a^2}{2}\int 1+\cos(2\theta)\,d\theta$$

$$I=\frac{a^2}{2}\left( \theta+\frac{1}{2}\sin(2 \theta)+C \right)$$

Using the double-angle identity for sine, we have:

$$I=\frac{a^2}{2}\left( \theta+\sin( \theta)\cos( \theta)+C \right)$$

Back-substituting for $\theta$, we obtain:

$$I=\frac{a^2}{2}\left(\sin^{-1}\left(\frac{x}{a} \right)+\frac{x}{a}\cdot\frac{\sqrt{a^2-x^2}}{a}+C \right)$$

$$I=\frac{a^2}{2}\sin^{-1}\left(\frac{x}{a} \right)+\frac{x}{2}\sqrt{a^2-x^2}+C$$

Now, back to the integral representing the area $A$, we may now apply the FTOC as follows:

$$A=\left[\sqrt{5}x-\frac{1}{2}x^2-\sin^{-1}(x)-x\sqrt{1-x^2} \right]_0^{\frac{1}{\sqrt{5}}}$$

$$A=1-\frac{1}{10}-\sin^{-1}\left(\frac{1}{\sqrt{5}} \right)-\frac{2}{5}=\frac{1}{2}-\sin^{-1}\left(\frac{1}{\sqrt{5}} \right)$$

Now, we may check our result using some geometry. If we draw a radius of the circle from the origin to the point of tangency, we find the angle subtended by the $y$-axis and this radius is:

$$\alpha=\frac{\pi}{2}-\cos^{-1}\left(\frac{1}{\sqrt{5}} \right)=\sin^{-1}\left(\frac{1}{\sqrt{5}} \right)$$

Now, using the formula for the area of a triangle, and the formula for the area of a circular sector, we may write:

$$A=2\left(\frac{1}{2}(1)\left(\frac{\sqrt{5}}{2} \right)\sin\left(\sin^{-1}\left(\frac{1}{\sqrt{5}} \right) \right)-\frac{1}{2}(1)^2\sin^{-1}\left(\frac{1}{\sqrt{5}} \right) \right)$$

$$A=\frac{1}{2}-\sin^{-1}\left(\frac{1}{\sqrt{5}} \right)$$

And this checks with our result obtained from the calculus. (Sun)
 

Attachments

  • rsmaster2.jpg
    rsmaster2.jpg
    5.7 KB · Views: 96
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top