Animated Solution for Mathematics - Vector Algebra: In a triangle ABC, D and E are points on BC and AC respectively, such that BD=2DC and AE=3EC. Let P be the point of intersection of AD and BE. Find BP/PE using vector methods.
Visualized Solution
Visualizing the Triangle Setup
Given triangle ABC.
Locating Points D and E
Point D on BC such that BD=2DC.
Point E on AC such that AE=3EC.
The Intersection Point P
Lines AD and BE intersect at point P.
Objective: Find the ratio BP/PE.
Defining the Origin and Basis Vectors
Let vertex A be the origin (0).
Let b and c be the position vectors of B and C.
Position Vector of Point D
D divides BC in 2:1.
Using Section Formula: d=1+21b+2c
Simplifying d
d=3b+2c
Position Vector of Point E
E divides AC in 3:1.
Using Section Formula: e=1+31a+3c
Simplifying e
Since a=0, e=43c
Expressing P on Line AD
Let P divide AD in the ratio k:1.
p=k+1kd+1a=k+1kd
p in terms of b and c
Substitute d: p=k+1k(3b+2c)
p=3(k+1)kb+3(k+1)2kc
Expressing P on Line BE
Let P divide BE in the ratio m:1.
p=m+11b+me
p in terms of b and c (Second Way)
Substitute e: p=m+11b+m+1m(43c)
p=m+11b+4(m+1)3mc
Equating Coefficients
Since b and c are linearly independent, their coefficients must be equal.
Equating b: 3(k+1)k=m+11 (Eq. 1)
Equating c: 3(k+1)2k=4(m+1)3m (Eq. 2)
Solving for the Ratio m
Divide (Eq. 2) by (Eq. 1):
3(k+1)k3(k+1)2k=m+114(m+1)3m
2=43m
Final Answer
3m=8⟹m=38
The ratio BP:PE=m:1=8:3.
Final Answer:BP:PE=8:3
00:00 / 00:00
The Sigma Insight: Components of a Vector
Solution Diagram
Analyzing the Setup
Welcome, future engineers. Today, we are not just solving a geometry problem; we are learning to see the hidden structure of space. When you look at a triangle ABC with points D and E scattered along its sides, it might look like a static drawing.
With the power of vectors, we can make this triangle dance. We are going to find the ratio BP/PE where P is the intersection of AD and BE. This is a classic JEE problem, and the beauty lies in the elegance of the vector approach.
We set vertex A as the origin, meaning a=0. This is a brilliant tactical move. By placing our origin at A, we effectively erase a from our equations, leaving us with only two basis vectors: b (for vertex B) and c (for vertex C).
Now, any point in this plane can be described as a linear combination of b and c. It is like having a map where every location is defined by just two directions.
The Section Formula
Now, let us locate D and E. Point D divides BC in the ratio 2:1. Using the section formula, the position vector d is given by:
d=1+21b+2c=3b+2c
Similarly, point E divides AC in the ratio 3:1. Since A is the origin, e is:
e=1+31a+3c=43c
Notice how clean this is? We have defined the positions of D and E purely in terms of our basis vectors.
The Intersection Point P
This is where the magic happens. Point P is the intersection of AD and BE. This means P has a dual identity.
First, because P lies on AD, it must be a scalar multiple of d. Let P divide AD in ratio k:1. Then p=k+1kd. Substituting our expression for d, we get:
p=3(k+1)kb+3(k+1)2kc
Second, because P lies on BE, it must be a linear combination of b and e. Let P divide BE in ratio m:1. Then p=m+11b+me. Substituting our expression for e, we get:
p=m+11b+4(m+1)3mc
The Algebraic Climax
We have two expressions for the same point p. Since b and c are linearly independent, the coefficients must match. This gives us a system of equations:
3(k+1)k=m+11and3(k+1)2k=4(m+1)3m
Now, watch the beauty of the cancellation. If we divide the second equation by the first, the terms involving k vanish entirely! We are left with:
2=43m
Solving this, we find 3m=8, or m=38. This m is exactly the ratio BP/PE. The ratio is 8:3. We have conquered the geometry using nothing but the fundamental laws of vectors.