Quadratics Homework Help: Solving for Specific Points in Time

  • Thread starter Thread starter benjaminxx12
  • Start date Start date
  • Tags Tags
    Homework
AI Thread Summary
To find the points when the object is 6m above the ground, the equation -5x^2 + 10x + 2 = 6 must be solved for x. This involves rearranging the equation to -5x^2 + 10x - 4 = 0 and then applying either factoring or the quadratic formula. The correct factoring leads to the expression -5{(x-1)}^2 + 1 = 0, which simplifies to find x = 1 ± √(1/5). The discussion clarifies the need for careful manipulation of constants to ensure the equation remains consistent with the original form.
benjaminxx12
Messages
3
Reaction score
0

Homework Statement



I am meant to look for both points when thiobject is 6m above the ground

the equation is

-5x^2+10x+2=6

my question is how do i solve it for specific points in time,
Do i just make the y term 0 and solve from there?



Homework Equations





The Attempt at a Solution



-5x^2 +10x -4

-5(x-1)^2-5=0
 
Physics news on Phys.org


I'm guessing y is the vertical displacement and x is some other parameter (the point or points you want to find at which y = 6m). Thus you need to solve for x given y = 6m.

So all you need to do is solve the equation for x like you have already started doing (either using the quadratic equation or by factorizing like you have done). You have however made a slight mistake in your factoring.

It should be

-5{(x-1)}^2 + 1=0

Multiply this out and you should see that this gives you the original expression.

From this it is clear that (subtract 1 and divide by -5 on both sides).

{(x-1)}^2 = \frac{1}{5}

x-1 = \pm \sqrt{\frac{1}{5}}

x = 1 \pm \sqrt{\frac{1}{5}}

You could also have used the quadratic equation:

x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}

To solve the general quadratic: ax^2 + bx + c = 0.
Thus in your case we solve for x like so...

x = \frac{-10 \pm \sqrt{10^2-4(-5)(-4)}}{2(-5)}

= \frac{-10 \pm \sqrt{100-80}}{-10}

= \frac{-10 \pm \sqrt{20}}{-10}

= 1 \mp \sqrt{\frac{20}{100}}

= 1 \mp \sqrt{\frac{1}{5}}
 
Last edited:


Thank you for the help, I am just curious as to where you get the +1 constant from.

nvm, after revision i found your answer to be correct.
You have my gratitude. :D
 
Last edited:


In case the +1 is still bothering you, consider first the expression that you ended up with.

-5{(x-1)}^2-5=0

This expression should be consistent with the original, when one multiplies out to see if it does agree with the initial equation one gets.

-5x^2 -5(-2x) -5(1) -5= 0

-5x^2 +10x -5 -5= 0

We see now that in order to get -4 and not -10 we need to replace the -5 with a +1.
 
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