Careers360 Logo
NCERT Solutions for Class 12 Maths Chapter 10 Exercise 10.3 - Vector Algebra

NCERT Solutions for Class 12 Maths Chapter 10 Exercise 10.3 - Vector Algebra

Edited By Komal Miglani | Updated on May 07, 2025 05:30 PM IST | #CBSE Class 12th

Ever tried to push a door and seen how it opens easily when you push in the right direction? That's dot product in real life. In Class 12 Maths Chapter 10 Exercise 10.3, you will find out how the angle between the vectors determines the outcome a useful concept in physics, maths, and even basic motion.

Class 12 Maths chapter 10 Exercise 10.3 solutions of NCERT are simplified and easy to understand, with step-by-step explanations for every question. Practising these will help you grasp the dot product more clearly and give you confidence during exams. You can find all NCERT solution for Class 12 chapter 10 exercises combined from the link below for easy revision.

This Story also Contains
  1. Class 12 Maths Chapter 10 Exercise 10.3 Solutions: Download PDF
  2. NCERT Solutions Class 12 Maths Chapter 10: Exercise 10.3
  3. Topics Covered in Chapter 10 Vector Algebra: Exercise 10.3
  4. NCERT Solutions Subject Wise
  5. Subject Wise NCERT Exemplar Solutions

Class 12 Maths Chapter 10 Exercise 10.3 Solutions: Download PDF

Get simple and clear NCERT solutions for Class 12 Maths Chapter 10 Exercise 10.3 to understand dot product of vectors in an easy way.

Download PDF

NCERT Solutions Class 12 Maths Chapter 10: Exercise 10.3

Question 1: Find the angle between two vectors aandb with magnitudes 3and2 , respectively having . a.b=6

Answer:

Given

|a|=3

|b|=2

a.b=6

As we know

a.b=|a||b|cosθ

where θ is the angle between two vectors

So,

cosθ=a.b|a||b|=632=12

θ=π4

Hence the angle between the vectors is π4 .

Question 2: Find the angle between the vectors i^2j^+3k^and3i^2j^+k^

Answer:

Given two vectors

a=i^2j^+3k^andb=3i^2j^+k^

Now As we know,

The angle between two vectors a and b is given by

θ=cos1(a.b|a||b|)

Hence the angle between a=i^2j^+3k^andb=3i^2j^+k^

θ=cos1((i^2j^+3k^).(3i^2j^+k^)|i^2j^+3k^||3i^2j^+k^|)

θ=cos1(3+4+312+(2)2+3332+(2)2+12)

θ=cos11014

θ=cos157

Question 3: Find the projection of the vector i^j^ on the vector i^+j^

Answer:

Let

a=i^j^

b=i^+j^

Projection of vector a on b

a.b|b|=(i^j^)(i^+j^)|i^+j^|=112=0

Hence, Projection of vector a on b is 0.


Question 4: Find the projection of the vector i^+3j^+7k^ on the vector 7i^j^+8k^

Answer:

Let

a=i^+3j^+7k^

b=7i^j^+8k^

The projection of a on b is

a.b|b|=(i^+3j^+7k^)(7i^j^+8k^)|7i^j^+8k^|=73+5672+(1)2+82=60114

Hence, projection of vector a on b is

60114

Question 5: Show that each of the given three vectors is a unit vector: 17(2i^+3j^+6k^),17(3i^6j^+2k^),17(6i^+2j^3k^) Also, show that they are mutually perpendicular to each other.

Answer:

Given

a=17(2i^+3j^+6k^), b=17(3i^6j^+2k^),c=17(6i^+2j^3k^)

Now magnitude of a,bandc

|a|=1722+32+62=497=1

|b|=1732+(6)2+22=497=1

|c|=1762+22+(3)2=497=1

Hence, they all are unit vectors.

Now,

a.b=17(2i^+3j^+6k^)17(3i^6j^+2k^)=149(618+12)=0

b.c=17(3i^6j^+2k^)17(6i^+2j^3k^)=149(18126)=0

c.a=17(6i^+2j^3k^)17(2i^+3j^6k^)=149(12+618)=0

Hence all three are mutually perpendicular to each other.

