Homework Help

Talk about anything and everything. Try not to kill each other!
User avatar
Angel
Human Overlord
Posts: 3892
Joined: 02 Feb 2013, 19:03
Location: USA

Homework Help

Postby Angel » 13 Jan 2016, 22:53

Use this topic to get help on HW questions or topics that you're confused about.
I guess you could consider this an FWG Tutoring Topic *shrug*

Math 1050:
Image
The answers are -1,-2,1,2
Why are the answers both positive and negative and how to I find the negative answers???
Image
"Halo, and goodbye!"

User avatar
BIG EYES
FWG Earl
Posts: 347
Joined: 05 Feb 2010, 00:54
Location: San Jose, California

Re: Homework Help

Postby BIG EYES » 13 Jan 2016, 23:27

x^4-5x^2+4

To reduce the formula, you can utilize factors of what C is.

In this question, C = 4, the factors of 4 are 1, 2, and 4. Any of these numbers could be used, but two of these numbers when added together will equal B which is 5.

1 and 4 are factors that fulfill the requirements for the reduced equations.

Next going onto breaking down the equation, You can breakdown the middle term into two factors that equal up to -5x^2. Going back to the first part about factors, we know that -1 and -4 when added together = -5. Because of this -5x^2 can be rewritten as -4x^2 + -x^2.

The equation is now x^4 - 4x^2 - x^2 + 4, Now we can divide this entire equation by placing parentheses between the first two numbers and the last two numbers. Now it is (x^4 - 4x^2) + (-x^2 + 4).
We can reduce the first part of the equation by taking the variables x^2 out of the first parentheses. It will now become x^2(x^2 - 4) + (-x^2 + 4).

onto the reason why you have 4 answers

x^2 - 4 = 0
x = 2 ; (2^2 - 4) = 0 ; (4-4)= 0
x = -2 ; (-2^2 - 4) = 0 ; (4-4) = 0
x^2 - 1 = 0
x = 1 ; (1^2 - 1) = 0 ; (1-1) = 0
x = -1 ; (-1^2 - 1) = 0 ; (1-1) = 0

http://www.tiger-algebra.com/drill/x~4-5x~2_4=0/#skipad
This website also explains it
Excalibur: I AM THE BESTEST
Sylvie: QUACK!
Kit Kat: ill fight you
Rainshard: Im very gay
Excalibur: ex > zia
Lukia: he doesnt do it - lukia 2915
The Divine Potato: Tumeric is the Spice of Life
Icamenal: Im the humblest guy in the world!

User avatar
Boxorino
The Foxy Boxy
Posts: 7940
Joined: 04 Jun 2011, 23:05
Location: oversharing (tm)
Contact:

Re: Homework Help

Postby Boxorino » 14 Jan 2016, 02:50

Image
that was dramatic. still ready 2 die tho!

User avatar
Angel
Human Overlord
Posts: 3892
Joined: 02 Feb 2013, 19:03
Location: USA

Re: Homework Help

Postby Angel » 14 Jan 2016, 03:04

Dang... thanks you guys!

But... Does anyone know how to do it with U-Substitution and/or Synthetic Division?
Image
"Halo, and goodbye!"

User avatar
Lamb
I Shall Eatz You
Posts: 4842
Joined: 05 Nov 2010, 23:23
Location: In a room watching anime, studying other stuff, and basically making others laugh.
Contact:

Re: Homework Help

Postby Lamb » 14 Jan 2016, 18:31

Lamb wrote:
Angel wrote:Dang... thanks you guys!

But... Does anyone know how to do it with U-Substitution and/or Synthetic Division?

