Facebook Pixel
Mathos
ज्यामिति

ड्रोन वेक्टर प्रोजेक्शन और ड्रिफ्ट

एक ड्रोन मूल बिंदु से दिशा वेक्टर ⟨3, 4⟩ की ओर उड़ता है लेकिन हवा के कारण बिंदु (5, 0) पर समाप्त होता है। डॉट उत्पाद और स्केलर प्रोजेक्शन का उपयोग करके पता करें कि यह इच्छित पथ के साथ कितनी दूर चला और कितनी दूर भटक गया।

AI के साथ गणित में महारत हासिल करें

किसी समस्या में फंसे हैं? Mathos AI किसी भी गणितीय अवधारणा के लिए चरण-दर-चरण समाधान, तत्काल दृश्य और व्यक्तिगत ट्यूशन प्रदान करता है।


सीखने के संसाधन

यह सामग्री Mathos AI ओपन लर्निंग लाइब्रेरी का हिस्सा है। छात्रों को जटिल गणितीय समस्याओं को दृश्य और समझने में मदद करने के लिए डिज़ाइन किया गया है।

विश्वसनीय और मान्यता प्राप्त


समर्थित

Y Combinator

में प्रदर्शित

Forbes

Problem

A drone starts at the origin, is intended to move in the direction of 3,4\langle 3, 4 \rangle, but actually ends at P=(5,0)P = (5, 0); find how far it traveled along the intended path and how far it drifted off course.

Step 1: Compute the scalar projection onto the direction vector

Let D=3,4D = \langle 3, 4 \rangle and P=5,0P = \langle 5, 0 \rangle. The dot product is

PD=53+04=15.P \cdot D = 5 \cdot 3 + 0 \cdot 4 = 15.

The magnitude of DD is

D=32+42=5.|D| = \sqrt{3^2 + 4^2} = 5.

So the scalar projection of PP onto DD is

PDD=155=3.\dfrac{P \cdot D}{|D|} = \dfrac{15}{5} = 3.

Step 2: Find the perpendicular drift

The drone's total displacement from the origin to PP has length

P=52+02=5.|P| = \sqrt{5^2 + 0^2} = 5.

Using the Pythagorean theorem with the along-path distance 33 and the total distance 55, the drift is

5232=16=4.\sqrt{5^2 - 3^2} = \sqrt{16} = 4.

Answer

The drone traveled 33 units along its intended path and drifted 44 units off course.

अवधारणाएँ

Dot Product and Angle Between Vectors

The dot product of two vectors produces a scalar and can be used to find the angle between them. Two vectors are perpendicular if and only if their dot product is zero. Vector projection finds the component of one vector along another.

Vector Applications

Using vectors to solve real-world problems involving forces, velocities, navigation, and displacement. Resultant vectors combine multiple forces or motions acting simultaneously.

और वीडियो

© 2026 Mathos. सर्वाधिकार सुरक्षित