Question 6: Find |a|and|b| , if (a+b).(ab)=8and|a|=8|b| .

Answer:

Given in the question

(a+b).(ab)=8

|a|2|b|2=8

Since |a|=8|b|

|8b|2|b|2=8

|63b|2=8

|b|2=863

|b|=863

So, answer of the question is

|a|=8|b|=8863

Question 7: Evaluate the product (3a5b).(2a+7b) .

Answer:

To evaluate the product (3a5b).(2a+7b)

(3a5b).(2a+7b)=6a.a+21a.b10b.a35b.b

=6a.2+11a.b35b2

=6|a|2+11a.b35|b|2

Question 8: Find the magnitude of two vectors aandb , having the same magnitude and such that the angle between them is 60 and their scalar product is 1/2

Answer:

Given two vectors aandb

|a|=|b|

a.b=12

Now Angle between aandb

θ=600

Now As we know that

a.b=|a||b|cosθ

12=|a||a|cos600

|a|2=1

Hence, the magnitude of two vectors aandb

|a|=|b|=1

Question 9: Find |x| , if for a unit vector a,(xa).(x+a)=12

Answer:

Given in the question that

(xa).(x+a)=12

And we need to find |x|

|x|2|a|2=12

|x|21=12

|x|2=13

|x|=13

So the value of |x| is 13

Question 10: If a=2i^+2j^+3k^,b=i^+2j^+k^andc=3i^+j^ are such that a+λb is perpendicular to c , then find the value of λ

Answer:

Given in the question is

a=2i^+2j^+3k^,b=i^+2j^+k^andc=3i^+j^

and a+λb is perpendicular to c

and we need to find the value of λ ,

so the value of a+λb -

a+λb=2i^+2j^+3k^+λ(i^+2j^+k^)

a+λb=(2λ)i^+(2+2λ)j^+(3+λ)k^

As a+λb is perpendicular to c

(a+λb).c=0

((2λ)i^+(2+2λ)j^+(3+λ)k^)(3i^+j^)=0

3(2λ)+2+2λ=0

63λ+2+2λ=0

λ=8

the value of λ=8 ,

Question 11: Show that |a|b+|b|a is perpendicular to |a|b|b|a , for any two nonzero vectors aandb .

Answer:

Given in the question that -

aandb are two non-zero vectors

According to the question

(|a|b+|b|a)(|a|b|b|a)

=|a|2|b|2|b|2|a|2+|b||a|a.b|a||b|b.a=0

Hence |a|b+|b|a is perpendicular to |a|b|b|a .

Question 12: If a.a=0anda.b=0 , then what can be concluded about the vector b ?

Answer:

Given in the question

a.a=0|a|2=0

|a|=0

Therefore a is a zero vector. Hence any vector b will satisfy a.b=0

Question 13: If a,b,c are unit vectors such that a+b+c=0 , find the value of a.b+b.c+c.a

Answer:

Given in the question

a,b,c are unit vectors |a|=|b|=|c|=1

and a+b+c=0

and we need to find the value of a.b+b.c+c.a

(a+b+c)2=0

a2+b2+c2+2(a.b+b.c+c.a)=0

|a|2+|b|2+|c|2+2(a.b+b.c+c.a)=0

1+1+1+2(a.b+b.c+c.a)=0

a.b+b.c+c.a=32

Answer- the value of a.b+b.c+c.a is 32

Question 14: If either vector a=0orb=0thena.b=0 . But the converse need not be true. Justify your answer with an example

Answer:

Let

a=i^2j^+3k^

b=5i^+4j^+1k^

we see that

a.b=(i^2j^+3k^)(5i^+4j^+1k^)=58+3=0

we now observe that

|a|=12+(2)2+32=14

|b|=52+42+12=42

Hence here converse of the given statement is not true.

Question 15: If the vertices A, B, C of a triangle ABC are (1, 2, 3), (–1, 0, 0), (0, 1, 2), respectively, then find ABC,[ABC is the angle between the vectors BAandBC] .

Answer:

Given points,

A=(1, 2, 3),

B=(–1, 0, 0),

C=(0, 1, 2),

As need to find Angle between BAandBC]

