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 picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top