Let the three sides of a triangle ABC$ABC$ be given by the vectors 2hati - hatj + hatk$2\hat{i} - \hat{j} + \hat{k}$, hati - 3hatj - 5hatk$\hat{i} - 3\hat{j} - 5\hat{k}$, and 3hati - 4hatj - 4hatk$3\hat{i} - 4\hat{j} - 4\hat{k}$. Let G$G$ be the centroid of the triangle ABC$ABC$. Then 6left(|overlineAG|^2 + |overlineBG|^2 + |overlineCG|^2right)$6\left(|\overline{AG}|^2 + |\overline{BG}|^2 + |\overline{CG}|^2\right)$ is equal to
More Vector Algebra Previous-Year Questions — Page 2
Q69jee_main_2025_07_april_morningDot and Cross Products
Let the angle theta, 0 < theta < fracpi2$\theta, 0 < \theta < \frac{\pi}{2}$ between two unit vectors hata$\hat{a}$ and hatb$\hat{b}$ be sin^-1left(fracsqrt659right)$\sin^{-1}\left(\frac{\sqrt{65}}{9}\right)$ . If the vector vecc = 3hata + 6hatb + 9(hata times hatb)$\vec{c} = 3\hat{a} + 6\hat{b} + 9(\hat{a} \times \hat{b})$ , then the value of 9(vecc cdot hata) - 3(vecc cdot hatb)$9(\vec{c} \cdot \hat{a}) - 3(\vec{c} \cdot \hat{b})$ is
Q59jee_main_2025_08_april_eveningCoplanar and Perpendicular Vectors
Let veca = hati + 2hatj + hatk$\vec{a} = \hat{i} + 2\hat{j} + \hat{k}$ and vecb = 2hati + hatj - hatk$\vec{b} = 2\hat{i} + \hat{j} - \hat{k}$. Let hatc$\hat{c}$ be a unit vector in the plane of the vectors veca$\vec{a}$ and vecb$\vec{b}$ and be perpendicular to veca$\vec{a}$. Then such a vector hatc$\hat{c}$ is:
### Related Formula
vecp = K(veca + lambdavecb)$$\vec{p} = K(\vec{a} + \lambda\vec{b})$$vecp cdot veca = 0$$\vec{p} \cdot \vec{a} = 0$$
### Core Logic
Formulate a coplanar parameterization vector, apply the zero dot-product geometric orthogonality constraint to pin down the linear parameter, and then normalize.
### Step 1: Define Coplanar Structural Form
Let the targeting vector path be:
vecp = K(veca + lambdavecb) = Kleft( (1+2lambda)hati + (2+lambda)hatj + (1-lambda)hatk right)$$\vec{p} = K(\vec{a} + \lambda\vec{b}) = K\left( (1+2\lambda)\hat{i} + (2+\lambda)\hat{j} + (1-\lambda)\hat{k} \right)$$
### Step 2: Force Orthogonality Constraint
Impose vecp cdot veca = 0$\vec{p} \cdot \vec{a} = 0$:
1(1+2lambda) + 2(2+lambda) + 1(1-lambda) = 0$$1(1+2\lambda) + 2(2+\lambda) + 1(1-\lambda) = 0$$1 + 2lambda + 4 + 2lambda + 1 - lambda = 0 implies 6 + 3lambda = 0 implies lambda = -2$$1 + 2\lambda + 4 + 2\lambda + 1 - \lambda = 0 \implies 6 + 3\lambda = 0 \implies \lambda = -2$$
### Step 3: Substitute and Normalize
Substitute lambda = -2$\lambda = -2$ back into the base formulation:
vecp = K(-3hati + 3hatk)$$\vec{p} = K(-3\hat{i} + 3\hat{k})$$
Normalizing to turn this vector into a proper unit scale form:
hatc = pm frac-hati + hatksqrt2$$\hat{c} = \pm \frac{-\hat{i} + \hat{k}}{\sqrt{2}}$$
### Pattern Recognition
Finding coplanar vectors orthogonal to one base component matches taking cross expansions like (veca times vecb) times veca$(\vec{a} \times \vec{b}) \times \vec{a}$ up to scalar metrics.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 12 Mathematics: Vector Algebra
Q69jee_main_2025_29_jan_eveningVector Products and Angles
Let hatmathbfa$\hat{\mathbf{a}}$ be a unit vector perpendicular to the vectors vecmathsfb = hatmathsfi -2hatmathsfj +3hatmathsfk$\vec{\mathsf{b}} = \hat{\mathsf{i}} -2\hat{\mathsf{j}} +3\hat{\mathsf{k}}$ and vecmathbfc = 2hatmathbfi +3hatmathbfj -hatmathbfk$\vec{\mathbf{c}} = 2\hat{\mathbf{i}} +3\hat{\mathbf{j}} -\hat{\mathbf{k}}$, and makes an angle of cos^-1left(-frac13right)$\cos^{-1}\left(-\frac{1}{3}\right)$ with the vector hatmathrmi +hatmathrmj +hatmathrmk$\hat{\mathrm{i}} +\hat{\mathrm{j}} +\hat{\mathrm{k}}$. If hatmathbfa$\hat{\mathbf{a}}$ makes an angle of fracpi3$\frac{\pi}{3}$ with the vector hatmathrmi +alpha hatmathrmj +hatmathrmk$\hat{\mathrm{i}} +\alpha \hat{\mathrm{j}} +\hat{\mathrm{k}}$, then the value of alpha$\alpha$ is :
A.-sqrt3$-\sqrt{3}$
B.sqrt6$\sqrt{6}$
C.-sqrt6$-\sqrt{6}$
D.sqrt3$\sqrt{3}$
Solution
### Related Formula
Cross product for vector perpendicular direction alignment:
vecu = vecb times vecc$$\vec{u} = \vec{b} \times \vec{c}$$
Angle projection formula:
costheta = fracveca cdot vecv|veca||vecv|$$\cos\theta = \frac{\vec{a} \cdot \vec{v}}{|\vec{a}||\vec{v}|}$$
### Core Logic
Compute cross product of vecb$\vec{b}$ and vecc$\vec{c}$:
vecb times vecc = beginvmatrix hati & hatj & hatk \\ 1 & -2 & 3 \\ 2 & 3 & -1 endvmatrix = -7hati + 7hatj + 7hatk = -7(hati - hatj - hatk)$$\vec{b} \times \vec{c} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & -2 & 3 \\ 2 & 3 & -1 \end{vmatrix} = -7\hat{i} + 7\hat{j} + 7\hat{k} = -7(\hat{i} - \hat{j} - \hat{k})$$
Hence, unit vector hata$\hat{a}$ matches form:
hata = pm frachati - hatj - hatksqrt3$$\hat{a} = \pm \frac{\hat{i} - \hat{j} - \hat{k}}{\sqrt{3}}$$
### Step 1: Isolate Core Angle Direction
Check conditions against vector vecv = hati + hatj + hatk$\vec{v} = \hat{i} + \hat{j} + \hat{k}$:
Using hata = frachati - hatj - hatksqrt3$\hat{a} = \frac{\hat{i} - \hat{j} - \hat{k}}{\sqrt{3}}$:
costheta = frac1 - 1 - 1sqrt3sqrt3 = -frac13$$\cos\theta = \frac{1 - 1 - 1}{\sqrt{3}\sqrt{3}} = -\frac{1}{3}$$
This confirms the direction for hata$\hat{a}$.
### Step 2: Solve for Unknown Scalar Variable
Now compute angle with vector hati + alphahatj + hatk$\hat{i} + \alpha\hat{j} + \hat{k}$ for theta = fracpi3$\theta = \frac{\pi}{3}$:
cosfracpi3 = frac1sqrt3 cdot frac1 - alpha - 1sqrt2 + alpha^2$$\cos\frac{\pi}{3} = \frac{1}{\sqrt{3}} \cdot \frac{1 - \alpha - 1}{\sqrt{2 + \alpha^2}}$$frac12 = frac-alphasqrt3sqrtalpha^2 + 2$$\frac{1}{2} = \frac{-\alpha}{\sqrt{3}\sqrt{\alpha^2 + 2}}$$
Since left hand side is positive, alpha$\alpha$ must be strictly negative. Squaring both sides:
frac14 = fracalpha^23(alpha^2 + 2) implies 3alpha^2 + 6 = 4alpha^2 implies alpha^2 = 6$$\frac{1}{4} = \frac{\alpha^2}{3(\alpha^2 + 2)} \implies 3\alpha^2 + 6 = 4\alpha^2 \implies \alpha^2 = 6$$
Since alpha < 0$\alpha < 0$, alpha = -sqrt6$\alpha = -\sqrt{6}$.
### Pattern Recognition
Keep strict track of signs when dealing with algebra containing square roots. Checking value constraints early on allows you to drop phantom positive/negative branches seamlessly.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 12 Mathematics: Vector Algebra
Q73jee_main_2025_28_jan_morningVector Dot and Cross Products
Let veca = hati +hatj +hatk,quad vecb = 2hati +2hatj +hatk$\vec{a} = \hat{i} +\hat{j} +\hat{k},\quad \vec{b} = 2\hat{i} +2\hat{j} +\hat{k}$ and vecd = vecatimes vecb$\vec{d} = \vec{a}\times \vec{b}$. If vecc$\vec{c}$ is a vector such that veca.vecc = |vecc |,$\vec{a}.\vec{c} = |\vec{c} |,$|vecc -2veca|^2 = 8$|\vec{c} -2\vec{a}|^2 = 8$ and the angle between vecd$\vec{d}$ and vecc$vec{c}$ is fracpi4,$\frac{\pi}{4},$ then |10 - 3vecb.vecc| + |vecdtimes vecc|^2$|10 - 3\vec{b}.\vec{c}| + |vec{d}\times vec{c}|^2$ is equal to ....
We Map Every Repeating Question in Competitive Exams.
Say goodbye to generic mock test fatigue. RankBit uses smart analysis to group past exam questions into their foundational Repeating Question Types. Find chapter weightage, track repeating questions, and score higher with targeted practice.
Select Your Target Exam
Choose an exam track below to find formulas per chapter and patterns.
Syncing Exam Intelligence
Mapping formulas and patterns across all tracks…
PATH A — FULL LENGTH PRACTICE
Full Mock Test Hub
Simulate real NTA exam conditions with fully tracked mocks. Time yourself against past papers.
Practice past-year questions one chapter at a time. Pick an exam → subject → chapter and get every PYQ for that topic — pulled together from all past papers — with the chapter's key formulas alongside.