BA=(1(1))i^+(20)j^+(30)k^=2i^+2j^+3k^

BC=(0(1))i^+(10)j^+(20)k^=i^+j^+2k^

Hence angle between them ;

θ=cos1(BA.BC|BA||BC|)

θ=cos12+2+6176

θ=cos110102

Answer - Angle between the vectors BAandBC is θ=cos110102

Question 16: Show that the points A(1, 2, 7), B(2, 6, 3) and C(3, 10, –1) are collinear.

Answer:

Given in the question

A=(1, 2, 7), B=(2, 6, 3) and C(3, 10, –1)

To show that the points A(1, 2, 7), B(2, 6, 3) and C(3, 10, –1) are collinear

AB=(21)i^+(62)j^+(37)k^

AB=i^+4j^4k^

BC=(32)i^+(106)j^+(13)k^

BC=i^+4j^4k^

AC=(31)i^+(102)j^+(17)k^

AC=2i^+8j^8k^

|AB|=12+42+(4)2=33

|BC|=12+42+(4)2=33

|AC|=22+82+(8)2=233

As we see that

|AC|=|AB|+|BC|

Hence point A, B , and C are colinear.

Question 17: Show that the vectors 2i^j^+k^,i^3j^5k^and3i^4j^4k^ form the vertices of a right angled triangle.

Answer:

Given the position vector of A, B , and C are

2i^j^+k^,i^3j^5k^and3i^4j^4k^

To show that the vectors 2i^j^+k^,i^3j^5k^and3i^4j^4k^ form the vertices of a right angled triangle

AB=(12)i^+(3(1))j^+(51)k^=1i^2j^6k^

BC=(31)i^+(4(3))j^+(4(5))k^=2i^j^+k^

AC=(32)i^+(4(1))j^+(4(1))k^=i^3j^5k^

|AB|=(1)2+(2)2+(6)2=41

|BC|=(2)2+(1)2+(1)2=6

|AC|=(1)2+(3)2+(5)2=35

Here we see that

|AC|2+|BC|2=|AB|2

Hence A,B, and C are the vertices of a right angle triangle.

Question 18: If a is a nonzero vector of magnitude ‘a’ and λ a nonzero scalar, then λa is unit vector if

A)λ=1B)λ=1C)a=|λ|D)a=1/|λ|

Answer:

Given a is a nonzero vector of magnitude ‘a’ and λ a nonzero scalar

λa is a unit vector when

|λa|=1

|λ||a|=1

|a|=1|λ|

Hence the correct option is D.

Topics Covered in Chapter 10 Vector Algebra: Exercise 10.3

Product of Two Vectors

  • Dot Product (Scalar Product): When two vectors are multiplied and the result is a scalar (just a number).
    Example: ab=|a||b|cosθ
  • Cross Product (Vector Product): When two vectors are multiplied and the result is another vector.
    Example: a×b=|a||b|sinθn, where n is a unit vector perpendicular to both a and b.

Also Read-

NEET/JEE Coaching Scholarship

Get up to 90% Scholarship on Offline NEET/JEE coaching from top Institutes

JEE Main high scoring chapters and topics

As per latest 2024 syllabus. Study 40% syllabus and score upto 100% marks in JEE

Also see-

JEE Main Highest Scoring Chapters & Topics
Just Study 40% Syllabus and Score upto 100%
Download EBook

NCERT Solutions Subject Wise

JEE Main Important Mathematics Formulas

As per latest 2024 syllabus. Maths formulas, equations, & theorems of class 11 & 12th chapters

Subject Wise NCERT Exemplar Solutions

Frequently Asked Questions (FAQs)

1. Is it possible to have two vectors whose magnitude is non zero but their dot product is zero?

Yes. For two perpendicular vectors, the dot product is zero.

2. What are the main topics covered in the chapter vector algebra?

The main three topics are the addition of vectors, the dot product of vectors and the cross product of vectors. 

3. Why work is a scalar quantity even though force and displacement are vectors?

The work done is the dot product of force and displacement. The dot product of two vectors is a scalar (real number). 

4. What is the quantity obtained from the dot product of force and velocity?

The dot product of force and velocity gives power. 

