Question
In the context of Intelligent Systems, which of the
following algorithms is primarily used for real-time pathfinding in robotics?Solution
The A* (A-Star) algorithm is widely used for real-time pathfinding and graph traversal in robotics. It combines the benefits of Dijkstra’s algorithm and Greedy Best-First-Search. By using heuristics to estimate the cost to reach the goal, A* efficiently finds the shortest path from the start point to the goal. The algorithm is optimal and complete, ensuring that the found path is the shortest possible while considering the cost of the path and heuristic estimates. Why Other Options are Wrong: b) Support Vector Machines (SVM) are used for classification and regression tasks, not pathfinding. c) K-Nearest Neighbors (KNN) is a classification algorithm based on similarity and is not suitable for real-time pathfinding. d) Long Short-Term Memory (LSTM) networks are used for sequential data processing, such as time series analysis, not for pathfinding. e) Naive Bayes Classifier is a probabilistic classification algorithm and does not apply to pathfinding tasks.
- Find the radius of the incircle of an equilateral triangle whose height is given to be 3√3 cm.
The corresponding medians of two similar triangles are 12 cm and 15 cm. If the area of the first triangle is 288 cm, then find the area of the second tr...
A triangle and a parallelogram have the same base 42 cm and the same area. If the height of the parallelogram is 14 cm, then find the length of the alti...
The corresponding medians of two similar triangles are 16 cm and 20 cm. If the area of the first triangle is 288 cm, then find the area of the second tr...
- Determine the perpendicular drawn from a vertex to the opposite side in an equilateral triangle with side length 8√3 cm.
- Determine the inradius of an equilateral triangle if its height is 6√3 cm.
Find the altitude of an equilateral triangle whose side is 8√3 cm.
In a triangle ABC, AD is the altitude from A to BC. If AD = 12 cm, AB = 13 cm, and AC = 14 cm, find the length of BC.
If two triangles EFG and UVW are congruent, then which of the following statement(s) is/are true?
I. EF = UV
II. ∠FEG = ∠UVW
- In triangle DEF, GH is drawn parallel to side EF. If DG = 9 cm, GE = 3 cm and DH = 6 cm, find DF.