Factoring Definition and 337 Threads
-
M
Factoring difference of squares not working?
Why factoring difference of squares does not always work? For example ##(x^3 - x)(x^3 + x) = x^6 - x^2 ## but if I factor x^2 out from both I get ##(x^2(x-1))(x^2(x+1))## which is ##x^4(x^2 -1)=x^6 - x^4## Are there any rules I am not aware of? Tried using chat gpt and searching the web, but...- Marin12
- Thread
- Difference Factoring Squares
- Replies: 3
- Forum: Precalculus Mathematics Homework Help
-
B Complete the square, yes, but what does it mean?
Hi, PF "Roots and Factors of Quadratic Polynomials There is a well-known formula for finding the roots of a quadratic polynomial. The Quadratic Formula The two solutions of the quadratic equation ##Ax^2+Bx+C=0##, where ##A##, ##B##, and ##C## are constants and ##A\neq{0}##, are given by...- mcastillo356
- Thread
- Factoring
- Replies: 19
- Forum: General Math
-
A Question about factoring the Klein-Gordon equation
Take the Klein-Gordon equation: ##\Box^2 = m^2## Say we want to linearize this equation, we try to come up with a new operator that squares into ##\Box^2##. ##(A\partial_t - B\partial_x - C\partial_y - D\partial_z)^2 = \Box^2## So we need ##-A^2=B^2=C^2=D^2=I## as this gives back the 2nd...- BiGyElLoWhAt
- Thread
- Factoring Klein-gordon Qft
- Replies: 6
- Forum: Quantum Physics
-
C
I Factoring Matrices with Elementary Row Operations
Dear Everybody, I have some trouble with this problem: Finding a sequence of elementary matrix for this matrix A. Let ##A=\begin{bmatrix} 4 & -1 \\ 3& -1\end{bmatrix}##. I first used the ##\frac{1}{4}R1##-> ##R1##. So the ##E_1=\begin{bmatrix} \frac{1}{4} & 0 \\ 0& 1\end{bmatrix}##. So the...- cbarker1
- Thread
- Elementary Factoring Matrices Operations Row Sequence
- Replies: 4
- Forum: General Math
-
B
I Cryptology - Fast Factoring Integers by SVP Algorithms "destroys RSA"
The summary abstract (describes the method) and full paper are linked. Summary abstract https://eprint.iacr.org/2021/232.pdf- bahamagreen
- Thread
- Algorithms Cryptology Factoring Integers
- Replies: 15
- Forum: General Math
-
Factoring polynomials with finite field coeffcients
I'm not sure if I should post this here or in the mathematics section. I'm trying to find a way to implement a mapping of a larger finite field such as GF(2^64) to a composite field GF((2^32)^2). Let f(x) be a primitive polynomial for GF(2^64), with 1 bit coefficients. If the coefficients of...- rcgldr
- Thread
- Factoring Field Finite Polynomials
- Replies: 3
- Forum: Programming and Computer Science
-
S
Factoring Trinomials: 7x^2-15x+7x-105=0
I do 7x^2-8x=15 7x^2-8x-15=0 I turn the problem into a Grouping(4 term) problem by multiplying 7*(-15) = 105 I find what numbers multiply to -105 and add to -8. -15 and 7 multiply to -105 and add to -8. 7x^2-15x+7x-105=0 I group them. 7x^2-15x | 7x-105=0 This is where i get lost, because i...- supermath
- Thread
- Factoring
- Replies: 29
- Forum: Precalculus Mathematics Homework Help
-
Factoring: Is (r+y)^3 the same as [(1+y/r)^3∗r^3] ?
Is ##(r+y)^3## the same as ##[(1+y/r)^3*r^3]##. If not, how do I factor r out of the parenthesis.- HappyS5
- Thread
- Factoring
- Replies: 4
- Forum: Precalculus Mathematics Homework Help
-
Who needs qubits? Factoring algorithm run on a probabilistic computer
https://arstechnica.com/science/2019/09/who-needs-qubits-factoring-algorithm-run-on-a-probabilistic-computer/- jedishrfu
- Thread
- Algorithm Computer Factoring Qubits
- Replies: 2
- Forum: Computing and Technology
-
I Confusion about factoring in quantum computation
Hi, I'm currently learning QC with Nielsen's QCQI. I've written a program in Matlab following the factoring algorithm in page 233 and 235. I run the program for factoring 15, 18, and 25. I got the proper results several times, but I also got error reports sometime, especially when factoring 18...- Haorong Wu
- Thread
- Computation Confusion Factoring Quantum Quantum computation
- Replies: 3
- Forum: Quantum Physics
-
C
Factoring Combinatorial Functions
Homework Statement Define {x \choose n}=\frac{x(x-1)(x-2)...(x-n+1)}{n!} for positive integer n. For what values of positive integers n and m is g(x)={{{x+1} \choose n} \choose {m}}-{{{x} \choose n} \choose {m}} a factor of f(x)={{{x+1} \choose n} \choose {m}}? Homework Equations The idea...- CalHide
- Thread
- Combinatorics Factoring Factorization Functions Polynomial Polynomial division
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
R
MHB Solving a Polynomial x^6 – 7x^3 + 12 by Factoring.
Hello, I have been going through the Wisconsin Placement Exam sample test. I'm trying to figure out how to find the solution set for x6 – 7x3 + 12. I have tried having u = x3 and solving for u2-7u+12, but I'm unsure what to do once I get (u - 4)(u - 3). Would someone help me figure out how to...- RidiculousName
- Thread
- Factoring Polynomial
- Replies: 2
- Forum: General Math
-
Factoring a quartic polynomial
Homework Statement Factor ##x^4-3x^2+9## over the reals Homework EquationsThe Attempt at a Solution I am factoring this polynomial over the reals. So there are two options. It will either split into two linear factors and an irreducible quadratic, or two irreducible quadratics. I'm really not...- Mr Davis 97
- Thread
- Factoring Polynomial
- Replies: 12
- Forum: Calculus and Beyond Homework Help
-
I Factoring a quartic polynomial over the reals
I have the simple quartic polynomial ##x^4+1##. How in general do I determine whether this is factorable over the reals or not? Since it has no real roots, it could only factor into two quadratic polynomials, but I am not sure what I can do to determine whether this is possible or not.- Mr Davis 97
- Thread
- Factoring Polynomial
- Replies: 3
- Forum: General Math
-
J
How to Solve for x: Factoring Polynomials Homework Statement
Homework Statement Solve for x: 3x^3 + 2x^2 + 75x - 50 = 0 The Attempt at a Solution I have tried substituting multiple values for "x" so that we get a factor, f(x)=0 I cannot seem to find an "x" value that will make this function=0. Is there a way to factor this function or did the book...- Jen23
- Thread
- Factoring Polynomials
- Replies: 17
- Forum: Precalculus Mathematics Homework Help
-
D
Factoring Involving the Difference of Two Squares
Homework Statement Completely factor: $$5abc^4-80ab$$ Homework Equations N/A The Attempt at a Solution $$5abc^4-80ab$$ $$5ab\left(c^4-16\right)$$ $$5ab\left(c^2+4\right)\left(c^2-4\right)$$ [/B] The correct solution is ##5ab\left(c^2+4\right)\left(c+2\right)\left(c-2\right)## I can see...- DS2C
- Thread
- Difference Factoring Squares
- Replies: 6
- Forum: Precalculus Mathematics Homework Help
-
B What are the different methods of factoring polynomials?
Methods of factoring . Method of common factors Factorization by regrouping terms Factorization using identities Factors of the form ( x + a) ( x + b) Factor by Splitting Is this all the factoring methods out there ? Or are there more ? I am also looking for a book with lots of...- awholenumber
- Thread
- Factoring Polynomials
- Replies: 6
- Forum: General Math
-
Factoring rational equations -- looking for worked out practice problems
Where can i find some worked out practice problems ?- awholenumber
- Thread
- Factoring Practice problems Rational
- Replies: 8
- Forum: STEM Academic Advising
-
M
MHB What happens when you expand and factor (a + b + c)^3 - a^3 - b^3 - c^3?
Factor the expression. (a + b + c)^3 - a^3 - b^3 - c^3 I believe the best way to tackle this problem is to expand (a + b + c)^3. By doing so, I should be able to cancel out -a^3 - b^3 - c^3, right?- mathdad
- Thread
- Factoring
- Replies: 4
- Forum: General Math
-
M
MHB How to Factor Cubic Terms in Algebraic Expressions?
Factor the expression. (a - a^2)^3 + (a^2 - 1)^3 + (1 - a)^3 (a - a^2)(a - a^2)(a - a^2) + (a^2 - 1)(a^2 - 1)(a^2 - 1) + (1 - a)(1 - a)(1 -a) Is this the right approach thus far?- mathdad
- Thread
- Cubic Factoring Terms
- Replies: 4
- Forum: General Math
-
M
MHB Can You Factor Out (x-a)^(-3/2) in This Complex Equation?
Factor. I need help getting me started with this monster question. [(x-a)^(-1/2)]/2 * (x+a)^(-1/2) - [(x+a)^(1/2)]/2 *(x-a)^(-3/2) Do I factor out (x - a)^(-3/2) as step one?- mathdad
- Thread
- Factoring
- Replies: 2
- Forum: General Math
-
M
MHB Factoring With Negative Powers
Factor (x^2 + 1)^(-2/3) + (x^2 + 1)^(-5/3) Solution: (x^2 + 1)^(-2/3)[1 + (x^2 + 1)^(2/5)] Yes?- mathdad
- Thread
- Factoring Negative
- Replies: 2
- Forum: General Math
-
M
MHB Can You Simplify This Complex Algebraic Expression?
Factor (x^2 + 1)^(3/2) + (x^2 + 1)^(7/2) Solution: (x^2 + 1)^(3/2)[1 + (x^2 + 1)^(7/12)] Correct?- mathdad
- Thread
- Factoring
- Replies: 4
- Forum: General Math
-
M
MHB Should I Square Both Trinomials in This Factoring Problem?
Factor (5a^2 - 11a + 10)^2 - (4a^2 - 15a + 6)^2 Must I square both trinomials as step 1?- mathdad
- Thread
- Factoring
- Replies: 4
- Forum: General Math
-
M
MHB Factoring Fractional Expression
Factor (x^3/8) - (512/x^3). LCD = 8x^3 (x^6 - 8(512))/8x^3 (x^6 - 4096)/8x^3 [(x^3 - 64)(x^3 + 64)]/8x^3 In the numerator, the expression (x^3 - 64) is the difference of cubes, right?- mathdad
- Thread
- Expression Factoring fractional
- Replies: 4
- Forum: General Math
-
M
MHB Yes, your factorization is correct.
Precalculus by David Cohen, 3rd Edition Chapter 1, Section 1.3. Question 50. Factor the expression. A^2 - B^2 + 16A + 64 Factor by grouping method. Group A = A^2 - B^2 Group A = (A - B)(A + B) Group B = 16A + 64 Group B = 16(A + 4) Group A + Group B (A - B)(A + B) + 16(A + 4) Correct?- mathdad
- Thread
- Factoring
- Replies: 4
- Forum: General Math
-
B What is Factoring? Explaining Polynomial Factoring in Detail
If you write a polynomial as the product of two or more polynomials, you have factored the polynomial. Here is an example: how do i factor a polynomial ? can somebody explain this step in detail ?- awholenumber
- Thread
- Factoring
- Replies: 4
- Forum: General Math
-
B Factoring a number and prime numbers?
A number can be factored into a product of its component factors A number can be factored into a product of its prime . But, What exactly is a prime number ? Prime numbers are numbers greater than 1 that are evenly divisible only by themselves and 1 Is it a number that can only be evenly...- awholenumber
- Thread
- Factoring Numbers Prime Prime numbers
- Replies: 19
- Forum: General Math
-
W
A Factoring (Possible) Effect of Dunning-Kruger.
Hi All, I am looking at some data regarding correlation between control measures and (perceived)errors at a given position. The level of error seems , intuitively, suspiciously low. I suspect the low perceived error may be at least partially explained by the Dunning Kruger effect...- WWGD
- Thread
- Factoring
- Replies: 4
- Forum: Set Theory, Logic, Probability, Statistics
-
H
MHB Need help factoring and understanding Grouping
I need to factor 6t^2+17t+7 when I break down the equation I get 6t^2+3t+14t+7 now I am not sure what to do after that to get my answer can someone please explain the steps for me thank you!- hououin kyouma1
- Thread
- Factoring Grouping
- Replies: 2
- Forum: General Math
-
L
Finding the Constant for Cancellation in Polynomial Factoring
Homework Statement ##\frac{3x^2+x+C}{x+5}## find value of constant C such that the clause can be canceled in some manner. What will be the canceled form of the clause. Homework Equations -presumably C is a constant, and also an integer. -polynomial factorization will be attempted -cancelling...- late347
- Thread
- Factoring Polynomial
- Replies: 7
- Forum: Precalculus Mathematics Homework Help
-
How do I factor out negative signs in equations?
i have no idea how to use the punctuation marks for writing equations..ill do my best.. (3a+4b)(a-3b) over b(3a+4b) multiplied by 1 over b^2(3b-a)(3b+a) during the cross cancelling the 3b-a would be multiplied by a negative one to switch the problem over right? (-1)(3b-a) in order to cross...- sobergeek23
- Thread
- Factoring Negative
- Replies: 5
- Forum: Precalculus Mathematics Homework Help
-
Factoring a four term polynomial
Homework Statement I just want to know how get from ##4x^3+3x^2-6x-5=0 ## to ##(x+1)^2(4x-5)=0##. What's the trick when dealing with these nasty polynomials? I got the answer by taking another approach (solving a root equation) but I noted this is also a way to go, but I can't figure out the...- Quadrat
- Thread
- Factoring Polynomial Polynomials Term
- Replies: 11
- Forum: Precalculus Mathematics Homework Help
-
Factoring Problem Homework: 30(a^2+b^2+c^2+d^2)+68ab-75ac etc.
Homework Statement 30(a^2+b^2+c^2+d^2)+68ab-75ac-156ad-61bc-100bd+87cd Homework EquationsThe Attempt at a Solution I've tried the form (Aa+Bb+Cc)(Da+Eb+Fc) expand this and equate to the orig expression I ended up getting (5a+3b-5c)(6a+10b-6c) which when I expand does not give me a correct...- paulmdrdo
- Thread
- Factoring
- Replies: 10
- Forum: Precalculus Mathematics Homework Help
-
A
MHB Can the Sum of Two Unknown Variables be Determined with Limited Information?
Hi there, I need help with the following situation. Apologies if I'm not using the correct arithmetic terms! Variables: d,e,f e + f = g d / g = j j x e = K j x f = L K + L = M d = M the above situation is a simplified problem, which is easily solvable. Here's where I run into trouble...- arch1
- Thread
- Factoring Ratio Sum
- Replies: 3
- Forum: General Math
-
B
MHB Factoring Polynomial: Get Expert Help Now!
Please assist me in this problem.$\frac{2}{3}b^5-\frac{1}{6}b^3+\frac{4}{9}b^2-1$ I tried grouping but still could not find anything factorable form of the expression. Regards.- bergausstein
- Thread
- Factoring Polynomial
- Replies: 11
- Forum: General Math
-
B Factoring trick by determining a zero value
I'm currently working through the book Algebra by I.M. Gelfand and A. Shen on my own. (As advised here: https://www.physicsforums.com/insights/self-study-basic-high-school-mathematics/#toggle-id-1) This isn't really homework so I wasn't quite sure where to post this. Anyway, I've got a question...- CynicusRex
- Thread
- Algebra Factoring Value Zero
- Replies: 2
- Forum: General Math
-
M
MHB Doubt in factoring a trinomial
Hey (Wave) (Party), [FONT=Arial Black]Problem Factor $3x^2+11x+10$ [FONT=Arial Black]Workings This expression can be separated into, $3x^2+10x+x+10$ Where have i done wrong ? (Thinking) Many Thanks :)- mathlearn
- Thread
- Doubt Factoring
- Replies: 4
- Forum: General Math
-
T
I Factoring a complex polynomial
I've attached two equivalent complex equations, where one is written as a polynomial with 7 terms and the other is the factored form. I was just wondering how one can immediately write down the factored form based on the equation with 7 terms? Is there anything obvious (e.g. coefficient 1) or...- TheCanadian
- Thread
- Complex Factoring Polynomial
- Replies: 1
- Forum: General Math
-
S
B Factoring quadratic equation (with trig identities used)
Is it possible to factor a quadratic equation along the lines of asin^2x -bsin2x+c ? If so, how? The sin2x seems to be a problem since when expanded it becomes 2sinxcosx, but I'm wondering if it is possible, and how it would be done? Thanks in advance.- stratz
- Thread
- Factoring identities Quadratic Quadratic equation Trig Trig identities
- Replies: 3
- Forum: General Math
-
Factoring binomials with multiple variables p, x, and q
Homework Statement Question: "If p and q are constants and x2+px+12 is equivalent to (x+3)(x+q), what is the value of p?" I was told that the answer was 7 but I am not sure how to reach this value myself. 2. Homework Equations I am not quite sure if this is applicable. The Attempt at a...- Hoophy
- Thread
- Factoring Multiple Multiple variables Variables
- Replies: 10
- Forum: Precalculus Mathematics Homework Help
-
L
Stuck in algebra factoring polynomial
Homework Statement I did some refresher exercises in khan academy. I tried to wrap my head around the factoring problems, but it did not go well... I did not understand the khan academy tips and hints. (about factoring) one particular difficult polynomial was thus: factorize the polynomial...- late347
- Thread
- Algebra Factoring Polynomial Stuck
- Replies: 12
- Forum: Precalculus Mathematics Homework Help
-
B
MHB Help with factoring trinomials
I really hope someone here can help me - I'm sure that's not going to be difficult for most. :) I'm helping a friend's daughter factoring trinomials. I can get to the correct answer, but usually thru a system of trial and error and not a defined set of rules in every instance. Example 6x^2...- bkelly2442
- Thread
- Factoring
- Replies: 15
- Forum: General Math
-
B Factoring algebraic expressions contaning fractions
http://imgur.com/RNsBBoO (image) Can someone elaborate as to how he factored this? The textbook provided nothing else about factoring algebraic expressions with fractions than this image.It avoided fractions in factoring like a plague I guess. I understand the 3rd step to put the (x + 1)^(3/4)...- leighflix
- Thread
- Expressions Factoring Fractions
- Replies: 8
- Forum: General Math
-
Factoring two variable function
Homework Statement How to factor 2x^2 - (p-2)x - p ?? Homework Equations Basic factoring The Attempt at a Solution I don't know how to do it. The answer is 2(x-p/2)(x+2/2).. Help me please..- terryds
- Thread
- Factoring Function Variable
- Replies: 7
- Forum: Precalculus Mathematics Homework Help
-
MHB Factoring Polynomials: A Faster Way!
Hello! I just want to know the faster way to factor the expression. I already factored it out using trial and I am hoping you could give me some tricks to go about it faster than the usual method. Thanks $192x^3-164x^2-270x$- paulmdrdo1
- Thread
- Factoring Polynomials
- Replies: 5
- Forum: General Math
-
R
Factoring for partial fraction decompostion
Homework Statement I am trying to factor a denominator so I can do a partial fraction decomposition to solve using a Laplace transform. denominator= 2s^3+3s^2-3s-2 Homework EquationsThe Attempt at a Solution- Robb
- Thread
- Factoring Fraction Partial
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
G
B How can you factorize polynomials with fourth degree terms?
Since this is not available in my algebra textbook, how do you factorize the ##a^4 + b^4## and ##a^4 - b^4##? I also would like to know how do you obtain ##a^3 - b^3 = (a - b)(a^2 + ab + b^2)## and ##a^3 + b^3 = (a + b)(a^2 - ab + b^2)##?- gede
- Thread
- Factoring
- Replies: 12
- Forum: General Math
-
Factoring Polynomials [Abstract Algebra]
Homework Statement 1. Let g(x) = x^4+46. a) Factor g(x) completely in ℚ[x]. b) Factor g(x) completely in ℝ[x]. c) Factor g(x) completely in ℂ[x]. 2. Completely factor the given polynomial in ℤ_5. [4]_5 x^3 + [2]_5 x^2 + x + [3]_5 Homework Equations ℚ = {m/n / m and n belong to Z, m is not...- RJLiberator
- Thread
- Abstract algebra Algebra Factoring Polynomials
- Replies: 17
- Forum: Calculus and Beyond Homework Help
-
D
Need help factoring the solution to this integral
Homework Statement ∫ (x2+2x)cos(x) dx The Attempt at a Solution I will not show the entire solution because it is quite long (had to use integration by parts twice), and my problem isn't with getting the solution. My problem is the book shows one answer (which is equivalent to mine, but...- dlacombe13
- Thread
- Factoring Integral
- Replies: 3
- Forum: Calculus and Beyond Homework Help