Calculator, Q 17 - what it getting at

  • Thread starter Thread starter thomas49th
  • Start date Start date
  • Tags Tags
    Calculator
AI Thread Summary
The discussion focuses on solving a problem involving a right-angled triangle using Pythagoras' theorem. Participants identify the relationship between the sides of the triangle and derive equations based on the theorem. There is a correction made regarding the algebraic manipulation of the equations, emphasizing the importance of accuracy in calculations. The use of Pythagoras is highlighted as a key strategy, especially when the problem involves squares of the sides. Understanding these relationships is crucial for progressing in the solution.
thomas49th
Messages
645
Reaction score
0
img024.jpg

What is this question going for. I can identify that OTA is a right angled triangle... Where do I go from
 
Physics news on Phys.org
thomas49th said:
What is this question going for. I can identify that OTA is a right angled triangle... Where do I go from
Pythagoras?
 
(x+8)(x+8) = x^{2} + (x+5)(x+5)

x ^ {2} + 16x + 64 = x^4+10x+25

take LHS from RHS

x^{2} - 6x - 39 = 0

but how did you know to use pythagerous?
 
What relationships DO you know hold for right-angled triangles that might come in handy?
 
thomas49th said:
(x+8)(x+8) = x^{2} + (x+5)(x+5)

x ^ {2} + 16x + 64 = x^4+10x+25

take LHS from RHS

x^{2} - 6x - 39 = 0
Sorry, one correction to your second line.

x ^ {2} + 16x + 64 = 2x^2+10x+25

but how did you know to use pythagerous?

Well, you did the hard part; spotting that it was a right angled triangle. Pythagoras' theorem holds for right angled triangles, and is a relationship relating the squares of the sides. Since the solution contains an x^2, this is quite a big hint as to what you should use.
 
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