Infinite repeating problems? Can I Solve These Quadratic Equations Correctly?

  • Thread starter Thread starter um0123
  • Start date Start date
  • Tags Tags
    Infinite
Click For Summary

Homework Help Overview

The discussion revolves around solving a series of quadratic equations derived from recursive expressions involving square roots and fractions. Participants explore the implications of their solutions and the correctness of their approaches in the context of these equations.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants attempt to solve quadratic equations by applying the quadratic formula and manipulating recursive expressions. There are questions about the validity of their solutions and concerns regarding the complexity of the resulting equations.

Discussion Status

Some participants have provided guidance on the correct application of the quadratic formula, while others express confusion over their calculations and the structure of the equations. Multiple interpretations of the problems are being explored, with no explicit consensus reached yet.

Contextual Notes

There are indications of potential errors in the setup of the equations, as well as concerns about the complexity of the expressions being derived. Participants are also grappling with the implications of approximating their answers.

um0123
Messages
151
Reaction score
0

Homework Statement



In the problem to find the value of: http://img8.imageshack.us/img8/6827/powpic1.jpg

You can solve it in this way:

[tex]x=\frac{1}{1+x}[/tex]

where the x in 1 + x is http://img24.imageshack.us/img24/3751/powpic2.jpg

which makes the equation:
[tex]x=\frac{1}{1+x}[/tex]
[tex]x^2 + x = 1[/tex]
[tex]x^2 + x - 1 = 0[/tex]

Homework Equations


then i used quadratic equation

[tex]x=-\frac{1}{2} \pm \frac{\sqrt{5}}{2}[/tex]
Use the method above to solve these equations:

1)http://img20.imageshack.us/img20/5903/powpic3.jpg

2)http://img196.imageshack.us/img196/8639/powpic4.jpg

3)http://img5.imageshack.us/img5/7536/powpic5.jpg

4)MAKE UP YOUR OWN!

The Attempt at a Solution



i used quadratic equation on the problem in the setup to get:

[tex]x=-\frac{1}{2} \pm \frac{\sqrt{5}}{2}[/tex]

plug that into the original equation to get

x = 0.365489 or -0.576014
===============================================

I followed this method for the first problem and got:

x=1.61803 or x=0.61803

which is kind of odd, I am wondering if I am doing it correctly.

Im going to proceed with the rest, but i am worried i am doing this all wrong.
 
Last edited by a moderator:
Physics news on Phys.org
i did the second one but I am stuck on the third, i have solved for what x is and i got:
x = sqrt(-a)
or
x= ax + sqrt(-a)

but when i plug those two into the overall equation of a/(a+x)

i get these two equations which i can't solve:

a(x^2) + ax + x(sqrt(-a)) - a = 0

and

ax + x(sqrt(-a)) - a = 0

i think i did this one wrong.
 
[tex]\frac{1}{1 + \frac{1}{1 +\frac{1}{1 + \frac{1}{1 + ...}}}}[/tex]

I'm not sure how to make it look like the right hand side here, though
8b60ba0565a178cde9cc400bd6c253ab.png


You should probably leave the answers as they are without approximating them. The approximations for 1) are right, but x=0.61803 should be negative.

For the third one, did you use [tex]x = \frac{a}{a + x}[/tex] ?
 
yes, for the third one i used that equation. Solved it by multiplying each side by a + x

got me x^2 + ax = a
which is x^2 +ax - a = 0

[tex]x = -\frac{-ax \pm \sqrt{(ax)^2 -4(1)(-a)}}{2(1)}[/tex]

[tex]x = -\frac{-ax \pm \sqrt{a^2x^2 -4a}}{2}[/tex]

[tex]x = -\frac{-ax \pm ax - 2\sqrt{-a}}{2}[/tex]

THEREFORE

[tex]x = -\frac{-2\sqrt{-a}}{2} = -\sqrt{-a}[/tex]

OR

[tex]x = -\frac{-2ax - 2\sqrt{-a}}{2} = -ax - \sqrt{-a}[/tex]

and when i plug those two into the equation a/(a+x) i get all these weird equations.
 
Show your steps for getting x2 + ax - a = 0. I get a different equation.
 
[tex]x = \frac{a}{a+x}[/tex]

multiplied each side by (a + x)

[tex](a+x)x = a[/tex]

distribute the x onto the (a+x)

[tex]ax+x^2 = a[/tex]

subtract a from both sides[tex]ax+x^2 - a = 0[/tex]

rearrange[tex]x^2 + ax -a = 0[/tex]
 
also i screwed up on the second one, and when i redid it i got
x = 1/2 +- sqrt(a+1)

and that's almost impossbile to plug into the equation for the second one.
 
3) looks different from the first one. The expression looks like
[tex]a + \frac{a}{a + \frac{a}{a +\frac{a}{a + \frac{a}{a + ...}}}}[/tex]
with an added a in front of the expression.
 
oh, no, woops. i screwed up the drawing of the equations. its supposed to be the same as the one in the setup, except with a's instead of 1's
 
  • #10
I somehow missed your post 4. When you use the quadratic formula, you just use the constants a, b, and c in ax2 + bx + c = 0. Leave the x's out and try again.
 
  • #11
im sorry, i don't understand what you asked me to do.
 
  • #12
well, i retried 3 the equation and got two different answers.

x= -ax + sqrt(a)
or
x = sqrt (a)

but i still need to plug them into the orverall equation, and when i do i get really big and scary looking equations that i can't solve
 
  • #13
If ax2 + bx + c = 0, then
[tex]x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ~not~ \frac{-bx \pm \sqrt{(bx)^2 - 4ac}}{2a}[/tex]

The x's don't belong in the expression on the right above. Take them out in what you did and see what you get.
 
  • #14
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOH, wow, i completely forgot that... i feel like an idiot considering I am in precalc and couldn't remember that.

anyway that gives me the answers x = a or 0, which is A LOT easier to handle than those other equations.

For problem two, i got x = 1/2 += sqrt(a+1), but I am still having trouble when i plug it into
x= sqrt(a+x)
because it gives me
x = sqrt(a + 1/2 +-sqrt(a+1))
and i have square roots inside other square roots.
 
Last edited:
  • #15
x = 1/2 += sqrt(a+1)
This isn't written correctly, and where did you get it? Why are you trying to plug it into x = √(a + x)?
 
  • #16
im working on problem two now whos original equation is

[tex]x = \sqrt{a+\sqrt{a\sqrt{a\sqrt{a+...}}}}[/tex]

which is

[tex]x = \sqrt{a+x}[/tex]

square both sides

[tex]x^2 = a+x[/tex]

subtract a and x from both sides

[tex]x^2 - x -a = 0[/tex]

Solve quadratically and i got

[tex]\frac{1}{2} \pm \sqrt{a+1}[/tex]
 
  • #17
You forgot the 4 in the 4ac term.

It looks like you just want to verify that what you got is correct, since there's no other point in plugging one into the other. But once you correct your mistake, it's not too hard to simplify and end up with something like a=a, which I did. Since you have +-, you should take each case separately.
 
Last edited:

Similar threads

  • · Replies 39 ·
2
Replies
39
Views
4K
  • · Replies 14 ·
Replies
14
Views
4K
Replies
10
Views
2K
  • · Replies 12 ·
Replies
12
Views
4K
Replies
4
Views
2K
Replies
7
Views
3K
Replies
15
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K