Animated Solution for Mathematics - Vector Algebra: Let the point A divide the line segment joining the points P(−1,−1,2) and Q(5,5,10) internally in the ratio r:1(r>0) If O is the origin and (OQ⋅OA)−51∣OP×OA∣2=10 then the value of r is:
Select Answer:
Visualized Solution
Visualizing the 3D Setup
Given points: P(−1,−1,2) and Q(5,5,10)
Let position vectors be p=−i^−j^+2k^ and q=5i^+5j^+10k^
Origin is O(0,0,0)
Applying the Section Formula
Point A divides line segment PQ internally in the ratio r:1.
By Section Formula, position vector of A is: OA=r+1rq+1p
This expresses OA entirely in terms of our unknown ratio r.
Pre-calculating Vector Properties
We need ∣q∣2 and p⋅q for our equation.
Magnitude squared: ∣q∣2=52+52+102=150
Dot product: p⋅q=(−1)(5)+(−1)(5)+(2)(10)=10
Evaluating the First Term: OQ⋅OA
First term of the given equation: OQ⋅OA=q⋅(r+1rq+p)
Now, substitute back into our second term's magnitude squared:
∣OP×OA∣2=(r+1r)2∣p×q∣2
=(r+1)2800r2
Setting up the Final Equation
The given equation is: (OQ⋅OA)−51∣OP×OA∣2=10
Substitute the simplified terms:
r+1150r+10−51((r+1)2800r2)=10
Simplifying the fraction: r+1150r+10−(r+1)2160r2=10
Clearing Denominators
Multiply the entire equation by (r+1)2 to clear denominators:
(150r+10)(r+1)−160r2=10(r+1)2
Expand both sides:
(150r2+150r+10r+10)−160r2=10(r2+2r+1)
Solving the Quadratic Equation
Simplify the left side: −10r2+160r+10
Expand the right side: 10r2+20r+10
Equate them: −10r2+160r+10=10r2+20r+10
Cancel 10 from both sides and rearrange: 20r2−140r=0
Final Answer: Finding r
Factor out 20r: 20r(r−7)=0
This gives two possible values: r=0 or r=7
Since the problem states r>0, we reject r=0.
Therefore, r=7.
00:00 / 00:00
The Sigma Insight: Vector (Cross) Product
Solution Diagram
Analyzing the Setup
Imagine you are standing at the origin of a 3D coordinate system. You have two points, P and Q, floating in space, anchored to your position by their respective vectors p and q.
A point A lies on the segment connecting them, dividing it in a ratio r:1. By using the section formula, we define the position vector of A as:
OA=r+1rq+p
This single equation is our master key, unlocking the entire problem.
The Vector Toolkit
Before we dive into the main equation, we must prepare our tools. We need the magnitude squared of q and the dot product of p and q.
Calculating ∣q∣2 gives us 52+52+102=150. The dot product p⋅q yields (−1)(5)+(−1)(5)+(2)(10)=10.
Now, let us look at the first term of our given equation: OQ⋅OA. Substituting our expression for OA, we get q⋅(r+1rq+p).
Distributing the dot product, we arrive at:
OQ⋅OA=r+1r∣q∣2+p⋅q=r+1150r+10
The Magic of the Cross Product
Now, we face the second term: OP×OA. Applying the distributive property of the cross product, we have:
p×(r+1rq+p)=r+1r(p×q)+(p×p)
Since the cross product of any vector with itself is zero, the term p×p vanishes. We are left with r+1r(p×q).
Calculating p×q using the determinant method gives us −20i^+20j^, and its magnitude squared is 800. Thus, the second term of our equation becomes:
51r+1r(p×q)2=51(r+1)2r2(800)=(r+1)2160r2
The Final Algebraic Dance
We have successfully reduced the complex vector equation to a simple algebraic one:
r+1150r+10−(r+1)2160r2=10
To solve this, we multiply the entire equation by (r+1)2 to clear the denominators. This leads us to:
(150r+10)(r+1)−160r2=10(r+1)2
Expanding both sides, we get 150r2+160r+10−160r2=10(r2+2r+1), which simplifies to −10r2+160r+10=10r2+20r+10.
The constants cancel out, leaving us with 20r2−140r=0. Factoring this, we find 20r(r−7)=0.