5. Why i.k=0?

i.k=0 as the angle between them is 90 degrees

6. Can dot product be a negative number?

Yes, the dot product of two vectors can be either positive, negative or zero based on the angle between them.

7. How many exercises are solved in NCERT Class 12 chapter vector algebra?

There are a total of 5 exercises including miscellaneous. 

Articles

Explore Top Universities Across Globe

Questions related to CBSE Class 12th

Have a question related to CBSE Class 12th ?

Changing from the CBSE board to the Odisha CHSE in Class 12 is generally difficult and often not ideal due to differences in syllabi and examination structures. Most boards, including Odisha CHSE , do not recommend switching in the final year of schooling. It is crucial to consult both CBSE and Odisha CHSE authorities for specific policies, but making such a change earlier is advisable to prevent academic complications.

Hello there! Thanks for reaching out to us at Careers360.

Ah, you're looking for CBSE quarterly question papers for mathematics, right? Those can be super helpful for exam prep.

Unfortunately, CBSE doesn't officially release quarterly papers - they mainly put out sample papers and previous years' board exam papers. But don't worry, there are still some good options to help you practice!

Have you checked out the CBSE sample papers on their official website? Those are usually pretty close to the actual exam format. You could also look into previous years' board exam papers - they're great for getting a feel for the types of questions that might come up.

If you're after more practice material, some textbook publishers release their own mock papers which can be useful too.

Let me know if you need any other tips for your math prep. Good luck with your studies!

It's understandable to feel disheartened after facing a compartment exam, especially when you've invested significant effort. However, it's important to remember that setbacks are a part of life, and they can be opportunities for growth.

Possible steps:

  1. Re-evaluate Your Study Strategies:

    • Identify Weak Areas: Pinpoint the specific topics or concepts that caused difficulties.
    • Seek Clarification: Reach out to teachers, tutors, or online resources for additional explanations.
    • Practice Regularly: Consistent practice is key to mastering chemistry.
  2. Consider Professional Help:

    • Tutoring: A tutor can provide personalized guidance and support.
    • Counseling: If you're feeling overwhelmed or unsure about your path, counseling can help.
  3. Explore Alternative Options:

    • Retake the Exam: If you're confident in your ability to improve, consider retaking the chemistry compartment exam.
    • Change Course: If you're not interested in pursuing chemistry further, explore other academic options that align with your interests.
  4. Focus on NEET 2025 Preparation:

    • Stay Dedicated: Continue your NEET preparation with renewed determination.
    • Utilize Resources: Make use of study materials, online courses, and mock tests.
  5. Seek Support:

    • Talk to Friends and Family: Sharing your feelings can provide comfort and encouragement.
    • Join Study Groups: Collaborating with peers can create a supportive learning environment.

Remember: This is a temporary setback. With the right approach and perseverance, you can overcome this challenge and achieve your goals.

I hope this information helps you.







Hi,

Qualifications:
Age: As of the last registration date, you must be between the ages of 16 and 40.
Qualification: You must have graduated from an accredited board or at least passed the tenth grade. Higher qualifications are also accepted, such as a diploma, postgraduate degree, graduation, or 11th or 12th grade.
How to Apply:
Get the Medhavi app by visiting the Google Play Store.
Register: In the app, create an account.
Examine Notification: Examine the comprehensive notification on the scholarship examination.
Sign up to Take the Test: Finish the app's registration process.
Examine: The Medhavi app allows you to take the exam from the comfort of your home.
Get Results: In just two days, the results are made public.
Verification of Documents: Provide the required paperwork and bank account information for validation.
Get Scholarship: Following a successful verification process, the scholarship will be given. You need to have at least passed the 10th grade/matriculation scholarship amount will be transferred directly to your bank account.

Scholarship Details:

Type A: For candidates scoring 60% or above in the exam.

Type B: For candidates scoring between 50% and 60%.

Type C: For candidates scoring between 40% and 50%.

Cash Scholarship:

Scholarships can range from Rs. 2,000 to Rs. 18,000 per month, depending on the marks obtained and the type of scholarship exam (SAKSHAM, SWABHIMAN, SAMADHAN, etc.).

