For p > 0, a vector v2=2i+(p+1)j is obtained by rotating the vector v1=3pi+j by an angle θ about origin in counter clockwise direction. If tanθ=(43+3)(α3−2), then the value of α is equal to _____________.
Answer: 1
Solution
Key Concepts and Formulas
Vector Magnitude: The magnitude of a vector v=xi+yj is ∣v∣=x2+y2. Rotation about the origin preserves the magnitude of a vector.
Dot Product: For vectors A and B, A⋅B=∣A∣∣B∣cosθ, where θ is the angle between them.
Cross Product (2D interpretation): For vectors v1=x1i+y1j and v2=x2i+y2j, the z-component of the cross product is x1y2−x2y1. If this value is positive, the rotation from v1 to v2 is counter-clockwise, and sinθ=∣v1∣∣v2∣x1y2−x2y1.
Trigonometric Identity:sin2θ+cos2θ=1.
Simplification of Nested Radicals:A±2B=x±y, where x+y=A and xy=B.
Step-by-Step Solution
Step 1: Determine the value of 'p' by equating vector magnitudes.
The problem states that vector v2 is obtained by rotating vector v1 about the origin. Rotation about the origin is an isometry, meaning it preserves the length (magnitude) of the vector. Therefore, ∣v1∣=∣v2∣.
Given vectors:
v1=3pi+jv2=2i+(p+1)j
Calculate the square of the magnitudes:
∣v1∣2=(3p)2+(1)2=3p2+1∣v2∣2=(2)2+(p+1)2=4+(p2+2p+1)=p2+2p+5
Equate the squared magnitudes:
3p2+1=p2+2p+5
Rearrange into a quadratic equation:
2p2−2p−4=0
Divide by 2:
p2−p−2=0
Factor the quadratic equation:
(p−2)(p+1)=0
This yields two possible values for p: p=2 and p=−1.
The problem states that p>0. Therefore, we select p=2.
Step 2: Substitute p=2 into the vectors and calculate cosθ.
Now that we have the value of p, we can write the explicit forms of the vectors.
v1=3(2)i+j=23i+jv2=2i+(2+1)j=2i+3j
Calculate the magnitudes of these vectors:
∣v1∣=(23)2+12=12+1=13∣v2∣=22+32=4+9=13
As expected, the magnitudes are equal.
Calculate the dot product v1⋅v2:
v1⋅v2=(23)(2)+(1)(3)=43+3
Use the dot product formula to find cosθ:
cosθ=∣v1∣∣v2∣v1⋅v2=13⋅1343+3=1343+3
Step 3: Determine sinθ using the direction of rotation and calculate tanθ.
The problem specifies that v2 is obtained by rotating v1 by an angle θ in the counter-clockwise direction. For 2D vectors v1=x1i+y1j and v2=x2i+y2j, the sine of the counter-clockwise angle θ is given by sinθ=∣v1∣∣v2∣x1y2−x2y1.
Using v1=23i+j and v2=2i+3j:
x1=23,y1=1x2=2,y2=3
Calculate the numerator for sinθ:
x1y2−x2y1=(23)(3)−(1)(2)=63−2
Now, calculate sinθ:
sinθ=1363−2
Since 63≈6×1.732=10.392, the numerator 63−2 is positive, so sinθ>0. This is consistent with a counter-clockwise rotation.
Step 4: Compare the derived tanθ with the given expression to find α.
We are given the expression for tanθ:
tanθ=(43+3)(α3−2)
Equate our derived expression for tanθ with the given one:
43+363−2=43+3α3−2
Since the denominators are the same and non-zero, the numerators must be equal:
63−2=α3−2
Add 2 to both sides:
63=α3
Divide both sides by 3:
α=6
Common Mistakes & Tips
Forgetting the p>0 constraint: This can lead to using the incorrect value of p, resulting in an incorrect final answer. Always check problem constraints carefully.
Sign errors in sinθ: The direction of rotation (counter-clockwise) is crucial for determining the sign of sinθ. Using the cross product formula for sinθ is a reliable way to handle this.
Algebraic simplification errors: Be meticulous when simplifying expressions, especially nested radicals. Double-checking the factorization or quadratic formula application is recommended.
Summary
The problem required us to first find the value of p by utilizing the property that vector rotation preserves magnitude. After determining p=2, we explicitly defined the vectors and used the dot product to find cosθ. The direction of rotation provided the necessary information to determine the sign of sinθ. Finally, by calculating tanθ and equating it to the given expression, we solved for the unknown α.