How to Prove an Inequality Using Vectors

  • Thread starter Thread starter utkarshakash
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
The discussion focuses on proving the inequality tan²α + tan²β + tan²γ ≥ k²/(a² + b² + c²) using vectors, given the condition atanα + btanβ + ctanγ = k. Participants explore the relationship between the dot product of vectors and their magnitudes, highlighting that the initial approach led to an equation rather than the required inequality. The Cauchy-Schwarz inequality is suggested as a useful tool for the proof, with one participant noting its relevance in solving other problems. The conversation emphasizes the importance of understanding vector relationships and inequalities in mathematical proofs.
utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


If a,b,c and k are real constants and α,β,γ are variables subject to the condition that atanα+btanβ+ctanγ = k, then prove using vectors that tan^2 α+tan^2 β+ tan^2 γ ≥ k^2/(a^2+b^2+c^2)


Homework Equations



The Attempt at a Solution


(ai+bj+ck).(tan \alpha i+ tan \beta j+ tan \gamma k) = k \\<br /> k^2 = (a^2+b^2+c^2)(tan^2 \alpha + tan^2 \beta + tan^2 \gamma)

But what I arrive at is an equation instead of the inequality required to prove.
 
Physics news on Phys.org
utkarshakash said:

Homework Statement


If a,b,c and k are real constants and α,β,γ are variables subject to the condition that atanα+btanβ+ctanγ = k, then prove using vectors that tan^2 α+tan^2 β+ tan^2 γ ≥ k^2/(a^2+b^2+c^2)


Homework Equations



The Attempt at a Solution


##(ai+bj+ck).(tan \alpha i+ tan \beta j+ tan \gamma k) = k \\##

Correct so far...
utkarshakash said:
##k^2 = (a^2+b^2+c^2)(tan^2 \alpha + tan^2 \beta + tan^2 \gamma)##

That is wrong. How is the dot product of two vectors related to their magnitudes?


ehild
 
ehild said:
Correct so far...


That is wrong. How is the dot product of two vectors related to their magnitudes?


ehild

\vec{c} ^2 = \vec{c} . \vec{c} = |\vec{c}|^2

I've used this identity to simplify it further.
 
utkarshakash said:
\vec{c} ^2 = \vec{c} . \vec{c} = |\vec{c}|^2

I've used this identity to simplify it further.

Yes, but you have the dot product of two different vectors to be squared. ##(\vec a \cdot\vec b)^2≠|\vec a |^2 |\vec b|^2##.

ehild
 
utkarshakash said:
\vec{c} ^2 = \vec{c} . \vec{c} = |\vec{c}|^2
That's only the special case where the two vectors are the same. What is the more general relationship?
 
utkarshakash said:

Homework Statement


If a,b,c and k are real constants and α,β,γ are variables subject to the condition that atanα+btanβ+ctanγ = k, then prove using vectors that tan^2 α+tan^2 β+ tan^2 γ ≥ k^2/(a^2+b^2+c^2)


Homework Equations



The Attempt at a Solution


(ai+bj+ck).(tan \alpha i+ tan \beta j+ tan \gamma k) = k \\<br /> k^2 = (a^2+b^2+c^2)(tan^2 \alpha + tan^2 \beta + tan^2 \gamma)

But what I arrive at is an equation instead of the inequality required to prove.

Do you know about Cauchy-Schwarz inequality?
 
Pranav-Arora said:
Do you know about Cauchy-Schwarz inequality?

I encountered it in Calculus but never bothered to go through it as it is not in the JEE syllabus.
 
utkarshakash said:
I encountered it in Calculus but never bothered to go through it as it is not in the JEE syllabus.

Cauchy-Schwarz inequality uses dot product, it isn't too difficult.

Check out Wikipedia.
 
Pranav-Arora said:
Cauchy-Schwarz inequality uses dot product, it isn't too difficult.

Check out Wikipedia.

Thanks mate. This inequality helped me to solve some other problems as well.
 
  • #10
utkarshakash said:
Thanks mate. This inequality helped me to solve some other problems as well.

Glad to help. :)
 
Back
Top