Finding the unknown points of a second triangle

  • Thread starter Thread starter Will15
  • Start date Start date
  • Tags Tags
    Points Triangle
AI Thread Summary
Triangle A has vertices at points (2,3), (0,0), and (2,0) with a center calculated as (2/3,1). The task is to find the vertices of Triangle B, which has a center at (4/3,3). The vector between the centers of the two triangles is determined to be <2/3, 2>, and its magnitude is calculated as (2*√10)/3. The solution involves adding this magnitude to the points of Triangle A, but the user struggles to achieve the correct x-coordinate for the center of Triangle B with the new points. The relationship between Triangle A and Triangle B remains unclear.
Will15
Messages
5
Reaction score
0

Homework Statement


Triangle A has three points a(2,3)b(0,0)c(2,0) and its center is (2/3,1). Find the other three points of Triangle B with a center of (4/3,3).


Homework Equations


Center of a triangle:
x = ax+bx+cx /3
y = ay+by+cy / 3

Magnitude = <a,b> , √(a^2+b^2)

The Attempt at a Solution


1)Obtaining the vector of AB by subtracting the two center <4/3-2/3, 3-1> = <2/3,2>
2)Magnitude of vector AB is (2*√10)/3
3)Adding the magnitude to the three points of triangle A
4)Check answer by calculating the center with the 3 new points, should match with the given center above.

Step 4 is where I'm stuck, I can't get the same x center.
 
Physics news on Phys.org
Will15 said:

Homework Statement


Triangle A has three points a(2,3)b(0,0)c(2,0) and its center is (2/3,1). Find the other three points of Triangle B with a center of (4/3,3).


Homework Equations


Center of a triangle:
x = ax+bx+cx /3
y = ay+by+cy / 3

Magnitude = <a,b> , √(a^2+b^2)

The Attempt at a Solution


1)Obtaining the vector of AB by subtracting the two center <4/3-2/3, 3-1> = <2/3,2>
2)Magnitude of vector AB is (2*√10)/3
3)Adding the magnitude to the three points of triangle A
4)Check answer by calculating the center with the 3 new points, should match with the given center above.

Step 4 is where I'm stuck, I can't get the same x center.

How is triangle B related to triangle A?
 
Mark44 said:
How is triangle B related to triangle A?

The relation is unknown.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top