Let x , y , z , and t be real numbers such that ( x , y ) lie on a circle having radius 3, ( z , t ) lie on a circle having radius 2 and x t − y z = 6 . Find the greatest value of P = x z .
Details: Both the circles mentioned have centers at the origin.
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.
Similar solution to @RAHUL SINGH 's solution.
We are given:
{ x 2 + y 2 = 9 z 2 + t 2 = 4 We can let x = 3 cos θ , y = 3 sin θ similarly z = 2 cos ϕ , t = 2 sin ϕ
Then, we have:
x t − y z 3 cos θ ⋅ 2 sin ϕ − 3 sin θ ⋅ 2 cos ϕ sin ( ϕ − θ ) ϕ − θ ⟹ ϕ = 6 = 6 = 1 = 2 π = 2 π + θ
And
P = x z = 3 cos θ ⋅ 2 cos ϕ = 6 cos θ cos ( 2 π + θ ) = 6 cos θ sin ( − θ ) = − 6 cos θ sin θ = − 3 sin 2 θ Note that ϕ = 2 π + θ Note: cos x = sin ( 2 π − x ) Note: sin ( − x ) = − sin x Note: sin 2 x = 2 sin x cos x
Note that max ( P ) = 3 , when sin 2 θ = − 1 .
since x,y,z,t lie in circles..we can assume parametric coordinates for these. let x = 3cosA, y = 3sinA, z = 2cosB, t = 2sinB... Now according to given condition xt-yz = 6....we get 6(sin(B-A)) = 6.. which leads to B = A + 2 P i .. using this relation in the above parametric values of x,y,z,t we get xz = -3Sin(2A)...which has max. value = 3.
Problem Loading...
Note Loading...
Set Loading...
My solution's a bit... basic. It's just using elementary algebra without considering any trigonometry.
We can easily assume that x z ≥ 0 when the maximum occurs, so we'll stick to that.
I don't like subtractions, so I'll let y = − y 1 .
Note that x 2 + y 1 2 = 9 and z 2 + t 2 = 4 to figure out that ( x 2 + y 1 2 ) ( z 2 + t 2 ) = ( x t + y 1 z ) 2 .
Solving this yields x z = t y 1 . Then we see that t y 1 ≥ 0 and so,
x z ⋅ t y 1 ≤ 2 x t + y 1 z = 3 .
Therefore, x z ≤ 3 , and the maximum of P = x z is 3 .