Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

7.2 Q-4

Question Statement

Find the value of α\alpha such that the magnitude of the vector αi+(α+1)j+2k\alpha \underline{\mathbf{i}} + (\alpha+1) \underline{\mathbf{j}} + 2 \underline{\mathbf{k}} is equal to 3.


Background and Explanation

This problem involves finding the value of α\alpha that satisfies a given condition on the magnitude of a vector. The magnitude of a vector v=vxi+vyj+vzk\mathbf{v} = v_x \mathbf{i} + v_y \mathbf{j} + v_z \mathbf{k} is calculated using the following formula: v=vx2+vy2+vz2|\mathbf{v}| = \sqrt{v_x^2 + v_y^2 + v_z^2}

In this case, the vector components depend on the variable α\alpha, and we are asked to solve for α\alpha such that the magnitude of the vector is 3. We will follow standard algebraic steps to isolate α\alpha.


Solution

We are given the vector: v=αi+(α+1)j+2k\mathbf{v} = \alpha \underline{\mathbf{i}} + (\alpha + 1) \underline{\mathbf{j}} + 2 \underline{\mathbf{k}}

  1. Write the equation for the magnitude of the vector: The magnitude of v\mathbf{v} is given by:
v=(α)2+(α+1)2+(2)2 |\mathbf{v}| = \sqrt{(\alpha)^2 + (\alpha+1)^2 + (2)^2}
  1. Substitute the given magnitude: We are told that the magnitude is 3, so we set the equation equal to 3:
α2+(α+1)2+4=3 \sqrt{\alpha^2 + (\alpha + 1)^2 + 4} = 3
  1. Simplify the terms: Expand (α+1)2(\alpha + 1)^2:
α2+(α2+2α+1)+4=3 \sqrt{\alpha^2 + (\alpha^2 + 2\alpha + 1) + 4} = 3

Combine like terms:

2α2+2α+5=3 \sqrt{2\alpha^2 + 2\alpha + 5} = 3
  1. Square both sides: To eliminate the square root, square both sides of the equation:
2α2+2α+5=9 2\alpha^2 + 2\alpha + 5 = 9
  1. Simplify the equation: Subtract 9 from both sides:
2α2+2α+59=0 2\alpha^2 + 2\alpha + 5 - 9 = 0 2α2+2α4=0 2\alpha^2 + 2\alpha - 4 = 0
  1. Divide by 2: To simplify, divide the entire equation by 2:
α2+α2=0 \alpha^2 + \alpha - 2 = 0
  1. Factor the quadratic equation: Factor the quadratic equation:
α(α+2)1(α+2)=0 \alpha(\alpha + 2) - 1(\alpha + 2) = 0

This gives:

(α+2)(α1)=0 (\alpha + 2)(\alpha - 1) = 0
  1. Solve for α\alpha: Set each factor equal to 0:
α+2=0orα1=0 \alpha + 2 = 0 \quad \text{or} \quad \alpha - 1 = 0

So, we get two possible solutions:

α=2orα=1 \alpha = -2 \quad \text{or} \quad \alpha = 1

Thus, the two possible values of α\alpha are:

α=2 or α=1\boxed{\alpha = -2 \text{ or } \alpha = 1}

Key Formulas or Methods Used

  • Magnitude of a Vector: v=vx2+vy2+vz2|\mathbf{v}| = \sqrt{v_x^2 + v_y^2 + v_z^2}

  • Solving Quadratic Equations: Factoring and using the zero product property.


Summary of Steps

  1. Set up the equation for the magnitude of the vector.
  2. Substitute the given magnitude and simplify the terms.
  3. Square both sides of the equation to eliminate the square root.
  4. Simplify the resulting equation and solve the quadratic equation.
  5. Factor the quadratic and solve for α\alpha.
  6. Conclude that α=2\alpha = -2 or α=1\alpha = 1.