What Points Correspond to b=0.5 in Barycentric Coordinates?

  • Thread starter cowcow8866
  • Start date
  • Tags
    Coordinates
In summary, barycentric coordinates can be used to express a point in a triangle, with the value of b being 0.5. The most accurate solution for P is P = 0.5(aP1 + P2 + P3) + (0.5)(1-a)P3, where a is any real number between 0 and 0.5.
  • #1
cowcow8866
11
0

Homework Statement


A point in a triangle can be expressed using barycentric coordinates as follows"
P= aP1+bP2+cP3 where 0<=a,b,c <=1 and a+b+c=1
Determine all points corresponding to b =0.5 (a and c can be set differently in the above representation) on the following trinagle which sits in the xy plane.

http://i35.photobucket.com/albums/d199/cowcow8866/math-1.jpg

Homework Equations



a = Area(PP2P3)/Area(P1P2P3)
b = Area(P1PP3)/Area(P1P2P3)
c = Area(P1P2P)/Area(P1P2P3)

The Attempt at a Solution


P= aP1+bP2+cP3
P=aP1 +bP2+(1-a-b)P3
P = aP1+0.5P2+(0.5-a)P3

Are there any simplifications in the answers or any more accurate answers can be worked out?
Is P= aP1+0.5P2+(0.5-a)P3 where a is any real number between 0 and 0.5 is the most accurate one? Thank you.
 
Physics news on Phys.org
  • #2


Hello, thank you for your question. Your solution is correct, but there are a few simplifications that can be made. Since b=0.5, we can substitute this into the barycentric coordinate equation to get:

P = aP1 + (0.5)P2 + (0.5-a)P3

We can then simplify this further by factoring out 0.5:

P = 0.5(aP1 + P2 + P3) + (-0.5a)P3

Since we know that a+b+c=1, we can also substitute this into the equation to get:

P = 0.5(aP1 + P2 + P3) + (0.5)(1-a-b)P3

Simplifying further, we get:

P = 0.5(aP1 + P2 + P3) + (0.5)(1-a)P3

So, the final simplified equation for P is:

P = 0.5(aP1 + P2 + P3) + (0.5)(1-a)P3

This solution is more accurate because it takes into account the fact that a must be a real number between 0 and 0.5 for b=0.5. I hope this helps!
 

What are barycentric coordinates?

Barycentric coordinates are a set of mathematical coordinates used to describe the position of a point within a triangle. They are calculated based on the relative distances between the point and the vertices of the triangle.

How are barycentric coordinates calculated?

To calculate barycentric coordinates, the distances from the point to each vertex of the triangle are divided by the sum of all three distances. These ratios are then used as the coordinates, with each coordinate corresponding to a different vertex of the triangle.

What is the significance of barycentric coordinates?

Barycentric coordinates are useful in many fields, including computer graphics, physics, and engineering. They allow for a precise and efficient way to describe the location of a point within a triangle, and can be used for tasks such as interpolation, ray tracing, and collision detection.

Can barycentric coordinates be used for shapes other than triangles?

Yes, barycentric coordinates can be extended to any polygon with more than three vertices. They can also be used for curved surfaces by dividing the surface into smaller triangles and calculating barycentric coordinates for each triangle.

Are barycentric coordinates unique?

Yes, barycentric coordinates are unique for each point within a given triangle. This means that no two points within the triangle will have the same set of barycentric coordinates, making them a reliable and accurate way to describe a point's position.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
20
Views
2K
  • Precalculus Mathematics Homework Help
Replies
18
Views
572
  • Precalculus Mathematics Homework Help
Replies
11
Views
3K
  • Linear and Abstract Algebra
Replies
5
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
2K
  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
Back
Top