U substitution O-o... I only do that in Calculus, I can look it up for algebra (If there is, I might be wrong and this is straight integration that you're looking for) and explain it though.
Synthetic division.. I've done it in precalculus, but I don't recall how to do it exactly, because it's algebra 2 iirc. I will look through my notes from last year to see if I have work that I can use to explain it.
I've lost my pieces.

Image

User avatar
Lamb
I Shall Eatz You
Posts: 4842
Joined: 05 Nov 2010, 23:23
Location: In a room watching anime, studying other stuff, and basically making others laugh.
Contact:

Re: Homework Help

Postby Lamb » 14 Jan 2016, 18:55

Ok, well I'll try my best to explain the two in words.
Let's begin with Synthetic Division. This is a short hand form of dividing polynomials.
Generally, you do this when you have a binomial as your divisor and a trinomial as your dividend.
Ex.
x-4 is your divisor
x^2-8x+16 is your dividend
What you would do with your divisor is set it equal to zero, and solve for x. x-4=0. x=4
You would then take the leading coefficients of your dividend and place them in order inside of a bracket that looks like an upside-down division bracket.
It should look similar to this
4 | 1 -8 16
__|______

What you do then is bring down the leading coefficient.
4 | 1 -8 16
__|______
----1
Then multiply that by your divisor and bring it to the top below your next coefficient.
4 | 1 -8 16
__|___4___
----1
Then you add the coefficient and the product and place it at the bottom of the bracket.
4 | 1 -8 16
__|___4___
----1 -4
Lastly, you repeat the same step again as before with multiplication, and add
4 | 1 -8 16
__|___4-16_
----1 -4 0
You are left with the coefficients to the other factor
(1)x+(-4)

This is just a faster way of doing division for polynomials, and is only applicable, if I remember correctly, when you have a factor that goes evenly into the polynomial, resulting in another factor. Think of it as a short way for Long division.
I've lost my pieces.

Image

User avatar
Lamb
I Shall Eatz You
Posts: 4842
Joined: 05 Nov 2010, 23:23
Location: In a room watching anime, studying other stuff, and basically making others laugh.
Contact:

Re: Homework Help

Postby Lamb » 14 Jan 2016, 19:43

U- Substitution is an integration technique.
I'll begin with an easy example and move on to a harder one.
Because the forum doesn't support the integral symbol, I will use int(
int(e^x dx)
we will substitute our x with u.(hue hue) u=x
we can then get dx for du. d/dx u= du=1dx
int( e^u du)
d/dx e^u = e^u du
so we can just do it. ( JUST DO IT)
int(e^u du) = e^u +C
we have that plus C for anything that may have resulted in a zero when we derived. Hue Hue.

Now let's get a little harder. No sexual innuendos pls

int( (x^2+4)/(x+2) dx)
We can substitute x+2 for u, and derive our other equations from this.
u=x+2
x=u-2
du=1dx
NOW SUBSTITUTE
int(((u-2)^2 +4)/(u))
now we have to foil out :o
int( (u^2 + (-4u) +4) +4)/(u))
then we can split it and pull out coefficients THE INNUENDOS ARE STRONG
int(((u^2)/u)du) + (-4int((u/u) du)) + 8int(du/u)
We can then simplify and integrate
int(udu) -4int(du) +8int(du/u)
(u^2)/2 +(-4u)+8ln|u|+C
Then we just substitute x+2 back in for u.
((x+2)^2)/2 -4(x+2) + 8ln|x+2| + C

Did you C your mistake? (a good way to remember that plus C.)
We could simplify our answer and pull out all the integers and eliminate them with the plus C, but personally I would stop here.
This stuff is purely practice q-q... Even now I'm still grinding through this.
I've lost my pieces.

Image

User avatar
Angel
Human Overlord
Posts: 3892
Joined: 02 Feb 2013, 19:03
Location: USA

Re: Homework Help

Postby Angel » 14 Jan 2016, 22:33

OK!
So I asked the teacher to go over the question in class this morning so I could see how she wanted us to do it...and come to find out...I had done it right, but I had forgotten that when you take the square root of something, you have to make it plus or minus ("Plusorminus" as my professor calls it because "it's a nasty little dinosaur")
Image
"Halo, and goodbye!"

User avatar
Lamb
I Shall Eatz You
Posts: 4842
Joined: 05 Nov 2010, 23:23
Location: In a room watching anime, studying other stuff, and basically making others laugh.
Contact:

Re: Homework Help

Postby Lamb » 14 Jan 2016, 23:10

Angel wrote:OK!
So I asked the teacher to go over the question in class this morning so I could see how she wanted us to do it...and come to find out...I had done it right, but I had forgotten that when you take the square root of something, you have to make it plus or minus ("Plusorminus" as my professor calls it because "it's a nasty little dinosaur")

I did that when I first took pre-cal.
Skipped algebra two so I did not do |x|= +-n when I had to. (all the even functions) o-o
I've lost my pieces.

Image


Return to “General Chat”

Who is online

Users browsing this forum: No registered users and 59 guests