- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Find the area of the largest triangle that can be inscribed in a semi-circle of radius $r$ units, in square units.
Given: The largest triangle that can be inscribed in a semi-circle of radius $r$ units.
To do: To find the area of the triangle.
Solution:
The area of a triangle is equal to the base times the height. In a semi circle, the diameter is the base of the semi-circle.
This is equal to $2\times r\ ( r=the\ radius)$
If the triangle is an isosceles triangle with an angle of $45^o$ at each end, then the height of the triangle is also a radius of the circle.
The base of the triangle is equal to $2\times r$, the height of the triangle is equal to $r$
Area of the triangle, $A=\frac{1}{2}\times b\times h$
$\Rightarrow A=\frac{1}{2}\times 2\times r\times r$
$\Rightarrow A=r^2$
Thus, the area of the largest triangle that can be inscribed in a semi-circle of radius $r$ units is $2r^2$ sq. units.
- Related Articles
- Find the area of the square that can be inscribed in a circle of radius $8\ cm$.
- Area of the largest triangle that can be inscribed within a rectangle?
- Find the area of the circle that can be inscribed in a square of side $6\ cm$.
- Area of the Largest square that can be inscribed in an ellipse in C++
- Area of largest triangle that can be inscribed within a rectangle in C Program?
- Find the area of largest circle inscribed in ellipse in C++
- Find the Area of a Circle Inscribed in a Square in Java
- Area of Largest rectangle that can be inscribed in an Ellipse?
- Tick the correct answer in the following and justify your choice: If the perimeter and the area of a circle are numerically equal, then the radius of the circle is(a) 2 units(b) n units(c) 4 units(d) 7 units
- Area of the Largest Triangle inscribed in a Hexagon in C++
- Area of a square inscribed in a circle which is inscribed in an equilateral triangle in C Program?
- Area of a square inscribed in a circle which is inscribed in an equilateral triangle in C Program?
- C++ program to find the Area of the Largest Triangle inscribed in a Hexagon?
- An equilateral triangle of side $9\ cm$ is inscribed in a circle. Find the radius of the circle.
- The area of a rectangle gets reduced by 9 square units, if its length is reduced by 5 units and breadth is increased by 3 units. If we increase the length by 3 units and the breadth by 2 units, the area increases by 67 square units. Find the dimensions of the rectangle.