Since you already have a 12th grade qualification with 84%, you meet the qualification criteria and are eligible to apply for the Medhavi Scholarship exam. Make sure to prepare well for the exam to maximize your chances of receiving a higher scholarship.

Hope you find this useful!

hello mahima,

If you have uploaded screenshot of your 12th board result taken from CBSE official website,there won,t be a problem with that.If the screenshot that you have uploaded is clear and legible. It should display your name, roll number, marks obtained, and any other relevant details in a readable forma.ALSO, the screenshot clearly show it is from the official CBSE results portal.

hope this helps.

View All

A block of mass 0.50 kg is moving with a speed of 2.00 ms-1 on a smooth surface. It strikes another mass of 1.00 kg and then they move together as a single body. The energy loss during the collision is

Option 1)

0.34\; J

Option 2)

0.16\; J

Option 3)

1.00\; J

Option 4)

0.67\; J

A person trying to lose weight by burning fat lifts a mass of 10 kg upto a height of 1 m 1000 times.  Assume that the potential energy lost each time he lowers the mass is dissipated.  How much fat will he use up considering the work done only when the weight is lifted up ?  Fat supplies 3.8×107 J of energy per kg which is converted to mechanical energy with a 20% efficiency rate.  Take g = 9.8 ms−2 :

Option 1)

2.45×10−3 kg

Option 2)

 6.45×10−3 kg

Option 3)

 9.89×10−3 kg

Option 4)

12.89×10−3 kg

 

An athlete in the olympic games covers a distance of 100 m in 10 s. His kinetic energy can be estimated to be in the range

Option 1)

2,000 \; J - 5,000\; J

Option 2)

200 \, \, J - 500 \, \, J

Option 3)

2\times 10^{5}J-3\times 10^{5}J

Option 4)

20,000 \, \, J - 50,000 \, \, J

A particle is projected at 600   to the horizontal with a kinetic energy K. The kinetic energy at the highest point

Option 1)

K/2\,

Option 2)

\; K\;

Option 3)

zero\;

Option 4)

K/4

In the reaction,

2Al_{(s)}+6HCL_{(aq)}\rightarrow 2Al^{3+}\, _{(aq)}+6Cl^{-}\, _{(aq)}+3H_{2(g)}

Option 1)

11.2\, L\, H_{2(g)}  at STP  is produced for every mole HCL_{(aq)}  consumed

Option 2)

6L\, HCl_{(aq)}  is consumed for ever 3L\, H_{2(g)}      produced

Option 3)

33.6 L\, H_{2(g)} is produced regardless of temperature and pressure for every mole Al that reacts

Option 4)

67.2\, L\, H_{2(g)} at STP is produced for every mole Al that reacts .

How many moles of magnesium phosphate, Mg_{3}(PO_{4})_{2} will contain 0.25 mole of oxygen atoms?

Option 1)

0.02

Option 2)

3.125 × 10-2

Option 3)

1.25 × 10-2

Option 4)

2.5 × 10-2

If we consider that 1/6, in place of 1/12, mass of carbon atom is taken to be the relative atomic mass unit, the mass of one mole of a substance will

Option 1)

decrease twice

Option 2)

increase two fold

Option 3)

remain unchanged

Option 4)

be a function of the molecular mass of the substance.

With increase of temperature, which of these changes?

Option 1)

Molality

Option 2)

Weight fraction of solute

Option 3)

Fraction of solute present in water

Option 4)

Mole fraction.

Number of atoms in 558.5 gram Fe (at. wt.of Fe = 55.85 g mol-1) is

Option 1)

twice that in 60 g carbon

Option 2)

6.023 × 1022

Option 3)

half that in 8 g He

Option 4)

558.5 × 6.023 × 1023

A pulley of radius 2 m is rotated about its axis by a force F = (20t - 5t2) newton (where t is measured in seconds) applied tangentially. If the moment of inertia of the pulley about its axis of rotation is 10 kg m2 , the number of rotations made by the pulley before its direction of motion if reversed, is

Option 1)

less than 3

Option 2)

more than 3 but less than 6

Option 3)

more than 6 but less than 9

Option 4)

more than 9

Back to top