Is There a Quicker Way to Find All Possible Values of h for fh(a+bx+cx2+dx3)?

  • Thread starter Thread starter says
  • Start date Start date
AI Thread Summary
The discussion revolves around finding all possible values of h in the linear transformation defined by fh(a+bx+cx^2+dx^3) represented by a 2x2 matrix. Participants express confusion about the nature of h, suggesting that it could take any real number, leading to a matrix with h as a parameter. The conversation highlights the need to clarify what is meant by "all possible values of h," as it may depend on specific properties desired from the transformation, such as kernel and image. The consensus is that h is not restricted but affects the transformation's characteristics, and participants are encouraged to compute the kernel and image for different cases of h. Ultimately, the task is to analyze how varying h influences the transformation without assuming specific values for other variables.
  • #51
so ker(fh) = span {(1,0,0,h), (0,1,1,0), (0,h,0,0)}
 
Physics news on Phys.org
  • #52
says said:
so ker(fh) = span {(1,0,0,h), (0,1,1,0), (0,h,0,0)}
As we have ##f_h(a,b,c,d)=(a+b+c+hd,b+c,-b-c-hd,hb)## (writing everything as vectors), we get:
##f_h(1,0,0,h)=(1+h²,0,-h²,0)\neq (0,0,0,0)##
##f_h(0,1,1,0)=(2,2,-2,h)\neq (0,0,0,0)##
##f_h(0,h,0,0)=(h,h,-h,h²)\neq (0,0,0,0)## unless ##h=0##

So that seems wrong for ##Ker(f_h)##.

Hint:
mfb said:
Okay, now reduce this step by step to find the kernel for all real values of h. As an example, what is the kernel for h=10?
 
Last edited:
  • #53
