A parametric curve is defined as r ( t ) = ( 1 + t 2 ( 1 − t ) ( 1 + t ) , 1 + t 2 2 t ) and the curve y 2 = x − 1 intersects the curve at a point. What is the area underneath the parametric curve and above the x -axis from x = 0 to the point of intersection between the two curves?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Rewrite the parametric curve a bit: x = 1 + t 2 1 − t 2 , y = 1 + t 2 2 t
Therefore, x 2 + y 2 = ( 1 + t 2 ) 2 1 − 2 t 2 + t 4 + 4 t 2 = ( 1 + t 2 ) 2 1 + 2 t 2 + t 4 = ( 1 + t 2 ) 2 ( 1 + t 2 ) 2 = 1
Thus, the parametric curve is just a unit circle x 2 + y 2 = 1
Solve both x 2 + y 2 = 1 and y 2 = x − 1 , we find out x = − 2 or x = 1
Since y 2 = x − 1 is not defined at x = − 2 , we take x = 1
Notice that we are now finding the area of part of unit circle that lies above x-axis for 0 ≤ x ≤ 1 , which is a quarter circle.
So the area = π ( 1 ) 2 ( 4 1 ) = 4 π = 0 . 7 8 5 3 9 8 1 6 3
Let t = tan ( 2 x ) . Then we have 1 + t 2 2 t = = = = 1 + tan 2 ( 2 x ) 2 tan ( 2 x ) sec 2 ( 2 x ) 2 tan ( 2 x ) 2 tan ( 2 x ) cos 2 ( 2 x ) sin ( x ) . Similar reasoning shows that the parametric equation for x ( t ) in terms of x is cos ( x ) . Therefore the parametric equation represents a circle with radius one. We know that the point (1,0) belongs to this circle, and we can easily see by inspection it also belongs to the curve y 2 = x − 1 . Therefore the area requested is ∫ 0 1 1 − x 2 d x via x 2 + y 2 = 1 ⇒ y = 1 − x 2 but we know this is also the area of a quarter circle, so the area can be solved conceptually: ∫ 0 1 1 − x 2 d x = 4 π ≈ 0 . 7 8 5
Given that r ( t ) = ( 1 + t 2 ( 1 − t ) ( 1 + t ) , 1 + t 2 2 t ) = ( 1 + t 2 1 − t 2 , 1 + t 2 2 t ) = ( cos θ , sin θ ) , where t = tan 2 θ . Therefore, x = cos θ and y = sin θ ⟹ x 2 + y 2 = 1 which is a circle centered at the origin O ( 0 , 0 ) and with a radius of 1.
The point of intersection between the circle r ( x ) and curve y 2 = x − 1 is given by:
y 2 1 − x 2 x 2 + x − 2 ( x − 1 ) ( x + 2 ) ⟹ x = x − 1 = x − 1 = 0 = 0 = 1 Since x 2 + y 2 = 1 Note that x = − 2 is outside the circle r ( x ) .
When x = 1 , y 2 = 1 − 1 = 0 ⟹ y = 0 . The area under r ( x ) and above the x -axis from x = 0 to x = 1 is a quarter of a circle of radius 1 or 4 π ≈ 0 . 7 8 5 .
Problem Loading...
Note Loading...
Set Loading...
First step, find point of intersection. Quit easy to do since we have
x = 1 + t 2 1 − t 2 y = 1 + t 2 2 t
We can plug into the equation y 2 = x − 1 to get:
( 1 + t 2 2 t ) 2 = 1 + t 2 1 − t 2 − 1
This can be simplified to yield:
( 1 + t 2 ) 2 4 t 2 = 1 + t 2 − 2 t 2 2 t 2 ( 1 + t 2 ) ( 3 + t 2 ) = 0
This can only happen when t = 0 which then means that
x = 1 + ( 0 ) 2 1 − ( 0 ) 2 = 1 y = 1 + ( 0 ) 2 2 ( 0 ) = 0
The point of intersection is then ( x , y ) = ( 1 , 0 )
Now, we can calculate the area using basic integration:
A = ∫ 0 1 y d x
But the complicated function is expressed in parametric form, so we can convert the integral as follows:
y = 1 + t 2 2 t
d t d x = d t d ( 1 + t 2 1 − t 2 ) = ( 1 + t 2 ) 2 − 4 t d x = ( 1 + t 2 ) 2 − 4 t d t
Clearly, when x = 0 we have t = 1 and when x = 1 we have t = 0 so the integral becomes:
A = ∫ 1 0 1 + t 2 2 t ( 1 + t 2 ) 2 − 4 t d t = − 8 ∫ 1 0 ( 1 + t 2 ) 3 t 2 d t
Now using a trig substitution, mainly t = tan θ : t = 1 → θ = π / 4 and t = 0 → θ = 0 :
A = − 8 ∫ π / 4 0 ( sec 2 ( θ ) ) 3 tan 2 θ sec 2 θ d θ = − 8 ∫ π / 4 0 sin 2 ( θ ) cos 2 ( θ ) d θ = − 8 ∫ π / 4 0 4 sin 2 ( 2 θ ) d θ = − 4 8 ∫ π / 4 0 2 1 − cos ( 4 θ ) d θ = − [ θ − 4 1 sin ( 4 θ ) ] π / 4 0 = − [ 0 − ( 4 π − 0 ) ] = 4 π ≈ 0 . 7 8 5