says said:
1a+0+0+0=0
0+1b+1c+0=0
0+0+0+10d=0
0+10b+0+0=0
You are not fully done with simplifications here.
ker(fh) = span {(1a,0,0,0), (0,1b,1c,0), (0,0,0,10d), (0,10b,0,0}
Is the kernel really given by that? That's a 4-dimensional subspace, which means it is the whole space. Is everything mapped to zero?
 
  • #54
1a+0+0+0=0
0+0+1c+0=0
0+0+0+1d=0
0+1b+0+0=0

R4/10
R2-R4
R3/10

I'm confused by the second question.
 
  • #55
Just simplify your equation system one step further, what can you say about a,b,c,d? Which set of vectors satisfies all those conditions at the same time?
 
  • #56
1+0+0+0=0
0+0+1+0=0
0+0+0+1=0
0+1+0+0=0

a=b=c=d=0
 
  • #57
says said:
1+0+0+0=0
0+0+1+0=0
0+0+0+1=0
0+1+0+0=0

a=b=c=d=0
Yes, at least for most values of h.

Is there any value of h which gives a less restrictive answer?
 
  • #58
I don't understand what you mean sorry
 
  • #59
says said:
I don't understand what you mean sorry
One result from your matrix equation is
hb = 0​

Doesn't this say that b = 0, unless h = 0? So, what if h is 0 ?
 
  • #60
if h = 0 then b could be any real number
 
  • #61
says said:
if h = 0 then b could be any real number
Right.

What's the kernel for f0 ?
 
  • #62
What is f0?
 
  • #63
says said:
What is f0?
It's fh when h = 0 .
 
  • #64
ker fh = span {(1,0,0,0), (0,1,1,0)}
 
  • #65
says said:
ker fh = span {(1,0,0,0), (0,1,1,0)}
Let's doublecheck:
##f_h(a,b,c,d)=(a+b+c+hd,b+c,-b-c-hd,hb)##
##f_0(a,b,c,d)=(a+b+c,b+c,-b-c,0)##

##f_0(1,0,0,0)=(1,0,0,0)\neq (0,0,0,0)##
##f_0(0,1,1,0)=(2,2,-2,0)\neq (0,0,0,0)##
 
  • Like
Likes SammyS
  • #66
ker fh = span {(0,1,-1,0)}

when h=0
 
  • #67
says said:
ker fh = span {(0,1,-1,0)}

when h=0
There is another vector (independent of this) in the kernel of f0 .
 
  • #68
but there is only one independent variable though. I thought that would mean only one vector? Unless the other vector is just (0,-1,1,0)
 
  • #69
says said:
but there is only one independent variable though. I thought that would mean only one vector? Unless the other vector is just (0,-1,1,0)
How about you go back to the matrix equation you had in post #41, substitute h=0, and solve?
 
  • #70
ker(fh) = span {(0,-1,1,0) , (0,1,-1,0) , (1,1,1,0)}
 
  • #71
says said:
ker(fh) = span {(0,-1,1,0) , (0,1,-1,0) , (1,1,1,0)}
One of those is redundant, another is wrong. Please post your working.
 
  • #72
1+1+1+h=0
0-1-1-h=0
0+1+1+0=0
0+h+0+0=0

making h=0

1+1+1+0=0
0-1-1-0=0
0+1+1+0=0
0+0+0+0=0

if b=1 c=-1 then the first equation a =0

ker(fh)= span {(0,1,-1,0) , (0,-1,1,0)}
 
  • #73
says said:
1+1+1+h=0
0-1-1-h=0
0+1+1+0=0
0+h+0+0=0

making h=0

1+1+1+0=0
0-1-1-0=0
0+1+1+0=0
0+0+0+0=0

if b=1 c=-1 then the first equation a =0

ker(fh)= span {(0,1,-1,0) , (0,-1,1,0)}
(0,1,-1,0) and (0,-1,1,0) are redundant.

What does your matrix tell you about d ?
 
  • #74
d=0

I don't understand how they are redundant if they are two different vectors?
 
  • #75
says said:
I don't understand how they are redundant if they are two different vectors?
They are redundant because they are not linearly independent:
##(0,1,-1,0)=-1*(0,-1,1,0)##
 
  • #76
says said:
d=0

I don't understand how they are redundant if they are two different vectors?
One is simply -1 times the other. I.e. their sum is zero.

Also, why does d need to be 0? isn't 0d = 0 no matter what the value of d ?
 
  • #77
Ok, I understand that, but how can the first equation (1,1,1,0) be in ker(fh) 1+1+1+0=0 as well?
 
  • #78
Actually
says said:
Ok, I understand that, but how can the first equation (1,1,1,0) be in ker(fh) 1+1+1+0=0 as well?
It's not, and Samy_A demonstrated that.
 
  • #79
SammyS said:
There is another vector (independent of this) in the kernel of f0 .

What's the other vector in ker(fh) if that's not it though? There's only 3 equations there and your saying one is redundant, one is in the kernel, and the other isn't in there...
 
  • #80
Actually, once you decide to look at h=0, then the original statement of the problem can be used to find Ker f0 by inspection.

##\displaystyle \ f_h(a + bx + cx^2 + dx^3) = \pmatrix{a+b+c+hd&b+c\\-b-c-hd & hb} \ ##

so that

##\displaystyle \ f_0(a + bx + cx^2 + dx^3) = \pmatrix{a+b+c+0&b+c\\-b-c-0 & 0} \ ##
 
  • #81
The only other vector I can think of is the zero vector. (0,0,0,0)
 
  • #82
says said:
The only other vector I can think of is the zero vector. (0,0,0,0)
Again I ask, What value must d have if 0⋅d = 0 ?
 
  • #83
d can be any value 0*d=0

0*1=0
0*-1=0
0*0=0
 
  • #84
says said:
d can be any value 0*d=0

0*1=0
0*-1=0
0*0=0
Yes.

Therefore, the other vector is ____ ?
 
  • #85
(1,0,0,-1)
 
  • #86
says said:
(1,0,0,-1)
That's not correct.

Why involve ##a## ?
 
  • #87
Because the first equation was (1,1,1,h) = 1+1+1+hd. If d=-1 then can't b and c = 0, making a = 1?
 
  • #88
says said:
Because the first equation was (1,1,1,h) = 1+1+1+hd. If d=-1 then can't b and c = 0, making a = 1?
For h = 0, (1,1,1,h) → (1,1,1,0) so that if a=b=c=0, then d does not need to be zero.
 
  • #89
the transformation always has d as a product with h though. so even if d=1 or -1 in the polynom it will still be 0 in the matrix
 
  • #90
says said:
the transformation always has d as a product with h though. so even if d=1 or -1 in the polynom it will still be 0 in the matrix
That's right.

SammyS said:
Actually, once you decide to look at h=0, then the original statement of the problem can be used to find Ker f0 by inspection.

##\displaystyle \ f_0(a + bx + cx^2 + dx^3) = \pmatrix{a+b+c+0&b+c\\-b-c-0 & 0} \ ##
There is no value of d which keeps this from being the 2×2 zero matrix.So, how to you write that as a vector?
 
  • #91
(0,1,-1,1) and (0,1,-1,-1)
 
  • #92
says said:
(0,1,-1,1) and (0,1,-1,-1)
In the spirit of your previous submissions, why not

span{(0, 1, -1, 0), (0, 0, 0, 1)} ?
 
  • #93
Yes!
I originally though this could be the span:
span{ (0,0,0,1) , (0,1,-1,0) , (0,1,-1,-1) , (0,1,-1,1) }

But then I put each vector into a matrix and row reduced them and got the (0,1,-1,0) and (0,0,0,1) vector.
 
  • #94
There is a second part to this question asking if there are any values of h ∈ R such that fh is not an isomorphism? Not sure if I should ask this in a new post or not. I'm not too sure where to start. I've found this problem extremely difficult.
 
  • #95
says said:
There is a second part to this question asking if there are any values of h ∈ R such that fh is not an isomorphism? Not sure if I should ask this in a new post or not. I'm not too sure where to start. I've found this problem extremely difficult.
Please start a new thread. This one is now at 95 posts. Let's put this one out of its misery...
 
Back
Top